diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm index 30ecd6af137d..089e2f0864cb 100644 --- a/code/__DEFINES/__game.dm +++ b/code/__DEFINES/__game.dm @@ -41,10 +41,14 @@ #define MAP_LV759_HYBRISA_PROSPERA "LV-759 Hybrisa Prospera" // Highpop Only #define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map #define MAP_TYRARGO_RIFT "Tyrargo Rift" +#define MAP_SEKHMET_SWAMP "SI-391 Sekhmet Swamp" +#define MAP_CONAM_81_ABYSSAL "Con-Am 81 'Abyssal'" +#define MAP_CAPE_RIVER "Cape River Mining Colony" +#define MAP_NAVALIS "Navalis Platform 13"//multiz version +#define MAP_WHITE_ANTRE_RESEARCH_FACILITY "White Antre Research Facility" #define MAP_CHINOOK "Chinook 91 GSO" //admin level #define MAP_ROSTOCK "SSV Rostock" //UPP Warship #define MAP_HUNTERSHIP "Hunter Ship" - #define GAMEMODE_WHISKEY_OUTPOST "Whiskey Outpost" #define GAMEMODE_HIVE_WARS "Hive Wars" #define GAMEMODE_FACTION_CLASH_UPP_CM "Faction Clash UPP CM" diff --git a/code/__DEFINES/dcs/signals/signals_global.dm b/code/__DEFINES/dcs/signals/signals_global.dm index 23e6812a0069..8598544e1b3a 100644 --- a/code/__DEFINES/dcs/signals/signals_global.dm +++ b/code/__DEFINES/dcs/signals/signals_global.dm @@ -96,3 +96,6 @@ /// From /datum/controller/subsystem/hijack/proc/call_shuttle() #define COMSIG_GLOB_HIJACK_INBOUND "!hijack_inbound" + +/// From /obj/structure/machinery/door_control/abyssal_lockdown/use_button(mob/living/user,force) +#define COMSIG_GLOB_ABYSSAL_LOCKDOWN "!abyssal_lockdown" diff --git a/code/__DEFINES/job.dm b/code/__DEFINES/job.dm index 012594933d80..d526c22e9e52 100644 --- a/code/__DEFINES/job.dm +++ b/code/__DEFINES/job.dm @@ -297,6 +297,25 @@ GLOBAL_LIST_INIT(job_command_roles, JOB_COMMAND_ROLES_LIST) #define JOB_HC_DEPUTY_DIRECTOR "HC Deputy Director" #define JOB_HC_DIRECTOR "HC Director" +//-------- Con-Amalagated --------// + +#define JOB_CA_SEC "HC Security Guard" +#define JOB_CA_SEC_SYNTH "HC Security Guard Synthetic" +#define JOB_CA_TRAINEE "Corporate Trainee" +#define JOB_CA_JUNIOR_EXECUTIVE "Corporate Junior Executive" +#define JOB_CA_CORPORATE_LIAISON "Corporate Liaison" +#define JOB_CA_EXECUTIVE "Corporate Executive" +#define JOB_CA_SENIOR_EXECUTIVE "Corporate Senior Executive" +#define JOB_CA_EXECUTIVE_SPECIALIST "Corporate Executive Specialist" +#define JOB_CA_LEGAL_SPECIALIST "Corporate Legal Specialist" +#define JOB_CA_EXECUTIVE_SUPERVISOR "Corporate Executive Supervisor" +#define JOB_CA_LEGAL_SUPERVISOR "Corporate Legal Supervisor" +#define JOB_CA_ASSISTANT_MANAGER "Corporate Assistant Manager" +#define JOB_CA_DIVISION_MANAGER "Corporate Division Manager" +#define JOB_CA_CHIEF_EXECUTIVE "Corporate Chief Executive" +#define JOB_CA_DEPUTY_DIRECTOR "HC Deputy Director" +#define JOB_CA_DIRECTOR "HC Director" + //---- Contractors ----// #define JOB_CONTRACTOR "VAIPO Mercenary" #define JOB_CONTRACTOR_ST "VAIPO Mercenary" diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm index a67c5412750a..a878ecca6206 100644 --- a/code/__DEFINES/minimap.dm +++ b/code/__DEFINES/minimap.dm @@ -16,7 +16,8 @@ #define MINIMAP_FLAG_XENO_FORSAKEN (1<<15) #define MINIMAP_FLAG_XENO_RENEGADE (1<<16) #define MINIMAP_FLAG_XENO_HUNTED (1<<17) -#define MINIMAP_FLAG_ALL (1<<18) - 1 +#define MINIMAP_FLAG_XENO_K_SERIES (1<<18) +#define MINIMAP_FLAG_ALL (1<<19) - 1 #define MINIMAP_FLAG_ALL_XENOS (MINIMAP_FLAG_XENO|MINIMAP_FLAG_XENO_CORRUPTED|MINIMAP_FLAG_XENO_ALPHA|MINIMAP_FLAG_XENO_BRAVO|MINIMAP_FLAG_XENO_CHARLIE|MINIMAP_FLAG_XENO_DELTA|MINIMAP_FLAG_XENO_FERAL|MINIMAP_FLAG_XENO_TAMED|MINIMAP_FLAG_XENO_MUTATED|MINIMAP_FLAG_XENO_FORSAKEN|MINIMAP_FLAG_XENO_RENEGADE|MINIMAP_FLAG_XENO_HUNTED) ///The minimap zoom scale @@ -106,6 +107,9 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL)) #define MINIMAP_AREA_OOB "#3a3a3a" #define MINIMAP_AREA_COMMS "#00b3ffe7" +// Abyssal +#define MINIMAP_AREA_SPACE "#1a1a1a" + // Ceiling colors #define MINIMAP_CEILING_TIER_GLASS "#b2e6f19a" #define MINIMAP_CEILING_TIER_1 "#606060a2" diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index 41b17619256d..aedc2553a044 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -56,6 +56,8 @@ #define AREA_NOSECURECADES (1<<8) /// Flags the area, preventing the creation of xeno tunnels, overwriting can_dig_xeno_tunnel. #define AREA_NOTUNNEL (1<<9) +/// Flags the area as not being a valid location for a para-drop to land on.. +#define AREA_NO_PARA (1<<7) /// Default number of ticks for do_after #define DA_DEFAULT_NUM_TICKS 5 diff --git a/code/__DEFINES/mob_hud.dm b/code/__DEFINES/mob_hud.dm index ff00f1df4703..064e166b85ff 100644 --- a/code/__DEFINES/mob_hud.dm +++ b/code/__DEFINES/mob_hud.dm @@ -72,6 +72,7 @@ #define MOB_HUD_XENO_HIVE_HUNTED 38 #define MOB_HUD_XENO_HIVE_RENEGADE 39 #define MOB_HUD_XENO_HIVE_TUTORIAL 40 +#define MOB_HUD_XENO_HIVE_K_SERIES 41 //for SL/FTL/LZ targeting on locator huds #define TRACKER_SL "track_sl" diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index 26bb5c3f4f7c..c4737de2647b 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -130,6 +130,7 @@ #define XENO_HIVE_BRAVO "xeno_hive_bravo" #define XENO_HIVE_CHARLIE "xeno_hive_charlie" #define XENO_HIVE_DELTA "xeno_hive_delta" +#define XENO_HIVE_K_SERIES "xeno_hive_k_series" #define XENO_HIVE_FERAL "xeno_hive_feral" #define XENO_HIVE_TAMED "xeno_hive_tamed" #define XENO_HIVE_MUTATED "xeno_hive_mutated" @@ -140,7 +141,7 @@ #define XENO_HIVE_TUTORIAL "xeno_hive_tutorial" -#define ALL_XENO_HIVES list(XENO_HIVE_NORMAL, XENO_HIVE_CORRUPTED, XENO_HIVE_ALPHA, XENO_HIVE_BRAVO, XENO_HIVE_CHARLIE, XENO_HIVE_DELTA, XENO_HIVE_FERAL, XENO_HIVE_TAMED, XENO_HIVE_MUTATED, XENO_HIVE_FORSAKEN, XENO_HIVE_YAUTJA, XENO_HIVE_RENEGADE, XENO_HIVE_TUTORIAL) +#define ALL_XENO_HIVES list(XENO_HIVE_NORMAL, XENO_HIVE_CORRUPTED, XENO_HIVE_ALPHA, XENO_HIVE_BRAVO, XENO_HIVE_CHARLIE, XENO_HIVE_DELTA, XENO_HIVE_K_SERIES, XENO_HIVE_FERAL, XENO_HIVE_TAMED, XENO_HIVE_MUTATED, XENO_HIVE_FORSAKEN, XENO_HIVE_YAUTJA, XENO_HIVE_RENEGADE, XENO_HIVE_TUTORIAL) //================================================= diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm index e909797d8544..639a5224d298 100644 --- a/code/__DEFINES/mode.dm +++ b/code/__DEFINES/mode.dm @@ -259,6 +259,7 @@ DEFINE_BITFIELD(whitelist_status, list( #define FACTION_IASF "Imperial Armed Space Force" #define FACTION_PAP "People's Armed Police" #define FACTION_HYPERDYNE "Hyperdyne Corporation" +#define FACTION_CONAM "Con-Amalagated Corporation" #define FACTION_WY_DEATHSQUAD "WY Death Squad" #define FACTION_MERCENARY "Mercenary" #define FACTION_FREELANCER "Freelancer" @@ -290,6 +291,7 @@ DEFINE_BITFIELD(whitelist_status, list( #define FACTION_LIST_ERT_ALL list(FACTION_PMC, FACTION_WY_DEATHSQUAD, FACTION_WY, FACTION_CLF, FACTION_CONTRACTOR, FACTION_UPP, FACTION_FREELANCER, FACTION_MERCENARY, FACTION_DUTCH, FACTION_MILITARY_CASTE, FACTION_HEFA, FACTION_GLADIATOR, FACTION_PIRATE, FACTION_PIZZA, FACTION_SOUTO, FACTION_MARSHAL, FACTION_TWE, FACTION_HUNTED, FACTION_HUNTED_CLF, FACTION_HUNTED_UPP, FACTION_HUNTED_TWE, FACTION_HUNTED_MERC, FACTION_HUNTED_PMC, FACTION_HUNTED_MISC) #define FACTION_LIST_WY list(FACTION_PMC, FACTION_HUNTED_PMC, FACTION_WY_DEATHSQUAD, FACTION_WY) #define FACTION_LIST_HYPERDYNE list(FACTION_HYPERDYNE) +#define FACTION_LIST_CONAM list(FACTION_CONAM) #define FACTION_LIST_UPP list(FACTION_UPP, FACTION_HUNTED_UPP) #define FACTION_LIST_CLF list(FACTION_CLF, FACTION_HUNTED_CLF) #define FACTION_LIST_TWE list(FACTION_TWE, FACTION_HUNTED_TWE, FACTION_IASF) diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm index c4d7119684ae..f8e294406e85 100644 --- a/code/__DEFINES/sounds.dm +++ b/code/__DEFINES/sounds.dm @@ -143,3 +143,15 @@ #define SCAPE_PL_TYRARGO_SEWER list('sound/ambience/tyrargo_underground_1.ogg','sound/ambience/tyrargo_underground_2.ogg','sound/ambience/tyrargo_underground_3.ogg','sound/ambience/tyrargo_underground_4.ogg') #define SCAPE_PL_TYRARGO_ALERT list('sound/ambience/tyrargo_alert_1.ogg', 'sound/ambience/tyrargo_alert_2.ogg', 'sound/ambience/tyrargo_alert_3.ogg', 'sound/ambience/tyrargo_alert_4.ogg', 'sound/ambience/tyrargo_alert_5.ogg', 'sound/ambience/tyrargo_alert_6.ogg') + +// White Antre Soundscapes +#define AMBIENCE_ANTRE 'sound/ambience/venir_hallway.ogg' +#define AMBIENCE_ANTRE_ADJACENT 'sound/ambience/venir_hallway_adjacent.ogg' + +// Abyssal Soundscapes + +#define SCAPE_ABYSSAL_INTERIOR list('sound/ambience/ambigen1.ogg','sound/ambience/ambigen3.ogg','sound/ambience/ambigen3.ogg','sound/ambience/ambigen4.ogg','sound/ambience/ambigen5.ogg','sound/ambience/ambigen6.ogg','sound/ambience/ambigen7.ogg','sound/ambience/ambigen8.ogg','sound/ambience/ambigen9.ogg','sound/ambience/ambigen10.ogg','sound/ambience/ambigen11.ogg','sound/ambience/ambigen12.ogg','sound/ambience/ambigen14.ogg') +#define SCAPE_ABYSSAL_EXTERIOR list('sound/ambience/ambispace.ogg') + +// Cape River +#define AMBIENCE_CULT 'sound/soundscape/eerie1.ogg' diff --git a/code/_globalvars/bitfields.dm b/code/_globalvars/bitfields.dm index 1ed861c1bf7a..6ca6fa71ea81 100644 --- a/code/_globalvars/bitfields.dm +++ b/code/_globalvars/bitfields.dm @@ -361,6 +361,7 @@ DEFINE_BITFIELD(flags_area, list( "AREA_YAUTJA_HUNTING_GROUNDS" = AREA_YAUTJA_HUNTING_GROUNDS, "AREA_YAUTJA_HANGABLE" = AREA_YAUTJA_HANGABLE, "AREA_NOSECURECADES" = AREA_NOSECURECADES, + "AREA_NO_PARA" = AREA_NO_PARA )) DEFINE_BITFIELD(disabilities, list( diff --git a/code/_globalvars/global_lists.dm b/code/_globalvars/global_lists.dm index 4c81e788d2ce..d81292b5fe50 100644 --- a/code/_globalvars/global_lists.dm +++ b/code/_globalvars/global_lists.dm @@ -218,6 +218,7 @@ GLOBAL_LIST_INIT_TYPED(hive_datum, /datum/hive_status, list( XENO_HIVE_BRAVO = new /datum/hive_status/bravo(), XENO_HIVE_CHARLIE = new /datum/hive_status/charlie(), XENO_HIVE_DELTA = new /datum/hive_status/delta(), + XENO_HIVE_K_SERIES = new /datum/hive_status/kseries(), XENO_HIVE_FERAL = new /datum/hive_status/feral(), XENO_HIVE_TAMED = new /datum/hive_status/corrupted/tamed(), XENO_HIVE_MUTATED = new /datum/hive_status/mutated(), diff --git a/code/controllers/subsystem/minimap.dm b/code/controllers/subsystem/minimap.dm index ebe9aed157f9..3cf9316bc938 100644 --- a/code/controllers/subsystem/minimap.dm +++ b/code/controllers/subsystem/minimap.dm @@ -2192,6 +2192,8 @@ SUBSYSTEM_DEF(minimaps) return MINIMAP_FLAG_XENO_CHARLIE if(XENO_HIVE_DELTA) return MINIMAP_FLAG_XENO_DELTA + if(XENO_HIVE_K_SERIES) + return MINIMAP_FLAG_XENO_K_SERIES if(XENO_HIVE_FERAL) return MINIMAP_FLAG_XENO_FERAL if(XENO_HIVE_TAMED) diff --git a/code/datums/factions/conam.dm b/code/datums/factions/conam.dm new file mode 100644 index 000000000000..3ad539326bb7 --- /dev/null +++ b/code/datums/factions/conam.dm @@ -0,0 +1,31 @@ +/datum/faction/conam + name = "Con-Amalagated Corporation" + faction_tag = FACTION_CONAM + base_icon_file = 'icons/mob/hud/factions/conam.dmi' + +/datum/faction/conam/modify_hud_holder(image/holder, mob/living/carbon/human/user) + var/icon/override_icon_file + var/hud_icon_state + var/obj/item/card/id/id_card = user.get_idcard() + var/role + if(user.mind) + role = user.job + else if(id_card) + role = id_card.rank + switch(role) + if(JOB_CA_TRAINEE) + hud_icon_state = "trainee" + if(JOB_CA_JUNIOR_EXECUTIVE) + hud_icon_state = "junior_exec" + if(JOB_CA_CORPORATE_LIAISON) + hud_icon_state = "liaison" + if(JOB_CA_EXECUTIVE) + hud_icon_state = "liaison" + if(JOB_CA_SENIOR_EXECUTIVE) + hud_icon_state = "senior_exec" + if(JOB_CA_EXECUTIVE_SPECIALIST, JOB_CA_LEGAL_SPECIALIST) + hud_icon_state = "exec_spec" + if(JOB_CA_EXECUTIVE_SUPERVISOR, JOB_CA_LEGAL_SUPERVISOR) + hud_icon_state = "exec_super" + if(hud_icon_state) + holder.overlays += image(override_icon_file ? override_icon_file : base_icon_file, user, "hc_[hud_icon_state]") diff --git a/code/datums/mob_hud.dm b/code/datums/mob_hud.dm index 6fb7e6308e1e..eb11925d9b5b 100644 --- a/code/datums/mob_hud.dm +++ b/code/datums/mob_hud.dm @@ -16,6 +16,7 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( MOB_HUD_XENO_HIVE_BRAVO = new /datum/mob_hud/xeno/xeno_hive_bravo(), MOB_HUD_XENO_HIVE_CHARLIE = new /datum/mob_hud/xeno/xeno_hive_charlie(), MOB_HUD_XENO_HIVE_DELTA = new /datum/mob_hud/xeno/xeno_hive_delta(), + MOB_HUD_XENO_HIVE_K_SERIES = new /datum/mob_hud/xeno/xeno_hive_k_series(), MOB_HUD_XENO_HIVE_FERAL = new /datum/mob_hud/xeno/xeno_hive_feral(), MOB_HUD_XENO_HIVE_TAMED = new /datum/mob_hud/xeno/xeno_hive_tamed(), MOB_HUD_XENO_HIVE_MUTATED = new /datum/mob_hud/xeno/xeno_hive_mutated(), @@ -200,6 +201,7 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( /datum/mob_hud/xeno/xeno_hive_forsaken /datum/mob_hud/xeno/xeno_hive_yautja /datum/mob_hud/xeno/xeno_hive_hunted +/datum/mob_hud/xeno/xeno_hive_k_series /datum/mob_hud/xeno/xeno_hive_renegade /datum/mob_hud/xeno/xeno_hive_tutorial @@ -244,6 +246,9 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( /datum/mob_hud/faction/hyperdyne faction_to_check = FACTION_HYPERDYNE +/datum/mob_hud/faction/conam + faction_to_check = FACTION_CONAM + /datum/mob_hud/faction/twe faction_to_check = FACTION_TWE @@ -356,6 +361,8 @@ GLOBAL_LIST_INIT_TYPED(huds, /datum/mob_hud, flatten_numeric_alist(alist( hud = GLOB.huds[MOB_HUD_XENO_HIVE_CHARLIE] if(XENO_HIVE_DELTA) hud = GLOB.huds[MOB_HUD_XENO_HIVE_DELTA] + if(XENO_HIVE_K_SERIES) + hud = GLOB.huds[MOB_HUD_XENO_HIVE_K_SERIES] if(XENO_HIVE_FERAL) hud = GLOB.huds[MOB_HUD_XENO_HIVE_FERAL] if(XENO_HIVE_TAMED) diff --git a/code/datums/weather/weather_events/navalis_platform_13.dm b/code/datums/weather/weather_events/navalis_platform_13.dm new file mode 100644 index 000000000000..f2af23c3f10a --- /dev/null +++ b/code/datums/weather/weather_events/navalis_platform_13.dm @@ -0,0 +1,38 @@ +/datum/weather_event/light_rain + name = "Tropical Storm" + display_name = "Tropical Storm" + length = 4 MINUTES + fullscreen_type = /atom/movable/screen/fullscreen/weather/low + + turf_overlay_icon_state = "strata_storm" + turf_overlay_alpha = 40 + + effect_message = null + damage_per_tick = 0 + + has_process = TRUE + lightning_chance = 1 + + ambience = 'sound/ambience/rainforest.ogg' + + fire_smothering_strength = 1 + +/datum/weather_event/monsoon + name = "Monsoon Warning" + display_name = "Monsoon Warning" + length = 6 MINUTES + fullscreen_type = /atom/movable/screen/fullscreen/weather/high + + turf_overlay_icon_state = "strata_storm" + turf_overlay_alpha = 115 + + effect_message = null + damage_per_tick = 0 + + + ambience = 'sound/ambience/varadero_storm.ogg' + + has_process = TRUE + lightning_chance = 6 + + fire_smothering_strength = 4 diff --git a/code/datums/weather/weather_map_holders/navalis_platform_13.dm b/code/datums/weather/weather_map_holders/navalis_platform_13.dm new file mode 100644 index 000000000000..8ff220a9d46f --- /dev/null +++ b/code/datums/weather/weather_map_holders/navalis_platform_13.dm @@ -0,0 +1,20 @@ +/datum/weather_ss_map_holder/navalis_platform_13 + name = "Navalis Map Holder" + + warn_time = 1 MINUTES + min_time_between_events = 30 MINUTES + min_time_between_checks = 0 + min_check_variance = 0 + + no_weather_turf_icon_state = "strata_clearsky" + + potential_weather_events = list( + /datum/weather_event/light_rain, + /datum/weather_event/monsoon, + ) + +/datum/weather_ss_map_holder/navalis_platform_13/should_affect_area(area/A) + return !CEILING_IS_PROTECTED(A.ceiling, CEILING_GLASS) + +/datum/weather_ss_map_holder/navalis_platform_13/should_start_event() + return TRUE diff --git a/code/defines/procs/announcement.dm b/code/defines/procs/announcement.dm index 0d5d663c8ec4..e3eb6cc2f250 100644 --- a/code/defines/procs/announcement.dm +++ b/code/defines/procs/announcement.dm @@ -2,11 +2,46 @@ #define UPP_COMMAND_ANNOUNCE "UPP Command Announcement" #define CLF_COMMAND_ANNOUNCE "CLF Command Announcement" #define PMC_COMMAND_ANNOUNCE "PMC Command Announcement" +#define VENIR_ANNOUNCE "White Antre Central Announcement" #define QUEEN_ANNOUNCE "The words of the Queen reverberate in your head..." +#define QUEEN_LORE_ANNOUNCE "The words of the Queen reverberate in your head..." #define QUEEN_MOTHER_ANNOUNCE "Queen Mother Psychic Directive" #define XENO_GENERAL_ANNOUNCE "You sense something unusual..." //general xeno announcement that don't involve Queen, for nuke for example #define HIGHER_FORCE_ANNOUNCE SPAN_ANNOUNCEMENT_HEADER_BLUE("Unknown Higher Force") +//civilian white antre announcement +/proc/venir_announcement(message, title = VENIR_ANNOUNCE, sound_to_play = sound('sound/misc/notice2.ogg'), faction_to_display = FACTION_SURVIVOR) + var/list/targets = GLOB.human_mob_list + GLOB.dead_mob_list + if(faction_to_display == FACTION_SURVIVOR) + for(var/mob/M in targets) + if(isobserver(M)) //observers see everything + continue + var/mob/living/carbon/human/H = M + if(!istype(H) || H.stat != CONSCIOUS || isyautja(H) || ismarinejob(H) || is_mainship_level(H.z)) //base human checks + targets.Remove(H) + continue + + else if(faction_to_display == "Everyone (-Yautja)") + for(var/mob/M in targets) + if(isobserver(M)) //observers see everything + continue + var/mob/living/carbon/human/H = M + if(!istype(H) || H.stat != CONSCIOUS || isyautja(H)) + targets.Remove(H) + + else + for(var/mob/M in targets) + if(isobserver(M)) //observers see everything + continue + var/mob/living/carbon/human/H = M + if(!istype(H) || H.stat != CONSCIOUS || isyautja(H) || ismarinejob(H)) + targets.Remove(H) + continue + if(H.faction != faction_to_display) + targets.Remove(H) + + announcement_helper(message, title, targets, sound_to_play) + //xenomorph hive announcement /proc/xeno_announcement(message, hivenumber, title = QUEEN_ANNOUNCE) var/list/targets = GLOB.living_xeno_list + GLOB.dead_mob_list @@ -27,6 +62,26 @@ announcement_helper(message, title, targets, sound(get_sfx("queen"),wait = 0,volume = 50)) +//xenomorph lore announcement +/proc/xeno_lore_announcement(message, hivenumber, title = QUEEN_LORE_ANNOUNCE, sound_to_play = sound('sound/ambience/containment_breach1.ogg')) + var/list/targets = GLOB.living_xeno_list + GLOB.dead_mob_list + if(hivenumber == "everything") + for(var/mob/M in targets) + var/mob/living/carbon/xenomorph/X = M + if(!isobserver(X) && !istype(X)) //filter out any potential non-xenomorphs/observers mobs + targets.Remove(X) + + announcement_helper(message, title, targets, sound_to_play) + else + for(var/mob/M in targets) + if(isobserver(M)) + continue + var/mob/living/carbon/X = M + if(!istype(X) || !X.ally_of_hivenumber(hivenumber)) //additionally filter out those of wrong hive + targets.Remove(X) + + announcement_helper(message, title, targets, sound_to_play) + //general marine announcement /proc/marine_announcement(message, title = COMMAND_ANNOUNCE, sound_to_play = sound('sound/misc/notice2.ogg'), faction_to_display = FACTION_MARINE, add_PMCs = FALSE, signature, logging = ARES_LOG_MAIN) diff --git a/code/game/area/CapeRiverColony.dm b/code/game/area/CapeRiverColony.dm new file mode 100644 index 000000000000..94d6c5b1db8d --- /dev/null +++ b/code/game/area/CapeRiverColony.dm @@ -0,0 +1,423 @@ +//CAPE RIVER COLONY AREAS-----------------------------// + +/area/caperiver + name = "Cape River Mining Colony" + icon_state = "unknown" + can_build_special = TRUE + powernet_name = "ground" + temperature = 308.7 //kelvin, 35c, 95f + minimap_color = MINIMAP_MARS_DIRT + +//parent types + +/area/caperiver/indoors + name = "Cape River - Indoors" + ceiling = CEILING_METAL + ambience_exterior = AMBIENCE_BIGRED +// ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + +/area/caperiver/outdoors + name = "Cape River - Outdoors" + ceiling = CEILING_NONE + ambience_exterior = AMBIENCE_BIGRED +// ambience_exterior = AMBIENCE_CITY +// soundscape_interval = 25 + +/area/caperiver/oob + name = "Out Of Bounds" + icon_state = "cliff_blocked" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_OOB + requires_power = FALSE + ambience_exterior = AMBIENCE_BIGRED + ceiling_muffle = FALSE + +//// -- Outdoors -- \\\\ + +// - Cave - \\ + +/area/caperiver/indoors/caves + name = "Caves" + icon_state = "cave" + ambience_exterior = AMBIENCE_HYBRISA_CAVES + soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES + ceiling = CEILING_UNDERGROUND_BLOCK_CAS + ceiling_muffle = FALSE + minimap_color = MINIMAP_AREA_MINING + unoviable_timer = FALSE + always_unpowered = TRUE + +/area/caperiver/indoors/caves/central + name = "Caves - Central" + +/area/caperiver/indoors/caves/sw + name = "Caves - South West" + icon_state = "caves_sw" + +/area/caperiver/indoors/caves/se + name = "Caves - South East" + icon_state = "bunker01_caves" + ambience_exterior = AMBIENCE_CULT + soundscape_interval = 40 + base_muffle = MUFFLE_HIGH + +/area/caperiver/indoors/caves/s + name = "Caves - South" + icon_state = "bunker01_caves_outpost" + +/area/caperiver/indoors/caves/nw + name = "Caves - North West" + icon_state = "caves_north" + +/area/caperiver/indoors/caves/n + name = "Caves - North" + icon_state = "caves_north" + +/area/caperiver/indoors/caves/ne + name = "Caves - North East" + icon_state = "caves_lambda" + ambience_exterior = AMBIENCE_CULT + soundscape_interval = 40 + base_muffle = MUFFLE_MEDIUM + +/area/caperiver/indoors/caves/e + name = "Caves - East" + icon_state = "caves_east" + +/area/caperiver/indoors/caves/w + name = "Caves - West" + icon_state = "caves_virology" + +// - Road - \\ + +/area/caperiver/outdoors/road + name = "Colony Roads" + minimap_color = MINIMAP_SNOW + icon_state = "shuttle" + +/area/caperiver/outdoors/road/south + name = "Colony Roads - South" + linked_lz = list(DROPSHIP_LZ1, DROPSHIP_LZ2) + +/area/caperiver/outdoors/road/central/antiweed + linked_lz = DROPSHIP_LZ2 + +/area/caperiver/outdoors/road/central + +/area/caperiver/outdoors/road/west + name = "Colony Roads - West" + +/area/caperiver/outdoors/road/west/antiweed + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/outdoors/road/north + name = "Colony Roads - North" + +// - Scrublands - \\ + +/area/caperiver/outdoors/scrublands + name = "Scrublands" + icon_state = "valley" + +/area/caperiver/outdoors/scrublands/south + name = "Scrublands - South" + icon_state = "valley_south" + +/area/caperiver/outdoors/scrublands/south/antiweed + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/outdoors/scrublands/south_east + name = "Scrublands - South East" + icon_state = "valley_south" + linked_lz = DROPSHIP_LZ2 + +/area/caperiver/outdoors/scrublands/west + name = "Scrublands - West" + icon_state = "valley_west" + +/area/caperiver/outdoors/scrublands/west/antiweed + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/outdoors/scrublands/central + name = "Scrublands - Central" + icon_state = "valley" + +/area/caperiver/outdoors/scrublands/north + name = "Scrublands - North" + icon_state = "valley_north" + unoviable_timer = FALSE + +/area/caperiver/outdoors/scrublands/north_west + name = "Scrublands - North West" + icon_state = "valley_north_west" + unoviable_timer = FALSE + +/area/caperiver/outdoors/scrublands/north_east + name = "Scrublands - North East" + icon_state = "valley_north_east" + unoviable_timer = FALSE + +/area/caperiver/outdoors/scrublands/lz_cave + name = "Scrublands - Landing Zone Cave" + icon_state = "valley_south_excv" + ceiling = CEILING_SANDSTONE_ALLOW_CAS + minimap_color = MINIMAP_AREA_CELL_MAX + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/outdoors/scrublands/nw_cave + name = "Scrublands - North West Cave" + icon_state = "valley_south_excv" + ceiling = CEILING_SANDSTONE_ALLOW_CAS + minimap_color = MINIMAP_AREA_CELL_MAX + +// - Mining Base Exterior - \\ + +/area/caperiver/outdoors/mining_base_exterior + name = "Mining Base Exterior" + icon_state = "mining" + +/area/caperiver/outdoors/mining_base_exterior/south + name = "Mining Base - South Of Chasm - Exterior" + icon_state = "south" + +/area/caperiver/outdoors/mining_base_exterior/north + name = "Mining Base - North Of Chasm - Exterior" + icon_state = "north" + unoviable_timer = FALSE + +// - Con-Am Base Exterior - \\ + +/area/caperiver/outdoors/con_am_exterior + name = "Con-Amalagated Base Exterior" + icon_state = "mining" + +/area/caperiver/outdoors/con_am_exterior/south + name = "Con-Amalagated Base - South Of Chasm - Exterior" + icon_state = "south" + +/area/caperiver/outdoors/con_am_exterior/south/antiweed + linked_lz = DROPSHIP_LZ2 + +/area/caperiver/outdoors/con_am_exterior/north + name = "Con-Amalagated Base - North Of Chasm - Exterior" + icon_state = "north" + unoviable_timer = FALSE + +// - Misc - \\ + +/area/caperiver/outdoors/bushlands + name = "Bushlands" + icon_state = "south" + linked_lz = list(DROPSHIP_LZ1, DROPSHIP_LZ2) + +/area/caperiver/outdoors/chasm + name = "Chasm" + icon_state = "shuttle" + always_unpowered = TRUE + minimap_color = MINIMAP_WATER + +//// -- Indoors -- \\\\ + +// - Cape River Base Interior - \\ + +/area/caperiver/indoors/miningbase + name = "Cape River - Mining Base" + icon_state = "mining" + minimap_color = MINIMAP_AREA_COLONY_SPACE_PORT + +/area/caperiver/indoors/miningbase/engi + name = "Cape River - Engineering" + icon_state = "engine" + minimap_color = MINIMAP_AREA_ENGI + +/area/caperiver/indoors/miningbase/dorm + name = "Cape River - Dormitory" + icon_state = "maint_dormitory" + +/area/caperiver/indoors/miningbase/checkpoint + name = "Cape River - Entry Checkpoint" + icon_state = "security" +// minimap_color = MINIMAP_AREA_SEC_CAVE + +/area/caperiver/indoors/miningbase/security + name = "Cape River - Security" + icon_state = "security" + minimap_color = MINIMAP_AREA_SEC + unoviable_timer = FALSE + +/area/caperiver/indoors/miningbase/hydro + name = "Cape River - Hydroponics" + icon_state = "hydro" +// minimap_color = MINIMAP_AREA_JUNGLE + +/area/caperiver/indoors/miningbase/rec + name = "Cape River - Recreation" + icon_state = "bar" + +/area/caperiver/indoors/miningbase/admin + name = "Cape River - Administration" + icon_state = "bunker01_command" + minimap_color = MINIMAP_AREA_COMMAND + unoviable_timer = FALSE + +/area/caperiver/indoors/miningbase/medical + name = "Cape River - Medical Bay" + icon_state = "medbay" + unoviable_timer = FALSE + +// - Con-Am 'Corestone Base' Interior - \\ + +/area/caperiver/indoors/conambase + name = "Con-Am 'Corestone Base'" + icon_state = "head_quarters" + minimap_color = MINIMAP_AREA_RESEARCH + +/area/caperiver/indoors/conambase/delivery + name = "Con-Am 'Corestone Base' - Delivery" + icon_state = "maint_cargo" + +/area/caperiver/indoors/conambase/medical + name = "Con-Am 'Corestone Base' - Medical" + icon_state = "Holodeck" + +/area/caperiver/indoors/conambase/bunker + name = "Con-Am 'Corestone Base' - Bunker" + icon_state = "bunker01_main" + minimap_color = MINIMAP_AREA_CAVES_DEEP + +/area/caperiver/indoors/conambase/recreational + name = "Con-Am 'Corestone Base' - Recreational" + icon_state = "maint_bar" + +/area/caperiver/indoors/conambase/engi + name = "Con-Am 'Corestone Base' - Engineering" + icon_state = "engine_waste" + +/area/caperiver/indoors/conambase/support + name = "Con-Am 'Corestone Base' - Support Services" + icon_state = "prototype_engine" + +/area/caperiver/indoors/conambase/command + name = "Con-Am 'Corestone Base' - Command Sector" + icon_state = "bridge" + minimap_color = MINIMAP_AREA_COMMAND + unoviable_timer = FALSE + +/area/caperiver/indoors/conambase/research_w + name = "Con-Am 'Corestone Base' - Research/West" + icon_state = "research" + unoviable_timer = FALSE + +/area/caperiver/indoors/conambase/research_e + name = "Con-Am 'Corestone Base' - Research/East" + icon_state = "research_dock" + unoviable_timer = FALSE + +/area/caperiver/indoors/conambase/unknown + name = "c^n-Am S 'Co)es#ne B@se' A - V Un&ble To Dis@ern E S^ruct&re Func&%*# E. U.S -- &#AAA#.." + icon_state = "research_dock" + minimap_color = MINIMAP_DRAWING_YELLOW + ambience_exterior = AMBIENCE_CULT + soundscape_interval = 40 + ceiling_muffle = FALSE + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + requires_power = FALSE + +// - Misc - \\ + +/area/caperiver/indoors/processing + name = "Mineral Processing" + icon_state = "head_quarters" + minimap_color = MINIMAP_AREA_ENGI + +/area/caperiver/indoors/clf_dropship + name = "UD-9M 'Dogbite'" + icon_state = "head_quarters" + requires_power = FALSE + minimap_color = MINIMAP_AREA_COLONY + +//// -- Telecomms -- \\\\ + +/area/caperiver/telecomms + name = "Cape River - Communications Relay" + ceiling = CEILING_METAL + icon_state = "tutorial" + ambience_exterior = AMBIENCE_BIGRED + +/area/caperiver/telecomms/telecomm_1 + name = "Cape River - Mining Base - Communications Relay" + +/area/caperiver/telecomms/telecomm_2 + name = "Cape River - Scrublands - Exterior Communications Relay" + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/telecomms/telecomm_3 + name = "Con-Am 'Corestone Base' - Primary Communications Relay" + linked_lz = DROPSHIP_LZ2 + +/area/caperiver/telecomms/telecomm_4 + name = "Con-Am 'Corestone Base' - Cave - Ancillery Communications Relay" + ceiling = CEILING_SANDSTONE_ALLOW_CAS + linked_lz = DROPSHIP_LZ2 + +//// -- Landing Zones -- \\\\ + +// - Landing Zone 1 - \\ + +/area/caperiver/outdoors/landing_zone_1 + name = "Cape River Mining Colony - Cargo Transfer - Landing Zone One" + icon_state = "away1" + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_CELL_HIGH + linked_lz = DROPSHIP_LZ1 + +/area/caperiver/outdoors/landing_zone_1/interior + name = "Cape River Mining Colony - Service Structures - Landing Zone One" + icon_state = "away" + ceiling = CEILING_METAL + is_landing_zone = TRUE + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_CELL_MED + +/area/caperiver/outdoors/landing_zone_1/cave + name = "Cape River Mining Colony - East Cave Service Entrance - Landing Zone One" + icon_state = "away" + ceiling = CEILING_SANDSTONE_ALLOW_CAS + is_landing_zone = TRUE + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_CELL_MAX + +// Landing Zone 2 + +/area/caperiver/outdoors/landing_zone_2 + name = "Cape River - Unknown Encampment - Landing Zone Two" + icon_state = "away2" + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_CELL_HIGH + linked_lz = DROPSHIP_LZ2 + +/area/caperiver/outdoors/landing_zone_2/river + name = "Cape River - Unknown Encampment - River - Landing Zone Two" + is_landing_zone = TRUE + linked_lz = DROPSHIP_LZ2 + always_unpowered = TRUE + minimap_color = MINIMAP_WATER + +/area/caperiver/outdoors/landing_zone_2/interior + name = "Cape River - Unknown Encampment - Interior Structure - Landing Zone Two" + icon_state = "away" + ceiling = CEILING_METAL + is_landing_zone = TRUE + linked_lz = DROPSHIP_LZ2 + minimap_color = MINIMAP_AREA_CELL_MED + +/area/caperiver/outdoors/landing_zone_2/cave + name = "Cape River - Unknown Encampment - Cave System - Landing Zone Two" + icon_state = "away3" + ceiling = CEILING_SANDSTONE_ALLOW_CAS + linked_lz = DROPSHIP_LZ2 + minimap_color = MINIMAP_AREA_CELL_MAX + diff --git a/code/game/area/ConAm_81_Abyssal.dm b/code/game/area/ConAm_81_Abyssal.dm new file mode 100644 index 000000000000..4645da3b961f --- /dev/null +++ b/code/game/area/ConAm_81_Abyssal.dm @@ -0,0 +1,237 @@ +//Abyssal Areas--------------------------------------// + +/area/abyssal + name = "Con-Am 81 'Abyssal'" + icon = 'icons/turf/area_prison_v3_fiorina.dmi' + icon_state = "fiorina" + can_build_special = TRUE + temperature = T20C + powernet_name = "ground" + ceiling = CEILING_GLASS + minimap_color = MINIMAP_AREA_COLONY + ceiling_muffle = FALSE + unoviable_timer = FALSE + +//parent types + +/area/abyssal/interior + name = "Abyssal - Interior" + icon_state = "base_icon" + soundscape_playlist = SCAPE_ABYSSAL_INTERIOR + ambience_exterior = AMBIENCE_ALMAYER + soundscape_interval = 45 + +/area/abyssal/exterior + name = "Abyssal - Exterior" + icon_state = "base_icon" + ceiling = CEILING_NONE + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_CONTAINMENT|AREA_UNWEEDABLE|AREA_NOBURROW + requires_power = FALSE + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + minimap_color = MINIMAP_AREA_GLASS + temperature = TCMB + pressure = 0 + always_unpowered = 1 + base_lighting_alpha = 255 + +/area/abyssal/oob + name = "Out Of Bounds" + icon_state = "oob" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + minimap_color = MINIMAP_AREA_SPACE + requires_power = FALSE + temperature = TCMB + pressure = 0 + always_unpowered = 1 + base_lighting_alpha = 255 + +//// Landing Zone \\\\ + +/area/abyssal/interior/landing_zone + name = "Con-Am 81 'Abyssal' - Hanger - Landing Zone" + icon_state = "lz1" + ceiling = CEILING_NONE + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ1 + +//// Interior Station \\\\ + +// Survivor Bunker +/area/abyssal/interior/bunker + name = "Abyssal - Emergency Radiation Bunker" + icon_state = "police_line" + flags_area = AREA_NOTUNNEL + minimap_color = MINIMAP_AREA_JUNGLE + +//Corridor +/area/abyssal/interior/corridor_west + name = "Abyssal - Port - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +/area/abyssal/interior/corridor_central + name = "Abyssal - Central - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +/area/abyssal/interior/corridor_east + name = "Abyssal - Starboard - Main Corridor" + icon_state = "station0" + minimap_color = MINIMAP_DIRT + +//Telecommunications +/area/abyssal/interior/telecomms_1 + name = "Abyssal - Secondary Telecommunications Hub" + icon_state = "power0" + minimap_color = MINIMAP_AREA_ENGI + +/area/abyssal/interior/telecomms_2 + name = "Abyssal - Primary Telecommunications Hub" + icon_state = "power0" + minimap_color = MINIMAP_AREA_ENGI + +//Maintenance +/area/abyssal/interior/maintenance + name = "Abyssal - Maintenance" + icon_state = "maints" + minimap_color = MINIMAP_LAVA + +/area/abyssal/interior/maintenance/west + name = "Abyssal - Port - Maintenance" + linked_lz = DROPSHIP_LZ1 + +/area/abyssal/interior/maintenance/south + name = "Abyssal - Aft - Maintenance" + +/area/abyssal/interior/maintenance/north + name = "Abyssal - Fore - Maintenance" + +/area/abyssal/interior/maintenance/east + name = "Abyssal - Starboard - Maintenance" + +/area/abyssal/interior/maintenance/central + name = "Abyssal - Central - Maintenance" + +//Solar Control +/area/abyssal/interior/solar_control_south + name = "Abyssal - Aft - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +/area/abyssal/interior/solar_control_north + name = "Abyssal - Fore - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +/area/abyssal/interior/solar_control_north_west + name = "Abyssal - Fore-Port - Solar Interior Controlroom" + icon_state = "disco" + minimap_color = MINIMAP_AREA_GLASS + +//Departments +/area/abyssal/interior/arrivals + name = "Abyssal - Arrivals Wing" + icon_state = "station1" + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_CELL_MED + +/area/abyssal/interior/cargo + name = "Abyssal - Cargo Wing" + icon_state = "station1" + linked_lz = DROPSHIP_LZ1 + minimap_color = MINIMAP_AREA_SHIP + +/area/abyssal/interior/atmo + name = "Abyssal - Atmospherics" + icon_state = "station1" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/hydro + name = "Abyssal - Hydroponics" + icon_state = "botany" + minimap_color = MINIMAP_AREA_CELL_LOW + +/area/abyssal/interior/dormitory + name = "Abyssal - Dormitory" + icon_state = "station2" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/galley + name = "Abyssal - Galley Kitchen" + icon_state = "station2" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/abyssal/interior/security + name = "Abyssal - Security Wing" + icon_state = "security_hub" + minimap_color = MINIMAP_AREA_COLONY_MARSHALLS + +/area/abyssal/interior/engineering + name = "Abyssal - Engineering Wing" + icon_state = "power0" + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING + +/area/abyssal/interior/medical + name = "Abyssal - Medical Wing" + icon_state = "station3" + minimap_color = MINIMAP_AREA_COLONY_HOSPITAL + +/area/abyssal/interior/science + name = "Abyssal - Science Wing" + icon_state = "station4" + minimap_color = MINIMAP_AREA_RESEARCH + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/abyssal/interior/command + name = "Abyssal - Command Wing" + icon_state = "fiorina" + minimap_color = MINIMAP_AREA_COMMAND + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +/area/abyssal/interior/liaison + name = "Abyssal - Executive Coordinators Office" + icon_state = "station4" + minimap_color = MINIMAP_AREA_COMMAND + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + +//// Exterior Station \\\\ + +/area/abyssal/exterior/fore + name = "Abyssal - Exterior Fore" + icon_state = "maints" + +/area/abyssal/exterior/aft + name = "Abyssal - Exterior Aft" + icon_state = "maints" + +//// Derelict Shuttle \\\\ + +/area/abyssal/interior/derelict_shuttle + name = "Unidentified Space Craft (UFO-1)" + icon_state = "tumor0-deep" + ceiling = CEILING_REINFORCED_METAL + flags_area = AREA_NOTUNNEL + ambience_exterior = AMBIENCE_DERELICT + soundscape_playlist = SCAPE_PL_LV759_DERELICTSHIP + minimap_color = MINIMAP_AREA_HYBRISACAVES + requires_power = FALSE + +//// Gonzo \\\\ + +/area/abyssal/gonzo + name = "Abyssal - Exterior Starboard" + icon_state = "maints" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_GLASS + ambience_exterior = SCAPE_ABYSSAL_EXTERIOR + requires_power = FALSE + base_lighting_alpha = 255 + always_unpowered = 1 diff --git a/code/game/area/Navalis_Platform_13.dm b/code/game/area/Navalis_Platform_13.dm new file mode 100644 index 000000000000..de58247b8cc3 --- /dev/null +++ b/code/game/area/Navalis_Platform_13.dm @@ -0,0 +1,585 @@ +/area/navalis + icon_state = "lv-626" + can_build_special = TRUE + powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY + +//Parent Types + +/area/navalis/oob + name = "Navalis - Out Of Bounds" + icon_state = "unknown" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + minimap_color = MINIMAP_AREA_OOB + flags_area = AREA_NOTUNNEL|AREA_UNWEEDABLE|AREA_NO_PARA + +/area/navalis/indoors + name = "Navalis - Indoors" + icon_state = "cliff_blocked" + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + +/area/navalis/outdoors + name = "Navalis - Outdoors" + icon_state = "cliff_blocked" + ceiling = CEILING_NONE + soundscape_playlist = SCAPE_PL_LV759_OUTDOORS + ambience_exterior = AMBIENCE_CITY + soundscape_interval = 25 + +//Water Types + +/area/navalis/oob/water + name = "Water - Near" + icon_state = "blue2" + ceiling = CEILING_NONE + requires_power = FALSE + base_lighting_alpha = 25 + minimap_color = MINIMAP_WATER + +/area/navalis/oob/water/mid + name = "Water - Middle" + base_lighting_alpha = 30 + +/area/navalis/oob/water/far + name = "Water - Far" + base_lighting_alpha = 35 + +//Additional Out Of Bounds + +/area/navalis/oob/powered + requires_power = FALSE + +/area/navalis/oob/empty_space + requires_power = FALSE + ceiling = CEILING_NONE + minimap_color = MINIMAP_WATER + flags_area = AREA_NOTUNNEL|AREA_UNWEEDABLE|AREA_NO_PARA + +// PSV Charon + +/area/navalis/outdoors/charon + name = "PSV Charon" + icon_state = "unknown" + ceiling = CEILING_NONE + unoviable_timer = FALSE + minimap_color = MINIMAP_AREA_JUNGLE + +/area/navalis/outdoors/charon/surface_deck + name = "PSV Charon - Forecastle Deck" + icon_state = "syndie-ship" + +/area/navalis/outdoors/charon/surface_deck/forecastle_deck + name = "PSV Charon - Forecastle Deck" + +/area/navalis/outdoors/charon/surface_deck/main_deck + name = "PSV Charon - Main Deck" + +/area/navalis/outdoors/charon/surface_deck/rear_deck + name = "PSV Charon - Poop Deck" + +/area/navalis/indoors/charon + name = "PSV Charon - Below Deck" + icon_state = "unknown" + ceiling = CEILING_METAL + unoviable_timer = FALSE + minimap_color = MINIMAP_AREA_JUNGLE + +// Middle Deck Indoor + +/area/navalis/indoors/charon/surface_deck + icon_state = "syndie-ship" + +/area/navalis/indoors/charon/surface_deck/main_deck + name = "PSV Charon - Main Deck" + +/area/navalis/indoors/charon/surface_deck/rear_deck + name = "PSV Charon - Poop Deck" + +// Lower Deck + +/area/navalis/indoors/charon/below_deck + icon_state = "syndie-ship" + +/area/navalis/indoors/charon/below_deck/front + name = "PSV Charon - Below-Deck Fore" + +/area/navalis/indoors/charon/below_deck/middle + name = "PSV Charon - Below-Deck: Cargo Hold" + +/area/navalis/indoors/charon/below_deck/rear + name = "PSV Charon - Below-Deck Aft" + +// Upper Deck + +/area/navalis/indoors/charon/upper_deck + icon_state = "syndie-ship" + +/area/navalis/indoors/charon/upper_deck/front + name = "PSV Charon - Upper-Deck: Bridge" + +/area/navalis/indoors/charon/upper_deck/rear + name = "PSV Charon - Upper-Deck: Engineering" + + +// Medical-Science Rig + +/area/navalis/indoors/med_sci + name = "Medi-Sci Rig - Indoors" + icon_state = "medbay" + ceiling = CEILING_METAL + minimap_color = MINIMAP_AREA_MEDBAY + +/area/navalis/indoors/med_sci/foyer + name = "Medi-Sci Rig - Level-1: Foyer" + +/area/navalis/indoors/med_sci/main_floor + name = "Medi-Sci Rig - Level-1: Treatment Floor" + +/area/navalis/indoors/med_sci/surg_one + name = "Medi-Sci Rig - Level-1: Surgery One" + +/area/navalis/indoors/med_sci/surg_two + name = "Medi-Sci Rig - Level-1: Surgery Two" + +/area/navalis/indoors/med_sci/elevator + name = "Medi-Sci Rig - Level-1: Elevator" + +/area/navalis/indoors/med_sci/break_room + name = "Medi-Sci Rig - Level-1: Employee Break Room" + +/area/navalis/indoors/med_sci/pharmacy + name = "Medi-Sci Rig - Level-1: Pharmacy" + +/area/navalis/indoors/med_sci/storage + name = "Medi-Sci Rig - Level-1: Medical Storage" + +/area/navalis/indoors/med_sci/records_room + name = "Medi-Sci Rig - Level-1: Records Room" + +/area/navalis/indoors/med_sci/science_lower_entrance + name = "Medi-Sci Rig - Level-1: Sci-Wing Lower-Entrance" + +/area/navalis/indoors/med_sci/corridor + name = "Medi-Sci Rig - Level-1: Lower Corridor" + +/area/navalis/indoors/med_sci/chemical_store + name = "Medi-Sci Rig - Level-1: Chemical Storage" + +/area/navalis/indoors/med_sci/maintenance_port + name = "Medi-Sci Rig - Level-1: Port Maintenance" + +/area/navalis/indoors/med_sci/maintenance_starboard + name = "Medi-Sci Rig - Level-1: Starboard Maintenance" + +// Lower-Deck + +/area/navalis/indoors/med_sci/lower_level + name = "Medi-Sci Rig - Level-0" + +/area/navalis/indoors/med_sci/lower_level/port + name = "Medi-Sci Rig - Level-0: Port-Corridor" + +/area/navalis/indoors/med_sci/lower_level/starboard + name = "Medi-Sci Rig - Level-0: Starboard-Corridor" + +/area/navalis/indoors/med_sci/lower_level/records + name = "Medi-Sci Rig - Level-0: Storage Records" + +/area/navalis/indoors/med_sci/lower_level/delivery + name = "Medi-Sci Rig - Level-0: Delivery Bay" + +// Upper-Deck + +/area/navalis/indoors/med_sci/upper_level + name = "Medi-Sci Rig - Level-2" + +/area/navalis/indoors/med_sci/upper_level/entrance + name = "Medi-Sci Rig - Level-2: Entrance" + +/area/navalis/indoors/med_sci/upper_level/morgue + name = "Medi-Sci Rig - Level-2: Morgue" + +/area/navalis/indoors/med_sci/upper_level/sec + name = "Medi-Sci Rig - Level-2: Security Office" + +/area/navalis/indoors/med_sci/upper_level/corridor + name = "Medi-Sci Rig - Level-2: Corridor" + +/area/navalis/indoors/med_sci/upper_level/flight + name = "Medi-Sci Rig - Level-2: Medical Flight Control" + +/area/navalis/indoors/med_sci/upper_level/store + name = "Medi-Sci Rig - Level-2: Storage" + +/area/navalis/indoors/med_sci/upper_level/on_duty + name = "Medi-Sci Rig - Level-2: On-Call Standby Quarters" + +/area/navalis/indoors/med_sci/upper_level/sci_ent + name = "Medi-Sci Rig - Level-2: Sci-Wing Entrance" + +/area/navalis/indoors/med_sci/upper_level/sci_lab + name = "Medi-Sci Rig - Level-2: Sci-Wing Lab" + +/area/navalis/indoors/med_sci/upper_level/sci_scan + name = "Medi-Sci Rig - Level-2: Sci-Wing Scanning Room" + +// Command Rig + +/area/navalis/indoors/command + name = "Command Rig - Indoors" + icon_state = "bridge" + minimap_color = MINIMAP_AREA_COMMAND + +/area/navalis/indoors/command/aft_hallway + name = "Command Rig - Level-1: Aft-Hallway" + +/area/navalis/indoors/command/port_hallway + name = "Command Rig - Level-1: Port-Hallway" + +/area/navalis/indoors/command/starboard_hallway + name = "Command Rig - Level-1: Starboard-Hallway" + +/area/navalis/indoors/command/office + name = "Command Rig - Level-1: Main Office" + +/area/navalis/indoors/command/conferance + name = "Command Rig - Level-1: Conferance Room" + +/area/navalis/indoors/command/director_office + name = "Command Rig - Level-1: Site Director's Office" + +/area/navalis/indoors/command/cent_com + name = "Command Rig - Level-1: Central Command Room" + +/area/navalis/indoors/command/oft_duty_room + name = "Command Rig - Level-1: Off-Duty Break Room" + +/area/navalis/indoors/command/command_kitchen + name = "Command Rig - Level-1: Command Kitchen" + +/area/navalis/indoors/command/server_room + name = "Command Rig - Level-1: Ancillery Backup Server Room" + +/area/navalis/indoors/command/security + name = "Command Rig - Level-1: Security Office" + +/area/navalis/indoors/command/meeting_hall + name = "Command Rig - Level-1: Meeting Hall" + +/area/navalis/indoors/command/bathroom + name = "Command Rig - Level-1: Bathroom" + +/area/navalis/indoors/command/tertiary_comms + name = "Command Rig - Level-1: Tertiary Communications" + +/area/navalis/indoors/command/maintenance_port + name = "Command Rig - Level-1: Port Maintenance" + +/area/navalis/indoors/command/maintenance_starboard + name = "Command Rig - Level-1: Starboard Maintenance" + +// Lower-Deck + +/area/navalis/indoors/command/lower_deck + name = "Command Rig - Level-0" + +/area/navalis/indoors/command/lower_deck/starboard + name = "Command Rig - Level-0: Starboard Access" + +/area/navalis/indoors/command/lower_deck/port + name = "Command Rig - Level-0: Port Access" + +/area/navalis/indoors/command/lower_deck/sub_pen + name = "Command Rig - Level-0: Sub-Pen" + +// Upper-Deck + +/area/navalis/indoors/command/upper_deck + name = "Command Rig - Level-2" + +/area/navalis/indoors/command/upper_deck/server + name = "Command Rig - Level-2: Primary Server Room" + +/area/navalis/indoors/command/upper_deck/starboard + name = "Command Rig - Level-2: Starboard Corridor" + +/area/navalis/indoors/command/upper_deck/port + name = "Command Rig - Level-2: Port Corridor" + +/area/navalis/indoors/command/upper_deck/air_traffic_control + name = "Command Rig - Level-2: Air Traffic Control" + +/area/navalis/indoors/command/upper_deck/naval_traffic_control + name = "Command Rig - Level-2: Naval Traffic Control" + +/area/navalis/indoors/command/upper_deck/jani + name = "Command Rig - Level-2: Janitorial Closet" + + +// Logistical Rig + +/area/navalis/indoors/logistic + name = "Logistic Rig - Level-1:Indoors" + icon_state = "quartstorage" + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING + +/area/navalis/indoors/logistic/Port_hallway + name = "Logistic Rig - Level-1:Port-Hallway" + +/area/navalis/indoors/logistic/workshop + name = "Logistic Rig - Level-1:Workshop" + +/area/navalis/indoors/logistic/mech_bay + name = "Logistic Rig - Level-1:Mech-Bay" + +/area/navalis/indoors/logistic/primary_storage + name = "Logistic Rig - Level-1:Primary Storage" + +/area/navalis/indoors/logistic/elevator + name = "Logistic Rig - Level-1:Elevator" + +/area/navalis/indoors/logistic/maintenance_port + name = "Logistic Rig - Level-1:Port Maintenance" + +/area/navalis/indoors/logistic/maintenance_starboard + name = "Logistic Rig - Level-1:Starboard Maintenance" + +// Lower-Deck + +/area/navalis/indoors/logistic/lower_deck + name = "Logistic Rig - Level-0" + +/area/navalis/indoors/logistic/lower_deck/fore + name = "Logistic Rig - Level-0: Fore Section" + +/area/navalis/indoors/logistic/lower_deck/port + name = "Logistic Rig - Level-0: Port Corridor" + +/area/navalis/indoors/logistic/lower_deck/maint + name = "Logistic Rig - Level-0: Maintenance Control" + +/area/navalis/indoors/logistic/lower_deck/fuel + name = "Logistic Rig - Level-0: Fuel Pump Control" + +/area/navalis/indoors/logistic/lower_deck/maint_store + name = "Logistic Rig - Level-0: Maintenance Storage" + +// Upper-Deck + +/area/navalis/indoors/logistic/upper_deck + name = "Logistic Rig - Level-2" + +/area/navalis/indoors/logistic/upper_deck/entrance + name = "Logistic Rig - Level-2: Entrance" + +/area/navalis/indoors/logistic/upper_deck/walkway + name = "Logistic Rig - Level-2: Walkway" + +/area/navalis/indoors/logistic/upper_deck/maint + name = "Logistic Rig - Level-2: Maintenance" + +/area/navalis/indoors/logistic/upper_deck/office + name = "Logistic Rig - Level-2: Office" + +/area/navalis/indoors/logistic/upper_deck/workshop + name = "Logistic Rig - Level-2: Workshop" + +/area/navalis/indoors/logistic/upper_deck/conduit + name = "Logistic Rig - Level-2: Electrical Conduit" + + +// Industrial Rig + +/area/navalis/indoors/industrial + name = "Industrial Rig - Indoors" + icon_state = "mining_production" + unoviable_timer = FALSE + minimap_color = MINIMAP_AREA_ENGI + +/area/navalis/indoors/industrial/accessway + name = "Industrial Rig - Sector-A: Accessway" + +/area/navalis/indoors/industrial/power + name = "Industrial Rig - Sector-B: Geothermal Reactor" + +/area/navalis/indoors/industrial/refinery + name = "Industrial Rig - Sector-C: Refinery" + +/area/navalis/indoors/industrial/mining + name = "Industrial Rig - Sector-D: Primary-Mining Rig" + +// Residential Rig + +/area/navalis/indoors/residential + name = "Residential Rig - Indoors" + icon_state = "fitness" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + unoviable_timer = FALSE + minimap_color = MINIMAP_AREA_RESEARCH + +/area/navalis/indoors/residential/accessway + name = "Residential Rig - Aft-Accessway" + +/area/navalis/indoors/residential/port + name = "Residential Rig - Port-Section" + +/area/navalis/indoors/residential/starboard + name = "Residential Rig - Starboard-Section" + +/area/navalis/indoors/residential/kitchen + name = "Residential Rig - Kitchen" + +/area/navalis/indoors/residential/landing_pad + name = "Residential Rig - Landing-Pad" + +/area/navalis/indoors/residential/cafeteria + name = "Residential Rig - Level 2: Cafeteria" + +/area/navalis/indoors/residential/access + name = "Residential Rig - Level 2: Starboard Access" + +/area/navalis/indoors/residential/maint_stern + name = "Residential Rig - Level 2: Stern Maintenance" + +/area/navalis/indoors/residential/maint_starboard + name = "Residential Rig - Level 2: Starboard Maintenance" + + +// Landing Zones +/area/navalis/outdoors/landing_zone_1 + name = "Navalis Platform 13 - Medical Emergency Response - Landing Zone One" + icon_state = "medbay3" + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_CELL_VIP + linked_lz = DROPSHIP_LZ1 + +/area/navalis/outdoors/landing_zone_1/under + name = "LZ1 - Lower-Level Walkway" + +/area/navalis/outdoors/landing_zone_2 + name = "Navalis Platform 13 - Logistics Delivery Area - Landing Zone Two" + icon_state = "bunker01_engineering" + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_CELL_MED + linked_lz = DROPSHIP_LZ2 + +/area/navalis/outdoors/landing_zone_2/under + name = "LZ2 - Lower-Level Walkway" + +/area/navalis/indoors/landing_zone_2 + name = "LZ2 - Lower-Level Access" + icon_state = "bunker01_engineering" + is_resin_allowed = FALSE + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ2 + + +// Other + +/area/navalis/outdoors/exterior + name = "Exterior Walkway" + icon_state = "eva" + minimap_color = MINIMAP_AREA_MINING + requires_power = FALSE + +/area/navalis/indoors/clf_shuttle + name = "Kutjevo - Unregistered Freighter" + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + minimap_color = MINIMAP_AREA_CELL_MED + icon_state = "syndie-ship" + +// Medical + +/area/navalis/outdoors/exterior/med_ext + name = "Med-Sci Rig - Level-1: Exterior Walkway" + +/area/navalis/outdoors/exterior/med_ext/lower + name = "Med-Sci Rig - Level-0: Exterior Walkway" + +/area/navalis/outdoors/exterior/med_ext/upper + name = "Med-Sci Rig - Level-2: Exterior Walkway" + +/area/navalis/outdoors/exterior/med_ext/roof + name = "Medi-Sci Rig - Roof" + minimap_color = MINIMAP_AREA_MEDBAY + +// Command + +/area/navalis/outdoors/exterior/com_ext + name = "Command Rig - Level-1: Exterior Walkway" + +/area/navalis/outdoors/exterior/com_ext/lower + name = "Command Rig - Level-0: Exterior Walkway" + +/area/navalis/outdoors/exterior/com_ext/upper + name = "Command Rig - Level-2: Exterior Walkway" + +/area/navalis/outdoors/exterior/com_ext/roof + name = "Command Rig - Roof" + minimap_color = MINIMAP_AREA_COMMAND + +// Logistics + +/area/navalis/outdoors/exterior/log_ext + name = "Logistical Rig - Level-1: Exterior Walkway" + +/area/navalis/outdoors/exterior/log_ext/lower + name = "Logistical Rig - Level-0: Exterior Walkway" + +/area/navalis/outdoors/exterior/log_ext/upper + name = "Logistical Rig - Level-2: Exterior Walkway" + +/area/navalis/outdoors/exterior/log_ext/roof + name = "Logistical Rig - Roof" + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING + + +// Industrial + +/area/navalis/outdoors/exterior/ind_ext + name = "Industrial Rig - Level-1: Exterior Walkway" + +/area/navalis/outdoors/comm_one + name = "Navalis Platform 13 - Exterior Communications Relay" + +/area/navalis/outdoors/exterior_xeno_only + name = "Industrial Rig - Exterior Lattice Walkway" + icon_state = "red2" + flags_area = AREA_NOTUNNEL|AREA_CONTAINMENT|NOT_WEEDABLE|AREA_NO_PARA + base_lighting_alpha = 35 + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + requires_power = FALSE + +/area/navalis/outdoors/exterior_xeno_only/lz1 + name = "Medical / LZ1 - Exterior Lattice Walkway" + +/area/navalis/outdoors/exterior_xeno_only/lz2 + name = "Medical / LZ2 - Exterior Lattice Walkway" + +/area/navalis/outdoors/exterior_xeno_only/mining + name = "Mining Rig - Exterior Lattice Walkway" + +/area/navalis/indoors/xeno_growth + name = "Unidentified Xeno-biological Growth: Industrial Area" + icon_state = "eta_xeno" + unoviable_timer = FALSE + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + minimap_color = MINIMAP_AREA_HYBRISACAVES + requires_power = FALSE + +/area/navalis/indoors/xeno_growth/residential + name = "Unidentified Xeno-biological Growth: Residential Entrance Area" + +/area/navalis/indoors/ice_cavern + name = "Iceberg Interior" + icon_state = "medbay3" + unoviable_timer = FALSE + ceiling = CEILING_UNDERGROUND_ALLOW_CAS + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM + requires_power = FALSE diff --git a/code/game/area/SekhmetSwamp.dm b/code/game/area/SekhmetSwamp.dm new file mode 100644 index 000000000000..cf822e952465 --- /dev/null +++ b/code/game/area/SekhmetSwamp.dm @@ -0,0 +1,173 @@ +//==================================================================SEKHMET SWAMP +//BASE +/area/sekhmet + name = "Sekhmet Swamp" + icon_state = "lv626" + can_build_special = TRUE + powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY +//============================================================PARENTS +/area/sekhmet/outside + name = "Sekhmet Exterior" + ceiling = CEILING_NONE + ambience_exterior = AMBIENCE_JUNGLE_ALT +/area/sekhmet/int_glass + name = "Sekhmet Glass" + ceiling = CEILING_GLASS + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +/area/sekhmet/int_reg + name = "Sekhmet Metal" + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +/area/sekhmet/int_heavy + name = "Sekhmet Reinforced" + ceiling = CEILING_REINFORCED_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +/area/sekhmet/caves + name = "Sekhmet Caves" + ceiling = CEILING_SANDSTONE_ALLOW_CAS +//============================================================SHUTTLES +/area/sekhmet/shuttles/drop1 + name = "Sekhmet - Military Landing Pad" + icon_state = "shuttle" + icon = 'icons/turf/area_varadero.dmi' + minimap_color = MINIMAP_AREA_LZ + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +/area/sekhmet/shuttles/drop2 + name = "Sekhmet - Open Field" + icon_state = "shuttle2" + icon = 'icons/turf/area_varadero.dmi' + minimap_color = MINIMAP_AREA_LZ + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +/area/sekhmet/shuttles/drop3 + name = "Sekhmet - Research Landing Pad" + icon_state = "shuttle" + icon = 'icons/turf/area_varadero.dmi' + minimap_color = MINIMAP_AREA_LZ + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR +//============================================================ Communications +/area/sekhmet/int_reg/telecomm + name = "Sekhmet - Communications Relay" + icon_state = "ass_line" + +/area/sekhmet/int_reg/telecomm/lz1_southeast + name = "Sekhmet - South-East LZ2 Communications Relay" + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ1 + +/area/sekhmet/int_reg/telecomm/lz2_northeast + name = "Sekhmet - North-East LZ2 Communications Relay" + minimap_color = MINIMAP_AREA_LZ + linked_lz = DROPSHIP_LZ2 +//============================================================NORTHWEST PORTION (military base, swamps, communication lower, air filtration, caves) +/area/sekhmet/int_reg/military_hangar + name = "UPP Military Landing Zone" + icon_state = "away1" +/area/sekhmet/int_reg/catwalk + name = "Swamp Catwalk" + icon_state = "away2" +/area/sekhmet/outside/swamp + name = "Sekhmet Swamp" + icon_state = "northwest" +/area/sekhmet/int_reg/comms_lower + name = "Sekhmet Lower Commmunication Hall" + icon_state = "away3" +/area/sekhmet/int_reg/air_filters + name = "Sekhmet Air Filtrators" + icon_state = "away3" +/area/sekhmet/caves/west_cave + name = "Sekhmet West Caves" + icon_state = "cave" +//============================================================SOUTHWEST PORTION (airfield, medbay, warehouse) +/area/sekhmet/outside/airfield + name = "Sekhmet Clearing" + icon_state = "southwest" +/area/sekhmet/int_glass/hosptial + name = "Sekhmet Treatment Center" + icon_state = "medbay" +/area/sekhmet/int_reg/southwest_complex + name = "Sekhmet Southwestern Complex" + icon_state = "away1" +/area/sekhmet/int_reg/warehouse + name = "Sekhmet Warehouse" + icon_state = "cargo" +/area/sekhmet/outside/southroad + name = "Sekhmet Southern Path" + icon_state = "south" +/area/sekhmet/caves/south_cave + name = "Sekhmet South Caves" + icon_state = "cave" +//============================================================CENTRAL PORTION (central complex, yard, roadways, comms) +/area/sekhmet/outside/central_road + name = "Sekhmet Central Path" + icon_state = "away2" +/area/sekhmet/int_glass/complex_generic + name = "Sekhmet Central Complex" + icon_state = "away1" +/area/sekhmet/int_reg/complex_intel + name = "Sekhmet Intelligence" + icon_state = "blue-red2" +/area/sekhmet/int_reg/complex_operation + name = "Sekhmet Operations" + icon_state = "blue" +/area/sekhmet/int_reg/complex_comms + name = "Sekhmet Communication Array" + icon_state = "away3" +/area/sekhmet/int_glass/south_complex + name = "Sekhmet Southern Complex" + icon_state = "green" +/area/sekhmet/int_reg/water_filters + name = "Sekhmet Water Filtration" + icon_state = "red" +/area/sekhmet/int_glass/offices + name = "Sekhmet Administrators Office" + icon_state = "yellow" +/area/sekhmet/int_reg/engineering + name = "Sekhmet Engineering" + icon_state = "SMES" +/area/sekhmet/int_heavy/entry_zone + name = "Sekhmet Entry Zone" + icon_state = "red" +/area/sekhmet/int_reg/yard + name = "Sekhmet Breaking Yard" + icon_state = "blue-red2" +//============================================================EAST PORTION (research, jungle, temple) +/area/sekhmet/outside/east_jungle + name = "Sekhmet Eastern Jungle" + icon_state = "east" +/area/sekhmet/caves/temple + name = "Sekhmet North-East Caves" + icon_state = "cave" +/area/sekhmet/outside/temple_outer + name = "Sekhmet North Eastern Jungle" + icon_state = "northwest" + ceiling = CEILING_DEEP_UNDERGROUND +/area/sekhmet/outside/southeast_road + name = "Sekhmet Southeastern Path" + icon_state = "southeast" +/area/sekhmet/int_heavy/research + name = "Sekhmet Research Main Floor" + icon_state = "research" +/area/sekhmet/int_reg/garage + name = "Sekhmet Garage" + icon_state = "yellow" +//============================================================UNDERGROUND PORTION (Very Lazy Two Sectors) +/area/sekhmet/int_heavy/low_level_gen + name = "Sekhmet Lower Complex" + icon_state = "red" +/area/sekhmet/int_heavy/low_level_rsr + name = "Sekhmet Lower Research" + icon_state = "green" +//============================================================EXTRA PORTION +/area/sekhmet/int_reg/ship1 + name = "Mikhail GENESIS-class Freight Hauler" + icon_state = "blue-red2" +/area/sekhmet/int_reg/ship2 + name = "Atreus SEQUOD-class Transport Ship" + icon_state = "blue-red2" diff --git a/code/game/area/White_Antre.dm b/code/game/area/White_Antre.dm new file mode 100644 index 000000000000..a9f6f8ca96c8 --- /dev/null +++ b/code/game/area/White_Antre.dm @@ -0,0 +1,346 @@ +//White Antre Areas--------------------------------------// + +/area/white_antre + name = "White Antre Research Facility" + icon = 'icons/turf/area_hybrisa.dmi' + icon_state = "wydropship" + can_build_special = TRUE + powernet_name = "ground" + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM + +//parent types + +/area/white_antre/indoors + name = "White Antre Research Facility - Indoors" + icon_state = "cliff_blocked"//because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_METAL + ambience_exterior = AMBIENCE_ANTRE + soundscape_playlist = SCAPE_PL_LV759_INDOORS + +/area/white_antre/outdoors + name = "White Antre Research Facility - Outdoors" + icon_state = "cliff_blocked"//because this is a PARENT TYPE and you should not be using it and should also be changing the icon!!! + ceiling = CEILING_NONE + soundscape_playlist = SCAPE_PL_LV759_OUTDOORS + ambience_exterior = AMBIENCE_HYBRISA_CAVES + soundscape_interval = 25 + unoviable_timer = 20 MINUTES + always_unpowered = TRUE + +/area/white_antre/oob + name = "Out Of Bounds" + icon_state = "oob" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_OOB + requires_power = FALSE + +// Landing Zone + +/area/white_antre/landing_zone + name = "White Antre Research Facility - Supply Pad - Landing Zone" + icon_state = "lz" + soundscape_playlist = SCAPE_PL_LV759_OUTDOORS + ambience_exterior = AMBIENCE_HYBRISA_CAVES + is_landing_zone = TRUE + minimap_color = MINIMAP_AREA_LZ + ceiling = CEILING_NONE + linked_lz = DROPSHIP_LZ1 + requires_power = FALSE + minimap_color = MINIMAP_AREA_COLONY_SPACE_PORT + +/area/white_antre/landing_zone/roof + name = "White Antre Research Facility - Supply Pad - Landing Zone" + icon_state = "lz" + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + +// PMC Ship + +/area/white_antre/indoors/pmc_dropship + name = "PMC-DS-1 'Cash Flow'" + icon_state = "WYSpaceport" + ambience_exterior = AMBIENCE_SHIP_ALT + minimap_color = MINIMAP_AREA_COLONY_SPACE_PORT + +//Exterior Area + +/area/white_antre/outdoors/north_field + name = "Snow Fields - North" + icon_state = "caves_north" + minimap_color = MINIMAP_SNOW + + +/area/white_antre/outdoors/south_field + name = "Snow Fields - South" + icon_state = "caves_south" + minimap_color = MINIMAP_SNOW + +/area/white_antre/outdoors/south_field/under_cover + ceiling = CEILING_SANDSTONE_ALLOW_CAS + +/area/white_antre/outdoors/road_west + name = "Snow Fields - Road West" + icon_state = "meridian_factory" + minimap_color = MINIMAP_DIRT + +/area/white_antre/outdoors/road_east + name = "Snow Fields - Road East" + icon_state = "meridian" + minimap_color = MINIMAP_DIRT + +/area/white_antre/outdoors/path_north + name = "Snow Fields - Offroad North" + icon_state = "mining" + minimap_color = MINIMAP_MARS_DIRT + +/area/white_antre/outdoors/facility_exterior + name = "White Antre - Western Facility Exterior" + icon_state = "police_line" + minimap_color = MINIMAP_AREA_CELL_VIP + +/area/white_antre/indoors/exterior + name = "White Antre Research Facility - Exterior" + ceiling = CEILING_METAL + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + minimap_color = MINIMAP_SNOW + +/area/white_antre/indoors/exterior/checkpoint + name = "White Antre Research Facility - Exterior Checkpoint" + icon_state = "security_checkpoint_west" + +/area/white_antre/indoors/exterior/ext_relay_north + name = "White Antre Research Facility - Exterior Relay North" + icon_state = "power0" + +/area/white_antre/indoors/exterior/ext_relay_south + name = "White Antre Research Facility - Exterior Relay South" + icon_state = "power0" + +/area/white_antre/indoors/exterior/prefab_1 + name = "Exterior Storage Pod - West" + icon_state = "mining" + minimap_color = MINIMAP_DIRT + +/area/white_antre/indoors/exterior/prefab_2 + name = "Exterior Storage Pod - North" + icon_state = "mining" + minimap_color = MINIMAP_DIRT + +/area/white_antre/indoors/exterior/prefab_3 + name = "Exterior Storage Pod - South" + icon_state = "mining" + minimap_color = MINIMAP_DIRT + +/area/white_antre/indoors/exterior/prefab_4 + name = "Exterior Storage Pod - North-West" + icon_state = "mining" + minimap_color = MINIMAP_DIRT + +//White Antre Facility - Ground + +/area/white_antre/indoors/main_level + name = "White Antre Research Facility - Ground Level" + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM + +/area/white_antre/indoors/main_level/west_corridor + name = "White Antre Research Facility - West Corridor - Ground" + icon_state = "colonystreets_west" + +/area/white_antre/indoors/main_level/east_corridor + name = "White Antre Research Facility - East Corridor - Ground" + icon_state = "colonystreets_east" + +/area/white_antre/indoors/main_level/engineering + name = "White Antre Research Facility - Engineering - Ground" + icon_state = "power0" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY_ENGINEERING + +/area/white_antre/indoors/main_level/security + name = "White Antre Research Facility - Security - Ground" + icon_state = "security_checkpoint" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY_MARSHALLS + +/area/white_antre/indoors/main_level/dorms + name = "White Antre Research Facility - Dormitory - Ground" + icon_state = "apartments" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY + +/area/white_antre/indoors/main_level/research + name = "White Antre - Xenobiological Research - Ground" + icon_state = "apartments" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_RESEARCH + +/area/white_antre/indoors/main_level/weapons + name = "White Antre - Weapons Research - Ground" + icon_state = "wylab" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_SEC + +/area/white_antre/indoors/main_level/north_containment + name = "White Antre - K-Series Containment Holding Bay - Ground" + icon_state = "tumor1" + minimap_color = MINIMAP_AREA_DERELICT + +/area/white_antre/indoors/main_level/north_containment_hive + name = "White Antre - K-Series Containment Zone - Ground" + icon_state = "tumor2" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + minimap_color = MINIMAP_AREA_DERELICT + base_muffle = MUFFLE_MEDIUM + ceiling_muffle = FALSE + +/area/white_antre/indoors/main_level/south_containment + name = "White Antre - Unused Containment Holding Bay - Ground" + icon_state = "tumor1" + minimap_color = MINIMAP_AREA_DERELICT + +/area/white_antre/indoors/main_level/south_containment_hive + name = "White Antre - Unused Containment Zone - Ground" + icon_state = "tumor2" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + minimap_color = MINIMAP_AREA_RESEARCH + base_muffle = MUFFLE_MEDIUM + ceiling_muffle = FALSE + +/area/white_antre/indoors/main_level/east_containment + name = "White Antre - Prime Hive Containment Holding Bay - Ground" + icon_state = "tumor1" + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + ceiling = CEILING_UNDERGROUND_METAL_ALLOW_CAS + base_muffle = MUFFLE_MEDIUM + ceiling_muffle = FALSE + +/area/white_antre/indoors/main_level/east_containment_hive + name = "White Antre - Prime Hive Containment Zone - Ground" + icon_state = "tumor2" + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + ceiling = CEILING_UNDERGROUND_METAL_BLOCK_CAS + minimap_color = MINIMAP_AREA_RESEARCH_CAVE + base_muffle = MUFFLE_MEDIUM + ceiling_muffle = FALSE + +//White Antre Facility - Underground + +/area/white_antre/indoors/underground_level + name = "White Antre Research Facility - Underground" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_ENGI + +/area/white_antre/indoors/underground_level/west_maint + name = "White Antre Research Facility - West Maintenance - Underground" + icon_state = "maints" + +/area/white_antre/indoors/underground_level/east_maint + name = "White Antre Research Facility - East Maintenance - Underground" + icon_state = "maints" + +/area/white_antre/indoors/underground_level/gonzo + name = "Gonzo's hide-out" + icon_state = "cliff_blocked" + ceiling = CEILING_MAX + is_resin_allowed = FALSE + flags_area = AREA_NOTUNNEL|AREA_NOBURROW + minimap_color = MINIMAP_AREA_OOB + soundscape_playlist = SCAPE_PL_LV759_INDOORS + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + requires_power = FALSE + ceiling_muffle = FALSE + +//White Antre Facility - Above Ground + +/area/white_antre/indoors/upper_level + name = "White Antre - Upper Level" + minimap_color = MINIMAP_AREA_COLONY_RESANDCOM + +/area/white_antre/indoors/upper_level/west_corridor + name = "White Antre - West Corridor - Upper" + icon_state = "colonystreets_west" + +/area/white_antre/indoors/upper_level/east_corridor + name = "White Antre - East Corridor - Upper" + icon_state = "colonystreets_east" + +/area/white_antre/indoors/upper_level/central_corridor + name = "White Antre - Central Corridor - Upper" + icon_state = "colonystreets_north" + +/area/white_antre/indoors/upper_level/medical + name = "White Antre - Medbay - Upper" + icon_state = "medical_lz1" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY_HOSPITAL + +/area/white_antre/indoors/upper_level/canteen + name = "White Antre - Canteen - Upper" + icon_state = "pizza" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY + +/area/white_antre/indoors/upper_level/records + name = "White Antre - Records - Upper" + icon_state = "wyoffice" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COLONY + +/area/white_antre/indoors/upper_level/simian_storage + name = "White Antre - Simian Storage - Upper" + icon_state = "WYSpaceportcargo" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_RESEARCH + +/area/white_antre/indoors/upper_level/central_command + name = "White Antre - Central Command - Upper" + icon_state = "wardens" + minimap_color = MINIMAP_AREA_COMMAND + +/area/white_antre/indoors/upper_level/director_office + name = "White Antre - Director Kandinsky's Quarters - Upper" + icon_state = "tumor0-deep" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_COMMAND_CAVE + +/area/white_antre/indoors/upper_level/ancillery_storage + name = "White Antre - Ancillery Storage - Upper" + icon_state = "WYSpaceportcargo" + minimap_color = MINIMAP_AREA_GLASS + +/area/white_antre/indoors/upper_level/payroll + name = "White Antre - Payroll - Upper" + icon_state = "disco" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_MINING + +/area/white_antre/indoors/upper_level/xenobio + name = "White Antre - Xenobiological Research - Upper" + icon_state = "medical" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_RESEARCH + +/area/white_antre/indoors/upper_level/east_overwatch + name = "White Antre - East Containment Overwatch - Upper" + icon_state = "wylab" + ambience_exterior = AMBIENCE_HYBRISA_INTERIOR + minimap_color = MINIMAP_AREA_HYBRISARESEARCH + +/area/white_antre/indoors/upper_level/north_overwatch + name = "White Antre - North Containment Overwatch - Upper" + icon_state = "wylab" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_HYBRISARESEARCH + +/area/white_antre/indoors/upper_level/south_overwatch + name = "White Antre - South Containment Overwatch - Upper" + icon_state = "wylab" + ambience_exterior = AMBIENCE_ANTRE_ADJACENT + minimap_color = MINIMAP_AREA_HYBRISARESEARCH + diff --git a/code/game/gamemodes/colonialmarines/colonialmarines.dm b/code/game/gamemodes/colonialmarines/colonialmarines.dm index ce2f2cbfa70f..3b0cd3e54679 100644 --- a/code/game/gamemodes/colonialmarines/colonialmarines.dm +++ b/code/game/gamemodes/colonialmarines/colonialmarines.dm @@ -53,12 +53,18 @@ var/time_to_dispel = 25 MINUTES +/obj/effect/landmark/lv624/fog_blocker/infinite + time_to_dispel = 24 HOURS + /obj/effect/landmark/lv624/fog_blocker/short time_to_dispel = 15 MINUTES /obj/effect/landmark/lv624/fog_blocker/long time_to_dispel = 24 HOURS +/obj/effect/landmark/lv624/fog_blocker/very_short + time_to_dispel = 10 SECONDS + /obj/effect/landmark/lv624/fog_blocker/Initialize(mapload, ...) . = ..() @@ -71,6 +77,27 @@ new /obj/structure/blocker/fog(loc, time_to_dispel) qdel(src) +/obj/effect/landmark/lv624/door_blocker + name = "door blocker" + icon_state = "o_red" + + var/time_to_dispel = 85 SECONDS + +/obj/effect/landmark/lv624/door_blocker/Initialize(mapload, ...) + . = ..() + + return INITIALIZE_HINT_ROUNDSTART + +/obj/effect/landmark/lv624/door_blocker/LateInitialize() + if(!(SSticker.mode.flags_round_type & MODE_FOG_ACTIVATED) || !SSmapping.configs[GROUND_MAP].environment_traits[ZTRAIT_FOG]) + return + + new /obj/structure/blocker/door(loc, time_to_dispel) + qdel(src) + +/obj/effect/landmark/lv624/door_blocker/xeno + time_to_dispel = 180 SECONDS + /obj/effect/landmark/lv624/xeno_tunnel name = "xeno tunnel" icon_state = "xeno_tunnel" @@ -451,6 +478,16 @@ addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(marine_announcement), "All elements! This is the Tyrango evac site, our situation is critical. The bugs have us surrounded on all fronts, our armoured support is destroyed and we’re now being pinned by enemy Ravagers.\n\nWe need urgent fire support, we can’t take it much longer.", "Tyrargo Civilian Evac, 1st Air Cav Headquarters", 'sound/AI/commandreport.ogg'), 100 MINUTES) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(marine_announcement), "Almayer! Bugs are pouring into the inner perimeter! Civilians are taking up arms to defend the site, but they’re untrained.\n\nWe’re being overrun, we need fire support now! Now god dammit!", "Tyrargo Civilian Evac, 1st Air Cav Headquarters", 'sound/AI/commandreport.ogg'), 120 MINUTES) addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(marine_announcement), "##&@* all dead! Tyrango is overrun! T&^@%###--- the command post any second, %$#* we ne#@##s--------------------", "Tyrargo Civilian Evac, 1st Air Cav Headquarters", 'sound/AI/commandreport.ogg'), 140 MINUTES) + if(MAP_WHITE_ANTRE_RESEARCH_FACILITY) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(venir_announcement), "Attention all White Antre personnel. K-Series hive testing in the northern quadrant is in progress. We will be commencing the secondary trials with the Prime hive in the eastern sector at this time.\n\nEast Sector Overwatch be prepared to receive Prime hive larvae into your containment area.\n\nFurthermore, all personnel are reminded that elements of Azure-15 of the Whiteguard PMC and a detachment of the USCM are en-route to assist in testing and to take delivery of vital cargo. Over.", "White Antre Central Announcement", 'sound/AI/commandreport.ogg'), 5 SECONDS) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(venir_announcement), "Attention! The site is experiencing a massive containment breach! Full site lockdown initiated.", "White Antre Central Announcement", 'sound/ambience/containment_breach1.ogg'), 30 SECONDS) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(venir_announcement), "Attention! We think Azure-15 has lured the bulk of the K-Series off site, but we are experiencing massive power failures, the Prime hive containment zone is at risk. All surviving personnel prepa%^@!&*------", "White Antre Central Announcement", 'sound/AI/commandreport.ogg'), 65 SECONDS) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(venir_announcement), "Prime hive containment blastdoor failure imminent.", "Automated Facility Announcement", 'sound/AI/commandreport.ogg'), 165 SECONDS) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(marine_announcement), "Almayer, this is the Platoon Commander of Azure-15, we just received a distress signal from White Antre, there appears to be a massive containment breach in progress, some kinda yellow-ish looking xenomorphs are pouring out en-mass. The site staff are suffering massive casualties and we are in a poor defensive position, we are going to attempt to lure the tangos away from the site and into open ground to the north.\n\nOnce we move north of the site we’ll be out of radio contact. My recommendation is to deploy to White Antre and attempt to rescue any of the remaining scientists and secure whatever it is we were sent to retrieve. Maybe rescue Kadinsky while you’re at it assuming he hasn’t had his sorry arse nailed to the wall already.\n\nWe’ll hold our own. Azure-15 out.", "Azure-15 Platoon Commander", 'sound/AI/commandreport.ogg'), 4 MINUTES) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(xeno_lore_announcement), "Something is happening. Be on guard.", "everything", "Queen Mother Announcement", 'sound/ambience/containment_breach1.ogg'), 30 SECONDS) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(xeno_announcement), "Another, hostile, hive is making an escape from this metal cage, prepare yourselves as a chance to escape may occur soon.", "everything", QUEEN_MOTHER_ANNOUNCE), 1.5 MINUTES) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(xeno_announcement), "My children. I sense the hostile, putrid, hive has fled this area, but some of the hosts that entrapped you remain alive within this metal complex, and I sense even more are on their way. Defeat these hosts to showcase your supremacy!", "everything", QUEEN_MOTHER_ANNOUNCE), 165 SECONDS) + diff --git a/code/game/jobs/job/antag/xeno/xenomorph.dm b/code/game/jobs/job/antag/xeno/xenomorph.dm index 047a8d13b22a..b2065418a63a 100644 --- a/code/game/jobs/job/antag/xeno/xenomorph.dm +++ b/code/game/jobs/job/antag/xeno/xenomorph.dm @@ -32,66 +32,71 @@ human_to_transform.first_xeno = TRUE human_to_transform.set_stat(UNCONSCIOUS) - human_to_transform.forceMove(get_turf(pick(GLOB.xeno_spawns))) + var/obj/effect/landmark/xeno_spawn/xeno_spawn = pick(GLOB.xeno_spawns) + human_to_transform.forceMove(get_turf(xeno_spawn)) - var/list/survivor_types = SSmapping.configs[GROUND_MAP].survivor_types - arm_equipment(human_to_transform, pick(survivor_types), FALSE, FALSE) + if(istype(xeno_spawn) && xeno_spawn.species) + human_to_transform.set_species(xeno_spawn.species) + else + var/list/survivor_types = SSmapping.configs[GROUND_MAP].survivor_types + arm_equipment(human_to_transform, pick(survivor_types), FALSE, FALSE) for(var/obj/item/device/radio/radio in human_to_transform.contents_recursive()) radio.listening = FALSE human_to_transform.job = title - human_to_transform.apply_damage(50, BRUTE) human_to_transform.spawned_corpse = TRUE + human_to_transform.apply_damage(50, BRUTE) + //placing the nests on walls logic - var/count = 0 - var/obj/structure/bed/nest/start_nest - var/list/turf/list_to_search = list(get_turf(human_to_transform)) - while(isnull(start_nest)) - count++ - var/list/turf/new_entries = list() - for(var/turf/turf_to_search in list_to_search) - new_entries |= list(get_step(turf_to_search, NORTH), get_step(turf_to_search, SOUTH), get_step(turf_to_search, EAST), get_step(turf_to_search, WEST)) - var/list/turf/bad_entries = list() - for(var/turf/open/found_open_turf in new_entries) - for(var/obj/found_object in found_open_turf) - if(istype(found_object, /obj/structure/window/framed) || found_object.density) - bad_entries |= found_open_turf - for(var/turf/closed/wall/wall_in_range in new_entries) - var/list/turf/neighbor_turfs = list(get_step(wall_in_range, SOUTH), get_step(wall_in_range, EAST), get_step(wall_in_range, WEST)) - for(var/turf/open/ground_in_range in neighbor_turfs) - var/area/in_range_area = get_area(ground_in_range) - if(in_range_area.flags_area & AREA_NOBURROW) - continue - var/finish_proc = TRUE - for(var/obj/found_object in ground_in_range) - if(istype(found_object, /obj/structure/bed/nest/) || found_object.density) - finish_proc = FALSE + if(!istype(xeno_spawn) || !xeno_spawn.species) + var/count = 0 + var/obj/structure/bed/nest/start_nest + var/list/turf/list_to_search = list(get_turf(human_to_transform)) + while(isnull(start_nest)) + count++ + var/list/turf/new_entries = list() + for(var/turf/turf_to_search in list_to_search) + new_entries |= list(get_step(turf_to_search, NORTH), get_step(turf_to_search, SOUTH), get_step(turf_to_search, EAST), get_step(turf_to_search, WEST)) + var/list/turf/bad_entries = list() + for(var/turf/open/found_open_turf in new_entries) + for(var/obj/found_object in found_open_turf) + if(istype(found_object, /obj/structure/window/framed) || found_object.density) + bad_entries |= found_open_turf + for(var/turf/closed/wall/wall_in_range in new_entries) + var/list/turf/neighbor_turfs = list(get_step(wall_in_range, SOUTH), get_step(wall_in_range, EAST), get_step(wall_in_range, WEST)) + for(var/turf/open/ground_in_range in neighbor_turfs) + var/area/in_range_area = get_area(ground_in_range) + if(in_range_area.flags_area & AREA_NOBURROW) + continue + var/finish_proc = TRUE + for(var/obj/found_object in ground_in_range) + if(istype(found_object, /obj/structure/bed/nest/) || found_object.density) + finish_proc = FALSE + break + if(finish_proc) + human_to_transform.forceMove(ground_in_range) + start_nest = new /obj/structure/bed/nest(human_to_transform.loc) //Create a new nest for the host + start_nest.dir = get_dir(human_to_transform,wall_in_range) break - if(finish_proc) - human_to_transform.forceMove(ground_in_range) - start_nest = new /obj/structure/bed/nest(human_to_transform.loc) //Create a new nest for the host - start_nest.dir = get_dir(human_to_transform,wall_in_range) - break - bad_entries |= wall_in_range //no viable turfs found for this wall; we remove it - new_entries -= bad_entries - list_to_search = new_entries - if(count > 20) // we don't got all day, we got a game to play baby! - start_nest = new /obj/structure/bed/nest(human_to_transform.loc) - start_nest.dir = NORTH - break - - human_to_transform.statistic_exempt = TRUE - human_to_transform.set_buckled(start_nest) - human_to_transform.setDir(start_nest.dir) - start_nest.buckled_mob = human_to_transform - start_nest.afterbuckle(human_to_transform) + bad_entries |= wall_in_range //no viable turfs found for this wall; we remove it + new_entries -= bad_entries + list_to_search = new_entries + if(count > 20) // we don't got all day, we got a game to play baby! + start_nest = new /obj/structure/bed/nest(human_to_transform.loc) + start_nest.dir = NORTH + break + + human_to_transform.statistic_exempt = TRUE + human_to_transform.set_buckled(start_nest) + human_to_transform.setDir(start_nest.dir) + start_nest.buckled_mob = human_to_transform + start_nest.afterbuckle(human_to_transform) var/obj/item/alien_embryo/embryo = new /obj/item/alien_embryo(human_to_transform) //Put the initial larva in a host - embryo.stage = 5 //Give the embryo a head-start (make the larva burst instantly) embryo.hivenumber = hive.hivenumber - + embryo.start_bursting(new/mob/living/carbon/xenomorph/larva(human_to_transform), human_to_transform) /datum/job/antag/xenos/equip_job(mob/living/M) return diff --git a/code/game/machinery/colony_floodlight_antre.dm b/code/game/machinery/colony_floodlight_antre.dm new file mode 100644 index 000000000000..420da067dad4 --- /dev/null +++ b/code/game/machinery/colony_floodlight_antre.dm @@ -0,0 +1,89 @@ +/obj/structure/machinery/colony_floodlight_switch/antre + name = "containment floodlight switch" + icon_state = "panelynopower" + desc = "This switch controls the floodlights surrounding the containment complex. It only functions when there is power." + machinery_type_whitelist = list(/obj/structure/machinery/colony_floodlight/industrial) + ///Whether it has been smashed by xenos + var/damaged = FALSE + ///Are we alarming? + var/alarming = FALSE + +/obj/structure/machinery/colony_floodlight_switch/antre/LateInitialize() + . = ..() + alarming = TRUE + toggle_is_on() + toggle_machines() + update_icon() + +/obj/structure/machinery/colony_floodlight_switch/antre/update_icon() + if(damaged) + icon_state = "panelybroken" + set_light(0) + return + if(!ispowered) + icon_state = "panelynopower" + set_light(0) + return + if(is_on) + if(!alarming) + icon_state = "panelyon" + set_light(1, 0.5, LIGHT_COLOR_CANDLE) + return + else + icon_state = "panelyalarming" + set_light(1, 0.5, LIGHT_COLOR_FLARE) + return + icon_state = "panelyoff" + set_light(1, 0.5, LIGHT_COLOR_FLARE) + +/obj/structure/machinery/colony_floodlight_switch/antre/attack_hand(mob/user as mob) + if(damaged) + to_chat(user, "The [src] is broken!") + return FALSE + if(!ishuman(user)) + to_chat(user, "Nice try.") + return FALSE + if(!ispowered) + to_chat(user, "Nothing happens.") + return FALSE + playsound(src,'sound/items/Deconstruct.ogg', 30, 1) + use_power(5) + toggle_is_on() + toggle_machines() + return TRUE + +/obj/structure/machinery/colony_floodlight_switch/antre/attackby(obj/item/I, mob/user) + if(damaged) + if(HAS_TRAIT(I, TRAIT_TOOL_SCREWDRIVER)) + if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_TRAINED)) + to_chat(user, SPAN_WARNING("You have no clue how to repair [src].")) + return FALSE + playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1) + user.visible_message(SPAN_NOTICE("[user] starts screwing [src]'s screen back in place."), + SPAN_NOTICE("You start screwing [src]'s screen back in place.")) + if(do_after(user, 3 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD)) + if(QDELETED(src) || !damaged) + return + playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1) + damaged = FALSE + update_icon() + user.visible_message(SPAN_NOTICE("[user] screws [src]'s screen back in place."), + SPAN_NOTICE("You screw [src]'s screen back in place.")) + return TRUE + return ..() + +///////////////////////////////////////////////////// + +/obj/structure/machinery/colony_floodlight/industrial + name = "industrial floodlight" + icon_state = "flood_yellow_off" + health = 200 + lum_value = 10 + +/obj/structure/machinery/colony_floodlight/industrial/update_icon() + if(damaged) + icon_state = "flood_yellow_dmg" + else if(is_on) + icon_state = "flood_yellow_on" + else + icon_state = "flood_yellow_off" diff --git a/code/game/machinery/colony_floodlights.dm b/code/game/machinery/colony_floodlights.dm index 6c618f7c6ee2..e72aa39ca7fb 100644 --- a/code/game/machinery/colony_floodlights.dm +++ b/code/game/machinery/colony_floodlights.dm @@ -150,6 +150,10 @@ GLOBAL_LIST_INIT(all_breaker_switches, list()) if(machine.is_on != is_on) machine.set_is_on(is_on) +/obj/structure/machinery/colony_floodlight_switch/proc/toggle_machines() + for(var/obj/structure/machinery/machine as anything in machinery_list) + addtimer(CALLBACK(machine, TYPE_PROC_REF(/obj/structure/machinery, toggle_is_on)), rand(0, 5 SECONDS)) + /obj/structure/machinery/colony_floodlight_switch/attack_hand(mob/user as mob) if(!ishuman(user)) to_chat(user, "Nice try.") @@ -392,6 +396,55 @@ GLOBAL_LIST_INIT(all_breaker_switches, list()) /obj/structure/machinery/colony_floodlight/inoperable(additional_flags) return damaged +/obj/structure/machinery/colony_floodlight_switch/containment + +/obj/structure/machinery/colony_floodlight_switch/containment/LateInitialize() + . = ..() + toggle_is_on() + toggle_machines() + update_icon() + +/obj/structure/machinery/colony_floodlight/venir_wall_light + name = "wall mounted containment floodlight" + desc = "Powerful wall-mounted lights. Designed to survive xenomorph attacks and acid. Powered externally." + icon = 'icons/obj/items/lighting.dmi' + icon_state = "slight0" + density = FALSE + health = 999999 + light_range = 14 + lum_value = 14 + needs_power = TRUE + light_color = "#FFEFD2" + +/obj/structure/machinery/colony_floodlight/venir_wall_light/LateInitialize() + . = ..() + toggle_is_on() + update_icon() + +/obj/structure/machinery/colony_floodlight/venir_wall_light/update_icon() + if(damaged) + icon_state = "slight-burned" + else if(is_on) + icon_state = "slight1" + else + icon_state = "slight0" + +/obj/structure/machinery/colony_floodlight/navalis_wall_light + name = "wall mounted colony floodlight" + desc = "Powerful wall-mounted lights intended to operate even through a hurricane. Powered directly from the Industrial Rig." + icon = 'icons/obj/items/lighting.dmi' + icon_state = "slight0" + density = FALSE + light_color = "#FFEFD2" + +/obj/structure/machinery/colony_floodlight/navalis_wall_light/update_icon() + if(damaged) + icon_state = "slight-burned" + else if(is_on) + icon_state = "slight1" + else + icon_state = "slight0" + #undef FLOODLIGHT_REPAIR_UNSCREW #undef FLOODLIGHT_REPAIR_CROWBAR #undef FLOODLIGHT_REPAIR_WELD diff --git a/code/game/machinery/door_control.dm b/code/game/machinery/door_control.dm index 2b6571f42d41..063703a8ea2b 100644 --- a/code/game/machinery/door_control.dm +++ b/code/game/machinery/door_control.dm @@ -372,3 +372,147 @@ handle_dropship(id) desiredstate = !desiredstate + +/obj/structure/machinery/door_control/abyssal_lockdown + var/used = FALSE + var/colony_lockdown_time = 5 MINUTES + +/obj/structure/machinery/door_control/abyssal_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The station-wide emergency lockdown cannot be lifted yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The station-wide emergency lockdown has already been lifted.")) + return + . = ..() + SEND_GLOBAL_SIGNAL(COMSIG_GLOB_ABYSSAL_LOCKDOWN) + marine_announcement("The station-wide emergency lockdown has been lifted.") + xeno_announcement("We sense the encroachment of new hosts upon our metal hive.") + used = TRUE + +// Navalis Rig 13 Buttons + +// Navalis Industrial Rig Lockdown + +/obj/structure/machinery/door_control/navalis_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The Industrial Rig lockdown cannot be lifted yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The Industrial Rig lockdown has already been lifted.")) + return + . = ..() + marine_announcement("The Industrial Rig primary entrance lockdown has been lifted.") + xeno_announcement("The hosts have opened the entrance to the industrial area! Beware of the imminent southern attack!") + used = TRUE + +// PSV Charon vessel Vehicle Accessway + +/obj/structure/machinery/door_control/navalis_charon_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_charon_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The vehicle accessway cannot be opened yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The vehicle accessway has already been opened.")) + return + . = ..() + marine_announcement("The PSV Charon vehicle accessway has been opened.") + xeno_announcement("The hosts have opened the supply vessels accessway! Be wary of a northern flank!") + used = TRUE + +// Comms Industrial Accessway + +/obj/structure/machinery/door_control/navalis_comms_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_comms_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The internal access path cannot be opened yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The internal access path has already been opened.")) + return + . = ..() + marine_announcement("The Industrial Rig's secondary vehicle access blastdoors have been opened.") + used = TRUE + +// Internal Industrial Accessway + +/obj/structure/machinery/door_control/navalis_industrial_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_industrial_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("The internal access path cannot be opened yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The internal access path has already been opened.")) + return + . = ..() + marine_announcement("The Industrial Rig's internal blastdoors have been opened.") + xeno_announcement("Be wary! The hosts have opened the internal blastdoors of the industrial rig. This area may now be far harder to hold!") + used = TRUE + +// Internal Industrial Accessway + +/obj/structure/machinery/door_control/navalis_walkway_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_walkway_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("This external access blastdoor cannot be sealed off yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The external access blastdoor has already been sealed off.")) + return + . = ..() + marine_announcement("The Industrial Rig's external eastern blastdoor has been permanently sealed off.") + xeno_announcement("The hosts have shut off the external lattice access to the industrial area! We can now no longer access this area via our hidden external walkway!") + used = TRUE + +// Dig Site Walkway + +/obj/structure/machinery/door_control/navalis_digsite_nw_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_digsite_nw_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("This external access blastdoor cannot be sealed off yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The external access blastdoor has already been sealed off.")) + return + . = ..() + marine_announcement("The Mining Platforms external blastdoors have been sealed off. The xenomorphs will no longer be able to use this area to cross over to the primary rig structure.") + xeno_announcement("The hosts sealed off the exteral walkway doors in the Mining Platform! We will no longer be able to use this to cross over easily to the main rig!") + used = TRUE + +// Command Upper Access + +/obj/structure/machinery/door_control/navalis_command_lockdown + var/used = FALSE + var/colony_lockdown_time = 25 MINUTES + +/obj/structure/machinery/door_control/navalis_command_lockdown/use_button(mob/living/user,force) + if(world.time < SSticker.mode.round_time_lobby + colony_lockdown_time) + to_chat(user, SPAN_WARNING("This external access blastdoor cannot be opened yet. Please wait another [floor((SSticker.mode.round_time_lobby + colony_lockdown_time-world.time)/600)] minutes before trying again.")) + return + if(used) + to_chat(user, SPAN_WARNING("The external access blastdoor has already been opened off.")) + return + . = ..() + marine_announcement("The Command - Logistic rig level 2 bridge access blastdoor has been opened.") + xeno_announcement("The hosts have opened the upper bridge access to the Command rig!") + used = TRUE diff --git a/code/game/machinery/doors/airlock_types.dm b/code/game/machinery/doors/airlock_types.dm index 270e44b9acb0..5b54ec43f1db 100644 --- a/code/game/machinery/doors/airlock_types.dm +++ b/code/game/machinery/doors/airlock_types.dm @@ -291,6 +291,18 @@ /obj/structure/machinery/door/airlock/prison_hatch/autoname autoname = TRUE +/obj/structure/machinery/door/airlock/prison_hatch/brown + icon = 'icons/obj/structures/doors/brown_hatch_blue_stripe.dmi' + +/obj/structure/machinery/door/airlock/prison_hatch/brown/autoname + autoname = TRUE + +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt + icon = 'icons/obj/structures/doors/brown_hatch.dmi' + +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname + autoname = TRUE + //ALMAYER AIRLOCKS /obj/structure/machinery/door/airlock/almayer diff --git a/code/game/objects/effects/decals/floor_symbol.dm b/code/game/objects/effects/decals/floor_symbol.dm index e1c6e77d3409..f8a509e67caa 100644 --- a/code/game/objects/effects/decals/floor_symbol.dm +++ b/code/game/objects/effects/decals/floor_symbol.dm @@ -67,6 +67,44 @@ /obj/effect/decal/floor_symbol/wy_3x1/right icon_state = "wy_right" +//// Con-Am \\\\ + +/obj/effect/decal/floor_symbol/con_am + name = "\improper Con-Am Logo" + icon_state = "conam_directional" + +/obj/effect/decal/floor_symbol/con_am/left + icon_state = "conam_directional1" + +/obj/effect/decal/floor_symbol/con_am/right + icon_state = "conam_directional2" + +// Bigger Alt + +/obj/effect/decal/floor_symbol/con_am/alt + icon_state = "conam_big_dir" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2 + icon_state = "conam_big_dir1" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3 + icon_state = "conam_big_dir2" + +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4 + icon_state = "conam_big_dir3" + +/obj/effect/decal/floor_symbol/con_am/alt/top_1 + icon_state = "conam_big_dir4" + +/obj/effect/decal/floor_symbol/con_am/alt/top_2 + icon_state = "conam_big_dir5" + +/obj/effect/decal/floor_symbol/con_am/alt/top_3 + icon_state = "conam_big_dir6" + +/obj/effect/decal/floor_symbol/con_am/alt/top_4 + icon_state = "conam_big_dir7" + /obj/effect/decal/floor_symbol/uscm_3x3 name = "\improper USCM Logo" icon_state = "uscm_center" @@ -118,3 +156,46 @@ /obj/effect/decal/floor_symbol/uscm_3x3/westface/northwest dir = NORTHWEST + +/obj/effect/decal/conam + icon = 'icons/effects/conam_logo_big.dmi' + icon_state = "full_conam" + layer = TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/decal/conam/big_logo + icon_state = "full_conam" + +/obj/effect/decal/conam/big_logo/damage + icon_state = "full_conam_damage" + +/obj/effect/decal/conam/big_logo/damage_1 + icon_state = "full_conam_damage_1" + +/obj/effect/decal/conam/half_logo + icon_state = "half_conam" + +/obj/effect/decal/conam/half_logo/damage + icon_state = "half_conam_damage" + +/obj/effect/decal/conam/half_logo/damage_1 + icon_state = "half_conam_damage_1" + +/obj/effect/decal/conam/long_logo_left + icon_state = "long_conam_left" + +/obj/effect/decal/conam/long_logo_left/damage + icon_state = "long_conam_left_damage" + +/obj/effect/decal/conam/long_logo_left/damage_1 + icon_state = "long_conam_left_damage_1" + +/obj/effect/decal/conam/long_logo_right + icon_state = "long_conam_right" + +/obj/effect/decal/conam/long_logo_right/damage + icon_state = "long_conam_right_damage" + +/obj/effect/decal/conam/long_logo_right/damage_1 + icon_state = "long_conam_right_damage_1" diff --git a/code/game/objects/effects/decals/hybrisa_decals.dm b/code/game/objects/effects/decals/hybrisa_decals.dm index 02194c4bb53c..cc84cad4a5ec 100644 --- a/code/game/objects/effects/decals/hybrisa_decals.dm +++ b/code/game/objects/effects/decals/hybrisa_decals.dm @@ -184,6 +184,14 @@ icon = 'icons/effects/hybrisa_decals.dmi' icon_state = "bloodtrail" +/obj/effect/decal/hybrisa/bloodtrail/clawtrail + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "claw_blood_human" + +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno + icon = 'icons/effects/hybrisa_decals.dmi' + icon_state = "claw_blood_xeno" + /obj/effect/decal/hybrisa/tiretrack icon = 'icons/effects/hybrisa_decals.dmi' icon_state = "tiremarks" diff --git a/code/game/objects/effects/decals/posters.dm b/code/game/objects/effects/decals/posters.dm index b16b038f0f0d..8334ba3d0d15 100644 --- a/code/game/objects/effects/decals/posters.dm +++ b/code/game/objects/effects/decals/posters.dm @@ -250,3 +250,14 @@ /obj/structure/sign/poster/upp/Initialize() serial_number = pick(88,89,90,91,92,93,94,95,96,97,98,99,100) .=..() + +//////////////// +//Abyssal Poster// +//////////////// + +/obj/structure/sign/poster/conam + icon_state = "poster101" + +/obj/structure/sign/poster/conam/Initialize() + serial_number = 101 + .=..() diff --git a/code/game/objects/effects/decals/posters/poster_list.dm b/code/game/objects/effects/decals/posters/poster_list.dm index 7c84aa17b646..bb8b34daab13 100644 --- a/code/game/objects/effects/decals/posters/poster_list.dm +++ b/code/game/objects/effects/decals/posters/poster_list.dm @@ -511,3 +511,8 @@ Template icon_state="poster100" name = "We Forge A Path Into the Stars" desc = "The head of a man in a UPPAC EVA suit smiles looking not at you, but up to the right of the poster." + +/datum/poster/poster_101 + icon_state="poster101" + name = "Con-Amalagated poster" + desc = "A poster for the con-am corporation. It looks far more colorful than the drab looking station it is found on." diff --git a/code/game/objects/effects/landmarks/landmarks.dm b/code/game/objects/effects/landmarks/landmarks.dm index dfdf63b6bd5a..0aa86236b6cf 100644 --- a/code/game/objects/effects/landmarks/landmarks.dm +++ b/code/game/objects/effects/landmarks/landmarks.dm @@ -253,6 +253,7 @@ /obj/effect/landmark/xeno_spawn name = "xeno spawn" icon_state = "xeno_spawn" + var/species /obj/effect/landmark/xeno_spawn/Initialize(mapload, ...) . = ..() diff --git a/code/game/objects/effects/landmarks/structure_spawners/setup_distress.dm b/code/game/objects/effects/landmarks/structure_spawners/setup_distress.dm index b38664118eee..9f72c40bb6cd 100644 --- a/code/game/objects/effects/landmarks/structure_spawners/setup_distress.dm +++ b/code/game/objects/effects/landmarks/structure_spawners/setup_distress.dm @@ -25,6 +25,8 @@ icon_state = "nest" path_to_spawn = /obj/structure/bed/nest + + /obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node name = "Distress Xeno weed node spawner" icon_state = "weednode" @@ -46,3 +48,11 @@ name = "Distress Xeno reinforced door spawner" icon_state = "door_r" path_to_spawn = /obj/structure/mineral_door/resin/thick + +// K-Series + +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries + path_to_spawn = /obj/structure/bed/nest/kseries + +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries + path_to_spawn = /turf/closed/wall/resin/kseries diff --git a/code/game/objects/effects/landmarks/survivor_spawner.dm b/code/game/objects/effects/landmarks/survivor_spawner.dm index ec08a338e333..9788dc7356b9 100644 --- a/code/game/objects/effects/landmarks/survivor_spawner.dm +++ b/code/game/objects/effects/landmarks/survivor_spawner.dm @@ -321,6 +321,87 @@ "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") story_text = "You are a doctor fighting for the Colonial Liberation Front. Taking advantage of the chaos after most security forces present in the city were diverted to the lab, your cell launched an assault on the offices nearby, knowing that a company big shot would be present. The raid was a success with minimal losses, but the expected security response never arrived. In fact, the whole city seems to have gone quiet..." +//Cape River CLF survivors// + +/obj/effect/landmark/survivor_spawner/clf/caperiver + intro_text = list("

You are a survivor of a crash landing!

",\ + "You ARE aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. Your cell is part of a larger operation intended to conduct a large scale raid of this Corporate held colony. You were to land at a nearby hidden base in preperation for the assault, however some form of electromagnetic pulse knocked your ships engines offline mid flight. Most of your cell survived the hard landing, however your radios indicate the hidden base has gone dark. In fact, the colony seems to be too quiet..." + +/obj/effect/landmark/survivor_spawner/clf_lead/caperiver + intro_text = list("

You are a survivor of a crash landing!

",\ + "You ARE aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are the leader of a squad fighting for the Colonial Liberation Front. . Your cell is part of a larger operation intended to conduct a large scale raid of this Corporate held colony. You were to land at a nearby hidden base in preperation for the assault, however some form of electromagnetic pulse knocked your ships engines offline mid flight. Most of your cell survived the hard landing, however your radios indicate the hidden base has gone dark. In fact, the colony seems to be too quiet..." + +/obj/effect/landmark/survivor_spawner/clf_engi/caperiver + intro_text = list("

You are a survivor of a crash landing!

",\ + "You ARE aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are an engineer fighting for the Colonial Liberation Front. . Your cell is part of a larger operation intended to conduct a large scale raid of this Corporate held colony. You were to land at a nearby hidden base in preperation for the assault, however some form of electromagnetic pulse knocked your ships engines offline mid flight. Most of your cell survived the hard landing, however your radios indicate the hidden base has gone dark. In fact, the colony seems to be too quiet..." + +/obj/effect/landmark/survivor_spawner/clf_medic/caperiver + intro_text = list("

You are a survivor of a crash landing!

",\ + "You ARE aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a doctor fighting for the Colonial Liberation Front. . Your cell is part of a larger operation intended to conduct a large scale raid of this Corporate held colony. You were to land at a nearby hidden base in preperation for the assault, however some form of electromagnetic pulse knocked your ships engines offline mid flight. Most of your cell survived the hard landing, however your radios indicate the hidden base has gone dark. In fact, the colony seems to be too quiet..." + + +//Navalis CLF survivors// + +/obj/effect/landmark/survivor_spawner/clf/navalis + intro_text = list("

You are a survivor of a failed raid!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. You were dispatched to this oil rig to raid it for actionable intelligence. However, your team arrived at the worst time, in the middle of a full-scale xenomorph outbreak. You've successfully recovered the intel, however someone, or something, has disabled your escape craft. Trapped on this world, all your team can do is survive the odds until someone comes to investigate." + equipment = /datum/equipment_preset/survivor/navalis/clf_wet_ops/operative + synth_equipment = /datum/equipment_preset/synth/survivor/clf + CO_equipment = /datum/equipment_preset/survivor/clf/coordinator + +/obj/effect/landmark/survivor_spawner/clf_lead/navalis + intro_text = list("

You are a survivor of a failed raid!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. You were dispatched to this oil rig to raid it for actionable intelligence. However, your team arrived at the worst time, in the middle of a full-scale xenomorph outbreak. You've successfully recovered the intel, however someone, or something, has disabled your escape craft. Trapped on this world, all your team can do is survive the odds until someone comes to investigate." + equipment = /datum/equipment_preset/survivor/navalis/clf_wet_ops/leader + synth_equipment = /datum/equipment_preset/synth/survivor/clf + CO_equipment = /datum/equipment_preset/survivor/clf/coordinator + + +/obj/effect/landmark/survivor_spawner/clf_engi/navalis + intro_text = list("

You are a survivor of a failed raid!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. You were dispatched to this oil rig to raid it for actionable intelligence. However, your team arrived at the worst time, in the middle of a full-scale xenomorph outbreak. You've successfully recovered the intel, however someone, or something, has disabled your escape craft. Trapped on this world, all your team can do is survive the odds until someone comes to investigate." + equipment = /datum/equipment_preset/survivor/navalis/clf_wet_ops/tech + synth_equipment = /datum/equipment_preset/synth/survivor/clf + CO_equipment = /datum/equipment_preset/survivor/clf/coordinator + +/obj/effect/landmark/survivor_spawner/clf_medic/navalis + intro_text = list("

You are a survivor of a failed raid!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. You were dispatched to this oil rig to raid it for actionable intelligence. However, your team arrived at the worst time, in the middle of a full-scale xenomorph outbreak. You've successfully recovered the intel, however someone, or something, has disabled your escape craft. Trapped on this world, all your team can do is survive the odds until someone comes to investigate." + equipment = /datum/equipment_preset/survivor/navalis/clf_wet_ops/medic + synth_equipment = /datum/equipment_preset/synth/survivor/clf + CO_equipment = /datum/equipment_preset/survivor/clf/coordinator + +/obj/effect/landmark/survivor_spawner/clf_heavy + icon_state = "surv_clf" + hostile = TRUE + intro_text = list("

You are a survivor of a failed raid!

",\ + "You are aware of the xenomorph threat.",\ + "Your primary objective is to heal up and survive. If you want to assault the hive - adminhelp.") + story_text = "You are a soldier fighting for the Colonial Liberation Front. You were dispatched to this oil rig to raid it for actionable intelligence. However, your team arrived at the worst time, in the middle of a full-scale xenomorph outbreak. You've successfully recovered the intel, however someone, or something, has disabled your escape craft. Trapped on this world, all your team can do is survive the odds until someone comes to investigate." + equipment = /datum/equipment_preset/survivor/navalis/clf_wet_ops/spec + synth_equipment = /datum/equipment_preset/synth/survivor/clf + CO_equipment = /datum/equipment_preset/survivor/clf/coordinator + roundstart_damage_min = 3 + roundstart_damage_max = 10 + roundstart_damage_times = 2 + spawn_priority = SPAWN_PRIORITY_HIGH + //Weyland-Yutani Survivors// /obj/effect/landmark/survivor_spawner/lv624_corporate_dome_cl diff --git a/code/game/objects/effects/random_explosion.dm b/code/game/objects/effects/random_explosion.dm new file mode 100644 index 000000000000..9a71bf0e2240 --- /dev/null +++ b/code/game/objects/effects/random_explosion.dm @@ -0,0 +1,65 @@ +/obj/effect/random_explosion + name = "random explosion (short)" + icon_state = "random_explosion_1" + anchored = TRUE + unacidable = TRUE + /// The shortest possible time it takes to explode + var/min_time = 45 SECONDS + /// The longest possible time it takes to explode + var/max_time = 70 SECONDS + + var/invisibility_value = INVISIBILITY_MAXIMUM + + var/datum/cause_data/cause_data + +/obj/effect/random_explosion/New() + invisibility = invisibility_value + return ..() + +/obj/effect/random_explosion/Initialize(mapload, ...) + . = ..() + invisibility = invisibility_value + START_PROCESSING(SSobj, src) + +/obj/effect/random_explosion/process() + if(SSticker.current_state < GAME_STATE_PLAYING) + return + invisibility = invisibility_value + var/explosion_time = rand(min_time, max_time) + addtimer(CALLBACK(src, PROC_REF(explode)), explosion_time) + STOP_PROCESSING(SSobj, src) + +/obj/effect/random_explosion/Destroy() + . = ..() + STOP_PROCESSING(SSobj, src) + cause_data = null + +/obj/effect/random_explosion/proc/explode() + src.audible_message(SPAN_HIGHDANGER("Something hisses violently! It's gonna blow!"), SPAN_HIGHDANGER("Something hisses violently! It's gonna blow!"), 10) + var/datum/effect_system/spark_spread/sparks = new() + sparks.set_up(n = rand(3,10), loca = loc) + sparks.start() + sleep(3 SECONDS) + new /obj/effect/warning/explosive(loc, 5 SECONDS) + sleep(5 SECONDS) + cause_data = create_cause_data("Random explosion effect. Usually mapped in.", null, src) + cell_explosion(src, 50, 15, EXPLOSION_FALLOFF_SHAPE_LINEAR, null, cause_data) + qdel(src) + +/obj/effect/random_explosion/medium + name = "random explosion (medium)" + icon_state = "random_explosion_2" + min_time = 5 MINUTES + max_time = 20 MINUTES + +/obj/effect/random_explosion/long + name = "random explosion (long)" + icon_state = "random_explosion_3" + min_time = 15 MINUTES + max_time = 30 MINUTES + +/obj/effect/random_explosion/uber + name = "random explosion (uber)" + icon_state = "random_explosion_4" + min_time = 20 MINUTES + max_time = 90 MINUTES diff --git a/code/game/objects/effects/spawners/faction_spawners.dm b/code/game/objects/effects/spawners/faction_spawners.dm index 494e2e416c20..59b011130663 100644 --- a/code/game/objects/effects/spawners/faction_spawners.dm +++ b/code/game/objects/effects/spawners/faction_spawners.dm @@ -61,7 +61,8 @@ guns = list( /obj/item/weapon/gun/smg/bizon/upp = /obj/item/ammo_magazine/smg/bizon, /obj/item/weapon/gun/rifle/type71 = /obj/item/ammo_magazine/rifle/type71, - /obj/item/weapon/gun/rifle/type71/carbine = /obj/item/ammo_magazine/rifle/type71 + /obj/item/weapon/gun/rifle/type71/carbine = /obj/item/ammo_magazine/rifle/type71, + /obj/item/weapon/gun/rifle/ak4047 = /obj/item/ammo_magazine/rifle/ak4047 ) /obj/effect/spawner/random/gun/upp_primary/lowchance @@ -73,7 +74,7 @@ icon_state = "loot_rifle_50" /obj/effect/spawner/random/gun/upp_primary/highchance - spawn_nothing_percentage = 80 + spawn_nothing_percentage = 20 icon_state = "loot_rifle_80" /obj/effect/spawner/random/gun/upp_secondary diff --git a/code/game/objects/effects/spawners/random.dm b/code/game/objects/effects/spawners/random.dm index e1e82c697db6..49c6288289c0 100644 --- a/code/game/objects/effects/spawners/random.dm +++ b/code/game/objects/effects/spawners/random.dm @@ -518,8 +518,7 @@ guns = list( /obj/item/weapon/gun/rifle/mar40/lmg = /obj/item/ammo_magazine/rifle/mar40/lmg, /obj/item/weapon/gun/shotgun/merc = null, - /obj/item/weapon/gun/launcher/rocket/anti_tank/disposable = null, - /obj/item/weapon/gun/flamer = null, + /obj/item/weapon/gun/rifle/m41a = /obj/item/ammo_magazine/rifle, /obj/item/weapon/gun/shotgun/combat = null, /obj/item/weapon/gun/pistol/vp78 = /obj/item/ammo_magazine/pistol/vp78, /obj/item/weapon/gun/launcher/grenade/m81/m85a1 = null @@ -695,3 +694,36 @@ /obj/structure/ob_ammo/warhead/cluster ) return pick(spawnables) + +// Materials + +/obj/effect/spawner/random/mats + name = "random mats" + desc = "This is a random material spawner." + icon_state = "supply" + +/obj/effect/spawner/random/mats/item_to_spawn() + var/list/spawnables = list( + /obj/item/stack/sheet/plasteel/med_small_stack, + /obj/item/stack/sheet/plasteel/medium_stack, + /obj/item/stack/sheet/metal/small_stack, + /obj/item/stack/sheet/metal/med_small_stack, + /obj/item/stack/sheet/metal/medium_stack, + /obj/item/stack/sheet/metal/large_stack, + /obj/item/stack/sheet/wood/large_stack, + /obj/item/stack/sheet/cardboard/small_stack, + /obj/item/stack/sheet/cardboard/full_stack, + /obj/item/stack/sandbags/small_stack, + /obj/item/stack/sandbags/large_stack, + /obj/item/stack/sandbags_empty/full + ) + return pick(spawnables) + +/obj/effect/spawner/random/mats/lowchance + spawn_nothing_percentage = 80 + +/obj/effect/spawner/random/mats/midchance + spawn_nothing_percentage = 50 + +/obj/effect/spawner/random/mats/highchance + spawn_nothing_percentage = 20 diff --git a/code/game/objects/items/props/rocks.dm b/code/game/objects/items/props/rocks.dm index df734c223084..e0a5fd3b23d6 100644 --- a/code/game/objects/items/props/rocks.dm +++ b/code/game/objects/items/props/rocks.dm @@ -58,3 +58,6 @@ /obj/structure/prop/colorable_rock/colorable/alt icon_state = "ground_colorable_alt" + +/obj/structure/prop/colorable_rock/colorable/alt1 + icon_state = "ground_colorable_1" diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index cfae8d3af876..343eec6af2d8 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -806,6 +806,10 @@ for(var/i = 1 to storage_slots) new /obj/item/ammo_magazine/rifle/m16/ap (src) +/obj/item/storage/belt/marine/m16/ext/fill_preset_inventory() + for(var/i = 1 to storage_slots) + new /obj/item/ammo_magazine/rifle/m16/ext (src) + /obj/item/storage/belt/marine/mar40/fill_preset_inventory() // Mar40 for(var/i = 1 to storage_slots) new /obj/item/ammo_magazine/rifle/mar40 (src) diff --git a/code/game/objects/prop.dm b/code/game/objects/prop.dm index f3e2faa4fd4a..e013338e4076 100644 --- a/code/game/objects/prop.dm +++ b/code/game/objects/prop.dm @@ -392,3 +392,80 @@ else bound_height = 96 bound_width = 192 + +/obj/structure/prop/invuln/dense/cliff_wall + name = "Cliff Wall" + desc = "Massive cliff wall, seems impassable." + icon = 'icons/obj/structures/props/natural/huge_canyon.dmi' + icon_state = "canyon_wall" + layer = OBJ_LAYER + +/obj/structure/prop/invuln/dense/cliff_wall/alt + icon_state = "canyon_wall_alt" + +/obj/structure/prop/invuln/dense/cliff_wall/short + icon_state = "canyon_wall_short" + +/obj/structure/prop/invuln/dense/cliff_wall/short_alt + icon_state = "canyon_wall_short_alt" + +/obj/structure/prop/invuln/dense/cliff_wall/left_long + icon_state = "canyon_wall_long_left" + +/obj/structure/prop/invuln/dense/cliff_wall/left_short + icon_state = "canyon_wall_short_left" + +/obj/structure/prop/invuln/dense/cliff_wall/right_long + icon_state = "canyon_wall_long_right" + +/obj/structure/prop/invuln/dense/cliff_wall/right_short + icon_state = "canyon_wall_short_right" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable + icon = 'icons/obj/structures/props/natural/huge_canyon_colorable.dmi' + icon_state = "canyon_wall" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/alt + icon_state = "canyon_wall_alt" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/short + icon_state = "canyon_wall_short" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/short_alt + icon_state = "canyon_wall_short_alt" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/left_long + icon_state = "canyon_wall_long_left" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/left_short + icon_state = "canyon_wall_short_left" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/right_long + icon_state = "canyon_wall_long_right" + +/obj/structure/prop/invuln/dense/cliff_wall/colorable/right_short + icon_state = "canyon_wall_short_right" + +// Fake railings + +/obj/structure/prop/fake/railing + name = "handrail" + desc = "A railing, for your hands. Woooow." + icon = 'icons/obj/structures/handrail.dmi' + icon_state = "handrail_strata" + unslashable = TRUE + unacidable = TRUE + explo_proof = FALSE + +/obj/structure/prop/fake/railing/update_icon() + overlays.Cut() + switch(dir) + if(SOUTH) + layer = ABOVE_MOB_LAYER + if(NORTH) + layer = initial(layer) - 0.01 + else + layer = initial(layer) + +/obj/structure/prop/fake/railing/strata + icon_state = "handrail_strata" diff --git a/code/game/objects/structures/barricade/handrail.dm b/code/game/objects/structures/barricade/handrail.dm index bc42482ab61f..25946961118a 100644 --- a/code/game/objects/structures/barricade/handrail.dm +++ b/code/game/objects/structures/barricade/handrail.dm @@ -56,6 +56,11 @@ /obj/structure/barricade/handrail/Collided(atom/movable/movable) if(!ismob(movable)) return ..() + var/mob/living/climber = movable + + var/turf/turf = get_turf(get_step(get_turf(src), dir)) + if(istype(turf, /turf/open_space)) + return ..() if(istype(movable, /mob/living/carbon/xenomorph/ravager) || istype(movable, /mob/living/carbon/xenomorph/crusher)) var/mob/living/carbon/xenomorph/xenomorph = movable @@ -70,7 +75,7 @@ if(movable.last_bumped == world.time) return ..() - var/mob/living/climber = movable + if(climber.a_intent != INTENT_HARM) return ..() @@ -234,6 +239,13 @@ /obj/structure/barricade/handrail/strata icon_state = "handrail_strata" +/obj/structure/barricade/handrail/strata/navalis + stack_amount = 0 + destroyed_stack_amount = 0 + can_be_reinforced = FALSE + projectile_coverage = PROJECTILE_COVERAGE_MINIMAL + color = "#f50000" + /obj/structure/barricade/handrail/medical icon_state = "handrail_med" diff --git a/code/game/objects/structures/blocker.dm b/code/game/objects/structures/blocker.dm index 055d189baadf..54e32889a610 100644 --- a/code/game/objects/structures/blocker.dm +++ b/code/game/objects/structures/blocker.dm @@ -62,6 +62,29 @@ attack_hand(M) return XENO_NONCOMBAT_ACTION +/obj/structure/blocker/door + name = "shutter" + desc = "Containment shutter. Used during routine testing to reduce the risk of a containment breach." + icon = 'icons/effects/effects.dmi' + icon_state = "shutter" + opacity = TRUE + +/obj/structure/blocker/door/Initialize(mapload, time_to_dispel) + . = ..() + + if(!time_to_dispel) + return INITIALIZE_HINT_QDEL + + dir = pick(CARDINAL_DIRS) + QDEL_IN(src, time_to_dispel) + +/obj/structure/blocker/door/attack_hand(mob/M) + to_chat(M, SPAN_NOTICE("Won't budge, you'll have to wait until the all-clear is sent.")) + +/obj/structure/blocker/door/attack_alien(M) + attack_hand(M) + return XENO_NONCOMBAT_ACTION + /obj/structure/blocker/preserve_edge name = "dense fog" desc = "You think you can see a way through." @@ -158,7 +181,7 @@ return FALSE /obj/structure/blocker/forcefield/human - types = list(/mob/living/carbon/human) + types = list(/mob/living/carbon/human, /obj/item/weapon) icon_state = "purple_line" visible = TRUE @@ -166,9 +189,19 @@ /obj/structure/blocker/forcefield/human/bulletproof/get_projectile_hit_boolean() return TRUE +/obj/structure/blocker/forcefield/all + types = list(/mob/living/carbon/human, /mob/living/carbon/xenomorph, /obj/item/weapon) + icon_state = "purple_line" + // for fuel pump since it's a large sprite. /obj/structure/blocker/fuelpump name = "\improper Fuel Pump" desc = "It is a machine that pumps fuel around the ship." invisibility = 101 mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/blocker/forcefield/all + types = list(/mob/living/carbon/human, /mob/living/carbon/xenomorph, /obj/item/weapon, /mob/living/simple_animal/hostile/retaliate/giant_lizard) + icon_state = "purple_line" + + visible = TRUE diff --git a/code/game/objects/structures/flora.dm b/code/game/objects/structures/flora.dm index 37f15b301af6..7850c13cc1e5 100644 --- a/code/game/objects/structures/flora.dm +++ b/code/game/objects/structures/flora.dm @@ -922,3 +922,72 @@ ICEY GRASS. IT LOOKS LIKE IT'S MADE OF ICE. update_health(xeno.melee_damage_upper) xeno.tail_stab_animation(src, blunt_stab) return TAILSTAB_COOLDOWN_NORMAL + +/* + + Canyon Bushes + +*/ + +/obj/structure/flora/bush/canyon + name = "bush" + icon = 'icons/obj/structures/props/natural/vegetation/canyon_flora.dmi' + desc = "A small, leafy bush." + icon_state = "green_small_bush" + cut_level = PLANT_CUT_KNIFE + layer = ABOVE_XENO_LAYER + +/obj/structure/flora/bush/canyon/bush + icon_state = "green_small_bush" + +/obj/structure/flora/bush/canyon/bush/alt1 + icon_state = "orange_small_bush" + +/obj/structure/flora/bush/canyon/bush/alt2 + icon_state = "yellow_small_bush" + +/obj/structure/flora/bush/canyon/tree + name = "small tree" + desc = "A small, leafy tree." + icon_state = "green_small_tree" + +/obj/structure/flora/bush/canyon/tree/alt1 + icon_state = "orange_small_tree" + +/obj/structure/flora/bush/canyon/tree/alt2 + icon_state = "yellow_small_tree" + +/obj/structure/flora/bush/canyon/grass_green + name = "grass" + desc = "A small patch of grass." + icon_state = "green_grass_1" + +/obj/structure/flora/bush/canyon/grass_green/alt1 + icon_state = "green_grass_2" + +/obj/structure/flora/bush/canyon/grass_green/alt2 + icon_state = "green_grass_3" + +/obj/structure/flora/bush/canyon/grass_orange + name = "grass" + desc = "A small patch of grass." + icon_state = "orange_grass_1" + +/obj/structure/flora/bush/canyon/grass_orange/alt1 + icon_state = "orange_grass_2" + +/obj/structure/flora/bush/canyon/grass_orange/alt2 + icon_state = "orange_grass_3" + +/obj/structure/flora/bush/canyon/grass_yellow + name = "grass" + desc = "A small patch of grass." + icon_state = "yellow_grass_1" + +/obj/structure/flora/bush/canyon/grass_yellow/alt1 + icon_state = "yellow_grass_2" + +/obj/structure/flora/bush/canyon/grass_yellow/alt2 + icon_state = "yellow_grass_3" + + diff --git a/code/game/objects/structures/hybrisa_props.dm b/code/game/objects/structures/hybrisa_props.dm index c09271c1586b..913043350fae 100644 --- a/code/game/objects/structures/hybrisa_props.dm +++ b/code/game/objects/structures/hybrisa_props.dm @@ -1474,16 +1474,37 @@ desc = "A metal grate." icon_state = "solidgrate1" +/obj/structure/prop/hybrisa/misc/floorprops/grate/indestructible + unslashable = TRUE + unacidable = TRUE + explo_proof = TRUE + + /obj/structure/prop/hybrisa/misc/floorprops/grate2 name = "solid metal grate" desc = "A metal grate." icon_state = "solidgrate5" +/obj/structure/prop/hybrisa/misc/floorprops/grate2/indestructible + unslashable = TRUE + unacidable = TRUE + explo_proof = TRUE + /obj/structure/prop/hybrisa/misc/floorprops/grate3 name = "solid metal grate" desc = "A metal grate." icon_state = "zhalfgrate1" +/obj/structure/prop/hybrisa/misc/floorprops/grate4 + name = "solid metal grate" + desc = "A metal grate." + icon_state = "zhalfgrate2" + +/obj/structure/prop/hybrisa/misc/floorprops/plate + name = "plating" + desc = "A metal plate." + icon_state = "plating" + /obj/structure/prop/hybrisa/misc/floorprops/floorglass name = "reinforced glass floor" desc = "A heavily reinforced glass floor panel, this looks almost indestructible." diff --git a/code/game/objects/structures/landing_signs.dm b/code/game/objects/structures/landing_signs.dm index 67de0db96a85..a56794030f70 100644 --- a/code/game/objects/structures/landing_signs.dm +++ b/code/game/objects/structures/landing_signs.dm @@ -98,3 +98,18 @@ name = "Tyrargo Rift - city limit sign" desc = "A large sign designating the city limit of Tyrargo Rift." icon_state = "tyrargo_sign_4" + +/obj/structure/lz_sign/antre_sign + name = "White Antre - Supply Depot Landing Pad" + desc = "A medium sized sign, illuminated by red lights, designating this area as a supply depot landing zone for a nearby facility." + icon_state = "antre_sign_1" + +/obj/structure/lz_sign/antre_sign/town + name = "Fort McNair sign" + desc = "A small sized sign, indicating that this road leads to a location called 'Fort McNair'." + icon_state = "antre_sign_2" + +/obj/structure/lz_sign/antre_sign/facility + name = "White Antre Research Facility" + desc = "A medium sized sign, designating this area as the White Antre Research Facility." + icon_state = "antre_sign_3" diff --git a/code/game/objects/structures/props.dm b/code/game/objects/structures/props.dm index 64493b33da5c..ff4b902e4d93 100644 --- a/code/game/objects/structures/props.dm +++ b/code/game/objects/structures/props.dm @@ -236,6 +236,61 @@ /obj/structure/prop/dam/wide_boulder/boulder1 icon_state = "boulder1" +// Colorable big boulders - to do - replace all other boulders with color var edited versions of these across all maps. + +/obj/structure/prop/colorable_rock/boulder + icon = 'icons/obj/structures/props/natural/boulder_large.dmi' + icon_state = "boulder_large1" + +/obj/structure/prop/colorable_rock/boulder/large + name = "boulder" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/natural/colorable_boulder_large.dmi' + icon_state = "boulder_large1" + density = TRUE + bound_height = 64 + bound_width = 64 + +/obj/structure/prop/colorable_rock/boulder/large/boulder1 + icon_state = "boulder_large1" + +/obj/structure/prop/colorable_rock/boulder/large/boulder2 + icon_state = "boulder_large2" + +/obj/structure/prop/colorable_rock/boulder/large/boulder3 + icon_state = "boulder_large3" + +/obj/structure/prop/colorable_rock/boulder/wide_boulder + name = "boulder" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/natural/colorable_boulder_wide.dmi' + icon_state = "boulderwide" + density = TRUE + bound_height = 32 + bound_width = 64 + +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1 + icon_state = "boulderwide" + +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder2 + icon_state = "boulderwide2" + +/obj/structure/prop/colorable_rock/boulder/small + name = "boulder" + icon_state = "bouldersmall1" + desc = "A large rock. It's not cooking anything." + icon = 'icons/obj/structures/props/natural/colorable_boulder_small.dmi' + density = TRUE + +/obj/structure/prop/colorable_rock/boulder/small/boulder1 + icon_state = "bouldersmall1" + +/obj/structure/prop/colorable_rock/boulder/small/boulder2 + icon_state = "bouldersmall2" + +/obj/structure/prop/colorable_rock/boulder/small/boulder3 + icon_state = "bouldersmall3" + //Use these to replace non-functional machinery 'props' around maps from bay12 /obj/structure/prop/server_equipment @@ -665,6 +720,13 @@ desc = "Scientists use these suspended nets to superimpose a grid over a patch of ground for study." icon_state = "soil_grid" +/obj/structure/prop/ice_colony/soil_net/navalis_indestructible + name = "safety net" + desc = "Special net intended to catch anyone, or anything, that falls off the rig. Difficult to move around in, but preferable to falling into the endless ocean below." + unslashable = TRUE + unacidable = TRUE + explo_proof = TRUE + /obj/structure/prop/ice_colony/ice_crystal name = "ice crystal" desc = "It is a giant crystal of ice. The chemical process that keeps it frozen despite major seasonal temperature flux is what the United American Greater Argentinian science team is studying here on the Snowball." @@ -1600,3 +1662,58 @@ layer = TURF_LAYER plane = FLOOR_PLANE mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/structure/prop/misc/lit_cable + name = "power cable surface connector" + desc = "Manual connection point to the station's powernet, emits a low level of light." + icon = 'icons/obj/pipes/power_cond_heavy.dmi' + icon_state = "node" + layer = ABOVE_WEED_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + light_on = TRUE + light_color = "#BB3F3F" + light_range = 2 + light_power = 1 + +//-- Navails Platform 13 Props --// + +// Support Beam + +/obj/structure/prop/oilrig/support_beam + name = "support beam" + desc = "Marval of human engineering, keeping a metal platform afloat on the seas of a distant alien world." + icon = 'icons/obj/structures/props/oilrig/support_beam.dmi' + icon_state = "support_beam" + bound_height = 64 + bound_width = 64 + +/obj/structure/prop/oilrig/support_beam/blue + icon_state = "support_beam_blue" + +/obj/structure/prop/oilrig/support_beam/green + icon_state = "support_beam_green" + +/obj/structure/prop/oilrig/support_beam/aqua + icon_state = "support_beam_aqua" + +/obj/structure/prop/oilrig/support_beam/red + icon_state = "support_beam_red" + +/obj/structure/prop/oilrig/support_beam/brown + icon_state = "support_beam_brown" + +// Half-Grate Edge + +/obj/effect/decal/navalis/plate_edge + name = "solid metal grate" + desc = "A metal grate." + icon = 'icons/obj/structures/props/hybrisa/grates.dmi' + icon_state = "zhalfgrate1" + layer = HATCH_LAYER + +/obj/effect/decal/navalis/plate_edge/darker + color = "#ABA39D" + +/obj/effect/decal/navalis/plate_edge/see_through + icon_state = "zhalfgrate2" diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 39f59bef9109..2bf3521ba838 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -791,3 +791,39 @@ icon_state = "calendar_ua" desc = "Classic office decoration and a place to stare at maniacally, has a vertically placed UA flag and some army symbolics." calendar_faction = FACTION_MARINE + +//===================// +// Con-Am Faction Symbol // +//=================// + +/obj/structure/sign/conam + name = "\improper Con-Am Poster" + desc = "A symbol of the Con-Am corporation. Oozes a proud confidence of Con-Am, despite its mounting real world troubles." + icon_state = "conam_symbol" + +/obj/structure/sign/conam/variant1 + icon_state = "conam_logo_1" + +/obj/structure/sign/conam/variant1/damage1 + icon_state = "conam_logo_1_damage" + +/obj/structure/sign/conam/variant1/damage2 + icon_state = "conam_logo_1_damage_1" + +/obj/structure/sign/conam/variant2 + icon_state = "conam_logo_2" + +/obj/structure/sign/conam/variant2/damage1 + icon_state = "conam_logo_2_damage" + +/obj/structure/sign/conam/variant2/damage2 + icon_state = "conam_logo_2_damage_1" + +/obj/structure/sign/conam/variant3 + icon_state = "conam_logo_3" + +/obj/structure/sign/conam/variant3/damage1 + icon_state = "conam_logo_3_damage" + +/obj/structure/sign/conam/variant3/damage2 + icon_state = "conam_logo_3_damage_1" diff --git a/code/game/objects/structures/stool_bed_chair_nest/xeno_nest.dm b/code/game/objects/structures/stool_bed_chair_nest/xeno_nest.dm index 3c3aa9f95f9e..592e5c7f426e 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/xeno_nest.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/xeno_nest.dm @@ -87,6 +87,10 @@ color = "#cc8ec4" hivenumber = XENO_HIVE_FORSAKEN +/obj/structure/bed/nest/kseries + color = "#ffff80" + hivenumber = XENO_HIVE_K_SERIES + /obj/structure/bed/nest/attackby(obj/item/W, mob/living/user) if(istype(W, /obj/item/grab)) var/obj/item/grab/G = W diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index ffbead95fcac..d663954c08cf 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -1210,6 +1210,40 @@ health = 1000000 window_frame = /obj/structure/window_frame/hybrisa/colony/hull +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor + name = "hull window" + desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any flooding breach." + health = 200 + //icon_state = "rwindow0_debug" + not_damageable = FALSE + unslashable = FALSE + unacidable = FALSE + var/triggered = FALSE //indicates if the shutters have already been triggered + +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor/Destroy(force) + if(force) + return ..() + spawn_shutters() + . = ..() + +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor/proc/spawn_shutters(from_dir = 0) + if(triggered) + return + + triggered = TRUE + for(var/direction in GLOB.cardinals) + if(direction == from_dir) + continue //doesn't check backwards + for(var/obj/structure/window/framed/hybrisa/colony/hull/blastdoor/W in get_step(src,direction) ) + W.spawn_shutters(turn(direction,180)) + var/obj/structure/machinery/door/poddoor/shutters/almayer/pressure/pressure_door = new(get_turf(src)) + switch(junction) + if(4,5,8,9,12) + pressure_door.setDir(SOUTH) + else + pressure_door.setDir(EAST) + pressure_door.close() + // Research /obj/structure/window/framed/hybrisa/research name = "window" @@ -1384,3 +1418,121 @@ icon_state = "prison_cellwindow0" basestate = "prison_cellwindow" health = 100 + +// Abyssal Windows \\ + +// Standard + +/obj/structure/window/framed/abyssal/standard + name = "window" + icon = 'icons/turf/walls/abyssal_windows_blank.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + desc = "A glass window inside a wall frame." + health = 15 + window_frame = /obj/structure/window_frame/abyssal/standard + +/obj/structure/window/framed/abyssal/standard/reinforced + name = "reinforced window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = TRUE + window_frame = /obj/structure/window_frame/abyssal/standard/reinforced + +/obj/structure/window/framed/abyssal/standard/hull + name = "hull window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any atmospheric breach." + health = 200 + var/triggered = FALSE + +/obj/structure/window/framed/abyssal/standard/hull/Destroy(force) + if(force) + return ..() + spawn_shutters() + . = ..() + +/obj/structure/window/framed/abyssal/standard/hull/proc/spawn_shutters(from_dir = 0) + if(triggered) + return + + triggered = TRUE + for(var/direction in GLOB.cardinals) + if(direction == from_dir) + continue //doesn't check backwards + for(var/obj/structure/window/framed/abyssal/standard/hull/W in get_step(src,direction) ) + W.spawn_shutters(turn(direction,180)) + var/obj/structure/machinery/door/poddoor/shutters/almayer/pressure/pressure_door = new(get_turf(src)) + switch(junction) + if(4,5,8,9,12) + pressure_door.setDir(SOUTH) + else + pressure_door.setDir(EAST) + pressure_door.close() + +/obj/structure/window/framed/abyssal/standard/cell + name = "cell window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." + +// Blue + +/obj/structure/window/framed/abyssal/blue + name = "window" + icon = 'icons/turf/walls/abyssal_windows_blue.dmi' + icon_state = "prison_window0" + basestate = "prison_window" + desc = "A glass window inside a wall frame." + health = 15 + window_frame = /obj/structure/window_frame/abyssal/blue + +/obj/structure/window/framed/abyssal/blue/reinforced + name = "reinforced window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window. Light refracts incorrectly when looking through. It looks rather strong. Might take a few good hits to shatter it." + health = 100 + reinf = TRUE + window_frame = /obj/structure/window_frame/abyssal/blue/reinforced + +/obj/structure/window/framed/abyssal/blue/hull + name = "hull window" + icon_state = "prison_rwindow0" + basestate = "prison_rwindow" + desc = "A glass window with a special rod matrix inside a wall frame. This one has an automatic shutter system to prevent any atmospheric breach." + health = 200 + var/triggered = FALSE + +/obj/structure/window/framed/abyssal/blue/hull/Destroy(force) + if(force) + return ..() + spawn_shutters() + . = ..() + +/obj/structure/window/framed/abyssal/blue/hull/proc/spawn_shutters(from_dir = 0) + if(triggered) + return + + triggered = TRUE + for(var/direction in GLOB.cardinals) + if(direction == from_dir) + continue //doesn't check backwards + for(var/obj/structure/window/framed/abyssal/blue/hull/W in get_step(src,direction) ) + W.spawn_shutters(turn(direction,180)) + var/obj/structure/machinery/door/poddoor/shutters/almayer/pressure/pressure_door = new(get_turf(src)) + switch(junction) + if(4,5,8,9,12) + pressure_door.setDir(SOUTH) + else + pressure_door.setDir(EAST) + pressure_door.close() + +/obj/structure/window/framed/abyssal/blue/cell + name = "cell window" + icon_state = "prison_cellwindow0" + basestate = "prison_cellwindow" + desc = "A glass window with a special rod matrix inside a wall frame." diff --git a/code/game/objects/structures/window_frame.dm b/code/game/objects/structures/window_frame.dm index d2eb63f4e022..d35697894acf 100644 --- a/code/game/objects/structures/window_frame.dm +++ b/code/game/objects/structures/window_frame.dm @@ -575,3 +575,24 @@ basestate = "prison_rwindow" reinforced = TRUE window_type = /obj/structure/window/framed/hybrisa/spaceport/reinforced + +// Abyssal Frames +/obj/structure/window_frame/abyssal/standard + icon = 'icons/turf/walls/abyssal_window_frames_blank.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/abyssal/standard/reinforced + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE + +/obj/structure/window_frame/abyssal/blue + icon = 'icons/turf/walls/abyssal_window_frame_blue.dmi' + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + +/obj/structure/window_frame/abyssal/blue/reinforced + icon_state = "prison_rwindow0_frame" + basestate = "prison_rwindow" + reinforced = TRUE diff --git a/code/game/turfs/abyssal.dm b/code/game/turfs/abyssal.dm new file mode 100644 index 000000000000..273713662a5a --- /dev/null +++ b/code/game/turfs/abyssal.dm @@ -0,0 +1,73 @@ +// ------ Abyssal walls ------ // + +// Standard + +/turf/closed/wall/abyssal/standard + name = "metal wall" + icon = 'icons/turf/walls/abyssall_walls_blank.dmi' + icon_state = "metal" + walltype = WALL_METAL + +/turf/closed/wall/abyssal/standard/reinforced + name = "reinforced metal wall" + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/abyssal/standard/unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon_state = "hwall" + walltype = WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/standard/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/standard/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/abyssal/standard/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." + +// Blue + +/turf/closed/wall/abyssal/blue + name = "metal wall" + icon = 'icons/turf/walls/abyssal_walls_blue.dmi' + icon_state = "metal" + walltype = WALL_METAL + +/turf/closed/wall/abyssal/blue/reinforced + name = "reinforced metal wall" + icon_state = "rwall" + walltype = WALL_REINFORCED + +/turf/closed/wall/abyssal/blue/unmeltable + name = "heavy reinforced wall" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." + icon_state = "hwall" + walltype = WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/blue/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/abyssal/blue/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/abyssal/blue/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." diff --git a/code/game/turfs/antre.dm b/code/game/turfs/antre.dm new file mode 100644 index 000000000000..6136aeb21035 --- /dev/null +++ b/code/game/turfs/antre.dm @@ -0,0 +1,145 @@ +// ------ Antre tiles ------ // + +// Plating + +/turf/open/antre + name = "floor" + icon = 'icons/turf/floors/antre_floors.dmi' + icon_state = "antre" + +/turf/open/antre/plating + icon_state = "plating_catwalk" + +/turf/open/antre/plating/alt + icon_state = "plating_catwalk_alt" + +/turf/open/antre/plating/direction_north + icon_state = "plating_catwalk_north" + +/turf/open/antre/plating/direction_north/east_edge + icon_state = "plating_catwalk_north_e" + +/turf/open/antre/plating/direction_north/west_edge + icon_state = "plating_catwalk_north_w" + +/turf/open/antre/plating/direction_north/south_edge + icon_state = "plating_catwalk_north_s" + +/turf/open/antre/plating/direction_north/north_edge + icon_state = "plating_catwalk_north_n" + +/turf/open/antre/plating/direction_west + icon_state = "plating_catwalk_west" + +/turf/open/antre/plating/direction_west/east_north + icon_state = "plating_catwalk_west_n" + +/turf/open/antre/plating/direction_west/west_south + icon_state = "plating_catwalk_west_s" + +/turf/open/antre/plating/direction_west/east_east + icon_state = "plating_catwalk_west_e" + +/turf/open/antre/plating/direction_west/west_west + icon_state = "plating_catwalk_west_w" + +/turf/open/antre/plating/corner_dir + icon_state = "plating_catwalk_north_sw" + +/turf/open/antre/plating/corner_dir/south_east + icon_state = "plating_catwalk_north_se" + +/turf/open/antre/plating/corner_dir/north_west + icon_state = "plating_catwalk_north_nw" + +/turf/open/antre/plating/corner_dir/north_east + icon_state = "plating_catwalk_north_ne" + +/turf/open/antre/plating/west_corner_dir + icon_state = "plating_catwalk_west_sw" + +/turf/open/antre/plating/west_corner_dir/south_east + icon_state = "plating_catwalk_west_se" + +/turf/open/antre/plating/west_corner_dir/north_west + icon_state = "plating_catwalk_west_nw" + +/turf/open/antre/plating/west_corner_dir/north_east + icon_state = "plating_catwalk_west_ne" + +// border + +/obj/effect/antre/border + name = "border" + desc = null + icon = 'icons/turf/floors/antre_floors.dmi' + icon_state = "bridge_border" + density = FALSE + anchored = TRUE + layer = ABOVE_TURF_LAYER + plane = FLOOR_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/antre/border/corner + icon_state = "bridge_border_corner" + +/obj/effect/antre/border/edge + icon_state = "bridge_border_edge" + +// Black Metal Floor + +/turf/open/floor/antre + name = "floor" + icon = 'icons/turf/floors/antre_floors.dmi' + icon_state = "antre" + +/turf/open/floor/antre/is_plasteel_floor() + return FALSE + +// Black Tile Directional + +/turf/open/floor/antre/metal/black + icon_state = "black" + +/turf/open/floor/antre/metal/black/southwest + dir = SOUTHWEST + +/turf/open/floor/antre/metal/black/north + dir = NORTH + +/turf/open/floor/antre/metal/black/east + dir = EAST + +/turf/open/floor/antre/metal/black/northeast + dir = NORTHEAST + +/turf/open/floor/antre/metal/black/southeast + dir = SOUTHEAST + +/turf/open/floor/antre/metal/black/west + dir = WEST + +/turf/open/floor/antre/metal/black/northwest + dir = NORTHWEST + +// Black Tile Corners + +/turf/open/floor/antre/metal/blackcorner + icon_state = "blackcorner" + +/turf/open/floor/antre/metal/blackcorner/north + dir = NORTH + +/turf/open/floor/antre/metal/blackcorner/east + dir = EAST + +/turf/open/floor/antre/metal/blackcorner/west + dir = WEST + +// Black Tile Full + +/turf/open/floor/antre/metal/blackfull + icon_state = "blackfull" + +/turf/open/floor/antre/metal/blackfull/north + dir = NORTH diff --git a/code/game/turfs/auto_turf.dm b/code/game/turfs/auto_turf.dm index ebf1260e84b9..fc8795aa24f3 100644 --- a/code/game/turfs/auto_turf.dm +++ b/code/game/turfs/auto_turf.dm @@ -290,6 +290,10 @@ icon_state = "snow_b_0" bleed_layer = 0 +/turf/open/auto_turf/snow/brown_base/layer0/seabed + name = "seabed" + desc = "This dirt looks as if it were drudged from the bottom of the ocean..." + /turf/open/auto_turf/snow/brown_base/layer1 icon_state = "snow_b_1" bleed_layer = 1 @@ -398,7 +402,13 @@ bleed_layer = 1 is_weedable = SEMI_WEEDABLE +/turf/open/auto_turf/shale/layer1/weedable + is_weedable = FULLY_WEEDABLE + /turf/open/auto_turf/shale/layer2 icon_state = "shale_2" bleed_layer = 2 is_weedable = SEMI_WEEDABLE + +/turf/open/auto_turf/shale/layer2/weedable + is_weedable = FULLY_WEEDABLE diff --git a/code/game/turfs/floor_types.dm b/code/game/turfs/floor_types.dm index 50733968d6e3..0f29f89b8397 100644 --- a/code/game/turfs/floor_types.dm +++ b/code/game/turfs/floor_types.dm @@ -322,6 +322,12 @@ /turf/open/floor/plating/plating_catwalk/prison icon = 'icons/turf/floors/prison.dmi' +/turf/open/floor/plating/plating_catwalk/prison/dark + color = "#aba39d" + +/turf/open/floor/plating/plating_catwalk/prison/green + color = "#74ff8dff" + /turf/open/floor/plating/plating_catwalk/strata icon = 'icons/turf/floors/strata_floor.dmi' @@ -359,6 +365,45 @@ . = ..() + +/turf/open/floor/plating/catwalk/grate + icon = 'icons/obj/structures/props/hybrisa/grates.dmi' + icon_state = "solidgrate1" + +/turf/open/floor/plating/catwalk/grate/alt + icon_state = "solidgrate5" + +/turf/open/floor/plating/catwalk/grate/net + name = "safety net" + desc = "Special net intended to catch anyone, or anything, that falls off the rig. Difficult to move around in, but preferable to falling into the endless ocean below." + icon = 'icons/obj/structures/props/ice_colony/props.dmi' + icon_state = "soil_grid" + allow_construction = FALSE + is_weedable = NOT_WEEDABLE + var/slow_amt = 4 + +/turf/open/floor/plating/catwalk/grate/net/Entered(atom/movable/AM) + if(iscarbon(AM)) + var/mob/living/carbon/C = AM + var/slow_amount = 0.75 + var/can_stuck = 1 + if(istype(C, /mob/living/carbon/xenomorph)||isyautja(C)) + slow_amount = 0.5 + can_stuck = 0 + var/new_slowdown = C.next_move_slowdown + slow_amount + if(prob(2)) + to_chat(C, SPAN_WARNING("Moving through the [src] slows you down.")) //Warning only + else if(can_stuck == 4 && prob(2)) + to_chat(C, SPAN_WARNING("You get stuck in the [src] for a moment!")) + new_slowdown += 10 + C.next_move_slowdown = new_slowdown + ..() + +/turf/open/floor/plating/catwalk/grate/lattice + icon = 'icons/obj/structures/props/hybrisa/piping_wiring.dmi' + icon_state = "latticefull" + is_weedable = NOT_WEEDABLE + /turf/open/floor/almayer icon = 'icons/turf/almayer.dmi' icon_state = "default" @@ -2302,8 +2347,41 @@ dir = WEST /turf/open/floor/almayer_hull/outerhull_dir_alt/northwest + dir = NORTHWEST//Outerhull Weedable + +/turf/open/floor/roof_weedable + icon = 'icons/turf/almayer.dmi' + icon_state = "outerhull" + name = "roof" + turf_flags = TURF_HULL + allow_construction = FALSE + +/turf/open/floor/roof_weedable/outerhull_dir + icon_state = "outerhull_dir" + +/turf/open/floor/roof_weedable/outerhull_dir/southwest + dir = SOUTHWEST + +/turf/open/floor/roof_weedable/outerhull_dir/north + dir = NORTH + +/turf/open/floor/roof_weedable/outerhull_dir/east + dir = EAST + +/turf/open/floor/roof_weedable/outerhull_dir/northeast + dir = NORTHEAST + +/turf/open/floor/roof_weedable/outerhull_dir/southeast + dir = SOUTHEAST + +/turf/open/floor/roof_weedable/outerhull_dir/west + dir = WEST + +/turf/open/floor/roof_weedable/outerhull_dir/northwest dir = NORTHWEST + + ////////////////////////////////////////////////////////////////////// //Outerhull UPP @@ -4250,6 +4328,39 @@ /turf/open/floor/green/north dir = NORTH +/turf/open/floor/green/east + dir = EAST + +/turf/open/floor/green/west + dir = WEST + +/turf/open/floor/green/southwest + dir = SOUTHWEST + +/turf/open/floor/green/southeast + dir = SOUTHEAST + +/turf/open/floor/green/northwest + dir = NORTHWEST + +/turf/open/floor/green/northeast + dir = NORTHEAST + +/turf/open/floor/greencorner + icon_state = "greencorner" + +/turf/open/floor/greencorner/north + dir = NORTH + +/turf/open/floor/greencorner/east + dir = EAST + +/turf/open/floor/greencorner/west + dir = WEST + +/turf/open/floor/greenfull + icon_state = "greenfull" + /turf/open/floor/loadingarea icon_state = "loadingarea" @@ -4355,6 +4466,9 @@ /turf/open/floor/darkblue2/east dir = EAST +/turf/open/floor/darkblue2full + icon_state = "darkblue2full" + /turf/open/floor/darkbrown2/east dir = EAST @@ -4829,6 +4943,15 @@ /turf/open/floor/darkgreen2/northwest dir = NORTHWEST +/turf/open/floor/darkgreen2/northeast + dir = NORTHEAST + +/turf/open/floor/darkgreen2/southwest + dir = SOUTHWEST + +/turf/open/floor/darkgreen2/southeast + dir = SOUTHEAST + /turf/open/floor/darkpurple2/northwest dir = NORTHWEST @@ -4841,6 +4964,18 @@ /turf/open/floor/green/northwest dir = NORTHWEST +/turf/open/floor/green/northeast + dir = NORTHEAST + +/turf/open/floor/green/southeast + dir = SOUTHEAST + +/turf/open/floor/green/southwest + dir = SOUTHWEST + +/turf/open/floor/green/northwest + dir = NORTHWEST + /turf/open/floor/podhatch/northwest dir = NORTHWEST @@ -4940,9 +5075,24 @@ /turf/open/floor/darkbluecorners2 icon_state = "darkbluecorners2" +/turf/open/floor/darkbluecorners2/north + dir = NORTH + +/turf/open/floor/darkbluecorners2/east + dir = EAST + +/turf/open/floor/darkbluecorners2/south + dir = SOUTH + +/turf/open/floor/darkbluecorners2/west + dir = WEST + /turf/open/floor/darkish icon_state = "darkish" +/turf/open/floor/darkish/unweedable + is_weedable = NOT_WEEDABLE + /turf/open/floor/delivery icon_state = "delivery" @@ -5021,3 +5171,35 @@ /turf/open/gm/grass/grass2/pred icon_state = "grass2" + +// Half Plate + +/turf/open/floor/half_plate + icon = 'icons/turf/half_plate.dmi' + icon_state = "green_plate" + plating_type = /turf/open/floor/plating/almayer + +/turf/open/floor/half_plate/green + dir = SOUTH + +/turf/open/floor/half_plate/green/north + dir = NORTH + +/turf/open/floor/half_plate/green/east + dir = EAST + +/turf/open/floor/half_plate/green/west + dir = WEST + +/turf/open/floor/half_plate/dark_yellow + icon_state = "darkyellow_plate" + dir = SOUTH + +/turf/open/floor/half_plate/dark_yellow/north + dir = NORTH + +/turf/open/floor/half_plate/dark_yellow/east + dir = EAST + +/turf/open/floor/half_plate/dark_yellow/west + dir = WEST diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm index ee526776d055..f7cae43ddb35 100644 --- a/code/game/turfs/open.dm +++ b/code/game/turfs/open.dm @@ -209,6 +209,36 @@ /turf/open/slippery/hull/dir/northwest dir = NORTHWEST +/turf/open/slippery/roof + icon = 'icons/turf/almayer.dmi' + icon_state = "outerhull" + name = "roof" + allow_construction = FALSE + is_weedable = NOT_WEEDABLE + +/turf/open/slippery/roof/dir + icon_state = "outerhull_dir" + +/turf/open/slippery/roof/dir/southwest + dir = SOUTHWEST + +/turf/open/slippery/roof/dir/north + dir = NORTH + +/turf/open/slippery/roof/dir/east + dir = EAST + +/turf/open/slippery/roof/dir/northeast + dir = NORTHEAST + +/turf/open/slippery/roof/dir/southeast + dir = SOUTHEAST + +/turf/open/slippery/roof/dir/west + dir = WEST + +/turf/open/slippery/roof/dir/northwest + dir = NORTHWEST // Prison grass /turf/open/organic/grass @@ -708,9 +738,9 @@ update_overlays() /turf/open/gm/river/proc/update_overlays() - overlays.Cut() if(no_overlay) return + overlays.Cut() if(covered) name = covered_name overlays += image("icon"=src.cover_icon,"icon_state"=cover_icon_state,"layer"=CATWALK_LAYER,"dir" = dir) @@ -789,6 +819,9 @@ if(istype(M)) M.apply_damage(55,TOX) +/turf/open/gm/river/no_slowdown + base_river_slowdown = 1 + /turf/open/gm/river/darkred_pool color = "#990000" name = "pool" @@ -922,6 +955,28 @@ /turf/open/gm/river/no_overlay/sewage name = "sewage" +/turf/open/gm/river/no_overlay/ocean + name = "ocean" + icon = 'icons/turf/floors/desert_water.dmi' + icon_state = "deep" + +/turf/open/gm/river/no_overlay/ocean/Entered(atom/movable/AM) + ..() + if(!isobserver(AM) && !isliving(AM) && istype(AM, /obj/item) && !istype(AM, /obj/item/lightstick)) +// if(!isobserver(AM) && !istype(AM, /obj/effect/elevator) && !istype(AM, /obj/docking_port)) + addtimer(CALLBACK(src, PROC_REF(enter_depths), AM), 0.2 SECONDS) + +/turf/open/gm/river/no_overlay/ocean/proc/enter_depths(atom/movable/AM) + if(AM.throwing == 0 && istype(get_turf(AM), /turf/open/gm/river/no_overlay/ocean)) + AM.visible_message(SPAN_WARNING("[AM] falls into the depths!"), SPAN_WARNING("You fall into the depths!")) +// if(!ishuman(AM)) + qdel(AM) + +/turf/open/gm/river/no_overlay/ocean_no_slowdown + name = "ocean" + icon = 'icons/turf/floors/desert_water.dmi' + icon_state = "deep" + base_river_slowdown = 0 //ELEVATOR SHAFT-----------------------------------// /turf/open/gm/empty @@ -932,6 +987,12 @@ supports_surgery = FALSE is_weedable = NOT_WEEDABLE +/turf/open/gm/empty/navalis + desc = "The Xenomorphs appear to have emerged from this gaping maw. However, it appears they not only have refused to retreat back in here, they have barricaded it……" + +/turf/open/gm/empty/navalis/dig + desc = "Worse than Xenomorphs lurk the deepest, darkest, pits of this world. These nameless things await in the dark. Pray they don't find this escape." + //Nostromo turfs /turf/open/nostromowater diff --git a/code/game/turfs/open_space.dm b/code/game/turfs/open_space.dm index 3f4eb85d13f5..bc2468d88f23 100644 --- a/code/game/turfs/open_space.dm +++ b/code/game/turfs/open_space.dm @@ -33,7 +33,8 @@ GLOBAL_DATUM_INIT(openspace_backdrop_one_for_all, /atom/movable/openspace_backdr attack_hand(user) /turf/open_space/attack_hand(mob/user) - climb_down(user) + if(Enter(user)) + climb_down(user) /turf/open_space/Enter(atom/movable/mover, atom/forget) . = ..() diff --git a/code/game/turfs/spacestation.dm b/code/game/turfs/spacestation.dm new file mode 100644 index 000000000000..a82dac05d9fd --- /dev/null +++ b/code/game/turfs/spacestation.dm @@ -0,0 +1,117 @@ +// ------ Spess tiles ------ // + +// Plating + +//turf/open/station +// name = "floor" +// icon = 'icons/turf/floors/antre_floors.dmi' +// icon_state = "floor" + + +/turf/open/floor/station + name = "floor" + icon = 'icons/turf/floors/station_tiles.dmi' + icon_state = "floor" + +/turf/open/floor/station/is_plasteel_floor() + return FALSE + +// + +/turf/open/floor/station/metal/floor + +/turf/open/floor/station/metal/floor/north + dir = NORTH + +/turf/open/floor/station/metal/floor/east + dir = EAST + +/turf/open/floor/station/metal/floor/west + dir = WEST + +/turf/open/floor/station/metal/floor/southeast + dir = SOUTHEAST + +/turf/open/floor/station/metal/floor/southwest + dir = SOUTHWEST + +/turf/open/floor/station/metal/floor/northeast + dir = NORTHEAST + +/turf/open/floor/station/metal/floor/northwest + dir = NORTHWEST + +/turf/open/floor/station/metal/floor/alt1 + icon_state = "floor_alt" + +/turf/open/floor/station/metal/floor/alt1/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt1/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt1/west + dir = WEST + +/turf/open/floor/station/metal/floor/alt2 + icon_state = "floor_alt_2" + +/turf/open/floor/station/metal/floor/alt2/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt2/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt2/west + dir = WEST + +/turf/open/floor/station/metal/floor/alt3 + icon_state = "floor_alt_3" + +/turf/open/floor/station/metal/floor/alt3/north + dir = NORTH + +/turf/open/floor/station/metal/floor/alt3/east + dir = EAST + +/turf/open/floor/station/metal/floor/alt3/west + dir = WEST + +/turf/open/floor/station/metal/floor_cyan + icon_state = "cyanfloor" + +/turf/open/floor/station/metal/floor_cyan/alt1 + icon_state = "cyanfloor_alt" + +/turf/open/floor/station/metal/floor_cyan/alt2 + icon_state = "cyanfloor_alt_2" + +/turf/open/floor/station/metal/floor_cyan/alt3 + icon_state = "cyanfloor_alt_3" + +/turf/open/floor/station/metal/floor_blue + icon_state = "bluefloor" + +/turf/open/floor/station/metal/floor_blue/alt1 + icon_state = "bluefloor_alt" + +/turf/open/floor/station/metal/floor_blue/alt2 + icon_state = "bluefloor_alt_2" + +/turf/open/floor/station/metal/floor_blue/alt3 + icon_state = "bluefloor_alt_3" + +/turf/open/floor/station/metal/floor_yellow + icon_state = "yellowfloor" + +/turf/open/floor/station/metal/floor_yellow/alt1 + icon_state = "yellowfloor_alt" + +/turf/open/floor/station/metal/floor_yellow/alt2 + icon_state = "yellowfloor_alt_2" + +/turf/open/floor/station/metal/floor_yellow/alt3 + icon_state = "yellowfloor_alt_3" + +/turf/open/floor/station/metal/alt_floor + icon_state = "ship_floor" diff --git a/code/game/turfs/transit.dm b/code/game/turfs/transit.dm index 95a2e390b201..270378b99cbf 100644 --- a/code/game/turfs/transit.dm +++ b/code/game/turfs/transit.dm @@ -55,6 +55,8 @@ continue if(!turf_area || CEILING_IS_PROTECTED(turf_area.ceiling, CEILING_PROTECTION_TIER_1)) continue + if(turf_area.flags_area & AREA_NO_PARA) + continue //marines can't swim if(turf.density) continue var/found_dense = FALSE diff --git a/code/game/turfs/walls/r_wall.dm b/code/game/turfs/walls/r_wall.dm index e7137823b7f9..5bdc64067c0d 100644 --- a/code/game/turfs/walls/r_wall.dm +++ b/code/game/turfs/walls/r_wall.dm @@ -256,6 +256,23 @@ icon_state = "rwall" walltype = WALL_REINFORCED +/turf/closed/wall/r_wall/prison/temphull + name = "heavy reinforced hull" + desc = "A huge chunk of ultra-reinforced metal used to separate rooms. This wall appears to have had an extra layer of sheeting slid over." + icon = 'icons/turf/walls/prison.dmi' + icon_state = "tempwall" + damage_cap = HEALTH_WALL_REINFORCED + turf_flags = TURF_HULL + +/turf/closed/wall/r_wall/prison/temphull/Initialize() + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_ABYSSAL_LOCKDOWN, PROC_REF(de_hull)) + +/turf/closed/wall/r_wall/prison/temphull/proc/de_hull() + SIGNAL_HANDLER + turf_flags = NO_FLAGS + desc = "A highly reinforced metal wall used to separate rooms and make up the ship. The extra defensive sheeting has slid away." + /turf/closed/wall/r_wall/prison_unmeltable name = "heavy reinforced wall" desc = "A huge chunk of ultra-reinforced metal used to separate rooms. Looks virtually indestructible." diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm index 5099af55c92a..442fa9e47b58 100644 --- a/code/game/turfs/walls/wall_types.dm +++ b/code/game/turfs/walls/wall_types.dm @@ -536,6 +536,9 @@ walltype = WALL_BONE_RESIN turf_flags = TURF_HULL +/turf/closed/wall/mineral/bone_resin/k_series //mineral wall because, reasons bro. + desc = "A wall made of molted resin. Seems these yellow xenomorphs are fast builders." + color = "#ffff80" /turf/closed/wall/mineral/bone is_weedable = NOT_WEEDABLE @@ -1105,6 +1108,10 @@ desc = "Weird slime solidified into a wall. Remarkably resilient." hivenumber = XENO_HIVE_TUTORIAL +/turf/closed/wall/resin/kseries + color = "#ffff80" + hivenumber = XENO_HIVE_K_SERIES + /turf/closed/wall/resin/tutorial/attack_alien(mob/living/carbon/xenomorph/xeno) return diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index 970a65ab1b49..ddbb874fa622 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -803,6 +803,21 @@ message_down = "You lower the visor down." flags_equip_slot = null +/obj/item/clothing/glasses/mgoggles/clf_riot_shield + name = "\improper custom made riot shield" + desc = "A RC6 riot shield that has been heavily modified, painted over over with a darker color scheme and reinforced with extra metal plates to protect the user." + icon_state = "riot_shield_clf" + icon = 'icons/obj/items/clothing/helmet_garb.dmi' + item_icons = list( + WEAR_AS_GARB = 'icons/mob/humans/onmob/clothing/helmet_garb/visors.dmi', + ) + active_icon_state = "riot_shield_clf" + inactive_icon_state = "riot_shield_clf" + activated = TRUE + message_up = "You swipe the visor in a upwards manner." + message_down = "You swipe the visor in a downwards manner." + flags_equip_slot = null + //welding goggles /obj/item/clothing/glasses/welding diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 34d7ef4c6a9f..ccefc073beb3 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -289,6 +289,7 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( /obj/item/clothing/glasses/mbcg = NO_GARB_OVERRIDE, /obj/item/clothing/glasses/mgoggles/cmb_riot_shield = NO_GARB_OVERRIDE, /obj/item/clothing/glasses/mgoggles/mp_riot_shield = NO_GARB_OVERRIDE, + /obj/item/clothing/glasses/mgoggles/clf_riot_shield = NO_GARB_OVERRIDE, // WALKMAN AND CASSETTES /obj/item/device/walkman = NO_GARB_OVERRIDE, @@ -1906,6 +1907,38 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( desc = "A hood meant to protect the wearer from both the cold and the guise of the enemy in the tundra." flags_inv_hide = HIDEEARS|HIDEALLHAIR +//===========================//CLF - SPECIAL FORCES\\================================\\ +//=====================================================================\\ + +/obj/item/clothing/head/helmet/marine/veteran/clf + name = "\improper repainted M10 pattern helmet" + desc = "A M10 helmet that has been repainted with a darker color scheme, and has been modified by its user. This custom model is used by the few professional members of the Colonial Liberation Front." + icon_state = "clf_m10" + icon = 'icons/obj/items/clothing/hats/hats_by_faction/CLF.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats_by_faction/CLF.dmi' + ) + armor_bullet = CLOTHING_ARMOR_HIGH + armor_energy = CLOTHING_ARMOR_MEDIUMLOW + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_internaldamage = CLOTHING_ARMOR_HIGH + min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT + clothing_traits = list(TRAIT_EAR_PROTECTION) + flags_atom = NO_GAMEMODE_SKIN|NO_NAME_OVERRIDE + +/obj/item/clothing/head/helmet/marine/veteran/clf/heavy + name = "\improper repainted reinforced M10 pattern helmet" + desc = "A repainted M10 helmet that has been seen a complete overhaul of its exterior design to shove on as much protection as possible. This custom model is used by the few professional members of the Colonial Liberation Front." + icon_state = "clf_heavy_m10" + armor_bullet = CLOTHING_ARMOR_HIGHPLUS + armor_melee = CLOTHING_ARMOR_MEDIUMHIGH + armor_bomb = CLOTHING_ARMOR_HIGH + +/obj/item/clothing/head/helmet/marine/veteran/clf/riot + name = "\improper repainted RC6 helmet" + desc = "A Riot Control 6 helmet that has been repainted with a darker color scheme, and has been modified by its user. This custom model is used by the few professional members of the Colonial Liberation Front." + icon_state = "clf_riot" + //===========================//HELGHAST - MERCENARY\\================================\\ //=====================================================================\\ @@ -2181,3 +2214,15 @@ GLOBAL_LIST_INIT(allowed_helmet_items, list( item_state = "rmc_helm_medic" built_in_visors = list(new /obj/item/device/helmet_visor/medical/advanced) start_down_visor_type = /obj/item/device/helmet_visor/medical/advanced + +/obj/item/clothing/head/helmet/marine/veteran/abyssal_security + name = "security helmet" + desc = "Standard issue helmet issued to Con-Am security forces." + icon = 'icons/obj/items/clothing/hats/hats.dmi' + item_icons = list( + WEAR_HEAD = 'icons/mob/humans/onmob/clothing/head/hats.dmi', + ) + armo + icon_state = "sec_helmet" + item_state = "sec_helmet" + flags_inv_hide = HIDETOPHAIR diff --git a/code/modules/clothing/masks/gasmask.dm b/code/modules/clothing/masks/gasmask.dm index 0bac8700f174..10fc4392ff47 100644 --- a/code/modules/clothing/masks/gasmask.dm +++ b/code/modules/clothing/masks/gasmask.dm @@ -161,3 +161,17 @@ vision_impair = VISION_IMPAIR_NONE eye_protection = EYE_PROTECTION_FLAVOR flags_inv_hide = HIDEEARS|HIDEFACE + +//= Security =\\ + +/obj/item/clothing/mask/gas/sec_mask + name = "\improper Sec Mask" + desc = "Standard issue mask issued to Con-Am security forces. Typically locks in with the standard issue helmet Voice modulator appears to be disabled." + icon_state = "sec_mask" + item_state = "sec_mask" + icon = 'icons/obj/items/clothing/masks/gasmasks.dmi' + item_icons = list( + WEAR_FACE = 'icons/mob/humans/onmob/clothing/masks/gasmasks.dmi' + ) + flags_atom = NO_NAME_OVERRIDE|NO_GAMEMODE_SKIN + flags_inv_hide = HIDEFACE diff --git a/code/modules/clothing/suits/marine_armor/ert.dm b/code/modules/clothing/suits/marine_armor/ert.dm index ceec4faba336..4d9dabb4c827 100644 --- a/code/modules/clothing/suits/marine_armor/ert.dm +++ b/code/modules/clothing/suits/marine_armor/ert.dm @@ -531,6 +531,60 @@ desc = "A rare privilege within the disorganized partisans, a set of somewhat full armor, created from boiled leather and more modern armor places, this one includes full set of armor for all limbs and full torso protection. This one is even further modified with parts of M56 smartgunner harness, allowing the use of smartgun system electronics." flags_inventory = BLOCKSHARPOBJ|SMARTGUN_HARNESS +// -- CLF Spec Ops -- // + +/obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf + name = "\improper UA-M1 repainted body armor" + desc = "A stolen set of UA-M1 body armor that is typically used by UA security forces. This set of armor has been repainted with dark brown colours and has had additional kneepads and armpads added to it. It is used by the more professional forces of the Colonial Liberation Front" + icon = 'icons/obj/items/clothing/suits/suits_by_faction/CLF.dmi' + icon_state = "clf_ua" + item_icons = list( + WEAR_JACKET = 'icons/mob/humans/onmob/clothing/suits/suits_by_faction/CLF.dmi' + ) + storage_slots = 3 + flags_armor_protection = BODY_FLAG_ALL_BUT_HEAD + flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN + flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN + armor_melee = CLOTHING_ARMOR_MEDIUMHIGH + armor_bullet = CLOTHING_ARMOR_MEDIUMHIGH + armor_energy = CLOTHING_ARMOR_MEDIUM + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_MEDIUM + armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH + slowdown = SLOWDOWN_ARMOR_LIGHT + uniform_restricted = list(/obj/item/clothing/under/colonist/clf) + flags_atom = NO_GAMEMODE_SKIN|NO_NAME_OVERRIDE + +/obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/jacket + name = "\improper camouflaged hunter gear rig" + desc = "A camouflaged hunter gear rig that has an armor plate on the Body while it sports custom made kneepads, this armor is sometimes seen in the hands of the more professional forces of the Colonial Liberation Front." + icon_state = "clf_hunter" + storage_slots = 4 + armor_melee = CLOTHING_ARMOR_MEDIUM + armor_bullet = CLOTHING_ARMOR_MEDIUM + armor_energy = CLOTHING_ARMOR_MEDIUM + armor_bomb = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_MEDIUM + armor_internaldamage = CLOTHING_ARMOR_MEDIUM + slowdown = SLOWDOWN_ARMOR_VERY_LIGHT // it is lighter + + +/obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/heavy + name = "\improper heavy plated combat armor" + desc = "An extremely heavy-duty set of body armor made out of customised armor plates and repurposed surplus ballistic vests, heavy and highly resistant, used by the professional members of the Colonial Liberation Front, for when subterfuge is not the answer." + icon_state = "clf_heavy" + storage_slots = 2 + slowdown = SLOWDOWN_ARMOR_MEDIUM + flags_inventory = BLOCKSHARPOBJ|BLOCK_KNOCKDOWN + armor_melee = CLOTHING_ARMOR_MEDIUMHIGH + armor_bullet = CLOTHING_ARMOR_HIGHPLUS + armor_laser = CLOTHING_ARMOR_MEDIUMLOW + armor_energy = CLOTHING_ARMOR_MEDIUM + armor_bomb = CLOTHING_ARMOR_HIGH + armor_bio = CLOTHING_ARMOR_MEDIUM + armor_rad = CLOTHING_ARMOR_MEDIUMLOW + armor_internaldamage = CLOTHING_ARMOR_HIGHPLUS // it is heavier + //===========================//CMB\\================================\\ //=====================================================================\\ diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm index 62ec50797bb4..ea328be95f37 100644 --- a/code/modules/clothing/under/marine_uniform.dm +++ b/code/modules/clothing/under/marine_uniform.dm @@ -1453,6 +1453,8 @@ worn_state = "workwear_green" flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE +// CLF Uniforms + /obj/item/clothing/under/colonist/clf name = "\improper Colonial Liberation Front uniform" desc = "A stylish grey-green jumpsuit - standard issue for colonists. This version appears to have the symbol of the Colonial Liberation Front emblazoned in select areas." @@ -1463,6 +1465,27 @@ icon_state = "clf_uniform" worn_state = "clf_uniform" +/obj/item/clothing/under/colonist/clf/operative + name = "\improper Colonial Liberation Front Combat Clothes" + desc = "A stylish Brown-Green mix of Hunting and Sports Clothes - standard issue for Frontier colonists. This version appears to have the symbol of the Colonial Liberation Front emblazoned in select areas." + icon_state = "clf_fighter" + worn_state = "clf_fighter" + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE + +/obj/item/clothing/under/colonist/clf/medic + name = "\improper Colonial Liberation Front Medic Clothes" + desc = "A stylish Light Blue-White mix of Hunting and Sports Clothes - standard issue for Frontier colonists. This version appears to have the symbol of the Colonial Liberation Front emblazoned in select areas." + icon_state = "clf_medic" + worn_state = "clf_medic" + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE + +/obj/item/clothing/under/colonist/clf/leader + name = "\improper Colonial Liberation Front Clothes" + desc = "A stylish Dark blue mix of Military Clothes - standard issue for Frontier colonists. This version appears to have the symbol of the Colonial Liberation Front emblazoned in select areas, shows the rank of the leaders on the shoulder." + icon_state = "clf_leader" + worn_state = "clf_leader" + flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE + /obj/item/clothing/under/colonist/white_service name = "white service uniform" desc = "A white dress shirt and tie with sleek pants. Standard clothing for anyone on professional business." diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 4d070ef55a5a..0c0de1783325 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -768,6 +768,11 @@ desc = "A sleek corporate patch bearing the logo of the Hyperdyne Corporation—one of the most powerful conglomerates. Known for synthetic production, AI research, and deep-space logistics. Wearing this patch implies loyalty to profit over people." icon_state = "hyperdynepatch" +/obj/item/clothing/accessory/patch/conam_patch + name = "Con-Amalagated Corporation patch" + desc = "A colorful corporate patch bearing the logo of the Con-Amalagated Corporation. Once a powerful conglomerate within the Sol System, now relegated to a middle-power on the verge of financial collapse. This patch is popular amongst collectors due to its color scheme." + icon_state = "conampatch" + // Misc /obj/item/clothing/accessory/dogtags diff --git a/code/modules/cm_aliens/structures/egg.dm b/code/modules/cm_aliens/structures/egg.dm index 807a3e4f2ecd..1bb2feb76122 100644 --- a/code/modules/cm_aliens/structures/egg.dm +++ b/code/modules/cm_aliens/structures/egg.dm @@ -325,6 +325,9 @@ /obj/effect/alien/egg/alpha hivenumber = XENO_HIVE_ALPHA +/obj/effect/alien/egg/kseries + hivenumber = XENO_HIVE_K_SERIES + /obj/effect/alien/egg/forsaken hivenumber = XENO_HIVE_FORSAKEN diff --git a/code/modules/cm_aliens/weeds.dm b/code/modules/cm_aliens/weeds.dm index fa79e70115dd..3d2b3021a254 100644 --- a/code/modules/cm_aliens/weeds.dm +++ b/code/modules/cm_aliens/weeds.dm @@ -148,6 +148,9 @@ W.name = initial(to_copy.name) W.alpha = initial(to_copy.alpha) +/obj/effect/alien/weeds/kseries + hivenumber = XENO_HIVE_K_SERIES + /obj/effect/alien/weeds/Destroy() if(parent) @@ -595,6 +598,9 @@ /obj/effect/alien/weeds/node/alpha hivenumber = XENO_HIVE_ALPHA +/obj/effect/alien/weeds/node/kseries + hivenumber = XENO_HIVE_K_SERIES + /obj/effect/alien/weeds/node/feral hivenumber = XENO_HIVE_FERAL diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm index 71de7f3427c9..7d57e21ca5c7 100644 --- a/code/modules/cm_marines/equipment/maps.dm +++ b/code/modules/cm_marines/equipment/maps.dm @@ -149,6 +149,29 @@ GLOBAL_LIST_INIT(mapless_maps, list(MAP_RUNTIME, MAP_CHINOOK, MAIN_SHIP_DEFAULT_ desc = "A labeled blueprint of the UA city Tyrargo Rift." html_link = "images/7/79/Tyrargo_Rift.png" +/obj/item/map/sekhmet_swamp_map + name = "\improper SI-391 Sekhmet Swamp map" + desc = "An overview of the Sekhmet Swamp research facility schematics." + html_link = "images/1/18/Map_icecolony.png" + +/obj/item/map/white_antre_map + name = "\improper White Antre Research Facility map" + desc = "An overview of the White Antre facility schematics." + html_link = "images/d/da/White_Antre_Research_Facility.png" + color = "cyan" + +/obj/item/map/cape_river + name = "\improper Cape River map" + desc = "A labeled blueprint of the Con-Am mining outpost Cape River" + html_link = "images/4/46/Cape_River.png" + color = "red" + +/obj/item/map/navalis + name = "\improper Navalis Platform 13 map" + desc = "A blueprint of Navalis Platform 13" + html_link = "images/6/67/Navalis_platform_13_ic.png" + color = "cyan" + /obj/item/map/galaxy name = "\improper Galaxy map" desc = "A diagrammatic map of the milky way, laid out by sector." @@ -173,7 +196,12 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps()) MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(), MAP_LV759_HYBRISA_PROSPERA = new /obj/item/map/lv759_map(), MAP_NEW_VARADERO = new /obj/item/map/new_varadero(), - MAP_TYRARGO_RIFT = new /obj/item/map/tyrargo_rift() + MAP_TYRARGO_RIFT = new /obj/item/map/tyrargo_rift(), + MAP_SEKHMET_SWAMP = new /obj/item/map/sekhmet_swamp_map(), + MAP_WHITE_ANTRE_RESEARCH_FACILITY = new /obj/item/map/white_antre_map(), + MAP_CONAM_81_ABYSSAL = new /obj/item/map/new_varadero(), + MAP_CAPE_RIVER = new /obj/item/map/cape_river(), + MAP_NAVALIS = new /obj/item/map/navalis() ) //used by marine equipment machines to spawn the correct map. diff --git a/code/modules/defenses/sentry.dm b/code/modules/defenses/sentry.dm index 05a2c04fc7e2..8aa44eadbf93 100644 --- a/code/modules/defenses/sentry.dm +++ b/code/modules/defenses/sentry.dm @@ -575,6 +575,23 @@ faction_group = FACTION_LIST_CLF ammo = new /obj/item/ammo_magazine/sentry/premade/lowammo/dumb +/obj/structure/machinery/defenses/sentry/premade/antre_wy + name = "\improper Static UA-577 Gauss Turret" + immobile = TRUE + turned_on = TRUE + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi' + icon_state = "premade" + sentry_type = "wy_sentry" + faction_group = list(FACTION_LIST_WY, FACTION_COLONIST, FACTION_SURVIVOR) + ammo = new /obj/item/ammo_magazine/sentry/premade/lowammo + static = TRUE + +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random + +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random/Initialize() + . = ..() + ammo.current_rounds = rand(40,60) + //the turret inside a static sentry deployment system /obj/structure/machinery/defenses/sentry/premade/deployable name = "\improper UA-633 Static Gauss Turret" diff --git a/code/modules/desert_dam/filtration/structures.dm b/code/modules/desert_dam/filtration/structures.dm index a7da3b6c9809..115b4dd74090 100644 --- a/code/modules/desert_dam/filtration/structures.dm +++ b/code/modules/desert_dam/filtration/structures.dm @@ -205,6 +205,28 @@ bound_width = 64 bound_height = 96 +/obj/structure/filtration/machine_64x96/filtration_machine + name = "Filtration Machine" + desc = "Machine intended to filter liquid in to two seperate containers." + icon_state = "filtration_machine_A_0" + +/obj/structure/filtration/machine_64x96/filtration_machine/broken + icon_state = "filtration_machine_A_1" + +/obj/structure/filtration/machine_64x96/filtration_machine_a/alt + icon_state = "filtration_machine_B_0" + +/obj/structure/filtration/machine_64x96/filtration_machine_a/alt_broken + icon_state = "filtration_machine_B_1" + +/obj/structure/filtration/machine_64x96/sedementation + name = "Sedementation Tanker" + desc = "Machine intended to hold liquid." + icon_state = "sedementation_0" + +/obj/structure/filtration/machine_64x96/sedementation/broken + icon_state = "sedementation_1" + /obj/structure/filtration/machine_64x96/indestructible unacidable = TRUE unslashable = TRUE @@ -215,13 +237,23 @@ /obj/structure/filtration/machine_64x128 icon = 'icons/obj/structures/props/industrial/64x128.dmi' - //bound_x = 96 - //bound_y = 96 + bound_x = 96 + bound_y = 96 density = TRUE anchored = TRUE bound_width = 64 bound_height = 128 +/obj/structure/filtration/machine_64x128/filtrationtank + name = "Storage Tank" + desc = "A massive tank intended to hold large amounts of liquid." + icon_state = "filtration_0" + density = TRUE + +/obj/structure/filtration/machine_64x128/filtrationtank/broken + desc = "A massive tank intended to hold large amounts of liquid. This one appears damaged." + icon_state = "filtration_1" + /obj/structure/filtration/machine_64x128/indestructible unacidable = TRUE unslashable = TRUE diff --git a/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm b/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm new file mode 100644 index 000000000000..b87e73bdd9d2 --- /dev/null +++ b/code/modules/gear_presets/survivors/abyssal/preset_abyssal.dm @@ -0,0 +1,287 @@ +//////////////////// CIVILIAN /////////////////////// +//////////////////////////////////////////////////// + +// Civilian + +/datum/equipment_preset/survivor/abyssal/civilian + name = "Survivor - Abyssal - Assistant" + assignment = "Assistant" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/civilian/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/grey(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/utility/gray(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/spear(new_human), WEAR_R_HAND) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + add_survivor_rare_item(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Engineer + +/datum/equipment_preset/survivor/abyssal/engineer + name = "Survivor - Abyssal - Engineer" + assignment = "Abyssal Station Engineer" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/engineer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/engineer(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + add_survivor_weapon_civilian(new_human) + ..() + +// Marshal/Security + +// Security Officer + + +/datum/equipment_preset/survivor/abyssal/security_officer + name = "Survivor - Abyssal - Security Officer" + assignment = "Security" + skills = /datum/skills/civilian/survivor/marshal + flags = EQUIPMENT_PRESET_START_OF_ROUND + job_title = JOB_CMB + role_comm_title = "SEC" + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/security_officer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/security(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/abyssal_security(new_human), WEAR_HEAD) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/sec_mask(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/swat(new_human), WEAR_HANDS) + add_survivor_weapon_security(new_human) + ..() + +// Marshal + +/datum/equipment_preset/survivor/abyssal/colonial_marshal + name = "Survivor - Abyssal - Colonial Marshal Deputy" + assignment = "CMB Deputy" + paygrades = list(PAY_SHORT_CMBD = JOB_PLAYTIME_TIER_0) + skills = /datum/skills/civilian/survivor/marshal + minimap_icon = "deputy" + minimap_background = "background_cmb" + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/deputy + job_title = JOB_CMB + faction = FACTION_MARSHAL + faction_group = list(FACTION_MARSHAL, FACTION_MARINE, FACTION_SURVIVOR) + origin_override = ORIGIN_CMB + role_comm_title = "CMB DEP" + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/colonial_marshal/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/CM_uniform(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CMB/limited(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_cap_new(new_human), WEAR_HEAD) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large(new_human), WEAR_R_STORE) + add_survivor_weapon_security(new_human) + ..() + +// Scientist + +/datum/equipment_preset/survivor/abyssal/scientist + name = "Survivor - Abyssal - Scientist" + assignment = "Abyssal Station Scientist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/scientist + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/scientist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/purple(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/tox(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/purple(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/unique/tier_three(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +// Medical + +/datum/equipment_preset/survivor/abyssal/doctor + name = "Survivor - Abyssal - Doctor" + assignment = "Abyssal Station Doctor" + skills = /datum/skills/civilian/survivor/doctor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + paygrades = list(PAY_SHORT_CDOC = JOB_PLAYTIME_TIER_0) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/abyssal/doctor/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/lightblue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/first_responder/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + + add_random_survivor_medical_gear(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Corporate + +/datum/equipment_preset/survivor/conam + name = "Survivor - Abyssal - Con-Am - Corporate Liaison" // A Corporate Liaison for Con-Amalagaged instead of Weyland-Yutani. + assignment = "Con-Am - Corporate Liaison" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + paygrades = list(PAY_SHORT_WYC2 = JOB_PLAYTIME_TIER_0, PAY_SHORT_WYC3 = JOB_PLAYTIME_TIER_2, PAY_SHORT_WYC4 = JOB_PLAYTIME_TIER_3, PAY_SHORT_WYC5 = JOB_PLAYTIME_TIER_4) + faction_group = FACTION_CONAM + job_title = JOB_HC_EXECUTIVE + faction = FACTION_CONAM + faction_group = list(FACTION_CONAM, FACTION_SURVIVOR) + idtype = /obj/item/card/id/silver/cl + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_COMMAND, + ACCESS_WY_COLONIAL, + ) + languages = list(LANGUAGE_ENGLISH) + survivor_variant = CORPORATE_SURVIVOR + minimap_icon = "ca_cl" + minimap_background = "background_ca_management" + +/datum/equipment_preset/survivor/conam/load_rank(mob/living/carbon/human/new_human, client/mob_client) + if(paygrades.len == 1) + return paygrades[1] + var/playtime + if(!mob_client) + playtime = JOB_PLAYTIME_TIER_1 + else + playtime = get_job_playtime(mob_client, JOB_CORPORATE_LIAISON) + if((playtime >= JOB_PLAYTIME_TIER_1) && !mob_client.prefs.playtime_perks) + playtime = JOB_PLAYTIME_TIER_1 + var/final_paygrade + for(var/current_paygrade as anything in paygrades) + var/required_time = paygrades[current_paygrade] + if(required_time - playtime > 0) + break + final_paygrade = current_paygrade + if(!final_paygrade) + . = "???" + CRASH("[key_name(new_human)] spawned with no valid paygrade.") + + return final_paygrade + +/datum/equipment_preset/survivor/conam/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable/liaison(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/abyssal/liaison(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/leather/fancy(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/tie/gold(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + + add_survivor_weapon_civilian(new_human) + add_random_cl_survivor_loot(new_human) + ..() + +// Captain (CO Role) +/datum/equipment_preset/survivor/abyssal/captain + name = "Survivor - Abyssal - Captain" + assignment = "Abyssal Station Captain" + skills = /datum/skills/commander + idtype = /obj/item/card/id/gold + role_comm_title = "CAPTAIN" + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + +/datum/equipment_preset/survivor/abyssal/captain/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket/director(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/notepad(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/multicolor/fountain(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/abyssal/captain(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/disk/nuclear(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/stamp/captain(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/sec/alt(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/conam_patch(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + ..() diff --git a/code/modules/gear_presets/survivors/cape_river/preset_cape_river.dm b/code/modules/gear_presets/survivors/cape_river/preset_cape_river.dm new file mode 100644 index 000000000000..e087ebe755f5 --- /dev/null +++ b/code/modules/gear_presets/survivors/cape_river/preset_cape_river.dm @@ -0,0 +1,226 @@ +//////////////////// CIVILIAN /////////////////////// +//////////////////////////////////////////////////// + +// Civilian + +/datum/equipment_preset/survivor/caperiver/civilian + name = "Survivor - Cape River - Assistant" + assignment = "Assistant" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor/caperiver/civilian/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/grey(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/utility/gray(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/spear(new_human), WEAR_R_HAND) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + add_survivor_rare_item(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Engineer + +/datum/equipment_preset/survivor/caperiver/engineer + name = "Survivor - Cape River - Engineer" + assignment = "Con-Am Engineer" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/caperiver/engineer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/engineer(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/yellow(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/magboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + add_survivor_weapon_civilian(new_human) + ..() + +// Security Officer + +/datum/equipment_preset/survivor/caperiver/security_officer + name = "Survivor - Con-Am - Security Officer" + assignment = "Con-Am Security" + skills = /datum/skills/civilian/survivor/marshal + flags = EQUIPMENT_PRESET_START_OF_ROUND + job_title = JOB_CMB + role_comm_title = "SEC" + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/caperiver/security_officer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/security(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/cmb(new_human), WEAR_HEAD) + if(new_human.disabilities & NEARSIGHTED) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/prescription(new_human), WEAR_EYES) + else + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/swat(new_human), WEAR_HANDS) + add_survivor_weapon_security(new_human) + ..() + +// Scientist + +/datum/equipment_preset/survivor/caperiver/scientist + name = "Survivor - Cape River - Scientist" + assignment = "Cape River Scientist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/scientist + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/caperiver/scientist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/purple(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/tox(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/purple(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/unique/tier_three(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical/full(new_human), WEAR_R_STORE) + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +// Medical + +/datum/equipment_preset/survivor/caperiver/doctor + name = "Survivor - Cape River - Doctor" + assignment = "Cape River Station Doctor" + skills = /datum/skills/civilian/survivor/doctor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + paygrades = list(PAY_SHORT_CDOC = JOB_PLAYTIME_TIER_0) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/caperiver/doctor/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/lightblue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/first_responder/full(new_human), WEAR_R_STORE) + add_random_survivor_medical_gear(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Corporate + +/datum/equipment_preset/survivor/conam_cl + name = "Survivor - Cape River - Con-Am - Corporate Liaison" // A Corporate Liaison for Con-Amalagaged instead of Weyland-Yutani. + assignment = "Con-Am - Corporate Liaison" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + paygrades = list(PAY_SHORT_WYC2 = JOB_PLAYTIME_TIER_0, PAY_SHORT_WYC3 = JOB_PLAYTIME_TIER_2, PAY_SHORT_WYC4 = JOB_PLAYTIME_TIER_3, PAY_SHORT_WYC5 = JOB_PLAYTIME_TIER_4) + job_title = JOB_HC_EXECUTIVE + faction = FACTION_SURVIVOR + idtype = /obj/item/card/id/silver/cl + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_COMMAND, + ACCESS_WY_COLONIAL, + ) + languages = list(LANGUAGE_ENGLISH) + survivor_variant = CORPORATE_SURVIVOR + +/datum/equipment_preset/survivor/conam_cl/load_rank(mob/living/carbon/human/new_human, client/mob_client) + if(paygrades.len == 1) + return paygrades[1] + var/playtime + if(!mob_client) + playtime = JOB_PLAYTIME_TIER_1 + else + playtime = get_job_playtime(mob_client, JOB_CORPORATE_LIAISON) + if((playtime >= JOB_PLAYTIME_TIER_1) && !mob_client.prefs.playtime_perks) + playtime = JOB_PLAYTIME_TIER_1 + var/final_paygrade + for(var/current_paygrade as anything in paygrades) + var/required_time = paygrades[current_paygrade] + if(required_time - playtime > 0) + break + final_paygrade = current_paygrade + if(!final_paygrade) + . = "???" + CRASH("[key_name(new_human)] spawned with no valid paygrade.") + + return final_paygrade + +/datum/equipment_preset/survivor/conam_cl/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/brown(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable/liaison(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/leather/fancy(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/tie/gold(new_human), WEAR_ACCESSORY) + add_survivor_weapon_civilian(new_human) + add_random_cl_survivor_loot(new_human) + ..() + +// Captain (CO Role) +/datum/equipment_preset/survivor/caperiver/captain + name = "Survivor - Cape River - Captain" + assignment = "Cape River Captain" + skills = /datum/skills/commander + idtype = /obj/item/card/id/gold + role_comm_title = "Captain" + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list( + ACCESS_CIVILIAN_PUBLIC, + ACCESS_CIVILIAN_RESEARCH, + ACCESS_CIVILIAN_ENGINEERING, + ACCESS_CIVILIAN_LOGISTICS, + ACCESS_CIVILIAN_BRIG, + ACCESS_CIVILIAN_MEDBAY, + ACCESS_CIVILIAN_COMMAND, + ) + +/datum/equipment_preset/survivor/caperiver/captain/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/suit_jacket/director(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/notepad(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/multicolor/fountain(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/disk/nuclear(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/stamp/captain(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/m1911/socom(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/sec/alt(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black_leather(new_human), WEAR_HANDS) + ..() diff --git a/code/modules/gear_presets/survivors/navalis/preset_navalis.dm b/code/modules/gear_presets/survivors/navalis/preset_navalis.dm new file mode 100644 index 000000000000..20dc6aa8d232 --- /dev/null +++ b/code/modules/gear_presets/survivors/navalis/preset_navalis.dm @@ -0,0 +1,431 @@ +// Civilian Survivors // + +// Automation Specialist + +/datum/equipment_preset/survivor/navalis/automation_specialist + name = "Survivor - Navalis - Automation Specialist" + assignment = "Automation Specialist" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor/navalis/automation_specialist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/blue(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/crew_monitor(new_human), WEAR_IN_BACK) + add_survivor_weapon_civilian(new_human) + ..() + +// Radio Operator (Has knowedge of Marines coming) + +/datum/equipment_preset/survivor/navalis/radio_operator + name = "Survivor - Navalis - Radio Operator" + assignment = "Radio Operator" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor/navalis/radio_operator/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/green(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/blue(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/navalis/rescue(new_human), WEAR_IN_BACK) + add_survivor_weapon_civilian(new_human) + ..() + +// Security Survivors // + +// Security Officer + +/datum/equipment_preset/survivor/navalis/platform_guard + name = "Survivor - Navalis - Platform Security Guard" + assignment = "NP13 - Platform Security Guard" + flags = EQUIPMENT_PRESET_START_OF_ROUND + skills = /datum/skills/civilian/survivor/goon + idtype = /obj/item/card/id/silver/clearance_badge/cl + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_SECURITY) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor/navalis/platform_guard/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/tshirt/gray_blu, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/p90, WEAR_J_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST) + +// Science Survivors // + +// Exo-Geologist + +/datum/equipment_preset/survivor/navalis/exo_geologist + name = "Survivor - Navalis - Exo-Geologist" + assignment = "Exo-Geologist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/scientist + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor/navalis/exo_geologist/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/tox, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/nspa_hazard, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/green, WEAR_FEET) + add_survivor_weapon_civilian(new_human) + add_random_survivor_research_gear(new_human) + ..() + +// Medical Survivors // + +// Medic + +/datum/equipment_preset/survivor/navalis/medic + name = "Survivor - Navalis - Medical Technician" + assignment = "Medical Technician" + flags = EQUIPMENT_PRESET_START_OF_ROUND + assignment = "Medical Technician" + skills = /datum/skills/civilian/survivor/paramedic + idtype = /obj/item/card/id/silver + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor/navalis/medic/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/medical_green, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white, WEAR_FEET) + add_random_survivor_medical_gear(new_human) + add_survivor_weapon_civilian(new_human) + ..() + +// Corporate Survivors // + +// Platform First Officer + +/datum/equipment_preset/survivor/navalis/first_officer + name = "Survivor - Navalis - Platform First Officer" + assignment = "First Officer" + skills = /datum/skills/civilian/survivor/manager + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/manager + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL,ACCESS_WY_EXEC,) + + survivor_variant = CORPORATE_SURVIVOR + +/datum/equipment_preset/survivor/navalis/first_officer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/white, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator, WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/utility/blue, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/megaphone(new_human), WEAR_IN_BACK) + add_survivor_weapon_civilian(new_human) + add_random_cl_survivor_loot(new_human) + ..() + +// Engineering Survivors // + +// Operations Engineer + +/datum/equipment_preset/survivor/navalis/operations_engineer + name = "Survivor - Navalis - Operations Engineer" + assignment = "Operations Engineer" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/navalis/operations_engineer/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/orange, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/yellow, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/survival/full, WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/yellow, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) + add_survivor_weapon_civilian(new_human) + ..() + +// Platform Maint Tech + +/datum/equipment_preset/survivor/navalis/maint_tech + name = "Survivor - Navalis - Platform Maintenance Technician" + assignment = "Platform Maintenance Technician" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor/navalis/maint_tech/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/worker_overalls, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black, WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun/compact, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/medium_stack, WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES) + add_survivor_weapon_civilian(new_human) + ..() + +// Hostile Survivors // + +/datum/equipment_preset/survivor/navalis/clf_wet_ops + name = "Survivor - CLF Special Forces (Template Base)" + flags = EQUIPMENT_PRESET_EXTRA + skills = /datum/skills/clf + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + faction = FACTION_CLF + faction_group = list(FACTION_CLF, FACTION_SURVIVOR) + minimap_background = "background_clf" + minimap_icon = "CLF Guerilla" + assignment = JOB_CLF + access = list(ACCESS_CIVILIAN_PUBLIC) +// survivor_variant = HOSTILE_SURVIVOR + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/operative + name = "Survivor - Navalis - CLF Special Force: Operative" + role_comm_title = "OPER." + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/operative/load_gear(mob/living/carbon/human/new_human) + var/random_helm = rand(1,2) + var/random_armor = rand(1,2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/clf/operative(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m16/m16a5(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m16(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CLF(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/clf(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/ld50_syringe/choral(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife(new_human), WEAR_FEET) + + + switch(random_helm) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf(new_human), WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf/riot(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/mgoggles/clf_riot_shield(new_human), WEAR_IN_HELMET) + + switch(random_armor) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_JACKET) + + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/jacket(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/mre_food_packet/clf(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_JACKET) + + ..() + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/tech + name = "Survivor - Navalis - CLF Special Force: Technician" + assignment = JOB_CLF_ENGI + role_comm_title = "TECH." + skills = /datum/skills/clf/combat_engineer + + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/tech/load_gear(mob/living/carbon/human/new_human) + var/random_helm = rand(1,2) + var/random_armor = rand(1,2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/clf/operative(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/tool_webbing/equipped(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m16/m16a5(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m16(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CLF(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/engineerpack/ert(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/ld50_syringe/choral(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/toolkit/full(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife(new_human), WEAR_FEET) + + + switch(random_helm) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf, WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf/riot, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/mgoggles/clf_riot_shield, WEAR_IN_HELMET) + + switch(random_armor) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16, WEAR_IN_JACKET) + + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/jacket, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/mre_food_packet/clf, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16, WEAR_IN_JACKET) + + ..() + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/medic + name = "Survivor - Navalis - CLF Special Force: Medic" + assignment = JOB_CLF_MEDIC + role_comm_title = "MED." + skills = /datum/skills/clf/combat_medic + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/medic/load_gear(mob/living/carbon/human/new_human) + var/random_helm = rand(1,2) + var/random_armor = rand(1,2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/clf/medic(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/hud/health, WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing/five_slots(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/mp5/mp5a5/tactical(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full, WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator, WEAR_IN_BELT) + new_human.equip_to_slot_or_del(new /obj/item/roller, WEAR_IN_BELT) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CLF(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medical/socmed/not_op(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife(new_human), WEAR_FEET) + + switch(random_helm) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf(new_human), WEAR_HEAD) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf/riot(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/mgoggles/clf_riot_shield(new_human), WEAR_IN_HELMET) + + switch(random_armor) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_JACKET) + + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/jacket(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/mre_food_packet/clf(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5(new_human), WEAR_IN_JACKET) + + ..() + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/spec + name = "Survivor - Navalis - CLF Special Force: Heavy Weapons" + assignment = JOB_CLF_SPECIALIST + role_comm_title = "SPEC." + skills = /datum/skills/clf/specialist + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/spec/load_gear(mob/living/carbon/human/new_human) + + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/clf/operative, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf/heavy, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf/heavy, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing(new_human), WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16/ap(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16/ap(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16/ap(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m16/m16a5(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m16/ext(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CLF(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/clf(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/ld50_syringe/choral(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + + ..() + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/leader + name = "Survivor - Navalis - CLF Special Force: Unit Leader" + assignment = JOB_CLF_LEADER + role_comm_title = "LEAD." + skills = /datum/skills/clf/leader + +/datum/equipment_preset/survivor/navalis/clf_wet_ops/leader/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/clf/leader, WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/clf, WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/pmc, WEAR_FACE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/ua_riot/clf, WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/mre/fsr, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16, WEAR_IN_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/m16(new_human), WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/m16/m16a5(new_human), WEAR_L_HAND) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine/m16(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CLF(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/ert(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/box/clf(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/ld50_syringe/choral(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/book/codebook/wey_yu(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET) + + ..() diff --git a/code/modules/gear_presets/survivors/sekhmet_swamp/preset_sekhmet_swamp.dm b/code/modules/gear_presets/survivors/sekhmet_swamp/preset_sekhmet_swamp.dm new file mode 100644 index 000000000000..175d83ac1f4c --- /dev/null +++ b/code/modules/gear_presets/survivors/sekhmet_swamp/preset_sekhmet_swamp.dm @@ -0,0 +1 @@ +//WIP FILE diff --git a/code/modules/gear_presets/survivors/white_antre/preset_white_antre.dm b/code/modules/gear_presets/survivors/white_antre/preset_white_antre.dm new file mode 100644 index 000000000000..bb5a6506eb64 --- /dev/null +++ b/code/modules/gear_presets/survivors/white_antre/preset_white_antre.dm @@ -0,0 +1,361 @@ +//////////////////// CIVILIAN /////////////////////// +//////////////////////////////////////////////////// + +// Base Template + +/datum/equipment_preset/survivor_antre + name = JOB_SURVIVOR + assignment = JOB_SURVIVOR + job_title = JOB_SURVIVOR + + skills = /datum/skills/civilian/survivor + languages = list(LANGUAGE_ENGLISH) + paygrades = list(PAY_SHORT_CIV = JOB_PLAYTIME_TIER_0) + idtype = /obj/item/card/id/lanyard + faction = FACTION_SURVIVOR + faction_group = list(FACTION_SURVIVOR) + origin_override = ORIGIN_CIVILIAN + + access = list(ACCESS_CIVILIAN_PUBLIC) + + minimap_icon = "surv" + minimap_background = "background_civillian" + + var/survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor_antre/load_name(mob/living/carbon/human/new_human, randomise) + new_human.gender = pick(MALE, FEMALE) + var/datum/preferences/A = new + A.randomize_appearance(new_human) + var/random_name = capitalize(pick(new_human.gender == MALE ? GLOB.first_names_male : GLOB.first_names_female)) + " " + capitalize(pick(GLOB.last_names)) + new_human.change_real_name(new_human, random_name) + new_human.age = rand(21,45) + +/datum/equipment_preset/survivor_antre/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress(new_human), WEAR_L_EAR) + +/datum/equipment_preset/survivor_antre/load_id(mob/living/carbon/human/new_human, client/mob_client) + var/obj/item/clothing/under/uniform = new_human.w_uniform + if(istype(uniform)) + uniform.has_sensor = UNIFORM_HAS_SENSORS + return ..() + +// Civilian + +/datum/equipment_preset/survivor_antre/civilian + name = "Survivor - White Antre - Civilian" + assignment = "Civilian" + flags = EQUIPMENT_PRESET_START_OF_ROUND + skills = /datum/skills/civilian/survivor + access = list(ACCESS_CIVILIAN_PUBLIC) + + survivor_variant = CIVILIAN_SURVIVOR + +/datum/equipment_preset/survivor_antre/civilian/load_gear(mob/living/carbon/human/new_human) + var/random_gear = rand(1,8) + switch(random_gear) + if(1) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(2) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(3) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/green(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(4) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(5) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(6) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(7) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + if(8) // Colonist + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/document(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + ..() + +// Corporate Executive + +/datum/equipment_preset/survivor_antre/corporate + name = "Survivor - White Antre - Corporate Junior Director" + assignment = "Corporate Junior Director" + skills = /datum/skills/civilian/survivor + flags = EQUIPMENT_PRESET_START_OF_ROUND + paygrades = list(PAY_SHORT_WYC3 = JOB_PLAYTIME_TIER_0, PAY_SHORT_WYC4 = JOB_PLAYTIME_TIER_2) + faction_group = FACTION_LIST_SURVIVOR_WY + idtype = /obj/item/card/id/silver/clearance_badge/cl + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL,ACCESS_WY_EXEC,) + + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + + survivor_variant = CORPORATE_SURVIVOR + +/datum/equipment_preset/survivor_antre/corporate/load_gear(mob/living/carbon/human/new_human) + var/choice = rand(1,20) + switch(choice) + if(1 to 10) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/coffee(new_human), WEAR_L_HAND) + if(10 to 20) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/coffee(new_human), WEAR_L_HAND) + add_random_cl_survivor_loot(new_human) + ..() + + +// Site Security + +/datum/equipment_preset/survivor_antre/site_security + name = "Survivor - White Antre - Site Security Guard" + assignment = "White Antre - Site Security Guard" + assignment = JOB_WY_GOON + job_title = JOB_WY_GOON + minimap_icon = "goon_standard" + minimap_background = "background_goon" + faction = FACTION_WY + faction_group = list(FACTION_WY, FACTION_SURVIVOR) + origin_override = ORIGIN_WY_SEC + paygrades = list(PAY_SHORT_CPO = JOB_PLAYTIME_TIER_0, PAY_SHORT_CSPO = JOB_PLAYTIME_TIER_4) + skills = /datum/skills/civilian/survivor/goon + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/cl + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_RESEARCH,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS,ACCESS_CIVILIAN_BRIG,ACCESS_CIVILIAN_MEDBAY,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_EXEC,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL) + + survivor_variant = SECURITY_SURVIVOR + +/datum/equipment_preset/survivor_antre/site_security/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap/wy_cap(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/general/large(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight(new_human), WEAR_IN_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/wy(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/medical/ointment(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/medical/bruise_pack(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/stack/medical/splint(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pill_bottle/packet/tricordrazine(new_human), WEAR_IN_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/vp78(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/weapon/baton(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/restraint/handcuffs(new_human.back), WEAR_IN_BACK) + ..() + +//Scientist + +/datum/equipment_preset/survivor_antre/scientist_xenobiologist + name = "Survivor - White Antre - Xenobiologist" + assignment = "Xenobiologist" + skills = /datum/skills/civilian/survivor/scientist + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge/scientist + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY) + + survivor_variant = SCIENTIST_SURVIVOR + +/datum/equipment_preset/survivor_antre/scientist_xenobiologist/load_gear(mob/living/carbon/human/new_human) + var/random_gear = rand(1,2) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/researcher(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/unique/tier_three(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/chem(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/autoinjector/full/wy(new_human), WEAR_L_STORE) + + switch(random_gear) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher(new_human), WEAR_JACKET) + ..() + +// Medical + +/datum/equipment_preset/survivor_antre/doctor + name = "Survivor - White Antre - Medical Doctor" + assignment = "Doctor" + skills = /datum/skills/civilian/survivor/doctor + flags = EQUIPMENT_PRESET_START_OF_ROUND + idtype = /obj/item/card/id/silver/clearance_badge + access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND) + + survivor_variant = MEDICAL_SURVIVOR + +/datum/equipment_preset/survivor_antre/doctor/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/blue(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/first_responder/full(new_human), WEAR_L_STORE) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/sling(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/defibrillator(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/firstaid/adv(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/stethoscope(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/pen(new_human), WEAR_IN_BACK) + + ..() + +// Engineer + +/datum/equipment_preset/survivor_antre/maint_engineer + name = "Survivor - White Antre - Maintenance Engineer" + assignment = "Electrical Engineer" + skills = /datum/skills/civilian/survivor/engineer + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS) + + survivor_variant = ENGINEERING_SURVIVOR + +/datum/equipment_preset/survivor_antre/maint_engineer/load_gear(mob/living/carbon/human/new_human) + var/choice = rand(1,3) + switch(choice) + if(1) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/sanitation(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + if(2) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue(new_human), WEAR_HEAD) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + if(3) + new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated(new_human), WEAR_HANDS) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full(new_human), WEAR_WAIST) + new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding(new_human), WEAR_EYES) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + + ..() + +// The Director (CO Spawn) + +/datum/equipment_preset/survivor_antre/director_kadinsky + name = "Survivor - White Antre - Director Kadinsky" + assignment = "Site Director" + faction_group = FACTION_LIST_SURVIVOR_WY + skills = /datum/skills/civilian/manager/director + paygrades = list(PAY_SHORT_WYC11 = JOB_PLAYTIME_TIER_0) + job_title = JOB_DIRECTOR + idtype = /obj/item/card/id/silver/clearance_badge/manager + role_comm_title = "DIRECTOR" + flags = EQUIPMENT_PRESET_START_OF_ROUND + access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL,ACCESS_WY_EXEC,) + + languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE) + +/datum/equipment_preset/survivor_antre/director_kadinsky/load_name(mob/living/carbon/human/new_human, randomise) + new_human.gender = MALE + new_human.change_real_name(new_human, "Samuel Kadinsky") + new_human.f_style = "Partly Shaved" + + new_human.age = 41 + new_human.r_hair = 58 + new_human.g_hair = 32 + new_human.b_hair = 32 + new_human.r_eyes = 25 + new_human.g_eyes = 152 + new_human.b_eyes = 195 + idtype = /obj/item/card/id/silver/clearance_badge/manager + +/datum/equipment_preset/survivor_antre/director_kadinsky/load_gear(mob/living/carbon/human/new_human) + new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY(new_human), WEAR_L_EAR) + new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only(new_human), WEAR_BODY) + new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/director(new_human), WEAR_JACKET) + new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable(new_human), WEAR_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET) + new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/m1911/socom/equipped, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/m1911, WEAR_IN_ACCESSORY) + new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/cigarette/cigar(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/tool/lighter/zippo/gold(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/davenport(new_human), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/grant/high(new_human.back), WEAR_IN_BACK) + new_human.equip_to_slot_or_del(new /obj/item/paper/research_notes/unique/tier_four(new_human.back), WEAR_IN_BACK) + ..() diff --git a/code/modules/mob/living/carbon/xenomorph/Embryo.dm b/code/modules/mob/living/carbon/xenomorph/Embryo.dm index ad0bef99ff01..381ea4759f36 100644 --- a/code/modules/mob/living/carbon/xenomorph/Embryo.dm +++ b/code/modules/mob/living/carbon/xenomorph/Embryo.dm @@ -201,7 +201,7 @@ if(!picked) // Get a candidate from observers - var/list/candidates = get_alien_candidates(hive, abomination = (isyautja(affected_mob) || (flags_embryo & FLAG_EMBRYO_PREDATOR))) + var/list/candidates = get_alien_candidates(GLOB.hive_datum[hivenumber], abomination = (isyautja(affected_mob) || (flags_embryo & FLAG_EMBRYO_PREDATOR))) if(candidates && length(candidates)) // If they were facehugged by a player thats still in queue, they get second dibs on the new larva. if(hugger_ckey) @@ -262,27 +262,35 @@ hive.increase_larva_after_burst(is_nested) hive.hive_ui.update_burrowed_larva() + start_bursting(new_xeno, picked) +/obj/item/alien_embryo/proc/start_bursting(mob/living/carbon/xenomorph/larva/new_xeno, mob/picked) new_xeno.update_icons() - new_xeno.cause_unbearable_pain(affected_mob) //the embryo is now a larva!! its so painful, ow! + stage = 7 // Begin the autoburst countdown + +// Inform observers to grab some popcorn if it isnt nested + if(!HAS_TRAIT(affected_mob, TRAIT_NESTED)) + var/area/burst_area = get_area(src) + var/area_text = burst_area ? " at [burst_area]" : "" + notify_ghosts(header = "Burst Imminent", message = "A [new_xeno.hive.prefix]Larva is about to chestburst out of [affected_mob][area_text]!", source = affected_mob) // If we have a candidate, transfer it over - if(picked) - new_xeno.key = picked.key - - if(new_xeno.client) - new_xeno.client.change_view(GLOB.world_view_size) - if(new_xeno.client.prefs?.toggles_flashing & FLASH_POOLSPAWN) - window_flash(new_xeno.client) - - SSround_recording.recorder.track_player(new_xeno) - if(HAS_TRAIT(affected_mob, TRAIT_LISPING)) - ADD_TRAIT(new_xeno, TRAIT_LISPING, affected_mob) - - to_chat(new_xeno, SPAN_XENOANNOUNCE("You are a xenomorph larva inside a host! Move to burst out of it!")) - to_chat(new_xeno, "Your job is to spread the hive and protect the Queen. If there's no Queen, you can become the Queen yourself by evolving into a drone.") - to_chat(new_xeno, "Talk in Hivemind using ; (e.g. ';My life for the queen!')") - playsound_client(new_xeno.client, 'sound/effects/xeno_newlarva.ogg', 25, 1) + if(!picked) + return + new_xeno.key = picked.key + if(new_xeno.client) + new_xeno.client.change_view(GLOB.world_view_size) + if(new_xeno.client.prefs?.toggles_flashing & FLASH_POOLSPAWN) + window_flash(new_xeno.client) + + SSround_recording.recorder.track_player(new_xeno) + if(HAS_TRAIT(affected_mob, TRAIT_LISPING)) + ADD_TRAIT(new_xeno, TRAIT_LISPING, affected_mob) + + to_chat(new_xeno, SPAN_XENOANNOUNCE("You are a xenomorph larva inside a host! Move to burst out of it!")) + to_chat(new_xeno, "Your job is to spread the hive and protect the Queen. If there's no Queen, you can become the Queen yourself by evolving into a drone.") + to_chat(new_xeno, "Talk in Hivemind using ; (e.g. ';My life for the queen!')") + playsound_client(new_xeno.client, 'sound/effects/xeno_newlarva.ogg', 25, 1) // Inform observers to grab some popcorn if it isn't nested if(!HAS_TRAIT(affected_mob, TRAIT_NESTED)) diff --git a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm index 27388f54fbe6..9af59c6201dc 100644 --- a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm +++ b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm @@ -1163,6 +1163,26 @@ xeno.tail_stab_animation(src, blunt_stab) return TAILSTAB_COOLDOWN_NORMAL +/obj/structure/machinery/colony_floodlight_switch/antre/attack_alien(mob/living/carbon/xenomorph/M) + if(!is_on) + to_chat(M, SPAN_WARNING("We stare at the [src] clulessly. It's just some weird metal thing.")) + return XENO_NO_DELAY_ACTION + if(!damaged) + M.animation_attack_on(src) + M.visible_message("[M] slashes away at [src]!","We slash and claw at the bright light!", max_distance = 5, message_flags = CHAT_TYPE_XENO_COMBAT) + damaged = TRUE + alarming = FALSE + var/datum/effect_system/spark_spread/sparks = new /datum/effect_system/spark_spread + sparks.set_up(5, 1, src) + sparks.start() + toggle_is_on() + toggle_machines() + playsound(loc, 'sound/effects/Glasshit.ogg', 25, 1) + return XENO_ATTACK_ACTION + else + to_chat(M, SPAN_WARNING("It's already damaged.")) + return XENO_NO_DELAY_ACTION + /obj/structure/machinery/colony_floodlight/attack_larva(mob/living/carbon/xenomorph/larva/xeno) xeno.visible_message("[xeno] starts biting [src]!","In a rage, we start biting [src], but with no effect!", null, 5, CHAT_TYPE_XENO_COMBAT) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm b/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm index b0b884f06a76..2402631482ae 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm @@ -113,6 +113,11 @@ hivenumber = XENO_HIVE_DELTA +/mob/living/carbon/xenomorph/larva/k_series + AUTOWIKI_SKIP(TRUE) + + hivenumber = XENO_HIVE_K_SERIES + /mob/living/carbon/xenomorph/larva/mutated AUTOWIKI_SKIP(TRUE) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm b/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm index bc87c384ce4c..6ea03f835d62 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Queen.dm @@ -429,6 +429,11 @@ hivenumber = XENO_HIVE_DELTA +/mob/living/carbon/xenomorph/queen/k_series + AUTOWIKI_SKIP(TRUE) + + hivenumber = XENO_HIVE_K_SERIES + /mob/living/carbon/xenomorph/queen/mutated AUTOWIKI_SKIP(TRUE) diff --git a/code/modules/mob/living/carbon/xenomorph/egg_item.dm b/code/modules/mob/living/carbon/xenomorph/egg_item.dm index 3f67f3d0b2e6..cd378f0e63ed 100644 --- a/code/modules/mob/living/carbon/xenomorph/egg_item.dm +++ b/code/modules/mob/living/carbon/xenomorph/egg_item.dm @@ -208,6 +208,10 @@ color = "#ff4040" hivenumber = XENO_HIVE_ALPHA +/obj/item/xeno_egg/kseries + color = "#ffff80" + hivenumber = XENO_HIVE_K_SERIES + /obj/item/xeno_egg/forsaken color = "#cc8ec4" hivenumber = XENO_HIVE_FORSAKEN diff --git a/code/modules/mob/living/carbon/xenomorph/hive_status.dm b/code/modules/mob/living/carbon/xenomorph/hive_status.dm index 5784b690f021..7e828c00333d 100644 --- a/code/modules/mob/living/carbon/xenomorph/hive_status.dm +++ b/code/modules/mob/living/carbon/xenomorph/hive_status.dm @@ -1245,6 +1245,17 @@ dynamic_evolution = FALSE +/datum/hive_status/kseries + name = "K-Series Hive" + reporting_id = "k-series" + hivenumber = XENO_HIVE_K_SERIES + prefix = "K-Series " + color = "#ffff80" + ui_color = "#99994d" + latejoin_burrowed = FALSE + + dynamic_evolution = FALSE + /datum/hive_status/feral name = FACTION_XENOMORPH_FERAL reporting_id = "feral" diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index 3e61c9ca77b2..952bb582883c 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -682,6 +682,11 @@ color = "green" info = "

I could not do it, the fucking marshals, the minions of THEM, have gotten a whiff of my co-workers plans and started raiding us pre-emptively. We managed to get word of it and erected a few barricades to slow them down, but it is too late. Our plan, my plan to save humanity has turned to dust.

As I lay and write this, they are gassing the entire area with tear gas, while gunshots echo around the caves. \n They have gotten to my mind already, their voices are... laughing, saying that, \" it's over \" and that \n “we have risen\". Their voices are mocking me as I could do nothing to prevent their rise \n Just as I am about to finish my final entry, I overhear a few panicked radio calls from a dead officer's radio, about a code red lambda breach, and \" X-RAYS OUT OF CONTAINMENT\". \n However, not a single one of their cries has been met with a response as their fellow officers are too preoccupied with beating up poor miners... \n They have won.... they have PLANNED THIS all along.... \n only God may save us now..." +/obj/item/paper/navalis/rescue + name = "Rescue Imminent: Tell Others" + info = "I just got off the radio before the main relay tower was ripped apart, its the Marines! They heard our distress call and are on the way! They'll be landing within the day, I need to warn the others, hope is in sight! Its almost over." + + /obj/item/paper/bigred/upp name = "UPP Orders" @@ -707,6 +712,23 @@ var/datum/asset/asset = get_asset_datum(/datum/asset/simple/paper) info = "

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

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

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

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

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


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

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

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


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

Your directive is to ensure its safe harbour until the recovery team arrives. You must render every effort to ensure the safety of the craft. You and your crew will be well rewarded for your efforts.
FOR SANCTIONED USE ONLY" + + /obj/item/paper/crumpled name = "paper scrap" icon_state = "scrap" diff --git a/colonialmarines.dme b/colonialmarines.dme index 06628b4475f4..2e6d8b43dfa5 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -622,6 +622,7 @@ #include "code\datums\entities\logs\player_times_log.dm" #include "code\datums\factions\clf.dm" #include "code\datums\factions\cmb.dm" +#include "code\datums\factions\conam.dm" #include "code\datums\factions\contractor.dm" #include "code\datums\factions\faction.dm" #include "code\datums\factions\helpers.dm" @@ -803,6 +804,7 @@ #include "code\datums\weather\weather_events\lv522_chances_claim.dm" #include "code\datums\weather\weather_events\lv624.dm" #include "code\datums\weather\weather_events\lv759_hybrisa_prospera.dm" +#include "code\datums\weather\weather_events\navalis_platform_13.dm" #include "code\datums\weather\weather_events\new_varadero.dm" #include "code\datums\weather\weather_events\sorokyne.dm" #include "code\datums\weather\weather_map_holders\big_red.dm" @@ -810,6 +812,7 @@ #include "code\datums\weather\weather_map_holders\lv522_chances_claim.dm" #include "code\datums\weather\weather_map_holders\lv624.dm" #include "code\datums\weather\weather_map_holders\lv759_hybrisa_prospera.dm" +#include "code\datums\weather\weather_map_holders\navalis_platform_13.dm" #include "code\datums\weather\weather_map_holders\new_varadero.dm" #include "code\datums\weather\weather_map_holders\sorokyne.dm" #include "code\datums\xeno_shields\xeno_shield.dm" @@ -842,8 +845,10 @@ #include "code\game\area\areas.dm" #include "code\game\area\areas_event.dm" #include "code\game\area\BigRed.dm" +#include "code\game\area\CapeRiverColony.dm" #include "code\game\area\ChigusaShipyard.dm" #include "code\game\area\chinook.dm" +#include "code\game\area\ConAm_81_Abyssal.dm" #include "code\game\area\Corsat.dm" #include "code\game\area\DesertDam.dm" #include "code\game\area\hijack.dm" @@ -852,10 +857,12 @@ #include "code\game\area\LV522_Chances_Claim.dm" #include "code\game\area\LV624.dm" #include "code\game\area\LV759_Hybrisa_Prospera.dm" +#include "code\game\area\Navalis_Platform_13.dm" #include "code\game\area\prison.dm" #include "code\game\area\Prison_Station_FOP.dm" #include "code\game\area\prison_v3_fiorina.dm" #include "code\game\area\rostock.dm" +#include "code\game\area\SekhmetSwamp.dm" #include "code\game\area\shiva.dm" #include "code\game\area\shuttles.dm" #include "code\game\area\space_station_13_areas.dm" @@ -865,6 +872,7 @@ #include "code\game\area\tyrargo_rift.dm" #include "code\game\area\varadero.dm" #include "code\game\area\WhiskeyOutpost.dm" +#include "code\game\area\White_Antre.dm" #include "code\game\area\Yautja.dm" #include "code\game\camera_manager\camera_manager.dm" #include "code\game\cas_manager\datums\cas_fire_envelope.dm" @@ -955,6 +963,7 @@ #include "code\game\machinery\buttons.dm" #include "code\game\machinery\cell_charger.dm" #include "code\game\machinery\cloning.dm" +#include "code\game\machinery\colony_floodlight_antre.dm" #include "code\game\machinery\colony_floodlights.dm" #include "code\game\machinery\communications_encryption.dm" #include "code\game\machinery\constructable_frame.dm" @@ -1161,6 +1170,7 @@ #include "code\game\objects\effects\overlays.dm" #include "code\game\objects\effects\portals.dm" #include "code\game\objects\effects\projector.dm" +#include "code\game\objects\effects\random_explosion.dm" #include "code\game\objects\effects\rappel_rope.dm" #include "code\game\objects\effects\shockwave.dm" #include "code\game\objects\effects\spiders.dm" @@ -1529,6 +1539,8 @@ #include "code\game\objects\structures\stool_bed_chair_nest\wheelchair.dm" #include "code\game\objects\structures\stool_bed_chair_nest\xeno_nest.dm" #include "code\game\sim_manager\datums\simulator.dm" +#include "code\game\turfs\abyssal.dm" +#include "code\game\turfs\antre.dm" #include "code\game\turfs\auto_turf.dm" #include "code\game\turfs\baseturf_skipover.dm" #include "code\game\turfs\closed.dm" @@ -1544,6 +1556,7 @@ #include "code\game\turfs\shiva.dm" #include "code\game\turfs\soro.dm" #include "code\game\turfs\space.dm" +#include "code\game\turfs\spacestation.dm" #include "code\game\turfs\strata.dm" #include "code\game\turfs\transit.dm" #include "code\game\turfs\turf.dm" @@ -1976,6 +1989,8 @@ #include "code\modules\gear_presets\yautja.dm" #include "code\modules\gear_presets\survivors\misc.dm" #include "code\modules\gear_presets\survivors\survivors.dm" +#include "code\modules\gear_presets\survivors\abyssal\preset_abyssal.dm" +#include "code\modules\gear_presets\survivors\cape_river\preset_cape_river.dm" #include "code\modules\gear_presets\survivors\corsat\preset_corsat.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\preset_fiorina_sciannex.dm" #include "code\modules\gear_presets\survivors\fiorina_sciannex\riot_in_progress_insert_fiorina_nightmare.dm" @@ -1986,7 +2001,9 @@ #include "code\modules\gear_presets\survivors\lv_624\preset_lv.dm" #include "code\modules\gear_presets\survivors\lv_759\iasf_survivor_insert.dm" #include "code\modules\gear_presets\survivors\lv_759\preset_hybrisa.dm" +#include "code\modules\gear_presets\survivors\navalis\preset_navalis.dm" #include "code\modules\gear_presets\survivors\new_varadero\preset_new_varadero.dm" +#include "code\modules\gear_presets\survivors\sekhmet_swamp\preset_sekhmet_swamp.dm" #include "code\modules\gear_presets\survivors\shivas_snowball\panic_room_insert_shivas.dm" #include "code\modules\gear_presets\survivors\shivas_snowball\preset_shivas_snowball.dm" #include "code\modules\gear_presets\survivors\solaris\crashlanding-offices_insert_bigred.dm" @@ -1996,6 +2013,7 @@ #include "code\modules\gear_presets\survivors\trijent\crashlanding_upp_bar_insert_trijent.dm" #include "code\modules\gear_presets\survivors\trijent\preset_trijent.dm" #include "code\modules\gear_presets\survivors\tyrargo_rift\us_army_survivors.dm" +#include "code\modules\gear_presets\survivors\white_antre\preset_white_antre.dm" #include "code\modules\holidays\holidays.dm" #include "code\modules\holidays\halloween\decorators.dm" #include "code\modules\holidays\halloween\pumpkins\patches.dm" diff --git a/icons/effects/conam_logo_big.dmi b/icons/effects/conam_logo_big.dmi new file mode 100644 index 000000000000..fe08410a0d26 Binary files /dev/null and b/icons/effects/conam_logo_big.dmi differ diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index 0d199a18156d..2296f3a6d1d2 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ diff --git a/icons/effects/hybrisa_decals.dmi b/icons/effects/hybrisa_decals.dmi index dc6143d46765..56119f3c300d 100644 Binary files a/icons/effects/hybrisa_decals.dmi and b/icons/effects/hybrisa_decals.dmi differ diff --git a/icons/mob/animal.dmi b/icons/mob/animal.dmi index 2d731e218f59..ed90b67ce1f2 100644 Binary files a/icons/mob/animal.dmi and b/icons/mob/animal.dmi differ diff --git a/icons/mob/hud/factions/conam.dmi b/icons/mob/hud/factions/conam.dmi new file mode 100644 index 000000000000..d07014e495e2 Binary files /dev/null and b/icons/mob/hud/factions/conam.dmi differ diff --git a/icons/mob/humans/onmob/clothing/accessory/patches.dmi b/icons/mob/humans/onmob/clothing/accessory/patches.dmi index 80322cf8107e..8be4d6c1b7ef 100644 Binary files a/icons/mob/humans/onmob/clothing/accessory/patches.dmi and b/icons/mob/humans/onmob/clothing/accessory/patches.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hats.dmi b/icons/mob/humans/onmob/clothing/head/hats.dmi index 4b2607f09bf7..c7e843619dd5 100644 Binary files a/icons/mob/humans/onmob/clothing/head/hats.dmi and b/icons/mob/humans/onmob/clothing/head/hats.dmi differ diff --git a/icons/mob/humans/onmob/clothing/head/hats_by_faction/CLF.dmi b/icons/mob/humans/onmob/clothing/head/hats_by_faction/CLF.dmi index 0f522ccd162e..927c266d517d 100644 Binary files a/icons/mob/humans/onmob/clothing/head/hats_by_faction/CLF.dmi and b/icons/mob/humans/onmob/clothing/head/hats_by_faction/CLF.dmi differ diff --git a/icons/mob/humans/onmob/clothing/helmet_garb/visors.dmi b/icons/mob/humans/onmob/clothing/helmet_garb/visors.dmi index cdadd570a165..85a442f792dc 100644 Binary files a/icons/mob/humans/onmob/clothing/helmet_garb/visors.dmi and b/icons/mob/humans/onmob/clothing/helmet_garb/visors.dmi differ diff --git a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi index 7dd9edc7731d..6ffa11729b9b 100644 Binary files a/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi and b/icons/mob/humans/onmob/clothing/masks/gasmasks.dmi differ diff --git a/icons/mob/humans/onmob/clothing/suits/suits_by_faction/CLF.dmi b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/CLF.dmi index 0b4fce39995c..c52d44ab1f73 100644 Binary files a/icons/mob/humans/onmob/clothing/suits/suits_by_faction/CLF.dmi and b/icons/mob/humans/onmob/clothing/suits/suits_by_faction/CLF.dmi differ diff --git a/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi b/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi index 1e37f91d39d9..8d956074cdaa 100644 Binary files a/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi and b/icons/mob/humans/onmob/clothing/uniforms/jumpsuits.dmi differ diff --git a/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/CLF.dmi b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/CLF.dmi index 7b6dcb215f08..510a57c6b1bb 100644 Binary files a/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/CLF.dmi and b/icons/mob/humans/onmob/clothing/uniforms/uniforms_by_faction/CLF.dmi differ diff --git a/icons/obj/items/clothing/accessory/patches.dmi b/icons/obj/items/clothing/accessory/patches.dmi index 6ddf3c2dc32f..88abd0a9dd4c 100644 Binary files a/icons/obj/items/clothing/accessory/patches.dmi and b/icons/obj/items/clothing/accessory/patches.dmi differ diff --git a/icons/obj/items/clothing/hats/hats.dmi b/icons/obj/items/clothing/hats/hats.dmi index 29b4b7f57578..aff4b98a1a5a 100644 Binary files a/icons/obj/items/clothing/hats/hats.dmi and b/icons/obj/items/clothing/hats/hats.dmi differ diff --git a/icons/obj/items/clothing/hats/hats_by_faction/CLF.dmi b/icons/obj/items/clothing/hats/hats_by_faction/CLF.dmi index 42a9e34f24b8..f5d9524b1cad 100644 Binary files a/icons/obj/items/clothing/hats/hats_by_faction/CLF.dmi and b/icons/obj/items/clothing/hats/hats_by_faction/CLF.dmi differ diff --git a/icons/obj/items/clothing/helmet_garb.dmi b/icons/obj/items/clothing/helmet_garb.dmi index f6ab82e80b33..b969d5d4f9ba 100644 Binary files a/icons/obj/items/clothing/helmet_garb.dmi and b/icons/obj/items/clothing/helmet_garb.dmi differ diff --git a/icons/obj/items/clothing/masks/gasmasks.dmi b/icons/obj/items/clothing/masks/gasmasks.dmi index f5e8afde58ed..0e3585fbe10d 100644 Binary files a/icons/obj/items/clothing/masks/gasmasks.dmi and b/icons/obj/items/clothing/masks/gasmasks.dmi differ diff --git a/icons/obj/items/clothing/suits/suits_by_faction/CLF.dmi b/icons/obj/items/clothing/suits/suits_by_faction/CLF.dmi index afe5d1722cd0..d875e9577541 100644 Binary files a/icons/obj/items/clothing/suits/suits_by_faction/CLF.dmi and b/icons/obj/items/clothing/suits/suits_by_faction/CLF.dmi differ diff --git a/icons/obj/items/clothing/uniforms/jumpsuits.dmi b/icons/obj/items/clothing/uniforms/jumpsuits.dmi index c597bf3d98c2..000e876a8167 100644 Binary files a/icons/obj/items/clothing/uniforms/jumpsuits.dmi and b/icons/obj/items/clothing/uniforms/jumpsuits.dmi differ diff --git a/icons/obj/items/clothing/uniforms/uniforms_by_faction/CLF.dmi b/icons/obj/items/clothing/uniforms/uniforms_by_faction/CLF.dmi index a1dc3234f7dc..90ff0a2c90f8 100644 Binary files a/icons/obj/items/clothing/uniforms/uniforms_by_faction/CLF.dmi and b/icons/obj/items/clothing/uniforms/uniforms_by_faction/CLF.dmi differ diff --git a/icons/obj/resin_objects.dmi b/icons/obj/resin_objects.dmi index dcf1c777bbe4..5f2d5720a50c 100644 Binary files a/icons/obj/resin_objects.dmi and b/icons/obj/resin_objects.dmi differ diff --git a/icons/obj/structures/doors/brown_hatch.dmi b/icons/obj/structures/doors/brown_hatch.dmi new file mode 100644 index 000000000000..f992eaf4d410 Binary files /dev/null and b/icons/obj/structures/doors/brown_hatch.dmi differ diff --git a/icons/obj/structures/doors/brown_hatch_blue_stripe.dmi b/icons/obj/structures/doors/brown_hatch_blue_stripe.dmi new file mode 100644 index 000000000000..7e4f9ea0c885 Binary files /dev/null and b/icons/obj/structures/doors/brown_hatch_blue_stripe.dmi differ diff --git a/icons/obj/structures/machinery/big_floodlight.dmi b/icons/obj/structures/machinery/big_floodlight.dmi index 3e180d9a620e..46cd8b980974 100644 Binary files a/icons/obj/structures/machinery/big_floodlight.dmi and b/icons/obj/structures/machinery/big_floodlight.dmi differ diff --git a/icons/obj/structures/machinery/power.dmi b/icons/obj/structures/machinery/power.dmi index 671f639e064f..dd6c6d49b8bf 100644 Binary files a/icons/obj/structures/machinery/power.dmi and b/icons/obj/structures/machinery/power.dmi differ diff --git a/icons/obj/structures/props/hybrisa/grates.dmi b/icons/obj/structures/props/hybrisa/grates.dmi index 15f6410b7724..05cbdb590d11 100644 Binary files a/icons/obj/structures/props/hybrisa/grates.dmi and b/icons/obj/structures/props/hybrisa/grates.dmi differ diff --git a/icons/obj/structures/props/landing_signs.dmi b/icons/obj/structures/props/landing_signs.dmi index 71bdd97cff04..40078b153156 100644 Binary files a/icons/obj/structures/props/landing_signs.dmi and b/icons/obj/structures/props/landing_signs.dmi differ diff --git a/icons/obj/structures/props/natural/colorable_boulder_large.dmi b/icons/obj/structures/props/natural/colorable_boulder_large.dmi new file mode 100644 index 000000000000..367f714e871d Binary files /dev/null and b/icons/obj/structures/props/natural/colorable_boulder_large.dmi differ diff --git a/icons/obj/structures/props/natural/colorable_boulder_small.dmi b/icons/obj/structures/props/natural/colorable_boulder_small.dmi new file mode 100644 index 000000000000..b896dc93b86a Binary files /dev/null and b/icons/obj/structures/props/natural/colorable_boulder_small.dmi differ diff --git a/icons/obj/structures/props/natural/colorable_boulder_wide.dmi b/icons/obj/structures/props/natural/colorable_boulder_wide.dmi new file mode 100644 index 000000000000..c87295fab89d Binary files /dev/null and b/icons/obj/structures/props/natural/colorable_boulder_wide.dmi differ diff --git a/icons/obj/structures/props/natural/huge_canyon.dmi b/icons/obj/structures/props/natural/huge_canyon.dmi new file mode 100644 index 000000000000..1cb8e6017b28 Binary files /dev/null and b/icons/obj/structures/props/natural/huge_canyon.dmi differ diff --git a/icons/obj/structures/props/natural/huge_canyon_colorable.dmi b/icons/obj/structures/props/natural/huge_canyon_colorable.dmi new file mode 100644 index 000000000000..1cca7b509d2b Binary files /dev/null and b/icons/obj/structures/props/natural/huge_canyon_colorable.dmi differ diff --git a/icons/obj/structures/props/natural/rocks.dmi b/icons/obj/structures/props/natural/rocks.dmi index 95dc2e1b7aac..e960514acddc 100644 Binary files a/icons/obj/structures/props/natural/rocks.dmi and b/icons/obj/structures/props/natural/rocks.dmi differ diff --git a/icons/obj/structures/props/natural/vegetation/canyon_flora.dmi b/icons/obj/structures/props/natural/vegetation/canyon_flora.dmi new file mode 100644 index 000000000000..42637d5a7cbc Binary files /dev/null and b/icons/obj/structures/props/natural/vegetation/canyon_flora.dmi differ diff --git a/icons/obj/structures/props/natural/vegetation/tyrargo_pine_tree_backup.dmi b/icons/obj/structures/props/natural/vegetation/tyrargo_pine_tree_backup.dmi new file mode 100644 index 000000000000..0ae8901b6771 Binary files /dev/null and b/icons/obj/structures/props/natural/vegetation/tyrargo_pine_tree_backup.dmi differ diff --git a/icons/obj/structures/props/oilrig/support_beam.dmi b/icons/obj/structures/props/oilrig/support_beam.dmi new file mode 100644 index 000000000000..a0f8eacad2aa Binary files /dev/null and b/icons/obj/structures/props/oilrig/support_beam.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/decals.dmi b/icons/obj/structures/props/wall_decorations/decals.dmi index 21b17df89ec9..2fb3a5fa563a 100644 Binary files a/icons/obj/structures/props/wall_decorations/decals.dmi and b/icons/obj/structures/props/wall_decorations/decals.dmi differ diff --git a/icons/obj/structures/props/wall_decorations/posters.dmi b/icons/obj/structures/props/wall_decorations/posters.dmi index b65b9b37dbae..b42c9d3f427b 100644 Binary files a/icons/obj/structures/props/wall_decorations/posters.dmi and b/icons/obj/structures/props/wall_decorations/posters.dmi differ diff --git a/icons/turf/faction_flags.dmi b/icons/turf/faction_flags.dmi index 9ddddfdae27f..815fb1926af7 100644 Binary files a/icons/turf/faction_flags.dmi and b/icons/turf/faction_flags.dmi differ diff --git a/icons/turf/floors/antre_floors.dmi b/icons/turf/floors/antre_floors.dmi new file mode 100644 index 000000000000..e569c2d7d1fd Binary files /dev/null and b/icons/turf/floors/antre_floors.dmi differ diff --git a/icons/turf/floors/floors.dmi b/icons/turf/floors/floors.dmi index 5f275c9b57ba..cc388f268c3c 100644 Binary files a/icons/turf/floors/floors.dmi and b/icons/turf/floors/floors.dmi differ diff --git a/icons/turf/floors/station_tiles.dmi b/icons/turf/floors/station_tiles.dmi new file mode 100644 index 000000000000..3b2bb865355f Binary files /dev/null and b/icons/turf/floors/station_tiles.dmi differ diff --git a/icons/turf/half_plate.dmi b/icons/turf/half_plate.dmi new file mode 100644 index 000000000000..03ee38014212 Binary files /dev/null and b/icons/turf/half_plate.dmi differ diff --git a/icons/turf/walls/abyssal_walls_blue.dmi b/icons/turf/walls/abyssal_walls_blue.dmi new file mode 100644 index 000000000000..5b0061243e4c Binary files /dev/null and b/icons/turf/walls/abyssal_walls_blue.dmi differ diff --git a/icons/turf/walls/abyssal_window_frame_blue.dmi b/icons/turf/walls/abyssal_window_frame_blue.dmi new file mode 100644 index 000000000000..28032a6cd1ea Binary files /dev/null and b/icons/turf/walls/abyssal_window_frame_blue.dmi differ diff --git a/icons/turf/walls/abyssal_window_frames_blank.dmi b/icons/turf/walls/abyssal_window_frames_blank.dmi new file mode 100644 index 000000000000..83bbcbe168a5 Binary files /dev/null and b/icons/turf/walls/abyssal_window_frames_blank.dmi differ diff --git a/icons/turf/walls/abyssal_windows_blank.dmi b/icons/turf/walls/abyssal_windows_blank.dmi new file mode 100644 index 000000000000..9da3d4d5347b Binary files /dev/null and b/icons/turf/walls/abyssal_windows_blank.dmi differ diff --git a/icons/turf/walls/abyssal_windows_blue.dmi b/icons/turf/walls/abyssal_windows_blue.dmi new file mode 100644 index 000000000000..c4b49a8ef326 Binary files /dev/null and b/icons/turf/walls/abyssal_windows_blue.dmi differ diff --git a/icons/turf/walls/abyssall_walls_blank.dmi b/icons/turf/walls/abyssall_walls_blank.dmi new file mode 100644 index 000000000000..f6ba6be1b895 Binary files /dev/null and b/icons/turf/walls/abyssall_walls_blank.dmi differ diff --git a/icons/turf/walls/hybrisa_colonywall.dmi b/icons/turf/walls/hybrisa_colonywall.dmi index a8915ccaad5d..35cbda09e01f 100644 Binary files a/icons/turf/walls/hybrisa_colonywall.dmi and b/icons/turf/walls/hybrisa_colonywall.dmi differ diff --git a/icons/turf/walls/hybrisa_colonywall_hospital.dmi b/icons/turf/walls/hybrisa_colonywall_hospital.dmi index fdf3836b44f3..3b58ad5cb079 100644 Binary files a/icons/turf/walls/hybrisa_colonywall_hospital.dmi and b/icons/turf/walls/hybrisa_colonywall_hospital.dmi differ diff --git a/icons/turf/walls/hybrisa_engineering_wall.dmi b/icons/turf/walls/hybrisa_engineering_wall.dmi index 60c15a8e73d4..e004eda90e87 100644 Binary files a/icons/turf/walls/hybrisa_engineering_wall.dmi and b/icons/turf/walls/hybrisa_engineering_wall.dmi differ diff --git a/icons/turf/walls/hybrisa_offices_colonywall.dmi b/icons/turf/walls/hybrisa_offices_colonywall.dmi index d303873a7c6c..c0fd61c70cb1 100644 Binary files a/icons/turf/walls/hybrisa_offices_colonywall.dmi and b/icons/turf/walls/hybrisa_offices_colonywall.dmi differ diff --git a/icons/turf/walls/hybrisaresearchbrownwall.dmi b/icons/turf/walls/hybrisaresearchbrownwall.dmi index e8b6794dedeb..7331bed97609 100644 Binary files a/icons/turf/walls/hybrisaresearchbrownwall.dmi and b/icons/turf/walls/hybrisaresearchbrownwall.dmi differ diff --git a/icons/turf/walls/prison.dmi b/icons/turf/walls/prison.dmi index 555e855de591..ae9858455b38 100644 Binary files a/icons/turf/walls/prison.dmi and b/icons/turf/walls/prison.dmi differ diff --git a/map_config/maps.txt b/map_config/maps.txt index f8f469e8a7cb..8b156e09a1bb 100644 --- a/map_config/maps.txt +++ b/map_config/maps.txt @@ -53,6 +53,9 @@ map sorokyne_strata minplayers 110 endmap +map sekhmet_swamp +endmap + map lv522_chances_claim endmap @@ -60,6 +63,9 @@ map lv759_hybrisa_prospera minplayers 130 endmap +map navalis_platform_13 +endmap + map new_varadero endmap @@ -67,5 +73,15 @@ map tyrargo_rift minplayers 100 endmap +map white_antre_research_facility +endmap + +map conam_81_abyssal + maxplayers 85 +endmap + +map cape_river +endmap + map whiskey_outpost_v2 endmap diff --git a/maps/Nightmare/maps/Navalis_Platform_13/nightmare.json b/maps/Nightmare/maps/Navalis_Platform_13/nightmare.json new file mode 100644 index 000000000000..2a99c408c14c --- /dev/null +++ b/maps/Nightmare/maps/Navalis_Platform_13/nightmare.json @@ -0,0 +1,13 @@ +[ + { + "type": "map_sprinkle", + "path": "sprinkles/" + }, + { + "type": "map_insert", + "landmark": "clfspecforce", + "chance": 1.0, + "path": "standalone/clfspecforce.dmm", + "when": { "lvevent": "clfspecforce" } + } +] diff --git a/maps/Nightmare/maps/Navalis_Platform_13/scenario.json b/maps/Nightmare/maps/Navalis_Platform_13/scenario.json new file mode 100644 index 000000000000..004c585e5ae1 --- /dev/null +++ b/maps/Nightmare/maps/Navalis_Platform_13/scenario.json @@ -0,0 +1,9 @@ +[ + { + "type": "pick", "name": "event", + "choices": [ + { "weight": 9, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 99, "type": "def", "values": { "lvevent": "clfspecforce" } } + ] + } +] diff --git a/maps/Nightmare/maps/Sekhmet_Swamp/nightmare.json b/maps/Nightmare/maps/Sekhmet_Swamp/nightmare.json new file mode 100644 index 000000000000..f3a4d42dd32e --- /dev/null +++ b/maps/Nightmare/maps/Sekhmet_Swamp/nightmare.json @@ -0,0 +1,6 @@ +[ + { + "type": "map_sprinkle", + "path": "sprinkles/" + } +] diff --git a/maps/Nightmare/maps/Sekhmet_Swamp/scenario.json b/maps/Nightmare/maps/Sekhmet_Swamp/scenario.json new file mode 100644 index 000000000000..fe51488c7066 --- /dev/null +++ b/maps/Nightmare/maps/Sekhmet_Swamp/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/Nightmare/maps/White_Venir_Research_Facility/nightmare.json b/maps/Nightmare/maps/White_Venir_Research_Facility/nightmare.json new file mode 100644 index 000000000000..54c13d429c0e --- /dev/null +++ b/maps/Nightmare/maps/White_Venir_Research_Facility/nightmare.json @@ -0,0 +1,3 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" } +] diff --git a/maps/Nightmare/maps/White_Venir_Research_Facility/scenario.json b/maps/Nightmare/maps/White_Venir_Research_Facility/scenario.json new file mode 100644 index 000000000000..fe51488c7066 --- /dev/null +++ b/maps/Nightmare/maps/White_Venir_Research_Facility/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/Nightmare/maps/caperiver/nightmare.json b/maps/Nightmare/maps/caperiver/nightmare.json new file mode 100644 index 000000000000..f8e4301190ef --- /dev/null +++ b/maps/Nightmare/maps/caperiver/nightmare.json @@ -0,0 +1,10 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "clfbridgecrash", + "chance": 1.0, + "path": "standalone/clfbridgecrash.dmm", + "when": { "lvevent": "clf" } + } +] diff --git a/maps/Nightmare/maps/caperiver/scenario.json b/maps/Nightmare/maps/caperiver/scenario.json new file mode 100644 index 000000000000..fee64676f05a --- /dev/null +++ b/maps/Nightmare/maps/caperiver/scenario.json @@ -0,0 +1,10 @@ +[ + { + "type": "pick", "name": "Cape River Global Event", + "choices": [ + { "weight": 9, "type": "def", "values": { "lvevent": "none" } }, + { "weight": 1, "type": "def", "values": { "lvevent": "clf" } } + ] + } + +] diff --git a/maps/Nightmare/maps/conam_81_abyssal/nightmare.json b/maps/Nightmare/maps/conam_81_abyssal/nightmare.json new file mode 100644 index 000000000000..fbb82715da74 --- /dev/null +++ b/maps/Nightmare/maps/conam_81_abyssal/nightmare.json @@ -0,0 +1,17 @@ +[ + { "type": "map_sprinkle", "path": "sprinkles/" }, + { + "type": "map_insert", + "landmark": "greenshift1", + "chance": 1.0, + "path": "standalone/greenshift_hive_remove.dmm", + "when": { "$gamemode": "Extended - No Spawn" } + }, + { + "type": "map_insert", + "landmark": "greenshift2", + "chance": 1.0, + "path": "standalone/greenshift_bunker.dmm", + "when": { "$gamemode": "Extended - No Spawn" } + } +] diff --git a/maps/Nightmare/maps/conam_81_abyssal/scenario.json b/maps/Nightmare/maps/conam_81_abyssal/scenario.json new file mode 100644 index 000000000000..fe51488c7066 --- /dev/null +++ b/maps/Nightmare/maps/conam_81_abyssal/scenario.json @@ -0,0 +1 @@ +[] diff --git a/maps/cape_river.json b/maps/cape_river.json new file mode 100644 index 000000000000..2c3f92c49c3e --- /dev/null +++ b/maps/cape_river.json @@ -0,0 +1,41 @@ +{ + "map_name": "Cape River Mining Colony", + "map_path": "map_files/cape_river", + "map_file": "cape_river.dmm", + "survivor_types": [ + "/datum/equipment_preset/survivor/caperiver/civilian", + "/datum/equipment_preset/survivor/caperiver/engineer", + "/datum/equipment_preset/survivor/caperiver/security_officer", + "/datum/equipment_preset/survivor/caperiver/scientist", + "/datum/equipment_preset/survivor/caperiver/doctor", + "/datum/equipment_preset/survivor/conam_cl" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor/caperiver/captain" + ], + "CO_insert_survivor_types": [ + "/datum/equipment_preset/survivor/clf/coordinator" + ], + "map_item_type": "/obj/item/map/cape_river", + "announce_text": "An automated distress signal has been received from Cape River, a Con-Amalagated corporate operated mining colony. The ###SHIPNAME### has been dictated to conduct an investigation in force.", + "monkey_types": [ + "farwa", + "neaera" + ], + "environment_traits": { "Fog": true }, + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/caperiver/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 70 + }, + "camouflage": "desert", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/conam_81_abyssal.json b/maps/conam_81_abyssal.json new file mode 100644 index 000000000000..b060acf57d47 --- /dev/null +++ b/maps/conam_81_abyssal.json @@ -0,0 +1,37 @@ +{ + "map_name": "Con-Am 81 'Abyssal'", + "map_path": "map_files/ConAm_81_Abyssal", + "map_file": "ConAm_81_Abyssal.dmm", + "webmap_url": "Abyssal", + "survivor_types": [ + "/datum/equipment_preset/survivor/abyssal/doctor", + "/datum/equipment_preset/survivor/abyssal/scientist", + "/datum/equipment_preset/survivor/abyssal/security_officer", + "/datum/equipment_preset/survivor/abyssal/engineer", + "/datum/equipment_preset/survivor/abyssal/civilian", + "/datum/equipment_preset/survivor/conam" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor/abyssal/captain" + ], + "survivor_message": "You are a survivor of the attack on Con-Am 81 ‘Abyssal’. You lived and worked onboard this remote outpost until now. You barely managed to reach this radiation bunker before the doors slammed shut. It has been three weeks now, your food supplies are running low, and you can hear the slithering of those aliens outside the bunker. You can only pray for rescue now", + "map_item_type": "/obj/item/map/new_varadero", + "liaison_briefing": "maps/map_briefings/cl_brief_abyssal.html", + "announce_text": "An automated distress signal has been received from Con-Am 81 'Abyssal', a deepspace transit station operated by the Com-Amagalation corporation. A response team from the ###SHIPNAME### will be dispatched shortly to investigate.", + "environment_traits": { "InSpace": true }, + "traits": [{ "Ground": true }], + "nightmare_path": "maps/Nightmare/maps/conam_81_abyssal/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0 + }, + "camouflage": "classic", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/map_briefings/cl_brief_abyssal.html b/maps/map_briefings/cl_brief_abyssal.html new file mode 100644 index 000000000000..cf29b52bdebf --- /dev/null +++ b/maps/map_briefings/cl_brief_abyssal.html @@ -0,0 +1,74 @@ +
+
Weyland-Yutani Corporation
"Building Better + Worlds"
+
+
Special Services Division
Liaison Colony Briefing
+
+
The automated AI aboard your stationed ship has informed us that a distress +signal has been picked up from a space station within your sector, and that a +mission is being prepared to investigate the disturbance.

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

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

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

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

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

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

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

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

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

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

* Failure to maintain the stations long-range communications equipment. +
* Unintended interference of the stations power net or communications system due to recovery of unknown xeno-craft. +
* Station personnel are confined to the stations radiation bunker due to on-going radiological +breach, precluding their ability to dispatch communications.
diff --git a/maps/map_briefings/cl_brief_navalis.html b/maps/map_briefings/cl_brief_navalis.html new file mode 100644 index 000000000000..716b80f99440 --- /dev/null +++ b/maps/map_briefings/cl_brief_navalis.html @@ -0,0 +1,69 @@ +
+
Weyland-Yutani Corporation
"Building Better + Worlds"
+
+
Special Services Division
Liaison Colony Briefing
+
+
The ship AI aboard your stationed ship has informed us that a distress +signal has been picked up from an off-shore platform on planet Aires, and that a mission is being +prepared to investigate the disturbance.

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

Classified materials are +excluded from this briefing and should be requested separately, and as such, the +contents of this document may be shared or withheld at your discretion, unless +otherwise specified.
+
+
Planet: Aires
Facility: Navalis Platform Thireteen (13)
Operator: Weyland-Yutani
+
+
History and Purpose
+
+
Navalis Platform 13 is one in a series of offshore platforms known +as the 'Navalis Cluster'. This cluster consists of fourty seven offshore +platforms, the majority of which are semi-automated, meaning they require only +a minimal crew compliment.

The seabed of this world is rich in +hydrocarbons and other valuable minerals. The abundance of this is such that +the continued operation of the Navalis Cluster is of paramount importance not only +to the corporation, but to the United American and Imperial governments.

+
+
NP-13 is the command and control platform of the cluster. It has crew +quarters to hold up to two hundred personnel and three landing pads with associated +shuttles to allow rapid transit between all platforms in the cluster. As the majority +of the platforms in the cluster are semi-automated, only a minimal crew requirement is +needed on these platforms at any given time. Otherwise, crews are rotated through NP-13. +

Under normal circumstances, it can be expected that the true crew compliment +of NP-13 is around 30 to 50 personnel.

The platform holds only a modest security +compliment of a dozen personnel, however they are issued with modern weaponry and defensive +system compliments. +
+
Amongst corporate personnel, a posting on this world is considered a dead-end career path +for senior ranked individuals, whereas for junior ranked personnel this posting is seen as an +excellent starting point in your career.

Take this into consideration when interacting +with local personnel. You are authorised to offer off-world transfers or single-rank promotions to +platform personnel should this be in the general interests of the company. +
It is the opinion of our Security analysts division that the most likely cause of this +distress signal is a cyclone that has struck the platform and has disabled it. The platform is +rated to survive up to Category 7 hurricane's and similar events, nonetheless damage to exterior +communications is possible.

However our security division can not rule out the risk +of an armed outside group assaulting the station. As such, the dispatchment of a military relief +mission to investigate this issue has been put forward as the best course of action. +
+
Recent Information
+
+
The final report transmitted from the platform prior to ceasation of communications, indicated +that the platform personnel had started to detect sub-surface movement on the ocean floor. This is +considered unexpected, as there is minimal xeno-fauna life that can survive at those depths. The local +scientific personnel believe these movements may be the result of the on-going mining operation. +
+
Final Note
+
+
Liaison. The strategic value of this platform is absolute. The loss of any other platform +would only be a minor setback. However, this platform is solely responsible for the operation +of the entire Navalis cluster. If this platform is disabled for a long duration, or worse destroyed, +then the financial consequences will send major shockwaves through the local sector division, and risk +a substantial, single digit, drop in quarterly profits. +
diff --git a/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm b/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm new file mode 100644 index 000000000000..5c715c1f058b --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/ConAm_81_Abyssal.dmm @@ -0,0 +1,58796 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/science) +"aab" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"aac" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/landing_zone) +"aad" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"aae" = ( +/obj/structure/window/framed/abyssal/blue/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aaf" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aag" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aah" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aai" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aaj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aak" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aal" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/maintenance/east) +"aam" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aan" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_east) +"aao" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + dir = 8; + pixel_x = -15 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aap" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aaq" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aar" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aas" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aat" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aau" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aav" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aaw" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/science) +"aax" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aay" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aaz" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aaA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aaB" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_east) +"aaC" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aaE" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"aaF" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaG" = ( +/obj/item/frame/table/almayer, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aaH" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/south) +"aaI" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aaJ" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aaK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaL" = ( +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/landing_zone) +"aaM" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aaN" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/arrivals) +"aaO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aaQ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aaR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"aaS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aaT" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/arrivals) +"aaU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aaV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aaW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aaX" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/corridor_east) +"aaY" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"aaZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"abb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7; + pixel_y = -11 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"abc" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/south) +"abd" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"abe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"abf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"abg" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"abh" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"abi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"abj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"abk" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/command) +"abl" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"abm" = ( +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"abn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"abo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tool/pen, +/obj/item/storage/fancy/cigar{ + pixel_x = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"abp" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"abq" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"abr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"abs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"abt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"abu" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"abv" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"abw" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"abx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aby" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"abz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"abA" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"abB" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"abC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"abD" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"abE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"abF" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"abG" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"abH" = ( +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"abI" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"abJ" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"abK" = ( +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/structure/sign/safety/debark_lounge{ + pixel_y = -7; + pixel_x = 32 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"abL" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/medical) +"abM" = ( +/obj/structure/sign/safety/food_storage{ + pixel_y = 32 + }, +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/machinery/vending/dinnerware{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"abN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"abO" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"abP" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"abQ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"abR" = ( +/obj/item/stack/cable_coil/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"abS" = ( +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"abT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"abU" = ( +/obj/item/tool/warning_cone{ + pixel_y = 16; + pixel_x = -12; + layer = 3.01 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"abV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/radio, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"abW" = ( +/obj/structure/plasticflaps, +/obj/structure/machinery/conveyor{ + id = "abyssal_garbage" + }, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"abX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"abY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"abZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/solar_control_north) +"acb" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_south) +"acc" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"acd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ace" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"acf" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + layer = 2.52 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"acg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"ach" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aci" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"acj" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ack" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"acl" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"acm" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"acn" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/galley) +"aco" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"acp" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"acq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"acr" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"acs" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/engineering) +"act" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/engineering) +"acu" = ( +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"acv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 1; + pixel_y = -28 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"acw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"acx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"acy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/command) +"acz" = ( +/obj/structure/disposalpipe/junction{ + dir = 4; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"acA" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/command) +"acB" = ( +/obj/item/frame/table/almayer, +/obj/item/circuitboard/computer/generic, +/turf/open/floor/darkred2, +/area/abyssal/interior/command) +"acC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"acD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/command) +"acE" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/galley) +"acF" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"acG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/electrical, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"acH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"acI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"acJ" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/command) +"acK" = ( +/turf/open/floor/prison, +/area/abyssal/interior/command) +"acL" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/command) +"acM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"acN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"acO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"acP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/command) +"acQ" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/command) +"acR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/balaclavas, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"acS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"acT" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"acU" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/west) +"acV" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"acW" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"acX" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"acY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"acZ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"ada" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_south) +"adb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"adc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"add" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ade" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"adf" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/greencorner/north, +/area/abyssal/interior/medical) +"adg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"adh" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"adi" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"adj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 4; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"adk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"adl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"adm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"adn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"ado" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/galley) +"adp" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"adq" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"adr" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/south) +"ads" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"adu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"adv" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"adw" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"adx" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ady" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"adA" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/telecomms_2) +"adB" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"adC" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"adD" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"adE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"adF" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"adG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/engineering) +"adH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"adI" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"adJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"adK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"adL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"adM" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"adN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"adO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"adP" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"adQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"adR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/engineering) +"adS" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"adT" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"adU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"adV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"adW" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"adX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"adY" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"adZ" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aea" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/telecomms_2) +"aeb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aec" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aed" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aee" = ( +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aef" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aeg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aeh" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aei" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"aej" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/west) +"aek" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ael" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/corsat, +/area/abyssal/interior/telecomms_2) +"aem" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"aen" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aep" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeq" = ( +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aer" = ( +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aes" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/chunk, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aet" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"aeu" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/west) +"aev" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aew" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/cargo) +"aex" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/cargo) +"aey" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"aez" = ( +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aeA" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"aeB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aeC" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aeD" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/central) +"aeE" = ( +/turf/open/floor/solarpanel, +/area/abyssal/exterior/aft) +"aeF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aeG" = ( +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aeH" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aeI" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_south) +"aeJ" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aeK" = ( +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aeL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_north) +"aeN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aeO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aeP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkredcorners2/east, +/area/abyssal/interior/security) +"aeQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aeR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aeT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aeU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aeV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/bedsheetbin{ + pixel_y = 5 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aeW" = ( +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aeX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aeY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"aeZ" = ( +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"afa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"afb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"afc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"afd" = ( +/obj/structure/bed/chair/wood/normal, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"afe" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aff" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 11; + pixel_y = 2 + }, +/obj/item/tool/weldingtool{ + pixel_x = -7 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17; + pixel_y = -8 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/abyssal/interior/corridor_west) +"afg" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"afh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"afi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"afj" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"afk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"afl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"afm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"afn" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"afo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"afp" = ( +/obj/structure/cable/yellow, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/aft) +"afq" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"afr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"afs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aft" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"afu" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"afv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"afw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "med_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"afx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"afz" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"afA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"afB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"afD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afE" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afF" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"afG" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"afH" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"afI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"afJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/tool, +/obj/item/tank/oxygen/red, +/obj/item/tool/screwdriver, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"afK" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"afL" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"afM" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/north) +"afN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"afO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"afP" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"afQ" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/bunker) +"afR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"afS" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"afT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"afU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"afV" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_west) +"afW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"afX" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 8; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"afY" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/north) +"afZ" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_west) +"aga" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"agb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"agc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"agd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"age" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"agf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"agg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"agh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"agi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"agj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 33 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_8"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"agk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"agl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"agm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"agn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"ago" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"agp" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agq" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agr" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"ags" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"agt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"agu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"agv" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"agw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"agx" = ( +/obj/structure/machinery/power/apc/power/east, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"agy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"agz" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"agA" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"agB" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"agC" = ( +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"agD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agE" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/cargo) +"agF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"agG" = ( +/obj/structure/machinery/vending/coffee/simple, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"agH" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"agI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"agJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"agK" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_central) +"agL" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"agM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"agN" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"agO" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_north) +"agP" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north) +"agQ" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"agS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"agT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"agU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"agV" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"agW" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"agX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"agY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"agZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aha" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"ahb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"ahc" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"ahd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahf" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ahg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ahh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"ahi" = ( +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ahj" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"ahk" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 1; + layer = 4; + pixel_y = -4; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ahl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"ahm" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/security) +"ahn" = ( +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aho" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"ahp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ahq" = ( +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahr" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"ahs" = ( +/obj/item/tool/crowbar/red{ + pixel_y = -22; + pixel_x = -8 + }, +/obj/item/hybrisa/engineer_helmet{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aht" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ahu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_north) +"ahv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ahw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ahx" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"ahy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"ahz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"ahA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahB" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"ahC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"ahD" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ahE" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ahF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ahG" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"ahH" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"ahI" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/corridor_west) +"ahJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"ahK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ahL" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"ahM" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/telecomms_1) +"ahN" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"ahO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"ahP" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/telecomms_1) +"ahQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ahR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"ahS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ahT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ahU" = ( +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"ahV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"ahW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ahX" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ahY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"ahZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aia" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"aib" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aic" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aid" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aie" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aif" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aig" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_central) +"aih" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_south) +"aii" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aij" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aik" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/atmo) +"ail" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/atmo) +"aim" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"ain" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aio" = ( +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aip" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aiq" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"air" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6; + pixel_x = 5 + }, +/obj/item/tool/warning_cone{ + pixel_y = 16; + pixel_x = -10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"ais" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ait" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aiv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aiw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aix" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aiy" = ( +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aiz" = ( +/obj/item/stack/sheet/metal, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aiA" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "sec_lockdown"; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aiB" = ( +/turf/open/floor/solarpanel, +/area/abyssal/exterior/fore) +"aiC" = ( +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aiE" = ( +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aiF" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aiG" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aiH" = ( +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aiI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aiK" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/north) +"aiL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"aiN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aiP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiR" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aiS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_north) +"aiU" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aiW" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aiX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aiY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aiZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aja" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ajb" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"ajc" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"ajd" = ( +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aje" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"ajf" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"ajh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aji" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + layer = 3.5; + pixel_y = 15 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ajj" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajk" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/security) +"ajl" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ajm" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/hydro) +"ajn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ajo" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ajp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"ajq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ajr" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor2, +/area/abyssal/interior/derelict_shuttle) +"ajs" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"ajt" = ( +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aju" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/dormitory) +"ajv" = ( +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/security) +"ajw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"ajx" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4; + pixel_y = -61; + pixel_x = -37 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ajy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"ajz" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ajA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"ajB" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ajC" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ajD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"ajE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"ajF" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/hydro) +"ajG" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ajH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ajI" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"ajJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ajK" = ( +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ajL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ajM" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ajN" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ajO" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"ajP" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/hydro) +"ajQ" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ajR" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"ajS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"ajT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"ajU" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ajV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/obj/item/tool/hand_labeler{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"ajW" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"ajX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ajY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_central) +"ajZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aka" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/galley) +"akb" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"ake" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/dormitory) +"akf" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"akg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"akh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aki" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"akj" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1; + autoname = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akk" = ( +/turf/open/floor/prison/red/east, +/area/abyssal/interior/security) +"akl" = ( +/turf/open/floor/prison/red/west, +/area/abyssal/interior/security) +"akm" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/prison_hatch{ + req_one_access = list(104,106); + name = "\improper Armoury Hatch" + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"akn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ako" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"akp" = ( +/obj/item/stack/cable_coil/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akq" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2, +/area/abyssal/interior/corridor_west) +"akr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aks" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akt" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"aku" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"akv" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"akw" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/hydro) +"akx" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aky" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"akz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/security) +"akA" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"akB" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"akC" = ( +/obj/structure/machinery/recycler, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"akD" = ( +/obj/structure/cable/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"akF" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"akG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"akH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"akI" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"akJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"akK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"akL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"akM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"akN" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_y = 7 + }, +/obj/item/tool/pen, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"akP" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"akQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"akR" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"akS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"akT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southwest, +/area/abyssal/interior/galley) +"akU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"akV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"akW" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/dormitory) +"akX" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"akY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door" + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"akZ" = ( +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"ala" = ( +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/obj/structure/cable/yellow, +/turf/open/floor/engine, +/area/abyssal/oob) +"alb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"ald" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"ale" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"alf" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"alg" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"alh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ali" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alj" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"alk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"all" = ( +/obj/structure/machinery/door/airlock/external/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alm" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aln" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/maintenance/north) +"alo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/maintenance/north) +"alp" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"alq" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/maintenance/north) +"alr" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/maintenance/north) +"als" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/maintenance/north) +"alt" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/maintenance/north) +"alu" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/north) +"alv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"alw" = ( +/mob/living/simple_animal/hostile/retaliate/clown{ + health = 10000; + move_to_delay = 2; + name = "Astronaut Gonzo the Magnificent"; + rapid = 1; + icon_state = "spaceclown" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"alx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aly" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alz" = ( +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"alA" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"alB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"alC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"alD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"alE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"alF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/solar_control_north) +"alG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"alH" = ( +/obj/structure/pipes/vents/pump, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"alI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"alJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"alK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"alL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"alN" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/landing_zone) +"alO" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/canister/oxygen, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alP" = ( +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alQ" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"alR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"alS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"alT" = ( +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"alU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"alW" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 4 + }, +/obj/structure/pipes/standard/tank/oxygen, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"alX" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2/southwest, +/area/abyssal/interior/corridor_west) +"alY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"alZ" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ama" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"amb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"amc" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"amd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"ame" = ( +/obj/structure/sign/poster, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/dormitory) +"amf" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"amg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"amh" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"ami" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"amj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"amk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"aml" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"amm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"amn" = ( +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"amo" = ( +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"amp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"amq" = ( +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"amr" = ( +/obj/structure/toilet, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"ams" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"amt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"amu" = ( +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"amv" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"amw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"amx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"amy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amz" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"amA" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1; + name = "\improper Chief Marshal Office"; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"amB" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"amC" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/abyssal/interior/derelict_shuttle) +"amD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"amE" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"amF" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"amG" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"amH" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"amI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/ethanol, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"amJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amK" = ( +/obj/structure/surface/table/gamblingtable{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"amL" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"amM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"amP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"amR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"amS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 3; + pixel_x = -5; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"amT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = -30 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"amV" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/prop/hybrisa/furniture/tables/tablepool, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/abyssal/interior/galley) +"amX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"amY" = ( +/obj/structure/machinery/disposal, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"amZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"ana" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"anb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"anc" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"and" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"ane" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"anf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"ang" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/large_stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anh" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ani" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"ank" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"anm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"ann" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"ano" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"anp" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"anq" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ans" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ant" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/arrivals) +"anu" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"anv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southeast, +/area/abyssal/interior/galley) +"anw" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"anx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/tool/weldingtool/screen{ + pixel_x = 8; + pixel_y = 6 + }, +/mob/living/simple_animal/big/corgi/Ian, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"any" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"anz" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"anA" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anC" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"anD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anE" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"anF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"anH" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"anI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/facepaint, +/obj/effect/spawner/random/powercell, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"anJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"anK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 9; + pixel_x = -5; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"anM" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"anN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/crowbar, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anO" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"anP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"anR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"anU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"anV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"anW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"anX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"anY" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"anZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aob" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aoc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/arrivals) +"aod" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aoe" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aof" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aog" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aoi" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aoj" = ( +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aok" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aol" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aom" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/large_stain, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aon" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aoo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aop" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"aoq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aor" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aos" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/conam{ + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aot" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"aou" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aov" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aow" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aox" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aoz" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aoA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/beerkeg/alt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"aoC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aoD" = ( +/obj/structure/grille, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aoE" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aoF" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"aoG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"aoH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aoI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aoJ" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aoK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aoL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"aoM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aoN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"aoO" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aoP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aoR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = -28 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aoT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/belt/utility/full, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aoU" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aoV" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Unisex Bathroom" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aoW" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aoX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aoY" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aoZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apa" = ( +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"apb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apd" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ape" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apf" = ( +/obj/structure/cable/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"apg" = ( +/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{ + pixel_y = 17 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -10; + pixel_y = -2; + density = 0 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = -8; + density = 0 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0; + light_range = 3; + light_power = 3 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor8, +/area/abyssal/interior/derelict_shuttle) +"aph" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"api" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"apk" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"apl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apm" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"app" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"apr" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aps" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"apt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"apu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"apv" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"apw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/cola, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apx" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"apy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"apz" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"apA" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"apB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/arrivals) +"apC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"apD" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"apE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"apF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apI" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apJ" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"apK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"apM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"apN" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"apO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apP" = ( +/obj/structure/sign/safety/airlock{ + pixel_y = -32 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 14; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"apQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"apR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"apS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apT" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"apU" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"apV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"apX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"apY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"apZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"aqa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqb" = ( +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aqc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/closet/walllocker/emerglocker/east, +/obj/item/ashtray/glass{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aqd" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aqe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"aqh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aqi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"aqj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/mob/living/simple_animal/small/cat/Runtime, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aqk" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aql" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/bed/chair/bolted, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = -28 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north) +"aqo" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/abyssal/interior/engineering) +"aqp" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/bed/chair/bolted, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqq" = ( +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"aqr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aqt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"aqu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aqw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aqx" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aqy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aqz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aqA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/large_stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aqE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aqF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"aqG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"aqH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aqI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aqJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqK" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aqL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/tool, +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aqO" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"aqP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aqR" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"aqS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aqU" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aqV" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"aqW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aqX" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"aqY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"aqZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ara" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"arb" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"arc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ard" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"are" = ( +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 12; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"arf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"arg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ari" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"arj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/space_heater, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ark" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"arn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aro" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cargo_container/hybrisa/containersextended/greenleft, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cargo_container/hybrisa/containersextended/greenright, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arr" = ( +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ars" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/ashtray/glass, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"art" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aru" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"arw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"arx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ary" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"arz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"arB" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"arC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"arD" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 9; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"arE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"arF" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"arG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"arH" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"arI" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"arJ" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"arK" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"arL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"arM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"arN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12; + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"arP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/arrivals) +"arQ" = ( +/obj/structure/closet, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"arR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/autolathe, +/turf/open/floor/darkbrown2/southwest, +/area/abyssal/interior/cargo) +"arS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"arU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/prison_station/inmate_handbook, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arV" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"arW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"arX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"arY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"arZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"asa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"asb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"asc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_south) +"asd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/dispenser/oxygen, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"ase" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asf" = ( +/turf/open/space/basic, +/area/abyssal/oob) +"asg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"ash" = ( +/obj/structure/prop/misc/lit_cable, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"asi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"asj" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ask" = ( +/turf/open/floor/hybrisa/engineership/ship_hull/non_weedable_hull/north, +/area/abyssal/interior/derelict_shuttle) +"asl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/curtain/open/shower, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"asm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asn" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aso" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/water{ + layer = 2.6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"asq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 14; + pixel_y = 32 + }, +/obj/structure/sign/safety/airlock{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asr" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/landing_zone) +"ass" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"ast" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"asu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asx" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/space, +/area/abyssal/oob) +"asy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asB" = ( +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"asC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/junction{ + dir = 1; + icon_state = "pipe-y" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asG" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asJ" = ( +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"asK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/disposalpipe/junction{ + icon_state = "pipe-j2"; + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"asN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"asO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asP" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"asQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"asR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"asS" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"asT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"asU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/arrivals) +"asV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"asW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 6; + pixel_x = -6 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"asX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"asY" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"asZ" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"ata" = ( +/obj/structure/monorail{ + dir = 10; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"atb" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"atc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ate" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tank/emergency_oxygen/double, +/obj/item/tank/emergency_oxygen/double, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"atf" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"atg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ath" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"ati" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"atj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/snack_bowl, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"atk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/mini/chest/c, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atm" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"atn" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ato" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"atp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups, +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup"; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/arrivals) +"atr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"ats" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"att" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"atu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"atv" = ( +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"atw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"aty" = ( +/obj/item/trash/burger, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atB" = ( +/obj/structure/closet/secure_closet/cargotech{ + req_access = null + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"atD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"atE" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"atF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"atG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"atH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"atI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"atK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"atL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"atM" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"atN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"atQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"atR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"atS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"atT" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"atU" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atV" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"atW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/paper/crumpled{ + pixel_x = 13 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"atX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"atY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"atZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aua" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = -11 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aub" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/colony{ + dir = 1; + autoname = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"auc" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aud" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aue" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1 + }, +/obj/item/storage/box/mre/wy, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"auf" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aug" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"auh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aui" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"auj" = ( +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"auk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aul" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aum" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aun" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"auo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aup" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"auq" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aur" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aus" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aut" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/security) +"auw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aux" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"auy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"auz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auA" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"auB" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auC" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/pills/highchance, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"auD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/floor_symbol/con_am/alt, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"auE" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"auF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"auG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"auH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = -1 + }, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"auI" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1; + name = "\improper Chief Marshal Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"auJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"auK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/small, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"auN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"auQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auR" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"auT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"auU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"auV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 27 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"auW" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"auX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"auY" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Captain's Quarters"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"auZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"ava" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"avc" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"avd" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ave" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wirecutters, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"avi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avk" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueright{ + layer = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"avl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/device/camera/oldcamera, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 11; + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"avn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"avo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avp" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"avq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/item/tool/weldingtool, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/balaclavas, +/obj/effect/spawner/random/attachment, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/landmark/nightmare{ + insert_tag = "greenshift2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"avv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avw" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 1; + req_one_access = null + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"avx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avy" = ( +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/bunker) +"avz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avB" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"avC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"avD" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/security/colony{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"avE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"avF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"avG" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"avH" = ( +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"avI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avK" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"avL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/closet/crate, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/slugs, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avM" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"avN" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"avO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"avP" = ( +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"avQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"avR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"avS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/secure, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"avU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"avV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"avW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"avX" = ( +/obj/structure/closet, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"avY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"avZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"awa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"awb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"awc" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"awd" = ( +/obj/structure/bed, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"awe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"awf" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/cargo) +"awg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"awh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + pixel_x = -17; + pixel_y = -9 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"awi" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"awj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"awk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awl" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"awm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awn" = ( +/obj/structure/prop/broken_ladder, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"awo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/cargo) +"awp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/tool/crowbar, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"aws" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"awt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aww" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"awx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"awy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"awz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"awA" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"awB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/arrivals) +"awC" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"awD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"awE" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/arrivals) +"awF" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 13; + pixel_y = -6; + dir = 8; + layer = 3.1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/debark_lounge{ + pixel_x = 15; + pixel_y = -32 + }, +/obj/structure/sign/safety/west{ + pixel_y = -32 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/vehicle/powerloader{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"awM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/arrivals) +"awN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"awO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"awQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/storage{ + pixel_y = -32; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"awR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"awS" = ( +/obj/item/shard, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"awT" = ( +/obj/structure/window/reinforced{ + dir = 8; + health = 80 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"awU" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"awV" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"awW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"awX" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"awY" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"awZ" = ( +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axa" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axb" = ( +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"axd" = ( +/obj/effect/decal/floor_symbol/con_am/right, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"axe" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 7; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"axg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"axh" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"axi" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"axj" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = -13 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"axk" = ( +/obj/structure/monorail{ + dir = 10; + name = "launch track" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"axl" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"axm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"axn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"axo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"axp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"axq" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axr" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"axs" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"axt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"axu" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"axv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"axw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"axx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"axy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"axz" = ( +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 3; + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axA" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm_monitor"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"axB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axC" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/beret/jan{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axD" = ( +/obj/structure/closet/l3closet, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axE" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/machinery/computer/communications, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"axF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"axG" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"axH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"axI" = ( +/obj/item/tool/warning_cone{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"axK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 8; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"axL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"axN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axO" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axP" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"axQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"axR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axS" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/shoes/galoshes, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"axU" = ( +/obj/item/tool/mop{ + pixel_x = -10 + }, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"axW" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"axX" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"axY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"axZ" = ( +/obj/structure/surface/rack, +/obj/item/tool/wet_sign, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aya" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 8 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayb" = ( +/obj/structure/janitorialcart, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"ayd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aye" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ayf" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ayh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayi" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"ayk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"ayl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/delivery, +/area/abyssal/interior/command) +"aym" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ayn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ayo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ayp" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"ayq" = ( +/obj/item/shard, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"ayr" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"ays" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ayt" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 3.01 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt3, +/area/abyssal/interior/corridor_central) +"ayu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/station/metal/floor_blue/alt3, +/area/abyssal/interior/corridor_central) +"ayv" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"ayw" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"ayx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"ayy" = ( +/obj/structure/machinery/sensortower{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt2, +/area/abyssal/interior/corridor_central) +"ayz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/station/metal/floor_blue/alt2, +/area/abyssal/interior/corridor_central) +"ayA" = ( +/obj/structure/machinery/landinglight, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ayB" = ( +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"ayC" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_central) +"ayD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/colony{ + dir = 1; + name = "\improper Armoury" + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"ayE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/structure/closet/crate/freezer, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ayG" = ( +/obj/item/tool/wet_sign{ + pixel_x = 3 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"ayH" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"ayJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/item/reagent_container/food/snacks/meat/synthmeat, +/obj/structure/closet/crate/freezer, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayK" = ( +/obj/item/trash/cigbutt, +/obj/item/tool/wet_sign{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"ayL" = ( +/obj/structure/sign/safety/galley{ + pixel_y = 33; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"ayO" = ( +/obj/item/device/analyzer, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"ayP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"ayQ" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"ayR" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile, +/area/abyssal/interior/engineering) +"ayS" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ: Com-Am 81 'Abyssal'" + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"ayT" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"ayU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"ayV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stool{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/processor{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"ayZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aza" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"azb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azc" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"azd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aze" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"azf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azg" = ( +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"azh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"azi" = ( +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/arrivals) +"azj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"azk" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"azl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/ashtray/glass, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"azm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azn" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"azo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azr" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"azs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"azx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"azy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"azC" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"azD" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"azE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"azF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azG" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"azJ" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_2) +"azK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"azL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/static_tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/girder/displaced, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"azQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azR" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azS" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"azT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"azW" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"azX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"azY" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"azZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAa" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aAb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aAc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aAd" = ( +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aAe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAi" = ( +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAj" = ( +/obj/structure/surface/rack, +/obj/item/engi_upgrade_kit, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAk" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAl" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/machinery/fuelcell_recycler, +/obj/item/fuel_cell/used, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aAn" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aAo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAp" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aAq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aAr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAs" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aAt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aAv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAw" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_2) +"aAx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aAy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aAz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAD" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/trash/cigbutt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aAE" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aAF" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/maintenance/east) +"aAG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aAH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAI" = ( +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/fore) +"aAJ" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aAK" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aAL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAQ" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aAR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aAS" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aAT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aAX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aAZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aBa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBb" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aBc" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aBd" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aBe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aBf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/south, +/area/abyssal/interior/galley) +"aBg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aBh" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/defibrillator/synthetic, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aBi" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/space_heater, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBj" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBk" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aBl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBm" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBn" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"aBo" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clothing/gloves/marine/veteran/insulated{ + pixel_y = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBp" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"aBq" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBs" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/arrivals) +"aBt" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aBu" = ( +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aBv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBw" = ( +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"aBx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aBz" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aBC" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aBD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aBE" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aBF" = ( +/obj/structure/terminal, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBG" = ( +/obj/structure/terminal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/engineering) +"aBH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBK" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aBL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aBM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aBN" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/arrivals) +"aBO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aBP" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aBQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aBR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aBS" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aBT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aBU" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aBV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/closet/secure_closet/engineering_welding{ + req_one_access = null + }, +/obj/item/tool/weldingtool/largetank, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aBW" = ( +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/telecomms_2) +"aBX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aBY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/darkyellow2, +/area/abyssal/interior/engineering) +"aBZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCa" = ( +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/engineering) +"aCb" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/arrivals) +"aCc" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aCd" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCe" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aCf" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCg" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCh" = ( +/obj/item/trash/hotdog, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"aCi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCj" = ( +/obj/structure/machinery/conveyor{ + id = "abyssal_garbage" + }, +/turf/open/floor/almayer/plating_striped/east, +/area/abyssal/interior/corridor_west) +"aCk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"aCl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_2) +"aCm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"aCn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"aCo" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aCp" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aCr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/arrivals) +"aCs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCt" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCu" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aCv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/galley{ + pixel_x = 1; + pixel_y = -32 + }, +/obj/structure/sign/safety/south{ + pixel_x = 15; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"aCw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aCx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCy" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aCz" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/arrivals) +"aCA" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aCB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aCC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aCD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aCE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/arrivals) +"aCF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aCG" = ( +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCI" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aCJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aCL" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/darkish, +/area/abyssal/interior/arrivals) +"aCM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aCN" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aCQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/condiment/hotsauce/franks/macho{ + pixel_y = 7; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aCS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aCT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aCU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"aCV" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/clothing/head/welding/painted, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aCW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aCX" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aCY" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aCZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aDb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aDc" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aDd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aDe" = ( +/obj/structure/pipes/vents/scrubber, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aDf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 31 + }, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDg" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = -30 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/engineering) +"aDh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/engineering) +"aDi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"aDj" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aDk" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aDl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aDm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aDn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDo" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/water_cooler/walk_past, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/tool/crowbar, +/obj/structure/machinery/cell_charger, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDs" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aDt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aDu" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aDv" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDw" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aDx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDz" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/sign/conam{ + pixel_x = -30; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aDA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDB" = ( +/obj/effect/spawner/random/tool, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aDC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aDD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aDE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aDF" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aDG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aDH" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"aDI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aDK" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aDM" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aDP" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aDQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aDR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aDS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"aDT" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aDV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aDW" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aDX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aDY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"aDZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aEa" = ( +/obj/item/tool/lighter/zippo/gold{ + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aEb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aEc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "engi_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aEe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"aEf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aEg" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aEh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aEi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/east, +/area/abyssal/interior/galley) +"aEj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aEk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/abyssal/interior/galley) +"aEl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/closet/crate, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEq" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEr" = ( +/obj/item/stack/cable_coil/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aEs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aEu" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEw" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "engi_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aED" = ( +/obj/structure/window/framed/abyssal/standard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"aEE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/plasteel/large_stack, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aEF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aEG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/hazard{ + pixel_y = 32; + pixel_x = 1 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aEI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aEJ" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aEK" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/rad_haz{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aEL" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"aEM" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aEN" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"aEO" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 27; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aEP" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"aEQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aER" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aES" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aET" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aEU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/maintenance_jack, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEV" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEW" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aEX" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aEY" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aEZ" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aFa" = ( +/obj/structure/machinery/door_control{ + id = "engi_lockdown"; + name = "Engineering Exit" + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/engineering) +"aFb" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aFc" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"aFd" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFe" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aFf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aFg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aFh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFk" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/engineering) +"aFl" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aFm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aFn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_west) +"aFo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aFp" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aFq" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aFr" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFs" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aFt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/engine/vacuum, +/area/abyssal/interior/maintenance/central) +"aFu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aFv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aFw" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFx" = ( +/obj/structure/prop/static_tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aFy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"aFz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aFB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aFC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/east, +/area/abyssal/interior/engineering) +"aFE" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aFF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aFG" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aFH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aFI" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aFJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFK" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aFL" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aFO" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/prop/static_tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFP" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aFR" = ( +/obj/item/tool/warning_cone{ + pixel_y = 6; + pixel_x = -12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aFS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/maintenance/central) +"aFU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aFV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aFW" = ( +/obj/structure/sign/safety/hazard{ + pixel_x = 1; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aFX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aFY" = ( +/obj/structure/sign/safety/hazard{ + pixel_x = 15; + pixel_y = -26 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aFZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aGa" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/atmo) +"aGb" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/accessory/storage/black_vest/black_leg_pouch, +/obj/structure/sign/safety/maint{ + pixel_x = 12; + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"aGc" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aGd" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aGe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/abyssal/interior/corridor_west) +"aGf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aGh" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aGi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/obj/structure/sign/poster/pinup{ + pixel_x = -30 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGj" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrowncorners2, +/area/abyssal/interior/corridor_west) +"aGk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/abyssal/interior/corridor_west) +"aGl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Executive Coordinator Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aGm" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aGn" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGo" = ( +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGq" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGr" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aGt" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aGu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGv" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_west) +"aGw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aGx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aGy" = ( +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"aGz" = ( +/obj/structure/machinery/atm{ + pixel_y = 32 + }, +/obj/item/tool/pen/green, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aGA" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"aGB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"aGC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Ancillery Storage" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aGD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"aGE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/strata{ + dir = 1; + name = "\improper Janitorial Closet" + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aGF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aGG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"aGJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aGK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGL" = ( +/obj/structure/closet/crate/green, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aGO" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -2 + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aGP" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aGQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aGS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aGU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aGV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2, +/area/abyssal/interior/corridor_west) +"aGW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aGX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aGY" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aGZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHa" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_3"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aHb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aHc" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aHd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aHe" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 27 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"aHf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/corridor_west) +"aHg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = -1; + pixel_x = -1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aHh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aHi" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/corridor_west) +"aHj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aHk" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aHl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/abyssal/interior/corridor_west) +"aHm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/noticeboard{ + desc = "The note is haphazardly attached to the cork board by what looks like a bent firing pin. 'The order has come in to perform end of life service checks on all L42A service rifles, any that are defective are to be dis-assembled and packed into a crate and sent to to the cargo hold. L42A service rifles that are in working order after servicing, are to be locked in secure cabinets ready to be off-loaded at Chinook. Scheduled end of life service for the L42A - Complete'"; + pixel_y = 29 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"aHo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/north, +/area/abyssal/interior/galley) +"aHp" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aHq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aHs" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aHt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aHu" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aHv" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aHw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHx" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"aHy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/conveyor_switch{ + id = "abyssal_garbage" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aHz" = ( +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aHA" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aHB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/goggles/highchance, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aHC" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aHD" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aHE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aHF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aHG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aHH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/item/device/lightreplacer, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHI" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aHM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aHO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aHP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/emcloset, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHS" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aHT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aHV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aHW" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_west) +"aHX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aHY" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aHZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aIb" = ( +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/powercell, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aId" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aIe" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aIf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_1) +"aIj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIk" = ( +/obj/structure/sign/safety/hazard{ + pixel_y = 32; + pixel_x = 12 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aIl" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = 16; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 2; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aIm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aIo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 9; + pixel_x = -22 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIp" = ( +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/solar_control_south) +"aIt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aIu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIv" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"aIw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aIy" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIz" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/goggles, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/technology_scanner, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"aIB" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aIC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aID" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIH" = ( +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"aII" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aIJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"aIK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aIL" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aIM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aIN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aIO" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIP" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aIQ" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"aIR" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/liaison) +"aIS" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/liaison) +"aIT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aIU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aIV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aIY" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aIZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aJa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"aJb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"aJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aJd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aJh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJi" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"aJj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aJk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/cabinet, +/obj/item/storage/briefcase, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJl" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = -11 + }, +/obj/structure/machinery/computer/emails{ + pixel_x = 6 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aJm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aJn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aJo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aJp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aJq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aJr" = ( +/obj/effect/landmark/queen_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aJs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/door/airlock/prison/horizontal{ + name = "\improper Executive Coordinator Quarters" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJu" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aJw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"aJy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aJz" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aJA" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"aJB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/conam{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"aJC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"aJD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJE" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aJF" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aJH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aJJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aJK" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"aJL" = ( +/obj/item/trash/cigbutt, +/obj/item/frame/table/wood/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"aJM" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aJN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aJO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aJP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aJR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJW" = ( +/obj/structure/monorail{ + dir = 9; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aJX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aJY" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aJZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky{ + pixel_x = -9 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 7 + }, +/obj/item/clothing/accessory/patch/conam_patch{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aKa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKb" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aKc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aKe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aKf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aKg" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aKh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"aKi" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aKj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aKk" = ( +/obj/structure/machinery/landinglight/delayone, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aKl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aKm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aKn" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aKo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 32 + }, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/largecrate/empty/case{ + pixel_x = 4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aKq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"aKr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"aKs" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"aKt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aKu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aKv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"aKw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aKx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aKz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"aKA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/liaison) +"aKB" = ( +/obj/structure/sign/poster/kellandmining{ + pixel_y = 38; + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aKC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"aKD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/iv_drip{ + pixel_y = 10; + pixel_x = -3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKG" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aKH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKI" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aKL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aKM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/machinery/vending/cola{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aKN" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"aKO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aKP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aKQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aKR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aKS" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aKT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aKU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aKV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aKW" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"aKX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aKY" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aKZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aLb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aLc" = ( +/obj/item/stack/cable_coil/yellow, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aLd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aLe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aLf" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/stack/rods, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aLh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aLi" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLj" = ( +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aLl" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aLm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/command) +"aLn" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"aLo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aLp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLr" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"aLs" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aLt" = ( +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/item/device/binoculars/civ, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aLu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLv" = ( +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aLw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aLz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aLC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"aLD" = ( +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/arrivals) +"aLE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/arrivals) +"aLF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLG" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLH" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aLI" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aLJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aLK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aLL" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -3; + dir = 1 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLN" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 1; + pixel_y = -32 + }, +/obj/structure/sign/safety/south{ + pixel_x = 15; + pixel_y = -32 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt1, +/area/abyssal/interior/corridor_west) +"aLO" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -4; + layer = 3.8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aLP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aLQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/arrivals) +"aLR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aLS" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aLT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aLU" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aLV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aLW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aLX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"aLY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aLZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aMe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aMf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/greencorner/east, +/area/abyssal/interior/medical) +"aMg" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aMh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aMi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aMj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"aMl" = ( +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aMm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/tool/portadialysis, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aMp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aMq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aMr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aMs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine/bravo{ + name = "\improper Airlock"; + req_access = null; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/arrivals) +"aMt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aMv" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_west) +"aMw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/arrivals) +"aMy" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aMz" = ( +/obj/structure/pipes/vents, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aMA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -4; + layer = 3.8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aMB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aMC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aMD" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aME" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aMF" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aMG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/prison, +/area/abyssal/interior/telecomms_1) +"aMI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aMJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aMK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aML" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"aMM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"aMN" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aMO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aMR" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aMS" = ( +/obj/item/stack/sheet/metal{ + amount = 5; + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"aMT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/device/defibrillator{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aMU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 10; + pixel_x = -4 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 1; + autoname = 1; + req_one_access = null; + name = "\improper Atmospherics" + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aMW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aMX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/safety/hazard{ + pixel_x = -17; + pixel_y = -8 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aMY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aMZ" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aNa" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aNb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aNc" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aNd" = ( +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aNe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"aNl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"aNm" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNn" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/west, +/area/abyssal/interior/galley) +"aNp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aNq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aNu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aNw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aNy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aNz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aNA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aNB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/solar_control_south) +"aNC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aND" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aNE" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aNF" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aNG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aNH" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/atmo) +"aNI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aNJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aNL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/bunkbed1{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aNM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aNN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aNO" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/engineering) +"aNP" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aNQ" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aNS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 31; + pixel_x = 29 + }, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aNT" = ( +/obj/structure/window/framed/abyssal/standard, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aNU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNX" = ( +/obj/structure/bed/roller, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aNY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/powercell, +/obj/item/stack/sheet/glass/reinforced{ + amount = 50 + }, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aNZ" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + dir = 4 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aOa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aOc" = ( +/turf/open/space, +/area/abyssal/oob) +"aOd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aOe" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aOg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aOh" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aOi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOj" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aOm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/roller, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOn" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOo" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aOp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOq" = ( +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOr" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOs" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aOt" = ( +/obj/structure/flora/pottedplant, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aOu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aOv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/abyssal/interior/galley) +"aOw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"aOx" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aOy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/paper_bin{ + pixel_x = 7 + }, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/abyssal/interior/telecomms_1) +"aOB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aOC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aOD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aOG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_1) +"aOH" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/large_stain{ + pixel_x = 1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aOI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_1) +"aOK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/abyssal/interior/telecomms_1) +"aOM" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aON" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aOQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aOR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aOS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aOU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"aOV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 3 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"aOW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aOX" = ( +/obj/structure/closet/crate/medical{ + name = "medical crate (roller beds)" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aOY" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright"; + color = "#d3d3d3" + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aOZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottom"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"aPa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aPb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + color = "#f5e9db"; + pixel_x = 6 + }, +/obj/item/tool/soap{ + pixel_x = -2 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime2" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/abyssal/interior/corridor_west) +"aPc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"aPd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aPf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aPg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aPi" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aPk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"aPl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"aPm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aPn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPp" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"aPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aPr" = ( +/obj/structure/bed/chair/comfy/teal, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aPs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"aPt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aPu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/powercell, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aPv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aPw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPy" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aPz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aPA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aPB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aPC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"aPD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"aPE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"aPF" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aPG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"aPH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 10 + }, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"aPI" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/abyssal/interior/galley) +"aPJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/obj/structure/tunnel/maint_tunnel, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"aPK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"aPL" = ( +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"aPM" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"aPN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aPP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"aPQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPR" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aPT" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aPU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aPV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPW" = ( +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aPX" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aPY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aPZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aQb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_west) +"aQc" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aQd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQe" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aQf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQh" = ( +/obj/structure/pipes/binary/pump/high_power/on{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/southwest, +/area/abyssal/interior/atmo) +"aQi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQj" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/cyan, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/atmo) +"aQk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aQn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aQo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aQp" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_south) +"aQq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = -11; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/abyssal/interior/galley) +"aQr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"aQs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aQt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aQu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aQv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aQw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQx" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aQy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aQz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aQB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aQC" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aQD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aQE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/life_support{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aQG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aQJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aQL" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQM" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aQN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"aQO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aQP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aQR" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aQS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aQU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aQW" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/corridor_west) +"aQX" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 38 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/abyssal/interior/galley) +"aQY" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aQZ" = ( +/obj/structure/displaycase, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aRb" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRc" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aRd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aRe" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aRf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"aRg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aRh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aRi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"aRj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"aRk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"aRl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"aRm" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = 8; + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aRn" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"aRo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRp" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/spawner/random/tool{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty"; + pixel_x = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aRt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"aRv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aRx" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRz" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aRA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aRB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRC" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRD" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRE" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aRG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aRH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + density = 1; + layer = 3.5; + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"aRI" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aRK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/dormitory) +"aRM" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aRN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"aRO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aRP" = ( +/obj/structure/closet/crate, +/obj/item/roller/bedroll, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRR" = ( +/obj/structure/machinery/door/airlock/strata/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aRS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aRT" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/maintenance/east) +"aRU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aRV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/telecomms_1) +"aRW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/weldpack{ + pixel_y = 15 + }, +/obj/item/clothing/head/welding, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2/north, +/area/abyssal/interior/corridor_west) +"aRX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aRZ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSb" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aSc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 27 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_south) +"aSd" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aSe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"aSf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/dormitory) +"aSg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/dormitory) +"aSi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aSl" = ( +/obj/structure/pipes/unary/outlet_injector{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aSm" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/obj/structure/machinery/meter, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aSn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aSr" = ( +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aSs" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aSt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSy" = ( +/obj/structure/pipes/standard/simple/visible/cyan, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aSz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSC" = ( +/obj/structure/machinery/door/airlock/strata/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/galley) +"aSD" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aSF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aSL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 4 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"aSM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"aSN" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aSO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"aSP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aSQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aSR" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"aSS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aST" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aSU" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/turf/open/floor/darkbrowncorners2, +/area/abyssal/interior/atmo) +"aSV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aSW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aSX" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aSY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"aSZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aTa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTb" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aTc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/arrivals) +"aTd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aTe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_south) +"aTf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_north) +"aTg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aTh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aTi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/folder/white{ + pixel_x = 6 + }, +/obj/item/clipboard{ + pixel_x = -8 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTk" = ( +/obj/structure/machinery/meter, +/obj/structure/pipes/standard/simple/visible{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aTl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/splint, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aTn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aTo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aTp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"aTq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aTr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aTs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aTt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"aTu" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aTv" = ( +/obj/effect/landmark/static_comms/net_one, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aTw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/obj/item/device/flash, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTz" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aTA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aTC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aTD" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aTE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/telecomms_1) +"aTF" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/sign/safety/rad_haz{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aTG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTI" = ( +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTJ" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aTK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/girder/displaced, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aTL" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTM" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aTN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aTO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aTP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aTQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/toy/deck/uno, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/abyssal/interior/security) +"aTS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"aTT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aTU" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/grille, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"aTV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aTW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aTX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aTY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aTZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUa" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aUb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/engineering) +"aUc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aUd" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUe" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aUf" = ( +/obj/structure/machinery/door_control{ + id = "engi_lockdown"; + name = "Cell Emergency Exit" + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/security) +"aUg" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aUh" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"aUi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aUj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aUk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/engineering) +"aUl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/vending/cola, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aUm" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUq" = ( +/obj/effect/decal/large_stain, +/obj/structure/pipes/standard/simple/visible/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aUr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aUs" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aUt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/waffles, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_west) +"aUu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUv" = ( +/obj/structure/pipes/standard/simple/hidden/universal{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aUw" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aUx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 26 + }, +/obj/structure/reagent_dispensers/forensictank{ + pixel_y = 41 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aUy" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 10 + }, +/turf/open/floor/darkbrowncorners2, +/area/abyssal/interior/atmo) +"aUz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"aUE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aUF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aUG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aUH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aUJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aUK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/gold_clock{ + pixel_y = 34 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aUM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aUN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aUO" = ( +/obj/structure/flora/pottedplant, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aUP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aUQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 10; + pixel_y = 2 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aUR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aUS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUT" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/atmo) +"aUU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/abyssal/interior/telecomms_1) +"aUV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aUW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aUX" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aUY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aUZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/south/grey/right, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aVa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_1) +"aVb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkredcorners2/north, +/area/abyssal/interior/security) +"aVc" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/engineering) +"aVd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVe" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVf" = ( +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aVh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aVj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_x = 30 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 11; + pixel_x = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 11; + pixel_x = -8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVn" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aVo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVp" = ( +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"aVq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/security) +"aVr" = ( +/obj/structure/largecrate/random/case/double, +/obj/item/storage/firstaid/toxin{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aVs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/uscm{ + pixel_y = 7 + }, +/obj/item/tool/stamp/hos{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/pen/red{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVt" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aVu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet, +/obj/item/roller/bedroll, +/obj/item/restraint/handcuffs, +/obj/item/restraint/handcuffs, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/security) +"aVv" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-j2" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aVy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aVz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aVA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"aVB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aVC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aVD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aVE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aVF" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aVG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aVH" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aVJ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVK" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/atmo) +"aVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aVM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aVO" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt1/east, +/area/abyssal/interior/corridor_central) +"aVP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVQ" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"aVR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkredcorners2, +/area/abyssal/interior/security) +"aVS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVT" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/donut_box, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"aVU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aVV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aVW" = ( +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aVX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aVY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aVZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"aWa" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"aWb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aWc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/atmo) +"aWe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"aWf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aWg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWi" = ( +/obj/structure/sign/safety/ammunition{ + pixel_x = 31; + pixel_y = 7 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 31; + pixel_y = -8 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"aWj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWk" = ( +/obj/structure/machinery/pipedispenser, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 7 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -2; + pixel_y = 30 + }, +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/atmo) +"aWl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"aWm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWn" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/atmo) +"aWo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/sign/poster/marshalls{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWp" = ( +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/arrivals) +"aWq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/security) +"aWr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"aWt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"aWv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWw" = ( +/obj/structure/pipes/trinary/mixer{ + dir = 8; + name = "Gas mixer N2/O2" + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/closet/emcloset, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aWz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"aWA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"aWC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/tool/pen{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/restraint/handcuffs, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aWE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aWF" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door" + }, +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"aWG" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aWH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"aWI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"aWJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/security) +"aWK" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_3"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"aWN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aWO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/security) +"aWP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aWR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aWS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aWT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/security) +"aWU" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/atmo) +"aWV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/security) +"aWW" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 9; + layer = 3 + }, +/obj/structure/machinery/meter, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkbrown2/northeast, +/area/abyssal/interior/atmo) +"aWX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"aWY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"aWZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"aXa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"aXc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXe" = ( +/obj/structure/pipes/standard/simple/visible, +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"aXh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_west) +"aXi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXl" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"aXm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"aXo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aXr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"aXt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXv" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aXw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"aXD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 9; + pixel_x = -27 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/maintenance/north) +"aXE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aXF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aXG" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/central) +"aXH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/maintenance/central) +"aXI" = ( +/obj/structure/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aXK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aXL" = ( +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/abyssal/interior/atmo) +"aXM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aXN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aXO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_central) +"aXP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aXR" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aXS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aXT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"aXU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"aXV" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aXW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aXX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aXY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aXZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aYa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/prison_hatch{ + req_one_access = list(104,106); + name = "\improper Armoury Hatch"; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aYc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/abyssal/interior/corridor_west) +"aYh" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYj" = ( +/turf/open/floor/grimy, +/area/abyssal/interior/dormitory) +"aYk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aYo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"aYp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aYq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/item/storage/pouch/magazine/pistol/large{ + pixel_y = -4; + pixel_x = -3 + }, +/obj/item/storage/pouch/magazine/large{ + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/security) +"aYr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYw" = ( +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"aYx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aYy" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/security) +"aYz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aYB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aYC" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYD" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aYE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYF" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_west) +"aYG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/engineering) +"aYH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYI" = ( +/obj/structure/closet/secure_closet/guncabinet{ + locked = 0 + }, +/obj/item/ammo_box/magazine/shotgun/buckshot, +/obj/item/ammo_box/magazine/mk45, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/security) +"aYJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/greencorner_bigtile, +/area/abyssal/interior/liaison) +"aYK" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/landing_zone) +"aYL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/corridor_east) +"aYO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aYP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"aYQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aYR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"aYS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"aYU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aYV" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/abyssal/interior/galley) +"aYY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"aYZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZb" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aZc" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"aZd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"aZe" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZf" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"aZg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"aZh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"aZi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/west, +/area/abyssal/interior/engineering) +"aZj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aZk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"aZm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/goo/goo_alt, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/arrivals) +"aZn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"aZr" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aZs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"aZt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt1/west, +/area/abyssal/interior/corridor_west) +"aZu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/structure/surface/table/woodentable, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/galley) +"aZv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"aZw" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"aZx" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"aZy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aZz" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"aZA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/abyssal/interior/galley) +"aZB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"aZC" = ( +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"aZD" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"aZE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZJ" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/dormitory) +"aZK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aZM" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"aZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"aZO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"aZP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZQ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"aZR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aZT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"aZU" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"aZV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZW" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"aZX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"aZY" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"aZZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"baa" = ( +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"bab" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bac" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"bad" = ( +/obj/structure/closet/cabinet/hybrisa/metal, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/obj/item/clothing/head/helmet/marine/veteran/ua_riot, +/obj/item/clothing/shoes/marine/brown/knife{ + layer = 3.01 + }, +/obj/item/clothing/shoes/marine/brown/knife{ + layer = 3.01 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/security) +"bae" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"baf" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/storage/bag/plants{ + pixel_y = -3 + }, +/obj/item/storage/bag/plants{ + pixel_x = 3 + }, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"bag" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"bah" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bai" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/corridor_central) +"baj" = ( +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"bak" = ( +/obj/structure/closet/cabinet/hybrisa/metal, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/sign/poster/marshalls{ + pixel_x = 30 + }, +/obj/item/clothing/under/rank/security, +/obj/item/clothing/under/rank/security, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/security) +"bal" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/weapon/gun/shotgun/pump{ + starting_attachment_types = list(/obj/item/attachable/stock/shotgun); + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/weapon/gun/shotgun/pump{ + starting_attachment_types = list(/obj/item/attachable/stock/shotgun); + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"bam" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_y = -7 + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/security) +"ban" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bao" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"bap" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"baq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bar" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bas" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bat" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bau" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"bav" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"baw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bax" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bay" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"baH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baJ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baL" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baM" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"baN" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"baP" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"baQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"baS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baT" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"baW" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"baX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"baY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"baZ" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel/oxygentank, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/circuitboard/machine/rdserver, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbe" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbg" = ( +/obj/structure/cable/yellow, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/oob) +"bbh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbi" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbj" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbm" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bbn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bbo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bbp" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bbs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbt" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"bbw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bbx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bby" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bbz" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bbA" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbB" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bbC" = ( +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bbD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bbF" = ( +/obj/item/shard, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bbH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bbK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bbL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbM" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbN" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbQ" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bbR" = ( +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbU" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bbV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bbW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bbX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bbY" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bbZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bce" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcf" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.5; + pixel_x = -17 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/tunnel/maint_tunnel, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bch" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bci" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bcj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bck" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bcl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/computerblack/computer3{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/shard, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bco" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcp" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"bct" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bcu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcw" = ( +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bcz" = ( +/obj/item/frame/table/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"bcA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bcB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"bcC" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bcD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bcE" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bcF" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bcH" = ( +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcI" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bcJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcL" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "robot"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bcN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"bcO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bcP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bcQ" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bcR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bcS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bcW" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bcX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bcZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bda" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bdb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdc" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bdd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bde" = ( +/obj/item/stack/cable_coil/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bdg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdk" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdl" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdn" = ( +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdo" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdp" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdq" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdr" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bds" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bdu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdv" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"bdw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"bdx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"bdD" = ( +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"bdE" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bdF" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bdG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdI" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdK" = ( +/obj/item/shard, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdM" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bdP" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bdR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bdS" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bdT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"bdU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bdV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bdW" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdY" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bdZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bea" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"beb" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bec" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"bed" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"bee" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bef" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"beg" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"beh" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"bei" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bej" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/corridor_central) +"bek" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bel" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bem" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"ben" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"beo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bep" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_central) +"beq" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ber" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bes" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"bet" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"beu" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"bev" = ( +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"bew" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bex" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bey" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bez" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"beD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"beE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"beG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"beI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"beK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"beL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"beM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"beN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"beO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"beP" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/aft) +"beQ" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"beR" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"beS" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"beT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beU" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beV" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"beX" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"beY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"beZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bfa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bfc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bfd" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"bfe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bff" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrown2, +/area/abyssal/interior/cargo) +"bfg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/coffee, +/obj/structure/sign/safety/galley{ + pixel_x = 36 + }, +/turf/open/floor/darkbrown2/southeast, +/area/abyssal/interior/cargo) +"bfh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfj" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfk" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bfl" = ( +/turf/open/floor/darkbrown2/west, +/area/abyssal/interior/cargo) +"bfm" = ( +/turf/open/floor/darkbrown2/east, +/area/abyssal/interior/cargo) +"bfn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/abyssal/interior/galley) +"bfo" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bfs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bft" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bfv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 37; + pixel_x = 9 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17; + pixel_y = -8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/darkbrown2/northwest, +/area/abyssal/interior/cargo) +"bfw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/noticeboard{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + desc = null; + name = "sticky notes" + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft{ + layer = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/abyssal/interior/cargo) +"bfx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkbrowncorners2/north, +/area/abyssal/interior/cargo) +"bfy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bfz" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bfA" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"bfB" = ( +/obj/structure/sign/safety/rad_shield{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/temphull, +/area/abyssal/interior/bunker) +"bfC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_east) +"bfD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bfE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/barricade/plasteel/wired, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfG" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bfL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bfM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"bfN" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bfO" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/structure/barricade/plasteel/wired, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/burger, +/obj/structure/closet/secure_closet/surgical{ + pixel_y = -28; + pixel_x = -1; + req_access = null + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/storage/firstaid/regular/empty, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/paper/colonial_grunts, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/wy_mre, +/obj/item/toy/deck/uno{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bfX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bfY" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bfZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"bga" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2/north, +/area/abyssal/interior/corridor_central) +"bgb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bgc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bgd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bge" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/optable{ + name = "Emergency Operating Table"; + desc = "A backup OR table, as a precaution if the crew were cut off from the medbay in an emergency. Unlikely this table has been sterile in years." + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgi" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/ceramic_plate, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/candle, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/dice{ + pixel_x = 3 + }, +/obj/item/toy/dice/d20{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgl" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"bgm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 13; + pixel_x = 8 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = 27 + }, +/turf/open/floor/darkbrown2/northeast, +/area/abyssal/interior/cargo) +"bgo" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bgp" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_central) +"bgq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"bgr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_east) +"bgs" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"bgv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/crumpled/bloody{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/paper/crumpled/bloody{ + pixel_x = -4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + welded = 1 + }, +/obj/item/toy/deck{ + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/vents/pump{ + welded = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgE" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/cargo) +"bgF" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bgI" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null; + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"bgK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/box/mre/wy{ + pixel_x = 3; + pixel_y = 5; + name = "\improper emergency ration pack" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgM" = ( +/obj/item/tool/crowbar/red{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = -11 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 7; + pixel_y = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = -14; + pixel_x = -15 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgQ" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/pen/blue, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bgT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bgU" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgV" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bgW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bgX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"bgY" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bgZ" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/solar_control_north) +"bha" = ( +/obj/structure/grille, +/turf/open/space/basic, +/area/abyssal/oob) +"bhb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"bhc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/buritto, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"bhh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bhj" = ( +/obj/structure/prop/misc/lit_cable, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhl" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + name = "\improper Communications Dome"; + req_access_txt = "100"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north) +"bhm" = ( +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_north) +"bhn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bho" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/engineering) +"bhp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll{ + dir = 1 + }, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bht" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhu" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 15 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"bhv" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"bhw" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"bhx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhy" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhz" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bhB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhC" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"bhD" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bhE" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bhF" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/item/stock_parts/smes_coil{ + name = "Solar Lattice"; + desc = null + }, +/turf/open/floor/engine, +/area/abyssal/exterior/fore) +"bhG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bhH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bhI" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"bhJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bhL" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_east) +"bhM" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"bhN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bhO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bhP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"bhQ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/shard{ + layer = 2.9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bhR" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bhS" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"bhT" = ( +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_east) +"bhU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"bhV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"bhW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"bhX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"bhY" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bhZ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bia" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bib" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bic" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bid" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bie" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_x = 32 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bif" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"big" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bih" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bii" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/abyssal/interior/galley) +"bij" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_east) +"bik" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"bil" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bim" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bin" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bio" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bip" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"biq" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bir" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bis" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/storage{ + pixel_y = 32; + pixel_x = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"bit" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_east) +"biu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_east) +"biv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"biw" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"bix" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"biy" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"biz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"biA" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"biB" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_east) +"biC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"biD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/obj/structure/bed/chair, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"biE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"biG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"biH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"biI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_central) +"biJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"biK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biM" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_central) +"biN" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"biO" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_central) +"biP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"biQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"biR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"biS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"biT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_central) +"biU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"biV" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"biW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"biX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"biY" = ( +/obj/structure/bed/bedroll{ + desc = "A bed of cotton fabric, purposely made for a cat to comfortably sleep on."; + name = "cat bed" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"biZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkred2, +/area/abyssal/interior/security) +"bja" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"bjd" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bje" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/security) +"bjf" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"bjg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/security) +"bjh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/security) +"bji" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bjj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"bjk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/patch/conam_patch{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/abyssal/interior/galley) +"bjl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 3; + pixel_x = -5; + layer = 2.9 + }, +/turf/open/floor/station/metal/floor/southwest, +/area/abyssal/interior/corridor_central) +"bjm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/ashtray/glass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/crowbar, +/obj/structure/surface/table/almayer, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_central) +"bjr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/large_stain, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjs" = ( +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"bjt" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -4 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"bju" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"bjv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"bjw" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bjx" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bjy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bjz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bjA" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bjB" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"bjC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"bjD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/cargo) +"bjE" = ( +/obj/structure/window/framed/abyssal/standard/cell, +/turf/open/floor/engine, +/area/abyssal/interior/security) +"bjF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"bjG" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bjH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"bjI" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"bjJ" = ( +/obj/item/toy/syndicateballoon, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/gonzo) +"bjK" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "greenshift1" + }, +/turf/open/space/basic, +/area/abyssal/oob) +"bjL" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkred2/east, +/area/abyssal/interior/arrivals) +"bjM" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/solar_control_south) +"bjN" = ( +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_south) +"bjO" = ( +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/terminal{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_south) +"bjP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_central) +"bjQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjR" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_central) +"bjT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bjU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north_west) +"bjV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/abyssal/interior/solar_control_north_west) +"bjW" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 27 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/solar_control_north_west) +"bjX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/solar_control_north_west) +"bjY" = ( +/obj/effect/decal/large_stain{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/item/stool{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/solar_control_north_west) +"bjZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "solar"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/terminal, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/solar_control_north_west) +"bka" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/solar_control_north_west) +"bkb" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/solar_control_north_west) +"bkc" = ( +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north_west) +"bkd" = ( +/obj/structure/machinery/door/airlock/external/colony{ + unslashable = 1; + unacidable = 1; + health = 100000; + locked = 1; + no_panel = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bke" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/exterior/fore) +"bkf" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/arrivals) +"bkg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bkh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/medical) +"bki" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"bkj" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/medical) +"bkk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"bkl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = -30 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/corridor_east) +"bkm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_east) +"bkn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"bko" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "med_lockdown"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"bkp" = ( +/turf/open/floor/greencorner/north, +/area/abyssal/interior/medical) +"bkq" = ( +/obj/structure/machinery/door_control{ + id = "med_lockdown"; + name = "Medical Exit" + }, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/medical) +"bkr" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"bks" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"bkt" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"bku" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_central) +"bkv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/hydro) +"bkw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"bkx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_central) +"bky" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"bkz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/alien/resin/sticky, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bkA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"bkB" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"bkC" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/central) +"bkD" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/telecomms_1) +"bkE" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/solar_control_north_west) +"bkF" = ( +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/solar_control_north_west) +"bkG" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/solar_control_north_west) +"bkH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "abyssallockdown"; + name = "Emergency Lockdown"; + needs_power = 0; + unacidable = 1; + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"bqz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"buf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"bus" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"byJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"bKE" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/landing_zone) +"bOR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/abyssal/interior/landing_zone) +"bQk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/abyssal/interior/engineering) +"bTn" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/platform_decoration/metal/almayer/northeast, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"bUG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"bVc" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"ceG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"coi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + pixel_y = 26 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cuI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cvu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/landing_zone) +"cyX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"cAF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/structure/prop/misc/lit_cable, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/station/metal/floor/alt1/north, +/area/abyssal/interior/corridor_central) +"cJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"cPi" = ( +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/prison/darkyellow2/east, +/area/abyssal/interior/engineering) +"cPG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cTK" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/prison/whitegreen/west, +/area/abyssal/interior/medical) +"dgD" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"dgW" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"don" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"dqa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"drf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"dNf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"dVs" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/prison/whitegreencorner/east, +/area/abyssal/interior/medical) +"dWi" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"dZy" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"eaa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"efd" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"eBG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"eEK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"eKj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"eSo" = ( +/obj/structure/machinery/door/airlock/external/colony{ + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/landing_zone) +"eZQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"fad" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"ffv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/abyssal/interior/medical) +"foo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"frG" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"fst" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"fzB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"fzT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"fAQ" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/abyssal/interior/medical) +"fFi" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"fOG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"fRQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/tank/oxygen/red, +/obj/item/tank/oxygen/red, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/abyssal/interior/landing_zone) +"fVT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"fXi" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"fYU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"gep" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"gev" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"ghw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/device/healthanalyzer, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/green/southwest, +/area/abyssal/interior/medical) +"ghC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"gkc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"goy" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"gpD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"gzH" = ( +/turf/open/floor/greencorner, +/area/abyssal/interior/medical) +"gAj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"gFG" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/plants{ + pixel_x = -3 + }, +/obj/item/tool/scythe, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"gGc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/abyssal/interior/landing_zone) +"gHR" = ( +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"gIj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/prison/ramptop/east, +/area/abyssal/interior/landing_zone) +"gKi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"gMZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"gTx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door_control/abyssal_lockdown{ + name = "Emergency Lockdown - Lift"; + needs_power = 0; + light_color = "#D2E3EC"; + light_on = 1; + light_range = 2; + id = "abyssallockdown"; + pixel_y = 2 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"gWU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"hfv" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"hhf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/abyssal/interior/engineering) +"hmc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"hxE" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/prison/whitegreencorner/north, +/area/abyssal/interior/medical) +"hHp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"hIV" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"hPd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/northeast, +/area/abyssal/interior/hydro) +"hRB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"hVT" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/abyssal/oob) +"iev" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"ihb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreencorners2, +/area/abyssal/interior/hydro) +"inB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/abyssal/interior/telecomms_2) +"isn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"ivy" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"izv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"iDj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"iIK" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"iMV" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/greenfull, +/area/abyssal/interior/medical) +"iNH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"iRK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/ramptop/north, +/area/abyssal/interior/landing_zone) +"iVL" = ( +/obj/structure/machinery/floodlight/landing/floor{ + light_color = "#D2E3EC"; + color = "#D2E3EC" + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"jbJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/southeast, +/area/abyssal/interior/hydro) +"jcl" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/platform_decoration/metal/almayer/southwest, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"jcn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"jdN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"jmv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"jmB" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"joy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"jpo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"jxF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"jyJ" = ( +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/abyssal/interior/engineering) +"jHz" = ( +/obj/item/prop/almayer/comp_closed{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"jRX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"jXg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"jZI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/abyssal/interior/engineering) +"kdm" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/engineering) +"kdE" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/darkgreen2/northwest, +/area/abyssal/interior/hydro) +"kdY" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"kfx" = ( +/obj/structure/machinery/light/small/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tool/screwdriver, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/abyssal/interior/landing_zone) +"kgw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/red/southeast, +/area/abyssal/interior/landing_zone) +"klB" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"koT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"kyW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"kDJ" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/corridor_east) +"kHo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreencorners2/north, +/area/abyssal/interior/hydro) +"kHD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"kHI" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"kMj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"kMt" = ( +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"kZG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 9; + pixel_x = -5; + layer = 2.9 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"lhR" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"llg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"llv" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"lmL" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"lvJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"lyu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"lzt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"lzw" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"lDs" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"lGD" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"lKb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"lRc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"lRM" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"lSg" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/sign/safety/waterhazard{ + pixel_x = 15; + pixel_y = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/sign/safety/hazard{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkgreen2/northwest, +/area/abyssal/interior/hydro) +"lWH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"lWN" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"lXR" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/platform_decoration/metal/almayer/southwest, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"mgh" = ( +/obj/structure/pipes/vents, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"mmh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/black, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/redcorner/east, +/area/abyssal/interior/landing_zone) +"mmi" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"mvA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_central) +"mvG" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/sign/poster/conam{ + pixel_x = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"mww" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"mLg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"mWf" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/abyssal/interior/engineering) +"nay" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"naZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/station/metal/floor/southeast, +/area/abyssal/interior/corridor_west) +"nnq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/station/metal/floor/alt2/west, +/area/abyssal/interior/corridor_west) +"nnw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/northeast, +/area/abyssal/interior/telecomms_2) +"nsj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"nvz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"nNq" = ( +/obj/structure/machinery/suit_storage_unit/compression_suit{ + needs_power = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/landing_zone) +"nRt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/whitegreen/north, +/area/abyssal/interior/medical) +"nZf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"ocT" = ( +/obj/structure/machinery/landinglight/delaythree, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"odT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"ogo" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"olJ" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/engineering) +"oSj" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"oVu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"oZd" = ( +/obj/structure/machinery/vending/hydronutrients, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"oZn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/darkgreen2/southeast, +/area/abyssal/interior/hydro) +"paB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"pdu" = ( +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/corridor_east) +"pdL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"pkb" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8; + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/empty/secure{ + pixel_y = 8; + layer = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"prf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"prL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"psr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"puU" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen, +/turf/open/floor/prison/red/southwest, +/area/abyssal/interior/landing_zone) +"pvt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-j2" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/north) +"pxi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"pxv" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"pyS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/hydro) +"pzb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/waffles, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"pBu" = ( +/obj/structure/machinery/optable, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/prison/whitegreenfull, +/area/abyssal/interior/medical) +"pCP" = ( +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"pDf" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"pOR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"pQN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"qdj" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"qji" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -13; + pixel_y = -44 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"qrV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/redcorner, +/area/abyssal/interior/landing_zone) +"qzO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"qCT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"qFv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/spycam_start, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"qSs" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/item/device/flashlight/lamp{ + pixel_y = 2; + pixel_x = 1; + layer = 2.96 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"qSz" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/hydro) +"rbw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/waterhazard{ + pixel_x = 37 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"rmy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/abyssal/interior/telecomms_2) +"roH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"rsl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"rFF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/green/northwest, +/area/abyssal/interior/medical) +"rMh" = ( +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"rND" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"rPC" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/north, +/area/abyssal/interior/medical) +"rQI" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"rUM" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"rWK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"rXX" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/shiva/radiator_tile2, +/area/abyssal/interior/landing_zone) +"rYy" = ( +/obj/item/shard, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_east) +"skp" = ( +/obj/structure/machinery/vending/hydroseeds, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"snK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"soB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/red/east, +/area/abyssal/interior/landing_zone) +"suS" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"syh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_west) +"sCF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"sHj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"sLo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/minihoe{ + pixel_y = -4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"sTn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"sUH" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/medical) +"tcB" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/abyssal/interior/engineering) +"tdZ" = ( +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"teQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/green/northeast, +/area/abyssal/interior/medical) +"tgy" = ( +/obj/structure/largecrate/empty/secure{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"tkU" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/sterile_white, +/area/abyssal/interior/medical) +"tng" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/engineering) +"tny" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkyellow2/west, +/area/abyssal/interior/engineering) +"tnI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"trU" = ( +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"ttE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/floor/green/southeast, +/area/abyssal/interior/medical) +"tuQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tES" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"tJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"tOg" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"tTP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"tVe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/engineering) +"tVP" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/abyssal/interior/engineering) +"ucD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"ugo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkgreencorners2, +/area/abyssal/interior/hydro) +"uhW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkgreen2/north, +/area/abyssal/interior/hydro) +"uoa" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/prison/red, +/area/abyssal/interior/landing_zone) +"uoR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/stack/medical/advanced/bruise_pack/upgraded, +/obj/item/stack/medical/advanced/ointment/upgraded{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/green, +/area/abyssal/interior/medical) +"uva" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/landing_zone) +"uEg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/hunk{ + pixel_x = -25; + pixel_y = 10 + }, +/obj/item/tool/shovel/etool{ + pixel_x = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/hydro) +"uEA" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/redfull, +/area/abyssal/interior/landing_zone) +"uKJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"uLT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"uMz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"uPj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/darkgreen2/east, +/area/abyssal/interior/hydro) +"uSc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16; + pixel_y = 7 + }, +/obj/structure/sign/safety/airlock{ + pixel_x = -16; + pixel_y = -7 + }, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"uTK" = ( +/obj/item/tool/shovel/etool{ + pixel_x = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/abyssal/interior/landing_zone) +"uYB" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/misc/lit_cable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3, +/area/abyssal/interior/corridor_east) +"vdz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"vdF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"vpL" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = -8; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/medical) +"vsY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/redcorner/north, +/area/abyssal/interior/landing_zone) +"vwR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/sentry_landmark/lz_1/bottom_right, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/west, +/area/abyssal/interior/landing_zone) +"vDQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"vGs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) +"vIn" = ( +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"vMG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/ramptop/east, +/area/abyssal/interior/landing_zone) +"vSH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/abyssal/interior/landing_zone) +"vST" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/telecomms_2) +"wbg" = ( +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"wdY" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/south) +"wke" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"wlT" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 21; + density = 0 + }, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = -1; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_red, +/area/abyssal/interior/medical) +"wqS" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade{ + pixel_x = -4 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 4 + }, +/obj/item/tool/shovel/spade, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, +/turf/open/floor/darkgreen2, +/area/abyssal/interior/hydro) +"wrT" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"wtT" = ( +/obj/structure/pipes/standard/simple/visible/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/north, +/area/abyssal/interior/corridor_west) +"wvP" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"wHq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"wHJ" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/storage/surgical_tray, +/turf/open/floor/prison/whitegreen/east, +/area/abyssal/interior/medical) +"wKv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"wOo" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/abyssal/interior/engineering) +"wPd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/red/northwest, +/area/abyssal/interior/landing_zone) +"wTg" = ( +/obj/structure/machinery/seed_extractor, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"wVX" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/platform_decoration/metal/almayer/northeast, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -2; + pixel_y = 30 + }, +/turf/open/floor/plating/prison, +/area/abyssal/interior/landing_zone) +"xaa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"xbT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/east, +/area/abyssal/interior/medical) +"xdk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/alt3/west, +/area/abyssal/interior/corridor_west) +"xfl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-y" + }, +/turf/open/floor/station/metal/floor/northeast, +/area/abyssal/interior/corridor_west) +"xfF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/prison/red/northeast, +/area/abyssal/interior/landing_zone) +"xkT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor, +/area/abyssal/interior/corridor_west) +"xll" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/green/west, +/area/abyssal/interior/medical) +"xmB" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/tool/minihoe{ + pixel_x = 4 + }, +/turf/open/floor/darkgreen2/west, +/area/abyssal/interior/hydro) +"xpA" = ( +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"xqz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_plate, +/area/abyssal/interior/landing_zone) +"xuy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"xxL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/dark, +/area/abyssal/interior/hydro) +"xFp" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/central) +"xHX" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/north, +/area/abyssal/interior/landing_zone) +"xKP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/vert/grey, +/turf/open/floor/prison, +/area/abyssal/interior/landing_zone) +"xPY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/east, +/area/abyssal/interior/corridor_west) +"xYB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/station/metal/floor/northwest, +/area/abyssal/interior/corridor_west) +"xZn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/red/west, +/area/abyssal/interior/landing_zone) +"yca" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/floor/west, +/area/abyssal/interior/corridor_west) +"yhm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/telecomms_2) + +(1,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(2,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(3,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(4,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(5,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(6,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(7,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(8,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(9,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(10,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(11,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(12,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(13,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(14,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(15,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(16,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(17,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(18,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(19,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(20,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(21,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(22,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(23,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(24,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(25,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(26,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(27,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(28,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(29,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(30,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(31,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(32,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aoD +asf +aPi +aoD +asf +asf +asf +aad +asf +asf +asf +aPi +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(33,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +asf +asf +asf +aad +aPi +aPi +aPi +hVT +hVT +hVT +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(34,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aPi +asf +asf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +aPi +aac +aaf +aTq +aaf +aac +aac +alN +aac +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(35,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +bha +bha +bha +asf +asf +aPi +aPi +asf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +asf +aPi +aac +aaf +aaf +aaf +aaf +aac +aac +aaf +aaf +aaf +aaf +aac +aPi +aac +nNq +vSH +kfx +aYK +alW +alO +aaf +asf +asf +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(36,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +bha +asf +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +asf +asf +aac +aac +wVX +rQI +rQI +lXR +rXX +bKE +bTn +rQI +rQI +jcl +aac +aac +aac +asr +bOR +fRQ +aYK +alZ +alP +aaf +aPi +aPi +aPi +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(37,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aoD +asf +asf +asf +asf +asf +aPi +asf +asf +aPi +aPi +aPi +asf +asf +asf +aPi +aPi +asf +aPi +aPi +aPi +asf +asf +asf +asf +aac +aac +aac +aac +aaf +aaf +aac +aac +asp +ana +ana +ana +aok +aQB +ana +ahp +ana +ana +ana +lvJ +aYK +aYK +aaz +eSo +aaz +aYK +ama +aYK +alN +aPi +asf +asf +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(38,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aad +aPi +aPi +aTU +aTU +aTU +aPi +aPi +aPi +aPi +aPi +aoD +asf +aPi +asf +asf +asf +asf +asf +aPi +asf +asf +aPi +asf +aPi +asf +asf +asf +aPi +aej +aej +aej +aej +aej +aej +aPi +aPi +aac +aac +aYK +aYK +tJx +xZn +azw +azw +lzt +azw +azw +tnI +tnI +wrT +baa +lRM +baa +azw +qji +azw +baa +tgy +pkb +baa +eKj +tnI +uSc +lRc +gGc +aac +aac +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(39,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +adD +bhF +adD +asf +asf +asf +asf +asf +aoD +aPi +aPi +asf +asf +aPi +aPi +aPi +aPi +asf +asf +aPi +afQ +afQ +agr +agr +agr +afQ +afQ +avt +atX +atX +atX +aej +asf +asf +aac +aYK +aYK +wPd +mmh +aqg +soB +amj +amj +amj +anf +anf +anf +anf +anf +anf +anf +anf +anf +anf +amj +amj +amj +amj +amj +amj +ghC +ucD +prL +puU +aac +aac +aac +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(40,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +adD +adD +adD +ahe +adD +adD +adD +adD +adD +asf +aPi +asf +aPi +aPi +aPi +aPi +aik +aik +aik +aik +aPi +aPi +afQ +aKC +bgK +bgv +bgd +bfO +avF +avv +aeu +aeu +aqS +aej +aej +aej +aac +gGc +aro +trU +prf +jXg +aKN +aFl +aHp +ivy +lWN +aFl +jmB +afg +axq +aFl +aHp +lhR +lWN +aFl +aHp +lhR +lWN +aFl +aHp +afg +aKN +uKJ +qCT +fst +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(41,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +adD +aiB +aiB +aiB +adp +ajB +adp +aiB +aiB +aiB +adD +adD +aPi +asf +aPi +asf +asf +asf +aik +aiC +aPF +aik +aej +aej +afQ +aDf +bgL +bgw +bge +bfP +bfB +avv +ave +aeu +aud +apn +atg +asu +aaL +aam +arp +trU +aqE +anE +iVL +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +iVL +aot +alR +isn +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(42,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aPi +aPi +adp +aiB +aiP +aiP +aiP +akD +agQ +aiW +aiP +aiP +aiP +aiB +adp +aad +asf +aPi +aik +ajb +ajb +aik +aSl +ait +ail +aPU +apG +bkH +aDA +bgM +bgx +bgf +bfQ +avy +avx +avf +aeu +aeu +aeu +aeu +asv +aaL +abD +arq +lKb +aqE +axa +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +ajs +aon +aWF +azr +aWF +asx +asx +asx +asx +alm +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(43,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +adD +adD +aiB +aiB +aiB +adp +agQ +adp +aiB +aiB +aiB +adp +adD +aad +aik +aik +aik +aWk +aVr +aGa +aQc +aQc +ail +avN +avy +avy +aDX +bgN +bgy +bgg +bfR +avy +avy +avg +aeu +aeu +aeu +aeu +aen +aaL +aVt +arq +lKb +aqE +pxv +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +axe +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(44,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +adD +adD +adp +adD +adD +agQ +adD +adD +adp +adD +adD +asf +aik +aik +aiC +aiR +aWn +aVK +aUg +aSm +aQh +ail +aQF +avy +bhp +bhc +bgO +bgz +bgh +bfS +bfE +bfB +avi +auF +atk +atw +atk +asw +aaL +aHt +arr +wbg +aqG +aKk +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +akB +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(45,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +aiB +adp +adp +adp +aiB +adp +adp +agQ +adp +adp +aiB +adp +adD +asf +aik +aXI +ait +aXe +aWw +aVW +aUq +aSy +aQj +aMV +aVD +aJi +bhq +bhd +bgP +bgA +bgi +bfT +bfF +afT +avj +auG +aew +aew +arj +asy +beX +ayg +aru +aqT +aqG +ayA +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apx +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(46,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +agQ +adD +aiB +aiP +aiB +adD +asf +aik +aGa +aGa +aGa +aWK +ajd +aUv +aSU +aQI +aNH +atd +avy +bhr +bhe +bgQ +bgB +bgj +bfU +bfG +avy +aew +afi +aew +aew +aew +asz +aaL +aBO +arx +aqW +aqG +ocT +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +ayS +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +xHX +fst +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(47,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +ajE +adp +aiB +aiP +aiB +adD +asf +aik +aiC +aiC +aiR +aWU +aWd +aUy +aTk +ail +ail +avN +avy +bhs +bhf +bgR +bgy +bgk +bfV +bfH +avy +bfv +auH +aue +arR +aew +aep +aaL +aSL +axp +ard +aqG +aCX +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +axe +xHX +jxF +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(48,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aad +aPi +adp +agQ +bhH +ahw +ahw +ahw +ahw +ahw +ahw +bhG +akD +aiW +akJ +agQ +adp +aPi +aik +aXL +ait +aXe +aWW +aWf +aUT +ail +ail +aoe +awz +arb +bht +bhg +bgS +bgC +anx +bfW +bfI +avy +bfw +auJ +aui +bff +aex +asA +beY +xqz +foo +ard +aqG +aKk +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +akB +aKW +baj +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(49,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +ahe +adp +aiB +aiP +aiB +adD +asf +aik +aik +ail +ail +ail +aiR +aiR +ail +aOM +ajl +aVn +avy +bhu +bhh +bgT +bgD +bgm +bfX +bfJ +avy +avk +auK +aum +atx +aex +asA +beY +iRK +iRK +ard +aqG +ayA +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apx +aKW +baj +akY +aNa +akY +aOc +aOc +aOc +aOc +aRn +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(50,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +ahe +adD +aiB +aiP +aiB +adD +asf +asf +adT +aND +aRA +aSN +ayk +ayk +aRA +aid +acz +apr +avy +bfB +bhi +avy +avy +bfB +bfY +avy +avy +afz +auL +auo +atx +aex +asA +beY +iRK +iRK +ard +aqE +axa +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aPp +axk +uoa +aWF +azr +aWF +asx +asx +asx +asx +aJW +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(51,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +adD +aiB +adp +adp +adp +aiB +adp +adp +ahe +adp +adp +aiB +adp +adD +asf +asf +adT +aHr +ahI +ahI +ahI +ahI +ahI +ahI +asj +ahI +ahI +ags +ahg +agE +awH +awo +bfl +avG +bfl +bfx +aeK +aus +atx +aex +asA +beY +xqz +jdN +ard +aqE +aza +iVL +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +aAd +apd +iVL +apD +alS +baj +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(52,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +adD +asf +asf +adD +adD +adD +adD +ahe +bkc +bkE +bkE +bkE +bkE +aej +aej +aej +aHj +ahI +atH +aCj +aCj +abW +akC +aOu +ahW +afV +bhv +aFn +agE +awI +awp +avY +avI +avz +avl +auN +auo +aty +aew +aep +aac +aKp +asa +eEK +vwR +aqi +uEA +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axu +akv +apk +aEJ +axh +wHq +eaa +fst +akY +aNa +akY +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(53,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +adD +alf +ahw +ahw +bke +bkd +bka +bjX +bjU +bkE +aAq +aKO +ayk +aFV +ahI +ano +atf +atf +aqk +awT +adl +ahW +ahL +agw +xkT +agE +agE +awq +awa +avJ +aeK +bjD +auO +aut +atz +aew +asC +aac +aXU +arz +xfF +vsY +cvu +apQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amQ +amb +amb +amb +amQ +amQ +amQ +amb +amb +amk +amb +amb +fVT +qrV +gMZ +aac +aac +aac +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(54,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +aPi +abu +ahe +adD +adD +adp +bkG +bkb +bjY +bjV +bjT +aCK +ahI +ahI +ahI +ahI +afV +aHy +aYD +ajw +aMp +awA +ahW +afV +aEH +awP +awO +bgE +awt +awb +avL +avA +avo +auQ +auu +atA +aeB +asF +aac +sHj +arA +apw +fad +apm +apR +apb +apm +apm +apb +aoI +jmv +fzT +aZC +aZC +fzT +fzT +fzT +oVu +fzT +aZC +fzT +fzT +aml +fzT +fzT +fzT +kgw +aYK +aac +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(55,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aad +aPi +adp +ahe +adp +afZ +aga +bkE +bkF +bjZ +bjW +bkE +asq +ahI +kZG +gAj +gpD +afV +aYF +ary +aKd +azW +arV +aEZ +afV +byJ +awQ +agE +agE +awu +awc +auR +aeK +aEN +auR +auw +atB +aew +asI +aac +aaf +aaf +aac +aqH +aqj +apS +adh +xqz +xqz +beR +aoL +gHR +xqz +xqz +lKb +rsl +xqz +qFv +xqz +rsl +gHR +xqz +fst +amm +aDV +alU +alU +alU +aYK +aac +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(56,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adD +afZ +avc +aDB +afV +afV +afV +bkE +pdL +ahI +nnq +fYU +aXl +afV +afV +afV +amz +afV +afV +afV +afV +jRX +xkT +agE +awK +aww +awf +avO +auN +avq +auT +auo +atD +aew +asK +adT +aPi +aPi +aaf +psr +goy +apU +trU +pxi +xKP +iDj +aoM +aRH +aJZ +fOG +atS +gKi +vMG +gIj +vMG +roH +baj +hRB +fst +amp +ape +abU +aam +aFR +drf +aaf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(57,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aga +xYB +bjf +afV +aOd +bjF +yca +aZj +afn +yca +yca +wKv +aHF +aOo +aMX +aAZ +aTb +axH +mLg +aZW +aMv +aFB +agE +awL +bgn +awg +bfm +avB +bfm +auV +aux +bfg +aew +asA +adT +aPi +aPi +aaf +sHj +koT +mvG +adi +iIK +fFi +aZC +aZC +bjt +gTx +fzT +lKb +gKi +vMG +ani +vMG +roH +baj +xpA +baj +pCP +aAd +fXi +pDf +aAd +aYK +aac +asf +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(58,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alg +agD +akX +wtT +bhE +aAb +ban +bjG +xdk +vDQ +bUG +aXV +asQ +aZv +abz +asQ +ahJ +ahJ +aiu +wke +axt +aLR +aHW +aFB +aew +aew +aew +aew +aew +aew +aew +aew +aew +aew +aew +asL +aej +adT +adT +aac +aac +aac +aac +aac +aac +aac +aac +jHz +alU +uva +anV +auc +gKi +vMG +ank +vMG +roH +baj +xpA +ams +wvP +uTK +tdZ +tdZ +aac +aac +aac +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(59,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aga +xfl +ceG +aGv +xPY +kHD +syh +gev +aeX +ajO +xuy +dNf +axV +pzb +eBG +naZ +ahM +ahM +ahM +ahM +ahx +aFu +agW +arg +awx +arC +arC +arg +arg +arg +arg +atI +arg +asM +ase +arC +arC +arg +aqJ +aqm +apV +acU +acU +apn +aaL +art +tTP +odT +dgD +abK +gKi +vMG +anl +vMG +roH +afC +qdj +amv +bVc +tdZ +tdZ +aac +aac +asf +aPi +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(60,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +akU +ajm +ajF +ajF +akc +akt +akj +akc +ajF +ajF +ajm +aYB +bkD +ahM +ahM +ahM +aOA +aLV +ahM +aIk +jpo +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aZQ +aaN +aaN +aaN +aaN +aaN +arh +aqL +aqr +apW +apo +acV +apo +aaL +aaL +beO +aaL +aaL +aaL +rsl +vMG +vMG +vMG +aBp +aac +aac +aac +aAd +aAd +aac +aac +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(61,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +ahe +adp +afY +aSn +ajm +ajF +lSg +wTg +vdF +kMt +xmB +qSz +uEg +ajm +aTD +bkD +aOC +aTv +aRo +aOG +aMc +ahN +hHp +gWU +aMs +aLD +awB +apL +aLv +aCy +aBs +auW +auy +atL +asR +asR +asg +arI +aaN +arj +aqM +acU +adx +acU +acU +app +apc +aoP +abE +aom +abE +aaL +aFE +ann +ann +ann +aFE +aaL +aaK +aac +aaf +aaf +aac +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(62,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +ahe +adD +afY +aSn +ajm +kdE +kHo +akE +xaa +akd +akd +bkw +bkv +ajm +arW +bkD +aUU +aTB +aRq +aOJ +aMt +ahM +aIl +awR +agY +awM +awE +awh +avQ +aCE +aBR +auZ +aBg +atN +adH +asT +ayK +aZm +aaN +acU +acU +aaN +apX +aaT +aaN +aaN +aaN +aoQ +aoA +aoo +anX +aaN +anL +anD +ajy +aba +amS +aaN +amy +aaC +adD +adp +adD +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(63,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +aSo +ajm +oZd +kyW +sLo +ihb +uPj +rbw +kdY +ajm +ajm +aJg +bkD +aVa +aTC +aRS +aOJ +aMG +axs +acl +aFQ +afc +awN +arM +asX +akZ +aaT +adI +abF +aaT +atO +atl +asU +azi +ayG +aaT +aaT +aqO +aqt +apZ +apL +acX +aai +aaN +aaN +aaN +aaN +aaN +aaN +aku +aob +anq +ang +amT +aaN +wdY +aaF +azk +aGP +adp +aPi +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(64,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +aSp +ajm +skp +xxL +ugo +oZn +ajP +ajP +ajP +ajm +aId +axM +bkD +bkD +aTE +aRV +aOL +aMH +axs +auU +aFZ +aaT +aaT +aCL +awk +aoq +aaT +aCb +aBw +abF +atO +atp +aaT +ash +arN +arE +agm +aqP +aqu +aoY +anh +anh +apq +acr +aoR +azn +aTc +anY +acr +anN +anF +aje +anh +amV +aaO +suS +aaC +adp +amc +adD +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(65,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +agq +bqz +ajm +ara +iNH +vIn +akw +ajP +aPi +afY +ajj +ajn +ayj +ahS +bkD +bkD +bkD +aIi +ahP +ahP +aIC +aMR +aaT +aaT +awF +asZ +avS +avD +aCn +aBN +abF +atP +atq +asW +asi +arO +arF +ark +aqR +apC +aqa +apM +apC +aps +aEj +aoS +aoB +aop +anZ +aEj +anP +anG +anr +agv +amX +aaN +amJ +aaH +adp +amc +adD +asf +asf +asf +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(66,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +agq +bqz +ajm +adn +pyS +rND +akw +aPi +aPi +afY +aFI +axJ +aBK +aGW +akH +awi +avh +aPh +avh +aHu +aaW +awJ +aaT +aaT +awG +awm +avT +aaT +aaT +aaT +aaT +atQ +arM +asX +arM +arP +aaT +aaT +aCz +aqx +aqc +apN +apE +apu +aaT +aoU +aoC +aoq +aoa +aaT +abV +anI +ant +abb +amY +aaN +amM +aaH +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(67,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +agQ +agq +bqz +ajm +coi +bjH +vIn +akw +asf +asf +afY +aJY +ahI +ahI +aGY +ahI +ahI +ahI +ahI +ahI +ahI +adC +acv +aaT +aaT +aaT +aaT +aaT +aaT +avr +ava +auz +ats +ats +asY +asm +arS +aaN +aaN +aaN +aaN +aaN +aaN +aaN +aFq +aaT +abF +abF +abF +abF +aaT +aaT +abF +aaT +abF +aaT +aaN +amN +aaH +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(68,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +adp +ahe +adp +afY +aSt +ajm +aWZ +buf +rND +akw +asf +asf +afY +aTF +ahI +aff +aHb +aGT +aGQ +aGL +aYg +alX +afV +aqD +aSr +aax +acR +afr +atR +anm +aaT +avs +auB +auB +atU +aeC +asZ +aso +arU +apF +arl +aqf +aqA +aqe +adk +aaN +apy +aaT +aoW +aoE +aWp +aLE +aaT +aoF +aBt +aPA +aPA +ago +aaN +amM +aaH +adD +amc +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(69,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alf +aDd +agQ +afY +bqz +ajm +lyu +buf +wqS +ajP +asf +asf +agq +aZr +ahI +aRW +aHd +aGU +aGS +aGM +aim +akq +afV +adF +arZ +aIe +axP +arZ +alk +afo +aaT +avs +awU +auC +atW +aaT +atc +ass +arY +aaN +aqM +aqS +aqB +aqf +apO +apF +apz +api +aoZ +aoG +anJ +aoc +avw +aoN +anJ +aMx +aQr +ayO +aaN +amM +aaH +abu +amc +abu +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(70,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +afY +bqz +ajm +lmL +iNH +baf +ajP +asf +asf +agq +aZr +ahI +aHm +aHf +aGj +afV +aGN +aGh +aGe +afV +aKB +aGg +aXq +aeW +aeW +aNF +aWY +aeD +aUR +aaN +aaN +aaN +aaN +ado +ado +ado +acE +acE +acE +acE +acE +acE +aaN +apB +apj +aCr +aCr +aCr +aLQ +aaT +aHe +awj +any +aaN +aaN +aaN +amy +aaH +adD +amc +abu +aPi +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(71,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +aPi +afY +pvt +paB +uhW +nay +gFG +ajP +asf +asf +agq +aZr +ahI +aHq +aGU +afV +afV +afV +aGH +aGf +afV +aHa +aJQ +aUt +aGJ +ahV +aSY +aqs +axX +aXg +aWb +aMF +aDD +aBC +aJJ +aos +aed +aaD +auk +acx +axc +akn +ado +aaT +bkf +aFy +bjL +aci +amH +aaN +aaN +aaN +aaN +anA +abc +aaU +amR +amP +aaH +adD +amc +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(72,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +adp +asf +afY +aSu +ajm +cJx +mgh +lGD +akw +asf +asf +afY +aEK +ahI +aHs +aHi +aGV +afV +aGO +aGK +aGG +aGC +aZD +aGm +aGR +afV +afV +afV +afV +aeD +aeD +aeD +aeD +aeD +acE +avm +aap +aHk +ayF +avU +aTd +aap +aiw +acE +aaN +aaN +apI +aaN +aaN +aaN +aaN +anS +anR +anK +anB +dWi +amZ +aaH +aaH +aaH +adp +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(73,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aTU +adD +adD +ahe +adp +afY +afY +aSv +ajm +cuI +nvz +hmc +akw +asf +asf +afY +aWG +ahI +aGk +aHl +aGe +aGi +ahW +ahX +ahW +afV +amx +arX +aXQ +afv +aTn +anb +atu +aZt +aLb +afn +axW +ajD +ado +ari +aul +aPT +acn +acn +aiY +aNG +aIM +acE +apH +vdz +tES +anK +anR +aow +aod +anT +aaH +aaH +aaH +aaH +aaC +aaH +adD +adp +adD +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(74,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +alf +ahw +ahw +aDd +afY +afY +aSz +aSw +ajm +kMj +akK +rND +akw +asf +aPi +afY +agA +ahI +ajf +ahI +ahI +ahI +afV +afV +afV +afV +aQA +awV +agw +agH +ags +aCh +aFG +alT +abT +aRw +aSr +aNy +ado +aVH +asN +azC +azg +aDz +aiY +adJ +aVv +acE +apK +aPq +apl +aaH +aaH +aaH +aaH +aaH +aaH +amc +amc +amc +amc +amc +amc +amc +amc +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(75,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +adp +ahe +adp +adp +adp +afY +aSF +aSA +aiK +ajm +hPd +jcn +jbJ +akw +aPi +aPi +afY +acW +aaJ +asn +anc +amG +ahI +asl +afV +aao +afV +atK +azP +aCv +afZ +afZ +afZ +afZ +afV +aXh +aFK +aeW +aqN +ado +aVQ +anW +aMi +aCW +aCW +aiY +aap +avU +acE +acE +apI +acE +acn +amc +amc +amc +amc +amc +amc +adD +adD +adD +adD +adD +adp +adD +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(76,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +adp +ahe +alu +afY +afY +afY +aSG +akW +akW +aju +aSh +aSd +akF +ake +ake +ake +afY +afu +aiK +aiK +aiK +auq +ahI +aPb +aKl +axw +afV +ahR +aeW +ace +aga +aPi +aPi +aga +aPu +ane +avb +auD +ahv +age +ajU +anW +aCG +bih +big +aUJ +aVN +ado +ado +aZu +aeO +aVB +acn +amc +adD +adD +adD +adD +adp +adD +asf +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(77,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +alr +aln +ali +aSH +akW +arQ +aZJ +aSa +ajp +ajt +avX +aGt +arQ +aNL +aRt +ajp +aji +aiK +aiI +ahI +aua +aLY +alE +aoV +aiF +aeW +aeJ +aga +asf +asf +aga +aHB +agT +aMY +amo +ath +aAp +aGw +asN +aCG +akg +aiX +aJM +afU +auk +aBk +aST +aUI +awC +acn +amc +adp +aPi +aPi +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aoD +aoD +aPi +aoD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(78,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +alv +als +alo +all +aSH +akW +aDw +ajp +aSa +akL +ajt +aRP +ahG +ajp +avZ +ajH +aRp +aiK +aiK +aiS +ahI +afV +afV +axy +afV +aWz +aQC +aeJ +aga +aPi +aPi +aga +aUO +atj +avd +acf +ahv +aur +ajU +anW +aCG +bjk +aCQ +aUJ +aap +ado +ado +are +ayU +aCY +aco +amc +adD +aoD +adD +adD +adp +adD +adD +adD +adp +adp +adD +adD +adD +adp +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(79,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +ahe +agq +alt +alq +ali +aSH +akW +arQ +ajp +akQ +arf +ajQ +ajt +aRI +ajt +ajQ +amO +aRr +aiK +aFx +aiS +ahI +amr +aqd +ahZ +afV +aRO +aSr +aLN +afZ +afZ +afZ +afZ +afV +aXh +afq +auE +aMg +ado +aVQ +akS +aJj +aPT +aTJ +aqQ +aYO +aHk +ado +aeF +avR +amK +aco +aGP +adD +aoD +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(80,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +ahe +afY +afY +afY +afY +aSI +akW +aLo +ajt +aSi +aSf +aRQ +aRy +aOh +aRy +aRy +aRu +aeV +aiK +ayf +aiU +ahI +afV +afV +afV +afV +aTm +asQ +avC +aQb +avC +aFo +aWQ +atG +atE +aeW +aSr +aeJ +adq +aMZ +aET +aDZ +ars +aes +aUJ +agU +aXv +adq +aBf +anv +aEi +acp +beP +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(81,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +afY +aSJ +akW +akW +adM +ajp +aSg +aLH +aju +aju +aRJ +ajI +ajI +aju +aiK +ayf +ahI +ahI +axU +axI +axz +afV +aVx +aeW +agw +agH +agw +aeW +amt +aay +aOf +aeX +aeX +abX +adq +aHk +aws +aCG +bil +aPX +aUJ +aLa +avU +adq +aEk +amW +aPI +acn +amc +adD +asf +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(82,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +adp +adp +afY +aSK +aSB +akW +aju +aju +aKj +aRX +aju +ame +ajR +ajR +aRv +agG +aiK +ayh +ahI +axZ +axR +axL +axB +aGE +aKm +aeW +alJ +afV +acT +aem +aLt +aeX +aZg +ado +ado +ado +ado +ado +agj +aCG +axg +bih +aUJ +aap +amD +ado +aOv +aQq +aYX +acn +amc +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(83,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adp +aij +ahw +ahw +ahd +afY +afY +aSD +akW +aju +aju +aQy +aRY +ajI +ahi +aMz +aRB +aRx +aYj +aZw +ayh +ahI +aya +aQW +axN +afV +afV +aaS +ahy +aSq +aeD +ahI +ahI +ahI +ado +ado +ado +bfn +aze +ayV +adq +ajX +aGw +aIt +aGw +atr +azE +ado +ado +aHo +akT +aNo +acn +amc +adp +adp +adp +aeE +anu +aeE +adD +aeE +anu +aeE +adD +aeE +anu +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(84,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +adp +adp +adp +adD +aij +ahd +ake +aSE +ajt +agd +aRP +ajQ +aRX +ajI +ajR +aRE +aRC +aqh +aKR +aiK +ayh +ahI +ayb +aHY +axO +axC +afV +aql +aQt +aSq +aeD +azo +aQn +aAR +aHc +aOH +ado +azh +ayX +ayW +aeS +aNG +avU +avU +avU +aDL +aZA +acE +acE +acE +aAl +acn +acn +amc +aTz +asV +apf +amc +amc +aLc +amc +amc +amc +amc +amc +amc +amc +agX +asV +bbg +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(85,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +adD +adD +ahe +ake +alc +aSx +aSj +ajH +ajQ +aRZ +aIX +aRK +aRG +aRD +aUa +aIL +aiK +adW +ahI +ayc +axR +axR +axD +afV +aqp +aeQ +aSq +aeD +biz +aRm +acE +afS +acq +ado +abM +aqK +ayX +ayN +auS +awv +avU +atn +acE +acE +acE +azH +azH +azG +aaH +adD +amc +aEh +adp +adp +aeE +anz +aeE +adD +aeE +anz +aeE +adD +aeE +anz +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(86,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aPi +adp +ahe +ake +ake +aPO +atb +ajp +ajH +aSa +aju +aRL +afd +aJp +aBb +aju +aiK +ayi +aiL +ayd +axY +axS +afV +afV +aDS +apv +ags +aeD +agx +aWD +acE +aQX +atZ +aka +apA +aWe +ayY +ado +aRR +adq +aES +ado +acE +aBz +azG +azH +aaH +aaH +aaH +adD +adp +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(87,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +adD +ahe +adD +ake +ake +ake +aju +akF +ahb +aju +aju +aju +aju +aju +aju +aiK +aiK +ahI +afV +afV +afV +afV +afV +afV +aec +aMR +aeD +aeD +azv +acE +acE +afB +acE +amE +aRU +ayZ +aSC +avE +axK +ajq +ahQ +acE +aBi +azH +aAH +aaH +aPi +aPi +adp +adp +aEh +adD +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(88,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +adD +adD +adp +ake +aju +aSQ +aWu +ahc +ahc +aTT +aVI +bjS +bjR +agK +agK +bjQ +aUi +aTT +bcC +ahc +arK +agK +ahh +aSQ +bjl +aeD +azy +azq +aas +azm +acE +ado +ado +ado +ado +ayL +ayH +aGF +bii +acE +adr +aAX +azH +aaH +aaH +acb +acb +adp +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(89,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agQ +agV +agD +akR +bhD +bhC +aSb +ahT +aVU +bhA +aVJ +aVw +aVh +aym +bhB +aUF +aUj +aTV +bhA +bhy +aXN +ahA +aCc +bjr +agJ +aFU +aOQ +acg +aeD +azo +afK +agf +azf +azb +ayP +aGF +agf +amf +ayE +acE +adr +azH +azH +ada +acb +bjN +acb +acb +aEh +adD +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(90,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adp +ahr +aTp +bkx +aQs +agN +aVV +aVO +aSW +aVy +aVi +aSW +aSW +aSW +aSW +aSW +bdT +bhz +agZ +agZ +bhj +bgU +bjm +aeD +aFC +azs +aeD +azp +acE +azl +azd +azd +agf +ayM +ayJ +awe +aML +aMr +aow +aLz +aAL +ada +aIs +bjO +bjM +acc +aEh +adD +adD +adD +adp +adD +adD +adD +adD +adp +adD +adD +adp +adD +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(91,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +afY +aXa +aWL +aWx +aWm +aVX +ahB +bjE +ajJ +aub +bjE +ahB +aXO +aUl +ajk +ajk +bae +aZZ +aZX +aSS +aZG +bjn +aeD +aFC +bkC +bho +afB +acs +act +act +act +act +act +act +act +act +acs +azH +aLA +aKZ +adb +aTe +aeI +aQp +asc +aWs +adp +aPi +aPi +aPi +aPi +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(92,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +afY +afY +afY +aXc +aWN +ahB +ahB +ahB +ahB +aiE +aVz +aVj +aVq +ajg +ahB +ahB +ajk +ajk +ajk +ajk +ajk +aXK +aZH +aXG +aeD +aFC +bkC +bho +aEO +agM +agM +agM +agM +abf +tng +asb +aNk +aMM +aMr +aow +aLB +apP +ada +aSc +aih +aNB +acc +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(93,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adp +afY +aXp +aiL +aXd +ahB +ahB +aWo +bjh +akh +aVL +aVC +aVk +aUW +aUK +aUG +aUm +aio +aTL +aib +ajk +ajk +arm +aZH +aXH +aeD +azA +azt +acs +afI +ayR +aIx +aoT +acG +jyJ +auA +aCN +sTn +arn +acs +azH +azH +adr +ada +acb +acb +acb +acb +aEh +adD +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(94,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +adD +ahe +adD +afY +aXr +aiK +ahB +ahB +aWy +aWq +azj +azj +aTg +ahm +ahm +aUY +aCk +aif +aUn +aix +aip +ahU +aBP +awZ +aZR +aXJ +bjo +aeD +aeD +aFi +acs +anQ +aHD +acs +acs +acs +aKi +akM +aCM +amw +aqo +acs +aBA +aAY +adr +aaH +aaH +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(95,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +abu +ahe +adD +afY +aXt +aXf +ahB +aWO +abj +aTW +aVY +aVP +aVM +ahm +ahm +aUZ +aTZ +aTZ +aUo +aTW +aTM +ahU +aBP +axb +biK +mvA +biC +aeD +aeD +aFi +acs +aXC +aZi +anH +anH +anH +aFD +adU +adU +arG +abr +acs +azH +azH +aAM +aaH +aPi +aPi +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(96,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adD +ahe +afY +afY +afM +aUz +ahB +akO +aWA +aWr +aWc +aif +aUP +aVE +aVl +aVb +aUM +aif +aUp +aTZ +aTN +aTr +aSX +axd +aSV +aXJ +agC +aeD +azB +azu +acs +bju +aoh +atC +atC +atC +aUk +aCZ +aCO +tVe +akf +acs +aBB +azH +aAM +aaH +aaH +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +aPi +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(97,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +aXB +aXu +aXi +ahB +aWR +aWB +aWt +aWg +aVR +aEd +aiH +aVm +aiy +aiy +aDa +aUr +aUc +aDa +aTs +ahB +ahB +biL +aXJ +aZB +afK +azz +aFj +aFd +aQN +aUb +aAQ +aAQ +aAQ +ate +afJ +asd +aCx +aVc +acs +acs +azH +aAN +azG +aaH +asf +asf +adp +aEh +adp +aPi +aoD +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aPi +aoD +aoD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(98,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +afM +aXw +aUz +ahB +aWT +aWC +adK +aWg +aVS +ahB +ahB +auI +bjE +ahB +ahB +aUs +bjE +bjE +ahB +ahB +ahB +aXM +biF +aXF +aeD +aeD +aeD +acs +act +aCA +ady +lWH +adY +act +act +adY +aCA +iev +act +acs +acs +acs +azG +aaH +asf +asf +adp +aEh +adD +asf +adp +adD +adp +adD +adD +adD +adp +adD +adD +adD +adD +adD +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(99,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +agq +aXB +aXx +aXj +ahB +aWV +aeP +aky +aWh +aVT +bjE +aVF +aVo +aVd +aUN +ahB +aUu +aUd +aTO +aTw +aSZ +ahB +ahl +bgW +aFW +act +aFk +aFk +act +act +afs +aEl +agM +axv +fzB +aDb +agM +aCC +agM +aBS +aMd +aBc +acs +azH +aaC +asf +asf +adp +aEh +adD +asf +adp +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aeE +anj +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(100,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +alf +aDd +afY +afY +aXy +afY +ajk +ajk +aWE +aDa +aWi +ajV +bjE +aVG +aVs +aVe +biZ +amA +aUw +aUe +aif +aic +aOg +ahB +ahm +bgG +aSQ +bfd +aDb +tng +aFe +adY +aEy +aEm +aDI +aDn +aDl +aDc +aCP +aCF +aCf +aBT +aBD +aBe +aAO +aAo +aaC +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(101,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +abu +abu +afY +aXy +agq +asf +ajk +aWH +ayD +ahB +ahB +ahB +aHg +ajv +aVf +aUQ +ahB +aUx +bjg +aTP +aTx +aTa +ahB +ahm +cAF +aFX +aDl +aFF +aCP +aFf +llg +aEz +adU +aDK +aDo +act +aDe +aCR +aCH +aCi +aBU +aBE +aBh +acs +aAz +aaC +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(102,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahd +afY +aXy +afY +ajk +ajk +auv +akz +akk +aYq +ahB +aNS +aVu +ahB +ahB +ahB +alb +ahB +ahB +bjE +aiv +ahB +ahm +aZI +agL +bfd +aFH +aFm +aFg +adY +aEA +aEn +adU +aDp +adA +aef +aef +adZ +vST +adA +adA +acs +acs +aAA +aaH +asf +asf +adp +aEh +adD +asf +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(103,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adD +adD +ahe +afY +aXz +aXk +ahB +aGb +akG +apT +aRM +ahB +ahB +ahB +ahB +ahB +aUS +ahB +aUz +ahB +aNY +aTy +aTg +ahB +aGd +aZK +aFY +aeD +aeD +afB +aeD +aeD +akx +adU +aDM +aDq +adA +ael +nnw +aea +inB +aAJ +adA +aBi +aAP +aAB +aaH +asf +asf +adp +aEh +adD +adD +adp +aeE +aEh +aeE +adD +aeE +anu +aeE +adD +aeE +anu +aeE +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(104,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +aXA +aXm +aYb +aWX +aWI +aTZ +aTZ +aYy +aYb +aUH +aVg +aVg +aqz +aUH +aUA +ahB +aiq +aic +aTh +ahB +ahn +aZK +aSP +aeD +aFL +afE +afE +afK +aEB +aEo +aDN +aDr +adA +agk +vGs +yhm +rmy +aBV +adA +azG +aAT +abc +aaH +aPi +aPi +adp +aFs +aDt +asV +asV +asV +afb +apf +amc +amc +amc +amc +amc +amc +amc +agX +asV +ala +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(105,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +afY +afY +aXo +ahB +bal +aWJ +bje +aZU +ahB +ajk +ajk +ajk +ajk +aUV +ahB +aUB +ahB +aqw +aTA +aTi +ahB +aZT +aZE +bjp +aeD +aeD +aFr +aFh +aeD +aEC +aAQ +aDO +aDs +adA +aAw +azJ +pQN +aCl +aBW +adA +aBj +aAU +abc +aaH +aaH +aaH +aaH +aaH +aEh +adD +adp +aeE +aEh +aeE +adD +aeE +anz +aeE +adD +aeE +anz +aeE +adD +adp +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(106,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahd +afY +afY +ajk +bam +akI +akA +aif +aYI +ajk +aPi +aPi +ajk +ahB +ahB +aUz +ahB +aiv +bjE +ahB +ahB +bjP +biG +biD +aeD +aeD +acg +aeD +aeD +aED +ads +ads +act +adA +aAw +aAw +pQN +aCl +adB +adA +azG +aAV +aAC +aAo +aAh +azG +azG +aaH +aEh +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aoD +aoD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(107,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +adp +aij +ahw +ahd +ajk +ajk +bak +bad +akl +ahB +ajk +ajz +ajz +ajk +aRe +ahB +aUz +ahB +aSk +aTH +aTj +ahB +aZT +aZN +bjq +aeD +aFO +acg +aeD +aEP +aEE +aEp +aDP +aDu +adA +adA +adA +aef +aCm +aBX +adA +acs +acs +acs +aAr +acs +acs +aAe +aaH +aEh +adD +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(108,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +adp +adp +adp +ahe +adp +ajk +ajk +ajk +akm +ahB +ayC +ayv +ahc +bfK +aRf +ahB +aUC +aUf +aTQ +aTG +aTl +ahB +aSQ +bgX +aXG +aeD +aFP +aFt +aeD +aEQ +acN +aEq +aDR +aDv +act +aDg +aCS +aeb +adR +adG +aBF +aBl +act +tVP +aAs +kdm +acs +bcQ +aaF +beD +adD +adD +aeE +afb +aeE +adp +aeE +afb +aeE +adp +aeE +afb +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(109,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +asf +asf +aha +aWj +ajY +bjd +bjb +bjb +ayp +bja +ahB +aUC +aiA +aTR +aTI +awd +ahB +biM +biH +aXG +aeD +aFP +acg +aeD +aER +aEG +aEs +aDT +aDx +aDm +aDh +tny +tny +jZI +aBY +aBG +aBm +ads +aKL +acN +mWf +acs +beQ +aaC +aqU +adD +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aeE +aor +aeE +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(110,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +asf +asf +aha +aWl +aZT +bhn +ayy +ayt +bex +aQQ +ahB +aeh +ahB +ahB +ahB +ahB +ahB +agL +biI +agL +aeD +aFS +aFr +aeD +aEU +adU +aEu +aDU +aDy +bfd +aDi +aCT +aCI +cPi +hhf +aBH +aBo +ads +tcB +aAt +aAi +acs +aPM +aaC +aEh +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(111,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adp +aPi +aPi +aPi +ahr +aZT +bhn +ayz +ayu +ahq +bhk +aTT +aUD +biO +biO +ahm +bab +aZY +aho +aZO +aZy +aeD +aFT +aFr +aeD +aEV +aEI +aEv +acN +aDC +bho +aDj +aNN +aCJ +aCs +aBZ +bQk +aBq +act +aAD +acO +aAi +acs +aAf +aaH +aEh +adp +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aoD +aoD +aoD +aPi +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(112,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +asf +aPi +asf +ahr +aia +bfN +bex +bjy +bfN +aRg +bfD +aUE +bep +air +bku +ahT +ahT +aXN +bgY +bgF +agz +aeD +acg +aeD +aEW +aEL +aEw +aAx +aOU +bho +aCa +aCd +aCa +aCd +aCa +aBI +adU +act +bju +aAu +aAj +acs +azH +aaH +aFs +auM +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(113,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adp +adD +aha +aha +bhw +biN +agN +agN +agN +agN +agN +bex +biP +bah +biN +agN +aSW +aSW +aZE +agC +aeD +aFw +aeD +aEX +aEM +adV +aEb +aDE +bho +aDk +aCV +aCd +aCd +aCd +aBJ +aBv +fzB +afI +aAv +aAk +acs +azH +aaH +aaH +aFs +asV +asV +asV +asV +asV +asV +asV +asV +asV +asV +asV +auM +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(114,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahw +ahw +ahw +ahd +afY +ajZ +aiK +aiK +aiK +aiK +aiK +aiK +biS +aSS +aig +aha +ahr +ahr +aha +bgH +aSP +aeD +aFz +aeD +aFa +aEx +aEx +aEc +act +bho +aCa +aNO +aCa +aCt +aCa +aBL +aBx +aAW +aAG +aAx +aAm +acs +bhZ +bjj +aaH +aaC +aaC +aaH +aaH +aaH +adD +adD +adp +adD +adD +adD +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(115,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adD +adD +adp +adD +adD +ahe +afY +aiV +aiV +aXR +bhb +aXP +aiV +aiL +aZT +bdU +bai +aha +aPi +aPi +aha +biE +aSP +aeD +aFr +afK +aFc +aNM +aNM +beI +aDF +bho +bho +bho +bho +bho +bho +ady +olJ +act +wOo +aAy +aAn +acs +aAg +azZ +azU +azU +azU +azU +bji +aaH +aan +aan +aan +asf +asf +asf +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(116,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +adD +ahe +afY +afY +afY +afY +afY +afY +afY +afY +bfc +bdU +bai +aha +aPi +aPi +aha +aZF +aSP +aeD +aeD +aeD +aaV +aYf +aYf +aYr +aYS +act +aGc +bim +aCw +aCw +bkl +aYE +aYE +act +act +act +bho +bho +aaX +aaX +abG +aaX +aaX +azV +azM +abe +azF +aIj +aan +asf +asf +asf +adp +aEh +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(117,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +bha +aPi +adp +aij +ahw +ahw +ahw +ahw +ahw +ahd +adD +ahr +aZT +bdV +aSM +aha +ahr +ahr +aha +aZF +aSP +agn +agc +aZd +aYx +aYW +aYE +bfh +bfe +aTS +beZ +aNM +aNM +bkm +aNM +aYP +aNM +bkg +aNM +bia +aYG +bho +aqb +aAa +bhN +bhJ +aaX +aaX +azN +azG +aaX +azD +aan +aan +asf +asf +adp +aEh +abu +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(118,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +bha +asf +adp +adD +adD +adD +adD +adD +adD +ahe +adD +ahr +biT +aQR +aQK +aQm +aQm +aQo +aQm +bgI +bgo +bfZ +axm +bfC +bfy +aPB +bcR +bfi +aaB +aaB +bfa +aNQ +aXW +aXW +aXW +aXW +bcR +aYL +aXW +aXW +aYH +beM +bcR +aXW +bhO +bey +abm +aaX +aaX +azH +aaX +aIm +aIb +aan +asf +asf +adp +aEh +abu +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(119,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +bha +bha +bha +aPi +aPi +aPi +aPi +aPi +adp +ahe +adD +aha +bej +biQ +aSW +aSW +aSW +aZV +aZP +aSW +bgp +bga +agc +aZd +aYx +aYY +acu +bfj +aoX +avW +bfb +aNR +aXY +bij +bie +avH +avH +avH +aYE +aYf +aYE +aYE +aYz +aYi +rMh +bez +pdu +kDJ +aaX +azH +aaX +aHU +aIc +aan +aan +asf +adp +aEh +abu +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(120,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aPi +bej +bej +aTK +aTo +axf +aQu +agO +agO +aGI +aCU +bkj +bkj +bit +beH +aXY +aXY +aYT +abL +abO +aNT +abO +abL +bkj +bki +bki +bkh +abS +avH +avH +avH +avH +avH +atv +bez +dZy +abl +aaX +azH +aaX +aIo +aIf +aHT +aan +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(121,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +aPi +aPi +aan +aan +agO +agO +bhl +agO +agO +bgr +bgb +bkj +bkj +bkq +afw +bko +bko +abO +abL +aOl +aNU +aNl +aMN +bki +aPi +aPi +bki +abL +abL +abL +abL +abL +abL +aaV +bhK +mmi +aaX +aaX +azH +aaX +aIp +aHU +aHU +aan +aad +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(122,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +ahe +adD +adD +adD +adD +aan +agP +aqn +ahu +aca +agO +bgs +aYv +aZl +abL +aPH +aPC +aPn +aPg +aOV +abO +aOm +aeg +abL +abL +bkj +bki +bki +bkj +aKM +abO +rFF +cyX +dgW +gep +amn +aYk +abv +aaX +azO +azL +aaX +aaB +aaB +aHX +aan +aan +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(123,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +aij +ahw +ahw +ahw +ahw +ahd +ahH +aeM +bhm +aiT +bgJ +aQe +aQa +abv +abL +aPJ +aJO +fAQ +don +aOX +abO +aOm +aNV +aNm +aMO +aLK +aLK +bkk +aLd +aKP +ogo +nsj +acw +oSj +abN +aJo +aJc +aYh +aaX +azQ +azH +aaX +aIq +aIg +aHU +aHH +aaq +adD +aEh +adp +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(124,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +adp +adD +adD +adD +adD +ahe +ahH +alF +aTf +bgZ +agO +bgt +aZp +abv +abL +bkr +aPD +bkp +aPj +bkn +abL +aOp +aNW +aNn +aMP +ffv +aLG +aLG +adu +aKQ +abO +aKw +aJO +aJG +abO +abH +aYk +bhI +aaX +azR +aaX +aaX +aIr +bjz +aHZ +aHJ +aaq +adD +aEh +adD +adp +adD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(125,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aad +aad +aPi +aPi +aPi +aPi +aad +aad +aPi +adp +ahe +agP +ahH +aPL +agP +agO +biA +aYr +abv +bkj +aPK +bkh +aPr +aPk +aOY +abO +aOq +aJG +abO +aMQ +xbT +xbT +xbT +aLe +aKS +abO +teQ +llv +aRN +abO +abH +aYk +abv +aaO +azT +aaX +aIz +aHU +aIh +aHU +aHM +aan +adp +aFs +asV +auM +adp +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(126,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +ahe +abu +abu +ahe +agP +agP +bgt +aYr +abv +bki +aPN +bki +afe +aPl +aOZ +ogo +aOr +aKH +abL +abL +abO +abO +abO +sUH +abL +abL +abL +abL +xFp +abL +abH +uYB +azY +aaX +aan +aan +aIA +aIu +aHU +aHU +aHP +aan +adD +adp +adD +aEh +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(127,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiN +aiB +adD +aiB +aiN +aiB +adD +aiB +aiN +aiB +adD +aij +ahw +ahw +aGD +ahd +aaq +bgt +beG +abv +bki +aPP +snK +aPs +aPm +aPa +abL +aOs +aNX +abL +aMT +aMu +aLK +aLK +xll +aKT +ghw +abL +aJP +aJH +abL +ayB +aYl +atv +bhx +aan +aan +aaB +aaI +aaI +aaI +aaB +aan +aan +aan +adD +aEh +adD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(128,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +adD +abu +adD +adD +ahe +aaq +aZx +bgc +bfL +bkj +bki +bkj +xFp +bkj +bkj +bkj +aOt +aNZ +abL +aMU +aMw +aLj +aLj +aLf +aKU +uoR +abL +aJR +abL +abL +abH +aYk +aYf +aYf +aNM +aYd +aYa +aXT +aXT +aXT +aNM +ahj +aHG +aaq +adD +aEh +adD +aPi +asf +asf +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(129,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +asf +aPi +asf +adD +ahe +aan +biB +aZq +aYr +aNM +biu +abL +aPt +bkj +bkj +bkj +abL +abL +abL +aMW +aMA +aLi +aLL +aLi +adc +aKD +abL +aJS +abL +abQ +atv +beA +aXX +aie +aXX +aXX +pOR +aXX +afy +bcA +aYf +bbQ +bbB +aar +azk +aqU +adD +adp +adD +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(130,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +asf +aPi +asf +adD +ahe +aan +bgu +aYQ +aZn +aZe +aZb +abL +aPv +acH +aPc +tOg +vpL +abO +aNp +aMf +adL +bjC +aLM +aLj +aqI +aKE +abL +aJS +abL +aYx +beE +beB +aYi +aYe +beb +aYe +aYc +aXY +amn +bcB +aXS +bgV +afL +aaq +adp +aFs +asV +asV +auM +adp +aPi +aoD +asf +asf +asf +bjK +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(131,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adp +adD +aiB +ajB +aiB +adD +aiB +ajB +aiB +adD +aiB +ahe +aiB +adp +adD +abu +adD +adp +ahe +aan +aan +aZs +aZo +bks +aZc +abL +abL +abL +sCF +lDs +aOw +ogo +aNq +aLj +aLL +aLi +aLO +aLi +ade +aKF +acH +aJT +abL +abH +beF +atv +abw +aaw +bbt +hIV +bdv +aaw +qzO +aSe +qzO +aaw +aaw +aaa +aaa +aaa +aaa +adp +aEh +adp +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(132,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aAI +ahw +akD +akp +agQ +agQ +agQ +agQ +agQ +agQ +aiW +aiP +ahw +ahw +ahw +ahw +ahw +ahw +aDd +agQ +aan +aaB +abl +aZk +bfz +bfr +abm +abL +wlT +qSs +rWK +abO +aNr +aLF +aMB +aMj +aLk +aLk +aKV +aKH +abL +aJU +abL +bhR +aYo +abv +aaw +aaw +bbC +bdK +bdw +aaw +bcS +bcD +aVZ +bbR +bbC +agh +bbh +aeq +aaa +aaa +aEh +adD +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(133,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adp +adD +aiB +ajE +aiB +adD +aiB +ajE +aiB +adD +aiB +ahe +aiB +adp +adD +adD +adD +adp +adp +agQ +aan +aan +bkt +abl +bfA +bfs +bfo +abL +abL +abL +abL +abL +bjv +gzH +efd +aMl +aLP +klB +adf +aKI +abL +aJV +abL +aBQ +aYr +rYy +bbA +bem +bec +bdL +bdx +bdl +bcT +bcE +bci +bbS +bbD +bbs +bbi +uLT +aNE +aaa +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(134,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +asf +asf +asf +asf +adp +agQ +adD +afY +afM +afM +afM +aYZ +bfp +abL +wHJ +hxE +frG +abO +aNs +aKQ +abL +abO +aLS +abL +rPC +aKJ +abL +aJS +abL +abS +aYt +bhL +bdv +ben +bed +bdM +bdy +bdm +bcU +aIa +aaP +bbt +agF +ahz +bbj +aee +baR +aaa +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(135,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adD +aiB +aiP +aiB +adp +aPi +aad +aPi +aPi +adp +agV +agD +agp +anp +afj +afO +aEF +bfp +abL +pBu +nRt +nZf +ogo +aNt +aKQ +abL +aMm +aLT +abL +aKX +ttE +abL +aJV +abL +atv +aYu +aaw +aaw +beo +bee +bdN +baw +kHI +bcV +aeG +bcj +aaw +bbE +aev +bbk +baZ +mww +aaa +aEh +adp +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(136,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiP +aiB +adp +aiB +aiP +aiB +adp +aiB +aiP +aiB +adD +asf +aPi +asf +asf +adD +agQ +adD +agq +aXD +afW +afM +bis +bfp +abL +cTK +dVs +tkU +abO +joy +aNd +abL +aMn +aLU +abL +iMV +abL +abL +aJS +abL +bhT +aYv +bhM +aaw +ahD +bef +bdO +bdz +aab +aab +aab +aab +aab +bbF +bbt +bbl +aab +baS +aAF +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(137,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +aiB +aiQ +aiB +adD +aiB +aiQ +aiB +adD +aiB +aiQ +aiB +adD +asf +aPi +asf +asf +adD +agQ +adD +afY +afY +afY +afM +bft +aYU +abL +abL +abL +abL +abL +aNu +hfv +abL +aMo +aLW +abL +abL +abL +abL +aJX +abL +aaV +izv +abv +aaw +beq +bjA +bdN +bdA +aab +bcW +agh +aav +bbR +bbG +agh +bbm +aab +cPG +aAF +aEh +adD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(138,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adD +adD +adD +adp +adp +adD +adD +agQ +adD +asf +asf +aaq +aZd +aZa +bfq +aNM +biq +bip +abL +aqb +aEF +aXT +abL +abL +eZQ +aLl +aKK +aKK +aKx +aKa +ach +abH +aBy +aXT +bdm +aoj +aIH +bdP +bdB +aab +bcX +bcF +alz +bbT +bbH +bbu +bbn +aab +baT +aKg +aEh +adD +adD +adp +adD +adD +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(139,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aPi +aTU +adp +adp +aTU +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +agQ +adp +aPi +aPi +aaq +aZd +aYZ +aYV +bfk +beV +bic +bus +beV +avV +aYQ +beS +abL +abL +abL +abL +abL +abL +abL +abL +abS +aYt +aYm +aaw +bjs +beg +acd +bdC +bcI +bcY +baY +bck +bbU +bbI +bbv +bbo +aab +dqa +aKg +aFs +asV +asV +asV +asV +auM +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(140,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agQ +agQ +agQ +agQ +aAF +aAF +aAF +aAF +aAF +asS +asS +asS +asS +aAF +adD +adD +adp +adD +asf +asf +aaq +afP +bfu +aJq +aJq +aJq +aYR +aYR +aYR +aNv +beW +beT +aqb +aqb +aqb +aNM +aNM +aNM +aNM +aYA +aox +aof +aYn +aaw +abn +aev +aeG +bdD +aab +bcZ +bcG +acS +aab +bbJ +bbw +aab +aab +ahK +aAF +aAF +adD +adD +adp +adD +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(141,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +adp +agQ +aAF +aAF +aAF +aAF +add +aCq +asH +aQP +aTY +aTY +aPw +aTY +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +aAF +abS +beU +beM +beM +aYs +aYM +aMh +aXW +aXW +aoH +aoy +beJ +aYn +aaa +abg +abg +aaa +aaw +aab +aab +aab +aab +aab +bbK +bbx +aab +bba +dqa +aLq +aAF +asf +asf +aPi +adD +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(142,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adp +agQ +agQ +aAF +aTY +ayo +aPo +aLq +abp +abp +abp +aWS +aLq +aNi +aNe +aGX +alL +aNe +aQi +aRT +aRT +aNi +aKG +aNe +aNe +aPx +aNe +aPd +aMC +aAF +aRF +aAF +aAF +abS +aXY +aXY +aXY +aYN +bib +aRz +avH +aYC +aag +aog +azc +abg +aPi +aPi +abg +bdE +bdn +bda +aaw +bcl +bbV +bbL +bby +aab +aal +aaj +aTY +aAF +aPi +aPi +aPi +adp +aEh +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(143,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +asf +adp +agQ +aAF +aAF +atY +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aMD +aaY +aaY +aaY +aaY +aNx +aQf +aQd +aPY +aaY +aaY +aaY +aaY +aaY +bir +aOz +bdJ +bdJ +aNw +aAF +aAF +aAF +bjB +bjB +abk +ack +ack +acj +abp +aoz +aoi +aaw +aaa +abg +abg +aaa +bdF +agB +aaP +bcH +bcm +bbW +bbM +aaP +aab +aal +baU +baK +aAF +asf +asf +aPi +adD +aEh +abu +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(144,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +asf +adp +agQ +asS +aTY +aLq +aaY +aHE +ajM +aCp +aLJ +aaY +aDG +aWa +aDQ +ahE +aCu +axo +aaY +aaY +aaY +aaY +aaY +aaY +abp +aph +aPy +aaY +cPG +aaY +aaY +aaY +aNx +aNe +aMC +aAF +aPi +aPi +abk +acP +acJ +acy +arJ +ajW +beK +aaw +aaw +ber +beh +bdQ +bcM +alx +bdb +bcI +bcn +bbX +arc +alz +aab +aal +baV +agt +aAF +asf +asf +aPi +adD +aEh +adD +adD +asf +adp +adD +adD +adp +adD +adD +adp +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(145,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +aPi +adp +agQ +asS +aBa +aDJ +ack +aPW +uMz +uMz +arT +auh +aPW +aQS +aOI +abR +aOR +aIB +aaY +aDG +amU +aeH +avP +aaY +arD +aYw +amu +aaY +ais +aaY +agu +aaY +aaY +aaY +aMD +abk +aPi +aPi +abk +acA +aiD +acB +acj +aCe +bhP +abA +beu +agR +afm +bdR +bdG +aIv +aaP +bbt +bco +bbY +bbN +bbz +aab +bbb +afx +aRT +aAF +aAF +aAF +aAF +aAF +aFs +auM +abu +adp +adp +aeE +aeE +amc +aeE +aeE +adp +abu +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(146,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +asf +adD +agQ +aAF +aAF +bdH +ack +axA +alQ +aRh +aVA +aaY +asG +aNC +aeN +alh +aQx +aZh +aqC +asJ +alh +aNb +aHz +aaY +aOk +ajG +aiz +aEe +aPe +abp +agu +aei +aBu +aHL +aME +abk +abJ +abJ +abk +acQ +acL +acD +ack +bhU +beL +beC +bev +bes +aIJ +aIG +aID +aIw +bdc +aaw +bcp +bbZ +arv +bbA +aab +tuQ +aTY +baL +aTY +aTY +aTY +aLq +aAF +aAF +aEh +adD +adD +aeE +afb +afb +anj +afb +afb +aeE +adp +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(147,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +adp +agQ +adp +aAF +adO +ack +aKb +aCD +aNh +aMK +aQY +aNP +aQz +aQL +aov +aQz +aQw +ays +aQk +aoK +awY +agu +aaY +aIK +aRh +bky +aEe +aQv +afH +amU +aSs +ajh +aLh +aMI +abp +ahO +aHn +abp +abp +abx +abp +abp +beN +bhQ +abp +abp +bet +aIN +bdS +aaY +aab +aab +aaw +aqv +bca +arw +aqv +aab +aJz +aab +aab +aab +aab +aab +aLq +aHK +aAF +aEh +adD +adD +adp +aeE +aeE +anu +aeE +aeE +adp +adD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(148,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agQ +adD +asS +aTY +acj +aSR +aKY +aez +atT +ack +aBu +apa +aQM +apa +axi +awW +aqC +auX +acY +apa +bkB +atM +aHw +awl +amu +aaY +atJ +aHh +aDW +acK +atm +aNf +aMJ +ayl +aqF +aLm +alK +aJv +aMe +aKc +aJv +bhV +aXb +axr +abp +ahO +ayq +aMS +aHI +bdo +aab +avu +bcq +bcb +bbO +agh +agh +bbc +baW +baM +aeZ +bas +aab +aab +aaA +asS +aEh +adD +adD +abu +abu +adD +amc +adD +adD +adp +adD +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(149,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +adD +agV +agD +aKg +akb +aaY +anM +auj +auj +aye +bew +aOn +aZM +aJr +aiG +axj +aNc +aaY +aIn +aQg +aOD +aMK +aMy +aPQ +aJy +aFb +aaY +aug +aOD +aOe +aOa +aCo +aNg +arT +abp +aEg +aLn +adg +abh +abI +aKe +acI +bhW +aiM +aJd +aIT +azI +arL +aou +aaY +bdp +aab +bcJ +bcr +bcc +bbP +baA +bbp +bbd +baA +baN +afh +bat +adz +aBM +aat +asS +aFs +asV +apf +amc +amc +amc +amc +amc +amc +agX +afp +adp +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(150,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adp +agQ +adD +asS +aTY +ajK +afX +abP +bag +biW +awS +biU +biR +aqZ +biy +axl +awX +biJ +ajS +aFA +biy +bix +biw +biv +bkz +amu +aaY +afN +aez +aOx +aAK +aez +aez +aHz +abp +abp +adv +abq +abq +abq +aKf +aLC +alC +aiO +aBn +arH +aii +axG +amg +aaY +bdq +aab +bcK +bcs +bcd +aet +aev +anC +aev +baX +adm +baD +afa +aXs +aab +afD +asS +amc +adD +adD +abu +abu +adD +amc +adD +adD +adp +adD +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(151,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +adD +agQ +adp +aAF +aTY +acj +bjw +aRl +aHO +aRd +aQY +aNP +aSO +aQO +aQJ +axn +ajL +aMq +aQl +awY +auj +aEr +aaY +ahC +aFp +arT +aaY +abp +abp +auh +aOb +aWM +abp +abp +abp +abp +aLr +abB +abp +abp +aKh +abp +bhX +aIS +aIS +aIS +aIS +aii +ayQ +aaY +bdr +aaa +aaa +atF +afA +abs +aaa +aaa +aaa +aaa +adE +afA +bav +aaa +aaa +aHQ +aAF +amc +adD +adD +adp +aeE +aeE +anz +aeE +aeE +adp +adD +aPi +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(152,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aPi +aPi +adp +agQ +aAF +aAF +adO +ack +bjx +ajo +aOP +aFv +aaY +aUh +alj +aNI +aCg +aQD +aLJ +bei +ast +aah +ayr +avP +aaY +aOB +atm +aXn +aKt +amU +agg +bhS +aNI +aAE +apa +aoJ +abp +abp +bdS +aun +abp +abp +aKn +abp +bhY +aIS +aJe +aIV +aIR +abi +aaY +aaY +bds +aaa +aaa +aup +bce +aaP +aaa +aaa +aaa +aaa +agI +abZ +baw +aaa +aaa +aIO +aAF +amc +adD +adD +aeE +afb +afb +aor +afb +afb +aeE +adp +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(153,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +aPi +adp +adp +asS +bbr +baQ +ack +aPV +azX +aQE +biX +bet +ayT +aQT +aNK +acK +aQE +aIB +aaY +ati +aez +aaM +aHz +aaY +aPR +aPG +aPz +aiJ +aPf +agy +bio +bin +aNA +bik +bif +bid +aLX +aKy +aKy +aBd +aKy +aKo +aIP +alA +aIS +abo +aRk +aIR +acF +aRT +aIE +aIy +aab +aaE +bct +aee +aer +aey +anO +agh +agS +agR +aee +bax +acZ +aab +aHK +aAF +amc +abu +adp +adp +aeE +aeE +amc +aeE +aeE +adp +abu +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(154,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +asf +aPi +asS +aTY +aTY +aaY +adj +ako +aRi +akP +aaY +ati +afG +bgq +lzw +alH +aGx +aRT +aRT +aRT +aRT +adP +aRT +asE +aft +abp +aaY +aaY +aNz +aez +aLI +aNC +alh +bfM +aLg +alB +abY +aPE +abI +alG +acI +aHN +aJw +aIS +aJf +aLs +aIR +acF +aRT +aIF +aab +aab +bcL +bcu +aee +adS +aee +bbq +bbe +abZ +aee +baE +bay +aaP +aab +aAF +aAF +amc +adD +asf +adp +adD +adD +adp +adD +adD +adp +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(155,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aAF +azx +aaY +aaY +aaY +auY +aaY +aaY +aaY +aRT +aMD +aRT +aRT +aRT +aRT +asD +aTY +aTY +aTY +aRT +rUM +aqC +abp +aaY +aaY +aaY +aaY +aaY +aKn +auh +aaY +aaY +aii +aiO +aiO +abq +abq +awr +acI +aJx +aJs +aJh +aIW +aIR +bek +aly +bdI +aab +axE +bcM +bcv +aet +aev +aqy +aHx +ald +ahY +aeG +afF +baz +aZL +abd +aaa +adp +amc +atV +aad +aPi +aPi +aPi +aPi +aPi +aad +aad +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(156,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aLq +aaY +aUL +aZz +aRj +aiZ +aQZ +aaY +aQU +axF +aRT +aQG +aNe +aQf +aNe +aWv +aQd +aPZ +aRT +bkA +aLJ +abp +aph +apa +bhS +apa +apa +aNI +bhS +avP +aaY +aaY +aaY +aaY +aaY +aaY +aKq +abY +aJw +aIS +aJk +amB +aIR +aIF +bdW +acF +aab +bdd +bau +bcw +acS +aaa +aaa +aHA +alp +aaa +aaa +agb +aev +bao +aMk +aaa +adp +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(157,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aTY +aaY +bjc +acm +aiZ +asB +aRb +aaY +asO +aRT +aRT +aIF +aAF +aAF +aAF +aAF +aXZ +aNx +acM +aHR +afk +apa +aYw +aiG +aiG +att +aIZ +aNJ +aII +aOF +acM +akV +aLu +bdJ +bdJ +acM +aKr +aJI +aJA +aIS +aJl +aIY +aHI +gkc +aAF +aaa +aab +anU +bav +aaa +aaa +aaa +aaa +aHC +aHv +aaa +aaa +aaa +aaa +bap +abs +aaa +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(158,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +alM +aaY +aRs +apY +aiZ +biY +biV +aaY +aQV +aKG +bdJ +aQH +aAF +aPi +aPi +aAF +aAF +aAF +aRT +akr +axx +acK +acK +aiG +adt +aCB +aYp +aNK +aiG +aUX +aaY +aaY +aLw +aLq +aIR +aIR +aIS +aJK +aGl +aIS +aIS +aIQ +aIQ +aAF +aAF +aaa +axQ +agR +awy +aaa +aaa +aaa +bbG +agR +abC +aav +aaa +aaa +aaa +adN +abC +ain +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(159,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aFM +aaY +aaY +aaY +aaY +aaY +aaY +aaY +aZS +aRT +aAF +aAF +aAF +asf +aPi +asf +asf +abk +aBu +aPS +aOi +aaG +aOi +aOi +aOE +aOi +aOi +ans +acK +afk +aLJ +aaY +aLp +aFJ +aIR +aIS +aIS +aGp +aJB +aIS +aIS +aIQ +aPi +asS +aat +aaZ +axT +aee +bcN +aey +bcf +aey +agR +aol +alY +abC +agS +agh +aey +adX +abZ +aaP +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(160,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aAF +aTY +aGZ +azK +aLq +aLq +aRT +aRT +add +afR +aTY +aAF +asf +asf +asf +aPi +asf +asf +abk +aPV +acK +abk +abk +abk +acK +aNK +acK +abk +abk +abk +adQ +arT +aaY +aWP +aOW +aIR +amd +aIS +aAS +aJC +aIS +aDH +aIQ +aPi +asS +bdX +aab +ayn +bde +bcO +bcx +bcg +baO +baY +bbf +bbf +baY +baO +baF +baA +baq +acd +aaP +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(161,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aAF +aAF +aGZ +aks +aTY +aLq +aRT +aRT +aLq +aEt +amI +aAF +abu +abu +abu +adp +abu +abu +abk +aPV +acK +abk +abk +adw +adQ +aOI +adQ +aOj +abk +abk +acK +arT +aaY +aHV +aIR +aIR +aGu +aKs +ajA +ajT +aDY +ayI +aby +aIQ +aIQ +bdY +aab +bdt +bdf +awD +auP +aev +ami +aqV +alV +amh +aja +ahf +baG +aeG +aeo +acC +aaR +aaa +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(162,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aPi +aPi +aAF +aAF +aAF +aAF +aTY +aCq +aPw +aTY +aBr +aAF +aAF +alw +aeA +aeA +aeA +aeA +awn +abk +aHS +acK +adQ +alD +aOy +aEY +aOK +aOy +aOi +atm +azS +aVp +aHz +aaY +aLw +aIR +aGy +alI +aKu +aJN +aJD +aJt +aTt +aJa +abt +aIR +bdZ +aab +ayx +aab +aab +avn +ato +arB +amq +amq +amq +ajc +ahk +agi +aeL +aab +aOS +aRT +aAF +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(163,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +asf +asf +aPi +aPi +asf +asf +aAF +aAF +aAF +asS +asS +aAF +aAF +abu +aeA +abu +abu +abu +abu +abu +abk +bjI +aqq +uMz +adQ +adQ +adt +aON +aIZ +acK +acK +acK +arT +aaY +aaY +aLw +aIR +aGz +aKz +aKv +aJF +aJF +bac +aJm +aJb +aIR +aIR +aHK +aab +aaQ +aab +aab +baH +aoO +ask +amq +apg +amC +ajr +ahs +baH +aeR +aab +aPw +aAF +aAF +amc +adD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(164,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +asf +aPi +asf +asf +asf +asf +asf +asf +asf +aPi +abu +awn +aeA +bjJ +abu +asf +asf +asf +aPi +abk +abk +aPV +uMz +axx +adQ +adt +aOO +acK +aek +acK +aHh +arT +aaY +aFN +aLx +aIR +aGA +aKz +aGs +aGq +aGn +aJL +aJn +afl +aHI +bel +bea +bdJ +bdu +bdg +aab +bcy +aoO +aqX +amq +amq +amq +aht +aoO +baI +aeU +aab +aRa +aAF +adp +amc +adp +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(165,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aoD +aoD +aPi +asf +asf +asf +asf +asf +asf +asf +asf +abu +adp +adp +adp +adp +aPi +aPi +aPi +aPi +aPi +abk +asJ +aez +aez +avM +acK +aNK +acK +aVp +aez +aez +aHz +aaY +aLZ +aLy +acM +aGB +aKA +aeT +aGr +aGo +aEa +aYJ +ale +aIQ +aAF +aAF +aAF +aAF +bdh +aab +bcz +aeR +aeR +aqX +amq +amF +ajx +aht +baI +aeY +aab +aTY +aKg +adp +amc +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(166,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +asf +asf +asf +aPi +aPi +asf +asf +asf +abk +abk +abk +abk +aZf +aiG +aOP +uMz +aRc +aaY +aaY +aaY +aaY +aMa +aAF +aIQ +aIQ +ayw +aAc +aEf +aAc +aEf +bgl +aIQ +aIQ +asf +aPi +asf +aAF +bdi +aab +avp +aeR +asP +amL +amL +amL +ajC +baP +agl +aab +bar +aTu +aKg +azk +aGP +adp +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(167,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +aad +aPi +asf +asf +asf +aad +aad +asf +asf +asf +asf +asf +asf +abk +aXE +aiG +aOR +uMz +aUX +aaY +aNi +bdJ +aIU +aMb +aAF +aPi +aIQ +aIQ +aJu +aJu +aJu +aJu +aIQ +aIQ +asf +asf +aPi +asf +aAF +bdj +aab +aab +bch +ajN +aqY +apt +ahF +ajN +ahF +aab +aab +aTY +aAF +aAF +adp +adD +adD +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(168,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +abk +auf +avK +aOT +apJ +aTX +acM +aNj +aAF +aAF +aAF +aAF +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +aPi +asf +aAF +bdk +bcP +aab +aae +aki +aau +and +and +aki +aae +aab +baB +aTY +aAF +asf +aPi +aPi +aPi +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(169,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +abk +abk +abJ +abJ +abJ +abk +abk +aAF +aAF +asf +asf +aPi +aPi +asf +asf +asf +aPi +asf +asf +asf +aPi +asf +asf +aPi +asf +aAF +aAF +bbr +baJ +baQ +akN +aRa +bbr +baQ +akN +baQ +baJ +baC +aAF +aAF +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(170,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +aad +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aPi +aAF +aAF +aAF +asS +aak +aJE +aJE +aJE +aak +asS +aAF +aAF +asf +asf +asf +aPi +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(171,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aad +aPi +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(172,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aPi +aPi +asf +aad +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +aPi +aPi +aPi +aPi +aPi +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(173,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +aad +asf +asf +asf +asf +asf +asf +asf +asf +asf +aRn +asf +asf +asf +aRn +asf +asf +aPi +asf +asf +asf +aPi +asf +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(174,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +ata +anw +anw +anw +aJW +asf +asf +asf +asf +asf +aoD +aoD +aoD +aoD +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(175,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(176,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(177,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(178,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(179,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(180,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(181,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(182,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(183,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(184,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(185,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(186,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(187,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(188,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(189,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(190,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(191,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(192,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(193,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(194,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(195,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(196,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(197,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(198,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(199,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} +(200,1,1) = {" +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +asf +"} diff --git a/maps/map_files/ConAm_81_Abyssal/sprinkles/.gitkeep b/maps/map_files/ConAm_81_Abyssal/sprinkles/.gitkeep new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm new file mode 100644 index 000000000000..1ec286277b81 --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_bunker.dmm @@ -0,0 +1,954 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bi" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/maintenance/west) +"cs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam{ + pixel_x = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.8; + pixel_y = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"cP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"dU" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/space/basic, +/area/abyssal/oob) +"fv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"go" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"gU" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"hk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"hF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/left, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"iN" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/ceramic_plate, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"jc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"jK" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 15 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"lk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"lx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"mB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"nb" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"nF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"ot" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"ou" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"pc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"pY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"sq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"sy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"sH" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"tn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/optable{ + name = "Emergency Operating Table"; + desc = "A backup OR table, as a precaution if the crew were cut off from the medbay in an emergency. Unlikely this table has been sterile in years." + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"tN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"uD" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"uH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"vP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"vY" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/paper_bin/wy{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"wt" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"xS" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"yh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"yY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/wy_emergency_food, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"zI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"zQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/surgical{ + pixel_y = -28; + pixel_x = -1; + req_access = null + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Aj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"BI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Cd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"CF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Df" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"DB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/toy/deck{ + pixel_x = -8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 31 + }, +/obj/structure/surface/rack, +/obj/item/toy/dice/d20{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/toy/dice{ + pixel_x = 3 + }, +/obj/item/paper/colonial_grunts, +/obj/item/toy/deck/uno{ + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Ec" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Ei" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"FJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"GX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"GZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"HJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/misc/lit_cable, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Iy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"IQ" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"JS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/structure/surface/rack, +/obj/item/tool/crowbar/red{ + pixel_x = -4 + }, +/obj/item/tool/weldingtool/screen{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LJ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"LM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Mc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Mk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"MW" = ( +/obj/structure/sign/safety/rad_shield{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/bunker) +"OK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Pr" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"QD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"RY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Tf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Tp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"UI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"UR" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/abyssal/interior/bunker) +"We" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/abyssal/interior/bunker) +"Wl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"Xf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Xh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/mob/living/simple_animal/small/cat/blackcat{ + dir = 8; + name = "Sebastian" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/abyssal/interior/bunker) +"Xo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/west) +"XG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/abyssal/interior/bunker) +"YU" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/abyssal/interior/bunker) + +(1,1,1) = {" +dU +YU +YU +nb +nb +nb +YU +YU +Xo +"} +(2,1,1) = {" +dU +YU +QD +LA +Ec +Ec +Pr +ou +cP +"} +(3,1,1) = {" +bi +YU +DB +yY +CF +tn +GX +MW +cP +"} +(4,1,1) = {" +pY +gU +LJ +lk +RY +Tp +zQ +UR +pc +"} +(5,1,1) = {" +UR +UR +Wl +sy +Tp +Mk +fv +UR +UR +"} +(6,1,1) = {" +UR +ot +LM +hF +Mk +Aj +XG +BI +MW +"} +(7,1,1) = {" +We +Iy +zI +Xf +HJ +iN +uD +jc +gU +"} +(8,1,1) = {" +UR +JS +hk +IQ +Cd +vY +vP +Df +UR +"} +(9,1,1) = {" +UR +Tf +hk +GZ +Tp +xS +mB +Mc +UR +"} +(10,1,1) = {" +wt +lx +nF +lk +UI +Xh +uH +sq +UR +"} +(11,1,1) = {" +UR +jK +tN +cs +OK +Ei +yh +FJ +UR +"} +(12,1,1) = {" +UR +MW +go +UR +UR +MW +sH +UR +UR +"} diff --git a/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm new file mode 100644 index 000000000000..4ba37774fd2a --- /dev/null +++ b/maps/map_files/ConAm_81_Abyssal/standalone/greenshift_hive_remove.dmm @@ -0,0 +1,8519 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"ab" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"ac" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"ad" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"ai" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ak" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"an" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"aq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"au" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"az" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"aD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"aL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"aO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"aU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ba" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"bc" = ( +/turf/open/floor/hybrisa/engineership/ship_hull/non_weedable_hull/north, +/area/abyssal/interior/derelict_shuttle) +"bl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"bm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"bs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"bt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"bu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"bx" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"bz" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"bB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"bZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"cc" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"cd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"cg" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 8; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"cp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"cs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"cJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"cK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"cM" = ( +/obj/structure/monorail{ + dir = 5; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"cP" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"cS" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"cZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"dd" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"df" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"dg" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"dh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"dn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"dv" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"dA" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"dC" = ( +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"dO" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"dP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"dR" = ( +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"dS" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/maintenance/east) +"dU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"dV" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/prison/horizontal{ + name = "\improper Executive Coordinator Quarters" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"dY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"dZ" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"ea" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ed" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"ep" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"er" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"et" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ev" = ( +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ey" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/maintenance/east) +"eE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"eG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"eJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"eP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"eT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"eY" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"fb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/blocker/invisible_wall, +/turf/open/space/basic, +/area/abyssal/oob) +"fl" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"fu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"fy" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"fB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"fK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"fL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"fN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"fO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"fS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"fT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"gc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"gi" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"gj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"gz" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"gK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"gL" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"gU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"gV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"gY" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"gZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"ha" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"hc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"hd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"hg" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"hm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ht" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"hA" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = -30 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"hB" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"hD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"hE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"hI" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"hK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"hL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"hP" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"hU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"ib" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"ic" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"in" = ( +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"iq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/darkred2, +/area/abyssal/interior/command) +"iA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"iP" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"iU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"iZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "shuttle"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"ja" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor2, +/area/abyssal/interior/derelict_shuttle) +"jb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"jf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"jj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"jn" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"jo" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206) + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"jr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"js" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ju" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"jv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkred2/northwest, +/area/abyssal/interior/command) +"jw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"jx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"jI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"jL" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"jQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"jU" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"jZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"kb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"kh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"kk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kp" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"ku" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"kA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"kC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"kG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"kH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"kI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"kO" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"kQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"kR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"kT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"kW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"kY" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"lb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"lc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"ls" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"lz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"lG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"lK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"lL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"lU" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"lV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"lW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"me" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"mh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"mq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ms" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm_monitor"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"mu" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"mv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"mB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"mD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"mG" = ( +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"mR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"mZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"nb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + pixel_y = 12 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"nc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"nd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"ng" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"nh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"nt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"nu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"nv" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/command) +"nx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"nz" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"nA" = ( +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"nE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"nJ" = ( +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"nR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"nT" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"nV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"nW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"nZ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"ob" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"oc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"of" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"oh" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"os" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ov" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ow" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"ox" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"oy" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + dir = 4; + pixel_y = -61; + pixel_x = -37 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"oC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"oN" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/machinery/computer/communications, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"oZ" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"pd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"pe" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"pg" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"pm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"pq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/liaison) +"pw" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/lighter/zippo/gold{ + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"px" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"py" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"pC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"pO" = ( +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"pQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"pR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"qb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"qd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"qm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"qq" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"qr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"qv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"qD" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"qE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"qF" = ( +/obj/structure/machinery/atm{ + pixel_y = 32 + }, +/obj/item/tool/pen/green, +/obj/effect/decal/floor_symbol/con_am, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"qM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"qW" = ( +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"qX" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "robot"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"qY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"rd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"rf" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"rg" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"rh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"rl" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/effect/decal/floor_symbol/con_am/right, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/liaison) +"rm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ro" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"rs" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = -11 + }, +/obj/structure/machinery/computer/emails{ + pixel_x = 6 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"ru" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"rD" = ( +/obj/structure/displaycase, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"rE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/west, +/area/abyssal/interior/command) +"rK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"rL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"rO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"rS" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"rV" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"rZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"se" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"sf" = ( +/obj/structure/bed/bedroll{ + desc = "A bed of cotton fabric, purposely made for a cat to comfortably sleep on."; + name = "cat bed" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"sh" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"si" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/corridor_east) +"sj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"so" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"sp" = ( +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/obj/effect/decal/floor_symbol/con_am/left, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"sq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"sz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sH" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"sL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"sO" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"sS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"sY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"ti" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tm" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"tn" = ( +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"to" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/liaison) +"tt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"tx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel/oxygentank, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ty" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"tz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"tA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"tG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"tH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"tJ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"tK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"tM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"tN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"tP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"tQ" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"tS" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"tX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/sign/conam{ + pixel_y = 31 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"uh" = ( +/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{ + pixel_y = 17 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -10; + pixel_y = -2; + density = 0 + }, +/obj/structure/blackgoocontainer{ + pixel_x = 8; + pixel_y = -8; + density = 0 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#702963"; + color = "#702963"; + needs_power = 0; + alpha = 0; + light_range = 3; + light_power = 3 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor8, +/area/abyssal/interior/derelict_shuttle) +"uk" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"ul" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"um" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"uv" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"uw" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = 2 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"uz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"uA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"uF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"uM" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"uO" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/liaison) +"uP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"uT" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"uX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"uY" = ( +/turf/open/floor/dark, +/area/abyssal/interior/science) +"vd" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"vf" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"vj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"vo" = ( +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"vp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"vr" = ( +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"vt" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"vy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"vz" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"vB" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"vF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"vG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"vK" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"vN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"vQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"vV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"wg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"wB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"wD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"wF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"wG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"wJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"wN" = ( +/turf/open/space/basic, +/area/abyssal/oob) +"wV" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"wW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tool/pen, +/obj/item/storage/fancy/cigar{ + pixel_x = 8 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"wX" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"wY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/abyssal/interior/liaison) +"xa" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"xj" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"xn" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"xq" = ( +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"xr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/tool/pen/red, +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"xu" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"xw" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"xx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 10; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"xy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"xA" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"xD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"xH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"xR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"xX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"ya" = ( +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"yh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"yj" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"yk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"yl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"ym" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"yr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"yu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"yw" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"yK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"yO" = ( +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"yP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"yQ" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_4, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"yS" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/twe_blue, +/area/abyssal/interior/liaison) +"yW" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"za" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"zb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"zc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"zh" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"zl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"zo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"zu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/conam{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"zy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 7; + pixel_x = -2 + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"zF" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"zK" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"zM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"zQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"zW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"zY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Aa" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Ab" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Ad" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"Ae" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Ah" = ( +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Al" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"An" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"As" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Av" = ( +/turf/open/floor/darkred2/east, +/area/abyssal/interior/command) +"Ay" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"Az" = ( +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkred2/northeast, +/area/abyssal/interior/command) +"AE" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"AI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"AJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"AL" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"AO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"AP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"AR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"AU" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"AZ" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Bd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/floor_symbol/con_am/alt, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Bm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Bo" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Bp" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bq" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + name = "\improper Captain's Quarters"; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Bv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"BB" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"BI" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/liaison) +"BJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"BL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"BT" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"BV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"BZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Cb" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Cg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"Ch" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Ci" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Ck" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Co" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Cq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Cz" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"CC" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.5; + pixel_x = -17 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"CG" = ( +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"CK" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"CL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"CM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"CO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"CV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"De" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Dg" = ( +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"Dh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Di" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Dj" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/science) +"Dx" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Dy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"DA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"DC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"DE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"DJ" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"DK" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"DM" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/science) +"DO" = ( +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"DR" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_3, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"DS" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"DY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 4; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Ea" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ee" = ( +/obj/effect/decal/hybrisa/dirt_2, +/mob/living/simple_animal/small/cat/blackcat{ + dir = 8; + name = "Sebastian" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"Ej" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"Em" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"En" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Er" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Ew" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ey" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/cabinet, +/obj/item/storage/briefcase, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + pixel_y = 32 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Ez" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"EG" = ( +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"EJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"EL" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Fb" = ( +/obj/effect/decal/floor_symbol/con_am/alt/bottom_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Fd" = ( +/obj/structure/monorail{ + dir = 6; + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Fe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Fk" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Fn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Fp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"Fr" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/floor_symbol/con_am/alt/bottom_4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"Ft" = ( +/obj/structure/pipes/vents/pump, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Fx" = ( +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"Fy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Fz" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/west, +/area/abyssal/interior/command) +"FD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"FF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FK" = ( +/obj/effect/decal/hybrisa/hull_angled{ + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"FL" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"FM" = ( +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"FQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Ge" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Gg" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Gl" = ( +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"Gm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"Gq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Gs" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/liaison) +"Gv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"GA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"GS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Hb" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Hc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Hd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/liaison) +"Hf" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Hj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"Ho" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Hr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/ethanol, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Hs" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Hx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"HA" = ( +/turf/open/floor/prison, +/area/abyssal/interior/command) +"HC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"HF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"HH" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"HK" = ( +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"HM" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + name = "General Listening Channel"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/abyssal/interior/command) +"HP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"HS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"Ia" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Ic" = ( +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"Ie" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"If" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "security"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FF0000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Ih" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/surface/table/almayer, +/obj/item/tool/crowbar/red, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ik" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Iw" = ( +/obj/structure/machinery/photocopier{ + anchored = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/abyssal/interior/command) +"Ix" = ( +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/command) +"IB" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/gold_clock{ + pixel_y = 34 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"IE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"IK" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"IN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"IS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"IU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"IW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"IX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Jd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Je" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"Jh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"Ji" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"Jj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"Jm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Jp" = ( +/obj/structure/monorail{ + name = "launch track" + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Jt" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/patch/conam_patch, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Jw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"JA" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/maintenance/east) +"JB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"JK" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"JP" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/command) +"JS" = ( +/turf/open/floor/station/metal/floor/alt2, +/area/abyssal/interior/corridor_east) +"JZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ka" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/abyssal/interior/liaison) +"Kc" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Kd" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Kh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Kn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/command) +"Ko" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Kt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"Ky" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"Kz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/closed/wall/engineership, +/area/abyssal/interior/derelict_shuttle) +"KA" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"KE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/command) +"KH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"KI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"KL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"KM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"KQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"KR" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkred2/north, +/area/abyssal/interior/command) +"KU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Lc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"Ln" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Lo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Lt" = ( +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Lu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Lw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"Ly" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"LE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"LM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"LO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"LQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"LY" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"LZ" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 32; + pixel_y = -6 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Me" = ( +/obj/structure/bed/chair, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Mf" = ( +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Mi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/north, +/area/abyssal/interior/command) +"Mk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/greencorner_bigtile, +/area/abyssal/interior/liaison) +"Mm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Mr" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Mt" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Mw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"MB" = ( +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{ + layer = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars/north/pillar4, +/area/abyssal/interior/derelict_shuttle) +"MC" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic{ + dir = 1; + name = "\improper Executive Coordinator Office" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"MD" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"MG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"MI" = ( +/obj/structure/blackgoocontainer{ + pixel_x = -6; + pixel_y = 4; + density = 0 + }, +/obj/item/hybrisa/engineer_helmet{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/abyssal/interior/derelict_shuttle) +"MK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"MQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"MR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"MX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/command) +"Nb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Nd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"Ne" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"Ng" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Nm" = ( +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Nt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/darkred2/southwest, +/area/abyssal/interior/command) +"Nv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"NB" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 9; + density = 0 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"NE" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"NJ" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/command) +"NX" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"NY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Oc" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"Od" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2, +/area/abyssal/interior/command) +"Oe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Oh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ol" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Om" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"On" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"Oo" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"Oq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Or" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"Oy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c"; + level = 2 + }, +/turf/open/floor/station/metal/alt_floor, +/area/abyssal/interior/corridor_east) +"Oz" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -18 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"OE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"OH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"OM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"ON" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"OS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"OT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"OU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"OW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/wood/ship, +/area/abyssal/interior/liaison) +"OY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/abyssal/interior/liaison) +"Pf" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Po" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/abyssal/interior/command) +"Pp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Ps" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Pw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"PD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.5 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"PF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"PL" = ( +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"PN" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"PQ" = ( +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/abyssal/interior/command) +"PR" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"PY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/computerblack/computer3{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Qa" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_1, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Qe" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Qn" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/abyssal/interior/command) +"Qq" = ( +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"Qr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"Qu" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research/colony{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Qy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"QK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"QL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"QQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"QU" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/turf/open/floor/darkblue2/west, +/area/abyssal/interior/command) +"QW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"Rf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Rj" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Rt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Rw" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Rx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"RH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"RJ" = ( +/turf/open/floor/darkblue2/southeast, +/area/abyssal/interior/command) +"RM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"RT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"RU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"RX" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"Sk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Sl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"Sm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/research/autoname{ + req_one_access = list(103,106,201,206); + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Sq" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/abyssal/interior/command) +"Ss" = ( +/obj/structure/machinery/light/blue, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"Sz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"SF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/abyssal/interior/command) +"SJ" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "comm"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"SK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2, +/area/abyssal/interior/command) +"SN" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"SR" = ( +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/turf/open/floor/darkblue2/southwest, +/area/abyssal/interior/command) +"SV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/abyssal/interior/science) +"SY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Tb" = ( +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/science) +"Tc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Tf" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"Th" = ( +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"Ti" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"To" = ( +/turf/template_noop, +/area/template_noop) +"Tw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"TB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"TD" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"TF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/abyssal/interior/liaison) +"TH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"TQ" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkpurple2/north, +/area/abyssal/interior/science) +"TS" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"TV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/abyssal/interior/science) +"TZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump/siphon/on{ + dir = 1; + id_tag = "oxygen_lower_out" + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Ug" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Un" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/liaison) +"Uo" = ( +/obj/structure/window/framed/abyssal/blue, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"Us" = ( +/obj/structure/window/framed/abyssal/blue/reinforced, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Ut" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/east, +/area/abyssal/interior/science) +"Uu" = ( +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Ux" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Uz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/abyssal/interior/command) +"UD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -30 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"UM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"UX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/abyssal/interior/science) +"Vc" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Vm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Vn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurplecorners2/north, +/area/abyssal/interior/science) +"Vq" = ( +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"Vu" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + explo_proof = 1; + name = "launch bay door"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Vz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"VA" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/abyssal/interior/command) +"VB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"VC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northeast, +/area/abyssal/interior/command) +"VE" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/abyssal/interior/liaison) +"VF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"VN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"VP" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/abyssal/interior/liaison) +"VS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue, +/area/abyssal/interior/command) +"VT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"VU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2, +/area/abyssal/interior/science) +"Wd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"We" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Wi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/abyssal/interior/science) +"Wk" = ( +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Wp" = ( +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Wq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Wr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/liaison) +"Wv" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_3, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Wy" = ( +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WB" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WC" = ( +/obj/structure/monorail{ + dir = 4; + name = "launch track" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"WH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/abyssal/interior/science) +"WX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Xa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Xh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Xk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"Xs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"Xt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Xu" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"Xx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 36 + }, +/turf/open/floor/darkpurple2/east, +/area/abyssal/interior/science) +"XL" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"XU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/abyssal/interior/science) +"XV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/darkblue2full, +/area/abyssal/interior/command) +"XZ" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/visible/scrubbers, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Yb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Yc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/abyssal/interior/science) +"Yh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"YA" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4; + layer = 4 + }, +/turf/open/floor/darkish/unweedable, +/area/abyssal/interior/science) +"YB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/command) +"YD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/turf/open/floor/darkred2/southeast, +/area/abyssal/interior/command) +"YF" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/abyssal/interior/liaison) +"YV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"YZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/abyssal/interior/command) +"Za" = ( +/obj/structure/machinery/light/blue, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/abyssal/interior/command) +"Zg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/abyssal/interior/maintenance/east) +"Zj" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/abyssal/interior/liaison) +"Zl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkblue2/north, +/area/abyssal/interior/command) +"Zm" = ( +/obj/effect/decal/floor_symbol/con_am/alt/top_2, +/turf/open/floor/prison, +/area/abyssal/interior/command) +"Zn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/stack/cable_coil/cyan, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/northeast, +/area/abyssal/interior/science) +"Zo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/turf/open/floor/darkpurple2/west, +/area/abyssal/interior/science) +"Zq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"Zu" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor/research/colony{ + dir = 2 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) +"ZJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkblue2/east, +/area/abyssal/interior/command) +"ZQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/abyssal/interior/command) +"ZS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/open/floor/darkbluecorners2/east, +/area/abyssal/interior/command) +"ZV" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southwest, +/area/abyssal/interior/science) +"ZZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/abyssal/interior/science) + +(1,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +"} +(2,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +tS +tS +tS +Tb +gc +JB +gc +Tb +Tb +Dj +Dj +Dj +Dj +To +To +To +To +To +To +To +To +To +"} +(3,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +Tb +HK +DO +LM +Tb +sq +mR +hL +tS +HK +an +wD +nA +Dj +Dj +To +To +To +To +To +To +To +To +"} +(4,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +tS +Wi +Lw +xA +VF +Wd +ls +EL +Mw +Sm +tA +nc +Pf +HC +ZV +Dj +To +To +To +To +To +To +To +To +"} +(5,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +tS +iU +kH +Gg +wG +Dx +KI +MR +hD +tS +iU +OB +zb +uY +Ux +Dj +To +To +To +To +To +To +To +To +"} +(6,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +ha +lz +SV +ro +tS +PD +qW +sh +Tb +vq +tP +cK +tP +eT +Dj +To +To +To +To +To +To +To +To +"} +(7,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +tn +NE +IK +tt +DM +DM +DM +DM +DM +xn +tS +jo +DM +PR +ey +To +To +To +To +To +To +To +To +"} +(8,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +Cz +DE +SV +rL +DM +TS +ad +hL +tS +En +an +Xu +DM +Uz +ey +To +To +To +To +To +To +To +To +"} +(9,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Dx +Lt +Hf +vz +rL +DM +hU +OB +dC +Dx +Qr +WH +gL +DM +MD +LY +To +To +To +To +To +To +To +To +"} +(10,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +FM +tM +Bv +OT +LO +NY +KM +oc +Oq +fl +Nb +kR +DM +Bm +LY +To +To +To +To +To +To +To +To +"} +(11,1,1) = {" +To +To +To +To +To +To +ey +ey +ey +ey +ey +to +to +to +to +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +Tb +qd +tP +qW +Gl +DM +yl +mZ +TB +DM +cS +VU +DM +DM +Ti +ey +ey +To +To +To +To +To +To +To +"} +(12,1,1) = {" +To +To +To +ey +ey +ey +ey +hE +sz +zc +FH +sz +sz +sz +sz +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +Dj +vt +vt +Dj +Tb +DM +DM +DM +DM +DM +fL +XU +DM +tx +Bm +JZ +ey +To +To +To +To +To +To +To +"} +(13,1,1) = {" +To +To +To +ey +sz +uA +JZ +JZ +xw +xw +xw +UF +JZ +py +jx +aU +jx +jx +cs +JA +JA +py +Ko +jx +jx +jx +jx +Sz +jB +ey +tK +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +vt +wN +wN +vt +PN +Uu +hL +Tb +PY +cG +Ab +jf +DM +dS +aO +sz +ey +To +To +To +To +To +To +To +"} +(14,1,1) = {" +To +To +ey +ey +kn +JP +JP +JP +JP +JP +JP +JP +JP +Fz +JP +JP +JP +JP +wJ +jx +Qy +Tw +JP +JP +JP +JP +JP +hm +Zg +Qy +Qy +cs +ey +ey +ey +si +si +nv +fy +fy +fy +xw +yQ +Fr +Tb +Dj +vt +vt +Dj +TD +Hf +hD +tS +iU +QL +jn +hD +DM +dS +fN +vN +ey +To +To +To +To +To +To +To +"} +(15,1,1) = {" +To +To +to +sz +JZ +JP +zy +xu +lU +Ck +JP +dZ +Oz +QK +QU +hA +Ck +JP +JP +JP +JP +JP +JP +xw +Ne +SR +JP +Uz +JP +JP +JP +wJ +jx +jB +ey +wN +wN +nv +jv +rE +Nt +au +JS +se +Tb +Tb +Jt +sj +QQ +kh +FD +zo +LO +NY +nh +jn +dC +DM +dS +Bm +sz +ey +To +To +To +To +To +To +To +"} +(16,1,1) = {" +To +To +to +KU +KU +fy +uw +Er +Er +nW +AO +Wk +KQ +MK +ov +ul +Mt +JP +EG +tG +dO +vr +JP +NB +Fx +ya +JP +Ln +JP +kb +JP +JP +JP +Fz +nv +wN +wN +nv +KR +Ng +iq +fy +JS +HF +tS +nZ +BJ +yh +uX +PF +bl +nb +tS +oC +yP +Jh +TB +DM +Rx +Ge +JA +ey +ey +ey +ey +ey +To +To +To +"} +(17,1,1) = {" +To +To +ey +ey +OE +fy +ms +hI +Er +nW +JP +dv +lL +lL +LQ +so +zM +vf +yO +LQ +LQ +RJ +JP +Hs +js +Oo +fB +CM +xw +kb +VS +dZ +gY +gZ +nv +tQ +tQ +nv +Az +Av +YD +fy +ow +Oy +tS +Ah +qW +Gv +qM +hK +df +CL +Tb +Xk +zh +Zu +tS +DM +Bm +sz +gz +sz +sz +sz +JZ +ey +ey +To +To +"} +(18,1,1) = {" +To +To +To +ey +pR +fy +If +bt +tH +Oe +Uo +Ps +HH +tm +XV +bu +OI +er +ed +Rj +Rj +kb +JP +Zl +Er +ya +fB +mv +An +tG +tG +Mi +Er +RT +xw +qb +zl +xw +xw +Cq +xw +xw +IS +DK +xw +xw +iP +Qu +fy +JP +DM +DM +Tb +tP +pm +jb +tP +DM +FL +DM +DM +DM +DM +DM +JZ +iA +ey +To +To +"} +(19,1,1) = {" +To +To +To +to +sz +fy +xj +SN +ev +Ly +fy +EG +lU +DC +lU +Or +Bk +vf +SF +in +in +vr +vf +hd +vB +ya +JP +Pp +HA +XL +HA +Qe +wF +fT +MG +Ad +Po +RU +yu +yu +RU +yu +tL +nV +Za +xw +NJ +AI +IU +of +mB +DM +eP +Xt +gU +Zo +an +an +nR +um +oZ +DO +pg +DM +DM +Tc +to +To +To +"} +(20,1,1) = {" +To +To +To +LY +pO +JP +bz +PL +PL +DS +fy +Me +Hb +ul +AL +Zm +Fb +JP +Nv +Ae +Ae +Oe +er +lW +Fn +ya +JP +zW +UK +ON +hg +ON +Yh +nW +xw +kp +vo +Kn +Ik +ob +ab +wB +IE +Jm +vy +er +Ad +CV +aa +JP +oh +DM +Di +yk +Ch +qm +AP +AP +ty +AP +Ia +ac +aC +hL +Mr +Tc +to +To +To +"} +(21,1,1) = {" +To +To +To +to +sz +fy +cg +in +Ji +aL +ku +Ho +nE +Kh +gV +Wv +rV +Rw +jZ +Fe +Fe +cJ +Rw +RH +ov +ya +JP +bs +sb +ev +so +ev +ev +RJ +xw +xw +KA +JK +JK +JK +YZ +Gm +VB +Gm +nz +fy +kp +Qn +Ix +JP +cP +DM +Zn +FQ +VN +Yc +tP +kY +tP +vF +Ut +ru +Fy +VT +DM +Tc +to +To +To +"} +(22,1,1) = {" +To +To +To +ey +sz +fy +AZ +ZQ +sL +kA +Bd +Ps +uz +Sl +rO +jr +rh +er +gj +Rj +Rj +kb +JP +bm +HA +nW +JP +xw +xw +vf +Om +ib +xw +xw +xw +xw +Ic +DJ +xw +xw +MX +xw +BV +BI +BI +BI +BI +kp +VA +JP +pe +Dj +Dj +BL +OB +hD +Dj +Dj +Dj +Dj +Lt +OB +ro +Dj +Dj +xR +ey +To +To +"} +(23,1,1) = {" +To +To +ey +ey +pR +fy +SJ +dd +nx +IX +JP +hB +Hx +Hx +in +OU +hc +vf +EG +in +kQ +vr +JP +tX +Qe +nJ +tG +tG +OH +in +Hx +in +in +Ss +xw +xw +fy +Cq +xw +xw +Bp +xw +zK +BI +zY +pB +VE +fS +JP +JP +WB +Dj +Dj +Mf +ep +hD +Dj +Dj +Dj +Dj +vj +OB +ro +Dj +Dj +Wp +ey +To +To +"} +(24,1,1) = {" +To +To +to +Dh +Dh +fy +lV +Er +KQ +Mm +AO +Wk +ul +nx +HA +KQ +Mt +JP +yO +ev +px +RJ +JP +me +Od +Lo +cZ +cZ +ZS +bZ +As +On +xD +SK +TH +Fp +ox +ox +Sq +ox +Ay +ng +Dg +BI +wW +OW +VE +Yb +JA +RM +ak +DM +dA +Vn +uY +Qq +DO +BT +an +an +BJ +uY +UX +Vc +DM +iA +ey +To +To +"} +(25,1,1) = {" +To +To +to +sz +sz +JP +DY +zF +so +mu +JP +yW +LZ +Zq +rm +Ft +Al +JA +JA +JA +JA +uT +JA +VC +RJ +xw +JP +JP +xx +ev +ev +lL +LQ +zM +iP +Cg +kC +wB +ob +ob +wB +KE +kM +BI +xy +sO +VE +Yb +JA +Bm +DM +DM +qX +Rf +uY +uY +uY +BZ +Tf +OB +uY +eE +wg +hD +DM +ey +ey +To +To +"} +(26,1,1) = {" +To +To +ey +ey +rZ +JP +JP +JP +Bq +JP +JP +JP +JA +Fz +JA +JA +JA +JA +az +sz +sz +sz +JA +YB +et +xw +JP +JP +JP +JP +JP +YB +et +JP +JP +yK +Gm +Gm +JK +JK +HS +wB +nd +dV +Hc +uP +VE +rf +qq +ht +DM +oN +kh +MR +Yc +tP +tP +Qa +xH +qW +qW +qD +qv +eJ +Kd +Dj +fb +To +To +"} +(27,1,1) = {" +To +To +To +ey +JZ +JP +IB +yj +dU +ym +rD +JP +FF +Ug +JA +AJ +jx +jx +jx +kI +Qy +Pw +JA +mv +hc +xw +Ne +in +in +in +in +Hx +in +vr +JP +JP +JP +JP +JP +JP +HM +kC +kM +BI +Ey +Oc +VE +Bm +Ol +Yb +DM +Ez +Fy +qW +TB +Dj +Dj +cc +Ci +Dj +Dj +Rt +tP +FQ +tz +Dj +fb +To +To +"} +(28,1,1) = {" +To +To +To +ey +sz +JP +yw +PQ +Ee +CG +Iw +JP +Gq +JA +JA +Bm +ey +ey +ey +ey +Sk +wJ +Em +jD +FB +in +Fx +NX +NX +Er +ov +Ie +Ae +cd +Em +jx +jj +Qy +Qy +Em +UC +MQ +Nd +BI +rs +hP +of +Ge +ey +Dj +DM +iU +ro +Dj +Dj +Dj +Dj +TQ +DR +Dj +Dj +Dj +Dj +aD +hD +Dj +Dj +To +To +"} +(29,1,1) = {" +To +To +To +ey +OE +JP +Kt +OS +ym +sf +kO +JP +bB +Ko +Qy +WG +ey +To +To +ey +ey +ey +JA +Wq +ov +HA +HA +NX +HA +NX +Dy +nx +NX +Aa +JP +JP +kk +JZ +VE +VE +BI +VP +MC +BI +BI +Zj +Zj +ey +ey +Dj +KH +BJ +rL +Dj +Dj +Dj +En +BJ +ic +hL +Dj +Dj +Dj +aD +ic +Vm +Dj +To +To +"} +(30,1,1) = {" +To +To +To +ey +zQ +JP +JP +JP +JP +JP +JP +JP +mq +JA +ey +ey +ey +To +To +To +To +nv +EG +pd +qE +Nm +qE +mD +hg +mD +qE +Cb +Hb +FB +hc +JP +ti +GS +VE +BI +BI +nu +zu +BI +BI +Zj +wN +to +Tc +eY +pf +uY +LE +DO +CC +DO +BJ +qr +qr +ic +an +an +DO +lG +OB +hD +Dj +To +To +"} +(31,1,1) = {" +To +To +To +ey +sz +dP +zc +JZ +JZ +JA +JA +hE +sS +sz +ey +To +To +To +To +To +To +nv +lV +HA +nv +nv +nv +HA +nx +HA +nv +nv +nv +ov +nW +JP +lb +eG +VE +yr +BI +dg +lK +BI +uM +Zj +wN +to +Tc +DM +Co +Lu +ju +vV +IW +QW +KM +Lu +Lu +KM +QW +OM +AP +rd +Bv +hD +Dj +To +To +"} +(32,1,1) = {" +To +To +To +ey +ey +dP +fu +sz +JZ +JA +JA +JZ +Vz +Hr +ey +To +To +To +To +To +To +nv +lV +HA +nv +nv +BB +ov +MK +ov +rg +nv +nv +HA +nW +JP +WX +VE +VE +OY +Gs +pC +tp +AU +EJ +Lc +Zj +Zj +Wy +DM +nt +jm +tP +Jw +tP +za +Ky +Kz +FK +MB +wX +pm +qW +Xx +Xs +pQ +Dj +To +To +"} +(33,1,1) = {" +To +To +To +To +ey +ey +ey +ey +sz +sz +sz +sz +os +ey +ey +To +To +To +To +To +To +nv +vK +HA +ov +IN +DA +Xa +xX +DA +mD +Qe +HA +mG +RJ +JP +kk +VE +sp +wY +Hj +Jj +kT +lc +fK +Wr +TF +VE +UM +DM +De +DM +DM +vJ +jI +YA +dR +dR +dR +uv +Th +vQ +KL +DM +CK +JA +ey +To +To +"} +(34,1,1) = {" +To +To +To +To +To +To +To +ey +ey +ey +to +to +ey +ey +To +To +To +To +To +To +To +nv +RX +Ej +Er +ov +ov +HA +MK +ov +HA +HA +HA +nW +JP +JP +kk +VE +qF +Hd +ba +vd +vd +YF +kG +Ka +VE +VE +iA +DM +ZZ +DM +DM +TV +Th +bc +dR +uh +MI +ja +Th +TV +qY +DM +sz +ey +ey +To +To +"} +(35,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +lV +Er +ov +ov +HA +nx +HA +Kc +HA +HA +nW +JP +mh +Ew +VE +rl +Hd +xr +nT +tJ +pw +CO +dn +of +Qy +YV +Qy +Xh +HP +DM +fO +Th +Je +dR +dR +dR +sH +Th +fO +qY +DM +We +ey +To +To +To +"} +(36,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +yO +ev +ev +Vq +HA +nx +HA +mG +ev +ev +RJ +JP +SY +jQ +Em +aq +pq +rK +jL +xq +yS +Mk +sY +Zj +ey +ey +ey +ey +Jd +DM +Ih +qY +qY +Je +dR +gi +oy +sH +fO +cp +DM +sz +LY +To +To +To +"} +(37,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +nv +nv +wV +NX +nx +Er +Oo +JP +JP +JP +JP +tN +ey +Zj +Zj +Un +dh +dh +dh +dh +uO +Zj +Zj +To +To +To +ey +kW +DM +jw +qY +Fd +Jp +Jp +Jp +cM +Th +ai +DM +TZ +XZ +LY +To +To +To +"} +(38,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +lV +bx +ul +Er +Aa +JP +py +Qy +vG +vp +ey +To +Zj +Zj +AE +AE +AE +AE +Zj +Zj +To +To +To +To +ey +GA +DM +DM +iZ +Fk +Oh +Oh +AR +Fk +AR +DM +DM +sz +ey +ey +To +To +To +"} +(39,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +jU +sb +ZJ +uF +gK +Em +Ge +ey +ey +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +Ea +UD +DM +Us +rS +Bo +Vu +Vu +rS +Us +DM +dY +sz +ey +To +To +To +To +"} +(40,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +nv +nv +tQ +tQ +tQ +nv +nv +ey +ey +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +ey +Dh +xa +Dh +WC +We +Dh +Dh +WC +Dh +xa +We +ey +ey +To +To +To +To +"} +(41,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +ey +ey +ey +to +uk +ea +ea +ea +uk +to +ey +ey +To +To +To +To +To +To +"} +(42,1,1) = {" +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +To +"} diff --git a/maps/map_files/Navalis_Platform_13/Navalis_Platform_13.dmm b/maps/map_files/Navalis_Platform_13/Navalis_Platform_13.dmm new file mode 100644 index 000000000000..3eb3bd8779b3 --- /dev/null +++ b/maps/map_files/Navalis_Platform_13/Navalis_Platform_13.dmm @@ -0,0 +1,213341 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3, +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"aab" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aac" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aad" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aae" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aaf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangeline, +/area/navalis/indoors/industrial/power) +"aag" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/orangelinecorner/west, +/area/navalis/indoors/industrial/power) +"aah" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aai" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aak" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aal" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aam" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aan" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aao" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aap" = ( +/obj/structure/closet/toolcloset, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/spawner/random/tool{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aar" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aas" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aat" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aau" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aav" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aax" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aay" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aaz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaA" = ( +/obj/item/clothing/head/welding, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaC" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/meson, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 2; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaE" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaG" = ( +/obj/item/tool/weldingtool, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaH" = ( +/obj/effect/spawner/random/tool{ + pixel_x = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/ramptop, +/area/navalis/indoors/industrial/power) +"aaI" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aaJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaL" = ( +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aaM" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/dark, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaN" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/power) +"aaP" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aaR" = ( +/obj/effect/spawner/random/pills/midchance{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaS" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/closet, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaT" = ( +/obj/effect/spawner/random/tool{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaW" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aaX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aaY" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aaZ" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/power) +"aba" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"abb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"abc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"abd" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"abe" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"abf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abg" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -10; + pixel_y = -9; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abi" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2/southeast, +/area/navalis/indoors/residential/starboard) +"abk" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abl" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"abm" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/accessway) +"abn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"abo" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"abp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/omega, +/area/navalis/indoors/industrial/refinery) +"abq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/refinery) +"abr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/browncorner/north, +/area/navalis/indoors/industrial/refinery) +"abs" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangeline/east, +/area/navalis/indoors/industrial/refinery) +"abt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/accessway) +"abu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/red, +/area/navalis/indoors/industrial/refinery) +"abv" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 8 + }, +/turf/open/floor/hybrisa/metal/orangeline/west, +/area/navalis/indoors/industrial/refinery) +"abw" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangeline/east, +/area/navalis/indoors/industrial/refinery) +"abx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"aby" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"abz" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_y = 1; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"abA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"abB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangeline/west, +/area/navalis/indoors/industrial/refinery) +"abC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/refinery) +"abD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/darkgreen/east, +/area/navalis/indoors/industrial/refinery) +"abE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/darkgreen/west, +/area/navalis/indoors/industrial/refinery) +"abF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"abG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"abH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangelinecorner/west, +/area/navalis/indoors/industrial/refinery) +"abI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/browncorner, +/area/navalis/indoors/industrial/refinery) +"abJ" = ( +/turf/open/floor/darkgreen2/east, +/area/navalis/indoors/residential/accessway) +"abK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/port) +"abL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"abM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/darkgreen/east, +/area/navalis/indoors/industrial/refinery) +"abN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/refinery) +"abO" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"abP" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"abQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"abR" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"abS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"abT" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/west, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"abU" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/accessway) +"abV" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"abW" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"abX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"abY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/refinery) +"abZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangelinecorner/north, +/area/navalis/indoors/industrial/refinery) +"aca" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"acb" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 3 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"acc" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/front) +"acd" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ace" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"acf" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"acg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"ach" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aci" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform2/east, +/obj/structure/platform/metal/hybrisa/metalplatform2/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"acj" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"ack" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open_space, +/area/navalis/oob/empty_space) +"acl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"acm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aco" = ( +/obj/effect/landmark/nightmare{ + insert_tag = "clfspecforce" + }, +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/exterior/med_ext/upper) +"acp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acr" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"acs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"act" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/navalis/indoors/logistic/primary_storage) +"acu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/navalis/indoors/logistic/primary_storage) +"acv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"acw" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"acx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"acy" = ( +/obj/effect/decal/cleanable/generic, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"acz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 27 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"acA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"acB" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"acC" = ( +/obj/effect/decal/hybrisa/trash{ + dir = 1; + icon_state = "trash_11" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = -12; + pixel_y = 15 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"acD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acE" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/platform_decoration/metal/almayer/northeast, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acF" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"acG" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob/water) +"acH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"acI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"acJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/navalis/indoors/logistic/primary_storage) +"acK" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"acL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"acM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"acN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"acO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acP" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -7; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"acQ" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = -2; + pixel_y = -23 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"acR" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"acS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"acT" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"acU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"acV" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vesselsecond"; + name = "PSV Charon - Lower Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/below_deck/middle) +"acW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/navalis/indoors/logistic/primary_storage) +"acX" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"acY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"acZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"ada" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"adb" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"adc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/navalis/indoors/xeno_growth) +"add" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8; + pixel_x = 7 + }, +/obj/structure/machinery/door_control{ + pixel_y = 28; + id = "vesselsecond"; + name = "Lower Vehicle Access"; + use_power = 0; + needs_power = 0; + light_on = 1; + light_range = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"ade" = ( +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"adf" = ( +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/corsat/brown/northwest, +/area/navalis/indoors/industrial/mining) +"adg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"adh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 32 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"adi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"adj" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + dir = 1; + pixel_y = -11 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = 14 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"adk" = ( +/obj/structure/flag/plantable/ua, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"adl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/floorglass3, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/outdoors/exterior/log_ext/upper) +"adm" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"adn" = ( +/obj/structure/ore_box, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"ado" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"adp" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"adq" = ( +/obj/structure/machinery/light{ + invisibility = 101 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowfull2/east, +/area/navalis/indoors/industrial/mining) +"adr" = ( +/obj/structure/machinery/light{ + invisibility = 101 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/navalis/indoors/industrial/mining) +"ads" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"adt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 9; + pixel_y = 42 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"adu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"adv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"adw" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"adx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"ady" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"adz" = ( +/obj/structure/stairs/multiz/up{ + dir = 8; + pixel_y = -1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"adA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"adB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"adC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"adD" = ( +/obj/structure/prop/server_equipment/laptop/on{ + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"adE" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"adF" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"adG" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/outdoors/landing_zone_2) +"adH" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"adI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"adJ" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"adK" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"adL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/southeast, +/area/navalis/indoors/logistic/primary_storage) +"adM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/primary_storage) +"adN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"adO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine/corporate{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"adP" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 8 + }, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"adQ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"adR" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"adS" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"adT" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 4 + }, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"adU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"adV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/browncorner/east, +/area/navalis/indoors/industrial/mining) +"adW" = ( +/obj/item/fuel_cell{ + layer = 3.1; + pixel_x = -10; + pixel_y = 4 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"adX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/primary_storage) +"adY" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"adZ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/primary_storage) +"aea" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"aeb" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aec" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/primary_storage) +"aed" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/logistic/primary_storage) +"aee" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/obj/structure/surface/table/almayer, +/obj/item/tank/emergency_oxygen, +/obj/item/tank/emergency_oxygen{ + pixel_x = -6 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"aef" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/gamma, +/area/navalis/indoors/industrial/mining) +"aeg" = ( +/obj/item/stack/rods{ + pixel_x = -5 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeh" = ( +/obj/item/stack/sheet/metal{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aej" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aek" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/morgue) +"ael" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aem" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aen" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeo" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aep" = ( +/obj/item/fuel_cell{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"aeq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aer" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"aes" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/maintenance_port) +"aet" = ( +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/Port_hallway) +"aeu" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/wrench, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aev" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 8 + }, +/obj/structure/largecrate/random, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"aew" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"aex" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"aey" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 4 + }, +/obj/item/fuel_cell, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"aez" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/machinery/light/small, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeA" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/pipes, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/Port_hallway) +"aeD" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aeE" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aeG" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 1 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"aeH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aeI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aeJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aeK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeL" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/pipes, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aeM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_27"; + layer = 3.1; + pixel_x = -2; + pixel_y = 10 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/Port_hallway) +"aeN" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun{ + current_rounds = 0 + }, +/obj/item/ammo_magazine/smg/nailgun{ + current_rounds = 0 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeO" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/marine/veteran/insulated{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeP" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeQ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/obj/item/stack/sheet/metal/med_large_stack, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeR" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/item/stack/sheet/plasteel/medium_stack, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeS" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"aeT" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aeU" = ( +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/pharmacy) +"aeV" = ( +/obj/item/stack/rods{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aeW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/mech/hydralic_clamp, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 22; + pixel_x = 2 + }, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aeY" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/ice_cavern) +"aeZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"afa" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afb" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"afc" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"afd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"afe" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"aff" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1; + layer = 2.97 + }, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"afg" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 9; + pixel_x = -4; + layer = 4 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"afh" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"afi" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/shower{ + pixel_y = -10; + dir = 8; + pixel_x = -2 + }, +/obj/structure/sink{ + dir = 1; + pixel_x = -4; + pixel_y = -19 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"afj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"afk" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"afl" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"afm" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 6 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"afn" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/north, +/area/navalis/oob/powered) +"afo" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"afp" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"afq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"afr" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/weapon/gun/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/clothing/suit/armor/vest, +/obj/effect/landmark/objective_landmark/far, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/head/beret, +/turf/open/floor/prison/red/north, +/area/navalis/indoors/command/security) +"afs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/mech_bay) +"aft" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/mech_bay) +"afu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/mech_bay) +"afv" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afw" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afx" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"afy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/item/newspaper{ + layer = 3.1; + pixel_x = -7 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"afz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"afA" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"afB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"afC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"afD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"afE" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"afF" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"afG" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"afH" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afI" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/tool, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/navalis/indoors/logistic/mech_bay) +"afK" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/navalis/indoors/logistic/mech_bay) +"afL" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afM" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"afN" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"afO" = ( +/obj/structure/machinery/light{ + invisibility = 101; + dir = 1 + }, +/turf/open/floor/prison/darkyellowfull2/east, +/area/navalis/indoors/industrial/mining) +"afP" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"afQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"afR" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + dir = 4; + unacidable = 1; + explo_proof = 1; + name = "Sector Three Blastdoors"; + id = "sector_three"; + needs_power = 0 + }, +/turf/open/floor/corsat/marked, +/area/navalis/oob) +"afS" = ( +/obj/structure/prop/resin_prop{ + dir = 8; + icon_state = "chair" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"afT" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"afU" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"afV" = ( +/obj/structure/prop/hybrisa/supermart/souto_rack, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"afW" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"afX" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"afY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"afZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"aga" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"agb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"agc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"agd" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/accessway) +"age" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 5 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"agf" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"agg" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/largecrate/random/case/double{ + layer = 2.97 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"agh" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"agi" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"agj" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#1790f9"; + pixel_y = -8; + pixel_x = 3; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"agk" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#4c9c97"; + layer = 2.01; + pixel_y = -8; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"agl" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"agm" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"agn" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"ago" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"agp" = ( +/obj/structure/bed, +/obj/item/bedsheet/ce, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"agq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#16e9a1"; + layer = 2.01; + pixel_y = -8; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"agr" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ags" = ( +/obj/structure/machinery/light/small, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"agt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"agu" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"agv" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"agw" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"agx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"agy" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"agz" = ( +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"agA" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"agB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/navalis/indoors/logistic/mech_bay) +"agC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/navalis/indoors/logistic/mech_bay) +"agD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"agE" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/red/north, +/area/navalis/indoors/command/security) +"agF" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/mini, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"agG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"agH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/brown, +/area/navalis/indoors/industrial/mining) +"agI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/southeast, +/area/navalis/indoors/industrial/mining) +"agJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat/brown/southwest, +/area/navalis/indoors/industrial/mining) +"agK" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"agL" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"agM" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"agN" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"agO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"agP" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"agQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"agR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/starboard) +"agS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/starboard) +"agT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/starboard) +"agU" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"agV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"agW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"agX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"agY" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"agZ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aha" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ahb" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ahc" = ( +/obj/effect/spawner/random/pills/midchance, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"ahd" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"ahf" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/Port_hallway) +"ahg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/mech_bay) +"ahh" = ( +/obj/structure/sign/poster/pinup{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/mech_bay) +"ahi" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"ahj" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -15 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -15 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -15 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahm" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"ahn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/accessway) +"aho" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ahp" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ahq" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ahr" = ( +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ahs" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/suit/storage/hazardvest/blue, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aht" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahu" = ( +/obj/structure/machinery/light, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"ahv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cabinet, +/obj/item/clothing/under/pj/red, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"ahw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"ahx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/starboard) +"ahy" = ( +/obj/structure/prop/resin_prop{ + icon_state = "chest_white" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ahz" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahA" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + dir = 1; + pixel_y = -11 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahD" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahE" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/Port_hallway) +"ahF" = ( +/obj/effect/alien/resin/sticky, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"ahG" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/megaphone, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/meeting_hall) +"ahH" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ahI" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahJ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahL" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ahN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/industrial/refinery) +"ahO" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ahP" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"ahQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"ahR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"ahS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"ahT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/navalis/indoors/residential/starboard) +"ahU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/navalis/indoors/residential/starboard) +"ahV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"ahW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/navalis/indoors/residential/starboard) +"ahX" = ( +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ahY" = ( +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"ahZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -8; + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aia" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aib" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aic" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + dir = 1; + pixel_y = -11 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aid" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aie" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aif" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aig" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aih" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15" + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aii" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -15; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aij" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/accessway) +"aik" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"ail" = ( +/obj/effect/spawner/random/pills/midchance, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"aim" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"ain" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"aio" = ( +/obj/effect/decal/hybrisa/trash{ + dir = 8; + icon_state = "trash_11" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aip" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aiq" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"air" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"ais" = ( +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"ait" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkgreen2, +/area/navalis/indoors/residential/accessway) +"aiu" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aiv" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"aiw" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aix" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/microwave{ + pixel_y = 7; + layer = 3.20; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"aiy" = ( +/obj/structure/closet/cabinet, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiz" = ( +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiA" = ( +/obj/structure/bed, +/obj/item/bedsheet/colorable{ + color = "#b54b3d" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiB" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aiC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_x = 16; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aiD" = ( +/obj/structure/surface/table/woodentable, +/obj/item/book{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aiF" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aiG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aiH" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/darkgreen2/west, +/area/navalis/indoors/residential/accessway) +"aiI" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aiJ" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aiK" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/radio{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/item/tool/kitchen/knife, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiL" = ( +/obj/structure/surface/table/woodentable, +/obj/effect/decal/cleanable/dirt, +/obj/item/book/manual/detective, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aiN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aiO" = ( +/obj/structure/surface/table/woodentable, +/obj/item/trash/plate{ + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiP" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aiQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 17 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aiS" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"aiT" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"aiU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"aiV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = -10 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/mono{ + pixel_x = 7; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"aiW" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"aiX" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"aiY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/residential/kitchen) +"aiZ" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"aja" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"ajb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_x = 1; + pixel_y = 15 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"ajc" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/trash/plate, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"aje" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/starboard) +"ajf" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"ajg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"ajh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/residential/kitchen) +"aji" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/radio/off{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/southeast, +/area/navalis/indoors/residential/accessway) +"ajk" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"ajl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"ajm" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/trash/plate, +/obj/item/trash/plate{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"ajo" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"ajp" = ( +/obj/structure/surface/table/woodentable, +/obj/item/folder/black_random{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"ajq" = ( +/obj/structure/surface/table/woodentable, +/obj/item/newspaper, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"ajr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/navalis/indoors/residential/accessway) +"ajs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 14; + pixel_y = 9 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajt" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/obj/effect/spawner/random/gun/uscm_primary/highchance, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"ajv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"ajw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/chem_dispenser/soda, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajx" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_y = 1; + layer = 2.5 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"ajy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"ajz" = ( +/obj/structure/surface/table/woodentable, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"ajA" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"ajB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/effect/spawner/random/powercell, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"ajC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkblue2/north, +/area/navalis/indoors/residential/accessway) +"ajD" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkblue2/north, +/area/navalis/indoors/residential/accessway) +"ajE" = ( +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"ajF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"ajG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -8; + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 27 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"ajH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"ajI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"ajJ" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"ajK" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"ajL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/accessway) +"ajM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/accessway) +"ajN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/microwave, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"ajO" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/structure/reagent_dispensers/beerkeg{ + pixel_x = -8; + pixel_y = -5 + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"ajP" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"ajQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/west, +/area/navalis/indoors/residential/accessway) +"ajR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"ajS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"ajT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/north, +/area/navalis/indoors/residential/accessway) +"ajU" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"ajV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/port) +"ajW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege, +/area/navalis/indoors/residential/port) +"ajX" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/residential/port) +"ajY" = ( +/obj/structure/prop/resin_prop, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"ajZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"aka" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = -3; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"akb" = ( +/obj/structure/machinery/light/small, +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"akc" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"akd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/microwave{ + pixel_y = 7; + layer = 3.20; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"ake" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/microwave{ + pixel_y = 7; + layer = 3.20; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"akf" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"akg" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"akh" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"aki" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/port) +"akj" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#d2b525"; + pixel_y = -8; + pixel_x = 3; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akk" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#f6643e"; + layer = 2.01; + pixel_y = -8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akl" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"akm" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"akn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"ako" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akp" = ( +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/navalis/indoors/residential/port) +"akq" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"akr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"aks" = ( +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/command/director_office) +"akt" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aku" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#4c9c97"; + pixel_y = -8; + pixel_x = 3; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akv" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/paper, +/obj/item/paper{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"akw" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"akx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"aky" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "comfychair_blue" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"akz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/navalis/indoors/residential/port) +"akA" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"akC" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/newspaper, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"akD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/clothing/under/sl_suit, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"akE" = ( +/obj/structure/toilet{ + pixel_y = -9; + dir = 1 + }, +/obj/structure/machinery/shower{ + pixel_y = 9; + dir = 8; + pixel_x = -4; + layer = 4 + }, +/obj/structure/sink{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"akF" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akG" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akH" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = 3; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akI" = ( +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"akJ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akK" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"akL" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akM" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/hardhat/white{ + pixel_y = -3; + pixel_x = 4 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"akO" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akP" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"akQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/com_ext) +"akR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"akT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akU" = ( +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"akV" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"akX" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"akY" = ( +/obj/effect/sentry_landmark/lz_2/bottom_right, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"akZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/industrial/power) +"ala" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"alb" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitered/southwest, +/area/navalis/indoors/med_sci/main_floor) +"alc" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ald" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"ale" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"alf" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"alg" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 5 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"alh" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/front) +"ali" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/prison/ramptop/north, +/area/navalis/outdoors/landing_zone_2) +"alj" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6; + pixel_x = 16 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5; + pixel_x = 16 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19; + pixel_x = 16 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"alk" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob/empty_space) +"all" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext/lower) +"alm" = ( +/obj/structure/flora/tree/dead{ + pixel_y = 5; + pixel_x = -18; + name = "dead tree"; + desc = "Looks like it hasn't been tended to for a while." + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/outdoors/landing_zone_1) +"aln" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/prison/floor_plate, +/area/navalis/outdoors/landing_zone_1) +"alo" = ( +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"alq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"als" = ( +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alt" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alu" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext/lower) +"alv" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alx" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"aly" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"alz" = ( +/turf/open/floor/prison/damaged2/southwest, +/area/navalis/indoors/logistic/primary_storage) +"alA" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alB" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vessellockdown"; + name = "PSV Charon - Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alC" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"alD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"alE" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alF" = ( +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alG" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alH" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vessellockdown"; + name = "PSV Charon - Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext) +"alJ" = ( +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alK" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/comm_one) +"alL" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"alM" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"alN" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob) +"alO" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"alR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alS" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alU" = ( +/obj/structure/platform_decoration/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"alW" = ( +/turf/open/floor/prison/darkbrowncorners2, +/area/navalis/outdoors/landing_zone_2) +"alX" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alY" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"alZ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"ama" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"amb" = ( +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/charon/surface_deck/main_deck) +"amc" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"amd" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"ame" = ( +/obj/effect/sentry_landmark/lz_2/bottom_left, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"amf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amg" = ( +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"ami" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"amj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"amk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/front) +"aml" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"amm" = ( +/turf/open/floor/prison/greenblue/west, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amn" = ( +/turf/open/floor/prison/greenblue/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amo" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amp" = ( +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/turf/open_space, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amr" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"ams" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amu" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amv" = ( +/turf/open/floor/prison/greenblue/north, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amw" = ( +/turf/open/floor/prison/greenblue/northeast, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amx" = ( +/obj/effect/decal/hybrisa/wy_huge_logo/lines, +/turf/open/floor/prison/greenfull/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amy" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"amz" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/navalis/indoors/industrial/refinery) +"amA" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"amB" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"amC" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"amD" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"amE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"amF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"amG" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/indoors/industrial/refinery) +"amH" = ( +/obj/item/tool/warning_cone{ + pixel_x = -13; + pixel_y = 20 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"amI" = ( +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/accessway) +"amJ" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/indoors/industrial/accessway) +"amK" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"amL" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"amM" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"amN" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"amO" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/refinery) +"amP" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"amQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"amR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"amS" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"amT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"amU" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/accessway) +"amV" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/refinery) +"amW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"amX" = ( +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"amY" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/refinery) +"amZ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"ana" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anb" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anc" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"and" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = 3; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"ane" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"ang" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = 11; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -14; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = 8; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"ani" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anj" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"ank" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -14; + pixel_x = 8; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anl" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/refinery) +"anm" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/navalis/indoors/industrial/accessway) +"ann" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"ano" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = 3; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anp" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anq" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anr" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"ans" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"ant" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = 15; + pixel_x = 8; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 2; + pixel_y = -14; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anu" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"anv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"anw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"anx" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"any" = ( +/turf/open/floor/hybrisa/metal/orangeline/east, +/area/navalis/indoors/industrial/refinery) +"anz" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 8 + }, +/turf/open/floor/half_plate/dark_yellow/west, +/area/navalis/indoors/industrial/mining) +"anA" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/industrial/accessway) +"anB" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"anD" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/refinery) +"anE" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anF" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/accessway) +"anG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"anH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/accessway) +"anI" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/accessway) +"anJ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2"; + layer = 2.1 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"anK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/accessway) +"anL" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/industrial/refinery) +"anM" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"anN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/refinery) +"anO" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"anP" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/accessway) +"anQ" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"anR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anS" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"anT" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/refinery) +"anU" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"anV" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"anW" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"anX" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/landing_zone_2) +"anY" = ( +/turf/open/floor/prison/rampbottom/east, +/area/navalis/outdoors/comm_one) +"anZ" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"aoa" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/comm_one) +"aob" = ( +/turf/open/floor/prison/ramptop, +/area/navalis/outdoors/exterior/log_ext) +"aoc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"aod" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"aoe" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"aof" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aog" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/maintenance_starboard) +"aoh" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/indoors/industrial/mining) +"aoi" = ( +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"aoj" = ( +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"aok" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aol" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/indoors/industrial/mining) +"aom" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aon" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"aoo" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/navalis/indoors/industrial/mining) +"aop" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"aoq" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"aor" = ( +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aos" = ( +/turf/open/floor/corsat/browncorner/east, +/area/navalis/indoors/industrial/mining) +"aot" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aou" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/mining) +"aov" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aow" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aox" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/mining) +"aoy" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aoz" = ( +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aoA" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aoB" = ( +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"aoC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aoD" = ( +/obj/structure/stairs/multiz/up, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"aoE" = ( +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aoF" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aoG" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aoH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoJ" = ( +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoK" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/workshop) +"aoL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/logistic/primary_storage) +"aoM" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/Port_hallway) +"aoN" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/mech_bay) +"aoO" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"aoP" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoQ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoR" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoS" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/maintenance_port) +"aoT" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/navalis/indoors/logistic/Port_hallway) +"aoU" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/Port_hallway) +"aoV" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/maintenance_port) +"aoW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aoX" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/records_room) +"aoY" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/oft_duty_room) +"aoZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apa" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/workshop) +"apb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"apc" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"apd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/Port_hallway) +"ape" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/Port_hallway) +"apf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apg" = ( +/turf/open/floor/corsat/browncorner/west, +/area/navalis/indoors/industrial/mining) +"aph" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"api" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/indoors/industrial/accessway) +"apj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/mining) +"apk" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/starboard) +"apl" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"apm" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/pharmacy) +"apn" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"apo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"app" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"apq" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/records_room) +"apr" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aps" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/Port_hallway) +"apt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apu" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apv" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 1; + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"apw" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"apy" = ( +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/director_office) +"apz" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/accessway) +"apA" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"apB" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"apC" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/main_floor) +"apD" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/science_lower_entrance) +"apE" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apF" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apH" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apI" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"apJ" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"apK" = ( +/turf/open/floor/plating, +/area/navalis/outdoors/landing_zone_1) +"apL" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/pharmacy) +"apM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/pharmacy) +"apN" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/main_floor) +"apO" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"apP" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/workshop) +"apQ" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/Port_hallway) +"apR" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/Port_hallway) +"apS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"apT" = ( +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"apU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"apV" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/navalis/outdoors/landing_zone_1) +"apW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/pharmacy) +"apX" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/main_floor) +"apY" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/main_floor) +"apZ" = ( +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"aqa" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aqb" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/mech_bay) +"aqc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"aqd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/mech_bay) +"aqe" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aqf" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/pharmacy) +"aqg" = ( +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aqh" = ( +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"aqi" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aqj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aqk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aql" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth) +"aqm" = ( +/turf/open/floor/plating, +/area/navalis/indoors/xeno_growth) +"aqn" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aqp" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"aqq" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/foyer) +"aqr" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/foyer) +"aqs" = ( +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/main_floor) +"aqt" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_y = 12 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aqu" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/Port_hallway) +"aqv" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aqw" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/Port_hallway) +"aqx" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/brown, +/area/navalis/indoors/industrial/mining) +"aqy" = ( +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"aqz" = ( +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/main_floor) +"aqA" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aqB" = ( +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/main_floor) +"aqC" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"aqD" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"aqE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"aqF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/starboard) +"aqG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open_space, +/area/navalis/oob/empty_space) +"aqH" = ( +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"aqI" = ( +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"aqJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"aqK" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"aqL" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aqM" = ( +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aqN" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/industrial/mining) +"aqO" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aqP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aqQ" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/starboard) +"aqR" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aqS" = ( +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/foyer) +"aqT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aqU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"aqV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/navalis/indoors/logistic/Port_hallway) +"aqW" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aqX" = ( +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aqY" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/industrial/mining) +"aqZ" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/kitchen) +"ara" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"arb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"arc" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/foyer) +"ard" = ( +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"are" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"arf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/Port_hallway) +"arg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/Port_hallway) +"arh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/industrial/mining) +"ari" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"arj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"ark" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/foyer) +"arl" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/med_sci/foyer) +"arm" = ( +/obj/structure/machinery/power/apc/power/east, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"arn" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/chemical_store) +"aro" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/chemical_store) +"arp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 10 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"arq" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/maintenance_port) +"arr" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/Port_hallway) +"ars" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"art" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aru" = ( +/turf/open/floor/plating, +/area/navalis/indoors/xeno_growth/residential) +"arv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"arw" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"arx" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"ary" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/accessway) +"arz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/accessway) +"arA" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/kitchen) +"arB" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/plating, +/area/navalis/indoors/residential/kitchen) +"arC" = ( +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"arD" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/foyer) +"arE" = ( +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/chemical_store) +"arF" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"arG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/industrial/mining) +"arH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"arI" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/north, +/area/navalis/indoors/residential/accessway) +"arJ" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/kitchen) +"arK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/kitchen) +"arL" = ( +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"arM" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/foyer) +"arN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"arO" = ( +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"arP" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"arQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"arR" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"arS" = ( +/turf/open/floor/corsat, +/area/navalis/indoors/xeno_growth/residential) +"arT" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"arU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"arV" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/kitchen) +"arW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"arX" = ( +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"arY" = ( +/obj/structure/blocker/invisible_wall, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"arZ" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"asa" = ( +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/residential/landing_pad) +"asb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"asc" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/whitegreencorner/north, +/area/navalis/indoors/med_sci/chemical_store) +"asd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkpurple2/west, +/area/navalis/indoors/residential/cafeteria) +"ase" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/kitchen) +"asf" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"asg" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/kitchen) +"ash" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"asi" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 30 + }, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/chemical_store) +"asj" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"ask" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/starboard_hallway) +"asl" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"asm" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/chemical_store) +"asn" = ( +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"aso" = ( +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asp" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asq" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"asr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"ass" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"ast" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asu" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_starboard) +"asv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/starboard_hallway) +"asw" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 6 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"asx" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"asy" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"asz" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"asA" = ( +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"asB" = ( +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"asC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/chemical_store) +"asD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"asE" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asF" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asG" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asH" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"asI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"asJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"asK" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/break_room) +"asL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"asM" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/maintenance_port) +"asN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"asO" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/tertiary_comms) +"asP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/cola, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/starboard_hallway) +"asQ" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/meeting_hall) +"asR" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/meeting_hall) +"asS" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/maintenance_port) +"asT" = ( +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/main_floor) +"asU" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/chemical_store) +"asV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"asW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/navalis/indoors/xeno_growth/residential) +"asX" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"asY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"asZ" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"ata" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"atb" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"atc" = ( +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/break_room) +"atd" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/break_room) +"ate" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/chemical_store) +"atf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"atg" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"ath" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"ati" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"atj" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"atk" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"atl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"atm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/accessway) +"atn" = ( +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"ato" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"atp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"atq" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"atr" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"ats" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"att" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"atu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"atv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"atw" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/meeting_hall) +"atx" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/meeting_hall) +"aty" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/command/meeting_hall) +"atz" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/xeno_growth/residential) +"atA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"atB" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"atC" = ( +/obj/effect/decal/hybrisa/road/lines3{ + color = "#5b9068"; + pixel_y = -1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"atD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/port) +"atE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"atF" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"atG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"atH" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 16; + layer = 3.1 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 1; + layer = 3.2 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/meeting_hall) +"atI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"atJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"atK" = ( +/turf/open/floor/prison/whitegreencorner, +/area/navalis/indoors/med_sci/main_floor) +"atL" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/main_floor) +"atM" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/meeting_hall) +"atN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"atO" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"atP" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"atQ" = ( +/turf/open/floor/prison/whitegreencorner/east, +/area/navalis/indoors/med_sci/break_room) +"atR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"atS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/corridor) +"atT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"atU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"atV" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"atW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"atX" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/port) +"atY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"atZ" = ( +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"aua" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"aub" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/surg_one) +"auc" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/surg_one) +"aud" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/surg_one) +"aue" = ( +/turf/closed/shuttle/elevator{ + dir = 10; + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"auf" = ( +/turf/closed/shuttle/elevator{ + dir = 6; + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"aug" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/surg_two) +"auh" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/surg_two) +"aui" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/surg_two) +"auj" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/corridor) +"auk" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/corridor) +"aul" = ( +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"aum" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"aun" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"auo" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aup" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"aur" = ( +/turf/closed/shuttle/elevator{ + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"aus" = ( +/obj/structure/lattice, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + color = "#9c97a3"; + explo_proof = 1; + unacidable = 1; + unslashable = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_y = 16 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/navalis/indoors/med_sci/main_floor) +"aut" = ( +/turf/closed/shuttle/elevator{ + dir = 1; + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"auu" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auv" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auw" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"aux" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auy" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/surg_one) +"auz" = ( +/obj/structure/lattice, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + color = "#9c97a3"; + explo_proof = 1; + unacidable = 1; + unslashable = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/hybrisa/street/underground_unweedable, +/area/navalis/indoors/med_sci/main_floor) +"auA" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_starboard) +"auC" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/security) +"auD" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/server_room) +"auE" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/server_room) +"auF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"auG" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"auH" = ( +/turf/closed/shuttle/elevator{ + dir = 9; + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"auI" = ( +/turf/closed/shuttle/elevator/gears{ + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"auJ" = ( +/turf/closed/shuttle/elevator{ + dir = 5; + explo_proof = 1; + unacidable = 1 + }, +/area/navalis/indoors/med_sci/main_floor) +"auK" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/med_sci/corridor) +"auL" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"auN" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/aft_hallway) +"auO" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/aft_hallway) +"auP" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/command/security) +"auQ" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"auR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/accessway) +"auS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"auT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/port) +"auU" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/maintenance_port) +"auV" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"auW" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"auX" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/starboard_hallway) +"auY" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/navalis/indoors/residential/port) +"auZ" = ( +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/starboard_hallway) +"ava" = ( +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/starboard_hallway) +"avb" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/command/security) +"avc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"avd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/command/server_room) +"ave" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/xeno_growth/residential) +"avf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + color = "#5b9068"; + pixel_y = 1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"avg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"avh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/port) +"avi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"avj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"avk" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"avl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"avm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"avn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/starboard_hallway) +"avo" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/starboard_hallway) +"avp" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/security) +"avq" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/security) +"avr" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/server_room) +"avs" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/server_room) +"avt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/server_room) +"avu" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/server_room) +"avv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/east, +/area/navalis/indoors/residential/accessway) +"avw" = ( +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"avx" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"avy" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"avz" = ( +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"avA" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"avB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/aft_hallway) +"avC" = ( +/turf/open/floor/prison/green, +/area/navalis/indoors/command/starboard_hallway) +"avD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/fireaxe{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/starboard_hallway) +"avE" = ( +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/starboard_hallway) +"avF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"avG" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"avH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"avI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/command/server_room) +"avJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/south, +/area/navalis/indoors/residential/accessway) +"avK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/port) +"avL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/port) +"avM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"avN" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/command/director_office) +"avO" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/director_office) +"avP" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/mech_bay) +"avQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"avR" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/server_room) +"avS" = ( +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"avT" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/accessway) +"avU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/port) +"avV" = ( +/obj/structure/machinery/power/apc/power/south, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/port) +"avW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/port) +"avX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/north, +/area/navalis/indoors/residential/port) +"avY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"avZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/charon/below_deck/front) +"awa" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/maintenance_port) +"awb" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_port) +"awc" = ( +/obj/structure/bed/chair/office/dark{ + pixel_y = 1; + pixel_x = 5 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/navalis/indoors/command/office) +"awd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/aft_hallway) +"awe" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/aft_hallway) +"awf" = ( +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"awg" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/command_kitchen) +"awh" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/command/server_room) +"awi" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/command/server_room) +"awj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"awk" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/accessway) +"awl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/port) +"awm" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"awn" = ( +/obj/effect/decal/hybrisa/road/lines3{ + color = "#5b9068"; + pixel_y = -1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"awo" = ( +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"awp" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/oft_duty_room) +"awq" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/com_ext) +"awr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6 + }, +/obj/structure/prop/hybrisa/misc/elevator_door/right{ + pixel_x = 18 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/med_sci/main_floor) +"aws" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/port) +"awt" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/port) +"awu" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"awv" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"aww" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/office) +"awx" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/office) +"awy" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"awz" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/command_kitchen) +"awA" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/oft_duty_room) +"awB" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/oft_duty_room) +"awC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/oft_duty_room) +"awD" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/oft_duty_room) +"awE" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/accessway) +"awF" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 20; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"awG" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"awH" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"awI" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"awJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"awK" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"awL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/port_hallway) +"awM" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/command_kitchen) +"awN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/command_kitchen) +"awO" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/oft_duty_room) +"awP" = ( +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/residential/port) +"awQ" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/port) +"awR" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"awS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"awT" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"awU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"awV" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"awW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"awX" = ( +/obj/structure/machinery/power/apc/power/east, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"awY" = ( +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/port_hallway) +"awZ" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axa" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axb" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axc" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axd" = ( +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axe" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"axf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"axg" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/port) +"axh" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"axi" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"axj" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/conferance) +"axk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/conferance) +"axl" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/office) +"axm" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/oft_duty_room) +"axn" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/accessway) +"axo" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"axp" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 20; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"axq" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"axr" = ( +/obj/structure/bed/bedroll{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"axs" = ( +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"axt" = ( +/obj/structure/largecrate/supply/supplies/water, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"axu" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/oft_duty_room) +"axv" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/cent_com) +"axw" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"axx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"axy" = ( +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/aft_hallway) +"axz" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"axA" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"axB" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"axC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"axD" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"axE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"axF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"axG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west{ + icon_state = "hybrisaplatform_broken"; + density = 0 + }, +/obj/structure/platform/metal/hybrisa/metalplatform4{ + icon_state = "hybrisaplatform_broken"; + density = 0 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"axH" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/cent_com) +"axI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"axJ" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"axK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"axL" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"axM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"axN" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/conferance) +"axO" = ( +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/port_hallway) +"axP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"axQ" = ( +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/port_hallway) +"axR" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/command/cent_com) +"axS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"axT" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/office) +"axU" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/cent_com) +"axV" = ( +/turf/open/floor/prison/blue, +/area/navalis/indoors/command/cent_com) +"axW" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"axX" = ( +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/command/cent_com) +"axY" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"axZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/command/cent_com) +"aya" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayb" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"ayc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayd" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"aye" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayf" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/maintenance_port) +"ayg" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayh" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayi" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/bathroom) +"ayj" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayk" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/item/stack/rods{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayl" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"aym" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_port) +"ayn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"ayo" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/com_ext) +"ayp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"ayq" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ayr" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"ays" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/port_hallway) +"ayt" = ( +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/port_hallway) +"ayu" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/bathroom) +"ayv" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/command/maintenance_port) +"ayw" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/port_hallway) +"ayx" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"ayy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/charon/below_deck/front) +"ayz" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northeast, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"ayA" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/dam/crane/cargo{ + pixel_y = -12; + dir = 4 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/middle) +"ayB" = ( +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/charon/below_deck/front) +"ayC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"ayD" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"ayE" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"ayF" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"ayG" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"ayH" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ayI" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"ayJ" = ( +/obj/structure/cargo_container/hd/left, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"ayK" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"ayL" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ayM" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"ayN" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"ayO" = ( +/turf/open/floor/half_plate/dark_yellow/west, +/area/navalis/outdoors/landing_zone_2) +"ayP" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"ayQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"ayR" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/oob/empty_space) +"ayS" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"ayT" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ayU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"ayV" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/arrow_east, +/area/navalis/indoors/industrial/refinery) +"ayW" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/arrow_east, +/area/navalis/indoors/industrial/refinery) +"ayX" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/industrial/refinery) +"ayY" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ayZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aza" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + id = "testr"; + dir = 4; + unacidable = 1; + name = "Sector C: External Access"; + explo_proof = 1; + needs_power = 0 + }, +/turf/open/floor/corsat/marked, +/area/navalis/oob/empty_space) +"azb" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"azc" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 1.1 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"azd" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aze" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"azf" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"azg" = ( +/obj/structure/stairs/multiz/up, +/obj/structure/platform/stone/strata/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"azh" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"azi" = ( +/turf/closed/wall/shiva/ice, +/area/navalis/oob/water/far) +"azj" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"azk" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/power) +"azl" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"azm" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"azn" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"azo" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"azp" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"azq" = ( +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"azr" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"azs" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"azt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/industrial/accessway) +"azu" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"azv" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"azw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"azx" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"azy" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/refinery) +"azz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"azA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open_space, +/area/navalis/oob/empty_space) +"azB" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"azC" = ( +/obj/structure/machinery/door_control/navalis_walkway_lockdown{ + id = "testr"; + pixel_x = 30; + pixel_y = 34; + name = "Sector C: External Access Lockdown"; + use_power = 0; + light_power = 2; + light_color = "#FFEFD2"; + light_on = 1; + light_range = 3; + needs_power = 0 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"azD" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"azE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/navalis/indoors/charon/below_deck/front) +"azF" = ( +/obj/structure/platform/stone/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"azG" = ( +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"azH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"azI" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"azJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"azK" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"azL" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"azM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"azN" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"azO" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + color = "#d3d3d3"; + dir = 8 + }, +/obj/structure/sign/safety/medical{ + pixel_x = 40; + pixel_y = -32 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/foyer) +"azP" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"azQ" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"azR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"azS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"azT" = ( +/turf/closed/wall/hybrisa/research, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"azU" = ( +/obj/structure/surface/table/almayer, +/obj/item/clipboard{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"azV" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"azW" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"azX" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob) +"azY" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"azZ" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 2.5; + name = "synthethic potted plant"; + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"aAa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aAb" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"aAc" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#1ba0a4"; + needs_power = 0; + dir = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aAe" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"aAf" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aAg" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior/com_ext) +"aAh" = ( +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aAi" = ( +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/med_sci/upper_level/morgue) +"aAj" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"aAk" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aAl" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"aAm" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aAn" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aAo" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aAp" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"aAq" = ( +/obj/structure/platform/metal/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"aAr" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"aAs" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aAt" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"aAu" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aAw" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aAx" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAy" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aAz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"aAA" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAB" = ( +/obj/effect/landmark/mainship_crashsite, +/turf/closed/wall/shiva/ice, +/area/navalis/oob/water/far) +"aAC" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 5 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aAD" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"aAE" = ( +/turf/open/floor/plating/platingdmg2, +/area/navalis/indoors/charon/below_deck/front) +"aAF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"aAG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aAH" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"aAI" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aAJ" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/oob) +"aAK" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 1; + pixel_x = -6 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aAL" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAM" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"aAN" = ( +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/turf/closed/wall/r_wall/prison_unmeltable, +/area/navalis/oob) +"aAO" = ( +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"aAP" = ( +/obj/effect/sentry_landmark/lz_2/top_left, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"aAQ" = ( +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"aAR" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aAS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aAT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aAV" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aAW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"aAX" = ( +/obj/structure/platform_decoration/stone/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aAY" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aAZ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aBa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBb" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aBc" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aBd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBe" = ( +/obj/structure/platform_decoration/stone/strata/east, +/obj/structure/platform_decoration/stone/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aBf" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/cafeteria) +"aBg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBi" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/item/lightstick/planted{ + pixel_y = 13 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"aBj" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/tunnel, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"aBk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aBm" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/navalis/indoors/ice_cavern) +"aBn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBp" = ( +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"aBq" = ( +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aBr" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aBs" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aBt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBu" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aBv" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aBw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"aBx" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aBy" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aBz" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aBA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aBB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aBC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aBD" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"aBE" = ( +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"aBF" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"aBG" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aBH" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aBI" = ( +/obj/item/clothing/shoes/blue{ + pixel_y = 7; + pixel_x = -4 + }, +/obj/item/clothing/shoes/black{ + pixel_x = -3; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"aBJ" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"aBK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"aBM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aBN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aBO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aBP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"aBQ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aBR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aBS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBT" = ( +/obj/structure/platform/metal/almayer, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/platform_decoration/metal/almayer/southwest, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aBU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"aBV" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aBW" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"aBX" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aBY" = ( +/obj/effect/sentry_landmark/lz_1/bottom_right, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"aBZ" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + locked = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_starboard) +"aCa" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"aCb" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"aCc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/reagent_dispensers/tank/water{ + layer = 2.9 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"aCd" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/starboard_hallway) +"aCf" = ( +/obj/structure/tunnel, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/residential/landing_pad) +"aCg" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_y = 7; + pixel_x = 5 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"aCh" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18; + layer = 4.2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aCi" = ( +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/starboard_hallway) +"aCj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"aCk" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/oob/empty_space) +"aCl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"aCm" = ( +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"aCn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"aCo" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/aft_hallway) +"aCp" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aCq" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aCr" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aCs" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aCt" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 12; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/aft_hallway) +"aCu" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aCv" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"aCw" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aCx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aCy" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/bed/chair{ + dir = 4; + layer = 2.7 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"aCz" = ( +/obj/item/stack/sheet/wood{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"aCA" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/bed/chair{ + dir = 4; + layer = 2.7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/aft_hallway) +"aCB" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/starboard_hallway) +"aCC" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_y = 32 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/aft_hallway) +"aCD" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/port_hallway) +"aCE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"aCF" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 23; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/port_hallway) +"aCG" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aCH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/bedroll{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/conferance) +"aCI" = ( +/obj/item/trash/tray, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"aCJ" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/item/trash/hotdog{ + pixel_y = -10; + pixel_x = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"aCK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aCL" = ( +/obj/item/trash/crushed_cup, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aCM" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aCN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"aCO" = ( +/obj/structure/bed/chair/comfy/hybrisa/blue{ + pixel_y = -1 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"aCP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aCQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"aCR" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/item/trash/sosjerky{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"aCS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aCT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 1.1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aCU" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aCV" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 23; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"aCW" = ( +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/port_hallway) +"aCX" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 12; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/bed/chair/wood/normal{ + layer = 4 + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/port_hallway) +"aCY" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"aCZ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"aDa" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 12; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/bed/chair/office/dark{ + pixel_y = 5; + pixel_x = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/port_hallway) +"aDb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aDc" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 12; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/port_hallway) +"aDd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDe" = ( +/obj/structure/largecrate/empty{ + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/port_hallway) +"aDf" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"aDg" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aDh" = ( +/obj/item/tool/warning_cone{ + pixel_x = -18; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aDi" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDk" = ( +/obj/item/device/flashlight, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aDl" = ( +/obj/item/tool/weldingtool/largetank{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aDm" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"aDn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDo" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aDp" = ( +/obj/structure/closet/crate/radiation, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aDq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDr" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aDs" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aDt" = ( +/obj/item/storage/belt/utility/full{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aDu" = ( +/obj/item/tool/hatchet{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"aDv" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aDw" = ( +/obj/item/device/analyzer{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aDx" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + pixel_x = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aDy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDA" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -8; + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aDB" = ( +/obj/structure/platform/metal/strata, +/turf/open_space, +/area/navalis/indoors/command/upper_deck/starboard) +"aDC" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aDD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDE" = ( +/obj/structure/platform/metal/strata/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"aDF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDG" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDH" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"aDI" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/chef, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aDJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"aDK" = ( +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aDL" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"aDM" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aDN" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aDO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aDP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aDQ" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aDR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"aDS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"aDT" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aDU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"aDV" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"aDW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"aDX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/port_hallway) +"aDY" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/primary_storage) +"aDZ" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aEa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkpurple2/west, +/area/navalis/oob/powered) +"aEb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3, +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aEc" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/Port_hallway) +"aEd" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aEe" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"aEf" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"aEg" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/primary_storage) +"aEh" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"aEi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/logistic/Port_hallway) +"aEj" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/Port_hallway) +"aEk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aEn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aEo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/storage) +"aEp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aEr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEt" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"aEv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"aEx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/main_floor) +"aEy" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/main_floor) +"aEz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"aEB" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"aEC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/pharmacy) +"aED" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/pharmacy) +"aEE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/pharmacy) +"aEF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aEG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/mech_bay) +"aEI" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"aEJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aEK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"aEL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEM" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aEN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"aEO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"aEP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"aEQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aER" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/outdoors/landing_zone_2) +"aES" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"aET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aEU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"aEV" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aEW" = ( +/obj/effect/decal/hybrisa/road/lines2{ + color = "#5b9068"; + pixel_y = 1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aEX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"aEY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"aEZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"aFa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aFb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"aFc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aFd" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aFe" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/conduit) +"aFf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aFg" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aFh" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aFi" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aFj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/main_floor) +"aFk" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aFl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/darkbrown3, +/area/navalis/oob/powered) +"aFm" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aFn" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aFo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_y = 12 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"aFp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aFq" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"aFr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aFs" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/starboard) +"aFt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"aFv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"aFw" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_half_br"; + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 12; + pixel_y = 14 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 13; + pixel_x = -7 + }, +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"aFx" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"aFy" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aFz" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -8 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aFA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aFB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aFC" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + color = "#d3d3d3"; + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"aFD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/foyer) +"aFE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aFF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aFG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"aFH" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/logistic/Port_hallway) +"aFI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aFJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"aFN" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aFO" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFP" = ( +/obj/structure/cable/white{ + icon_state = "4-9"; + pixel_x = -5 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aFQ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aFR" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"aFS" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aFT" = ( +/obj/structure/prop/dam/drill{ + pixel_y = 6; + density = 0; + desc = "Intended for a controlled detonation to help fracture this iceberg."; + name = "Explosive Insertion Drill" + }, +/obj/structure/cable/white{ + icon_state = "5-9"; + level = 2; + pixel_x = -6; + pixel_y = -15 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aFU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"aFV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"aFW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"aFX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/starboard) +"aFY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"aFZ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"aGa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"aGb" = ( +/obj/structure/machinery/light/small, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"aGc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"aGd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2, +/area/navalis/indoors/residential/starboard) +"aGe" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aGf" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/kitchen) +"aGg" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/paper{ + pixel_x = 11; + pixel_y = 13 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"aGh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGi" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aGj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11; + pixel_x = 16 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aGk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aGl" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aGm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/navalis/indoors/residential/starboard) +"aGn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/accessway) +"aGo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/accessway) +"aGp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aGq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGt" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aGu" = ( +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aGv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"aGw" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aGx" = ( +/obj/structure/cable/white{ + icon_state = "6-9"; + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aGy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aGz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"aGA" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -7; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aGB" = ( +/obj/structure/cable/white{ + icon_state = "1-6"; + level = 2; + pixel_y = -2; + pixel_x = -2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aGC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/east, +/area/navalis/indoors/residential/accessway) +"aGD" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/kitchen) +"aGE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"aGF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"aGG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGH" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + unacidable = 1; + id = "dig_lockdown"; + name = "Sector D: External Access"; + explo_proof = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/industrial/mining) +"aGI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aGJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aGK" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + unacidable = 1; + id = "dig_lockdown"; + name = "Sector D: External Access"; + dir = 8; + explo_proof = 1 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/industrial/mining) +"aGL" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -6; + pixel_y = 11 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aGM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aGN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aGO" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aGP" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aGQ" = ( +/turf/open_space, +/area/navalis/indoors/command/upper_deck/starboard) +"aGR" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"aGS" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 5; + pixel_x = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aGT" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aGU" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aGV" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aGW" = ( +/obj/item/tool/warning_cone{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/machinery/door_control/navalis_digsite_nw_lockdown{ + id = "dig_lockdown"; + name = "Sector D: External Access Lockdown"; + light_color = "#FFEFD2"; + light_on = 1; + light_power = 2; + light_range = 3; + use_power = 0; + pixel_y = 28; + needs_power = 0 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aGX" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + unacidable = 1; + id = "dig_lockdown"; + name = "Sector D: External Access"; + explo_proof = 1 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/industrial/mining) +"aGY" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"aGZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aHa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aHb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/wrapping_paper, +/obj/item/clothing/head/chefhat{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"aHc" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aHd" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aHe" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aHf" = ( +/obj/structure/lz_sign/hybrisa_sign/medical{ + name = "Navalis Platform 13 - Emergency Medical Landing Zone one sign"; + desc = "A large sign that reads 'Emergency Medical - LZ - 01'." + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"aHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aHh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aHi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aHj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aHk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"aHl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aHm" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"aHn" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aHo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"aHp" = ( +/obj/effect/spawner/random/pills/lowchance, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aHq" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aHr" = ( +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_y = 17; + light_color = "#00f4ff"; + light_on = 1; + light_range = 1 + }, +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 1; + pixel_x = -15; + density = 0; + layer = 3.1 + }, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"aHs" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aHt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"aHu" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"aHv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 5 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"aHw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/northeast, +/area/navalis/indoors/residential/accessway) +"aHx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/starboard) +"aHy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"aHz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"aHA" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open_space, +/area/navalis/oob/empty_space) +"aHB" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -4; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aHC" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aHD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"aHE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aHF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"aHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aHH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aHI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/break_room) +"aHJ" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"aHK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/chemical_store) +"aHL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aHM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aHN" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/tertiary_comms) +"aHO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"aHP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aHQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aHR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"aHS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"aHT" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/starboard_hallway) +"aHU" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"aHV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/meeting_hall) +"aHW" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/meeting_hall) +"aHX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/meeting_hall) +"aHY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/port) +"aHZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"aIa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"aIb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/main_floor) +"aIc" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"aId" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/starboard_hallway) +"aIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aIf" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"aIg" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redright{ + layer = 4.2 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"aIh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/east, +/area/navalis/indoors/residential/accessway) +"aIi" = ( +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"aIj" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aIk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aIl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"aIm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/north, +/area/navalis/indoors/residential/accessway) +"aIn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"aIo" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/security) +"aIp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/east, +/area/navalis/indoors/command/security) +"aIq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/server_room) +"aIr" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"aIs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"aIt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"aIu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aIv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aIw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"aIx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aIy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/navalis/indoors/residential/port) +"aIz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"aIA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"aIB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aIC" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aID" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"aIE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"aIF" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -8; + dir = 8; + pixel_x = 5 + }, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#1ba0a4"; + needs_power = 0; + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aIG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"aIH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"aII" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"aIJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/server_room) +"aIK" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/port) +"aIL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aIM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"aIN" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"aIO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"aIP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aIQ" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aIR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aIS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aIT" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/command_kitchen) +"aIU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/oft_duty_room) +"aIV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aIW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aIX" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aIY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"aIZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"aJc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"aJd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"aJe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"aJf" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/structure/bed/chair/comfy/hybrisa/blue{ + dir = 4; + pixel_x = 9 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"aJg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJi" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/chunk, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"aJl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"aJm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"aJn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"aJo" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"aJq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"aJr" = ( +/obj/effect/landmark/objective_landmark/science, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aJs" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/refinery) +"aJt" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/refinery) +"aJu" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aJv" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"aJw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"aJx" = ( +/turf/open/floor/prison/greenblue/north, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aJy" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aJz" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aJA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aJB" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aJC" = ( +/obj/structure/largecrate/random, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"aJD" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/closet/crate/construction, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aJE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aJF" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aJG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aJH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aJI" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aJJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/darkgreen2/west, +/area/navalis/indoors/residential/accessway) +"aJK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aJL" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 13 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/meeting_hall) +"aJM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"aJN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"aJO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/darkbrown2/north, +/area/navalis/indoors/residential/port) +"aJP" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aJQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aJR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aJS" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/greenblue/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"aJT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"aJU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aJV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aJW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aJX" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aJY" = ( +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/accessway) +"aJZ" = ( +/turf/closed/wall/shiva/ice, +/area/navalis/indoors/ice_cavern) +"aKa" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"aKb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aKc" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aKd" = ( +/turf/open/floor/corsat, +/area/navalis/outdoors/exterior/log_ext) +"aKe" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aKf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aKg" = ( +/turf/open/floor/corsat, +/area/navalis/outdoors/exterior/med_ext) +"aKh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aKi" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aKj" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aKk" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aKl" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aKm" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aKn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/prop/alien/hugger, +/turf/open/floor/darkgreen2/east, +/area/navalis/indoors/residential/accessway) +"aKo" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aKp" = ( +/turf/open/floor/corsat, +/area/navalis/outdoors/exterior/com_ext) +"aKq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aKr" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aKs" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aKt" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkgreen2/west, +/area/navalis/indoors/residential/accessway) +"aKu" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/industrial/mining) +"aKv" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"aKw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aKx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aKy" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkblue2/west, +/area/navalis/indoors/residential/accessway) +"aKz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/accessway) +"aKA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aKB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aKC" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"aKD" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/port) +"aKE" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aKF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/big_computers/computerblack/computer5, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"aKG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aKH" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aKI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aKJ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aKK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aKL" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/red/north, +/area/navalis/indoors/industrial/refinery) +"aKM" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/refinery) +"aKN" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/accessway) +"aKO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/refinery) +"aKP" = ( +/obj/item/storage/toolbox/electrical{ + pixel_y = -6 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aKQ" = ( +/obj/item/tool/crowbar, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/refinery) +"aKR" = ( +/obj/item/storage/toolbox/mechanical/green{ + pixel_x = -11; + pixel_y = 9 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aKS" = ( +/obj/item/clothing/head/hardhat{ + pixel_x = 7 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/accessway) +"aKT" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/prison/rampbottom/east, +/area/navalis/outdoors/comm_one) +"aKU" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"aKV" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"aKW" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aKX" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aKY" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aKZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLa" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/landing_zone_2) +"aLb" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 5; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLc" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aLd" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 4; + pixel_x = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aLf" = ( +/turf/open/floor/plating, +/area/navalis/indoors/charon/below_deck/front) +"aLg" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/chemical_store) +"aLh" = ( +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"aLi" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/oob/powered) +"aLj" = ( +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aLk" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aLl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/charon/below_deck/front) +"aLm" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/rear) +"aLn" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12; + pixel_x = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLo" = ( +/obj/structure/cable/white{ + icon_state = "1-5"; + level = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/charon/below_deck/front) +"aLq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + dir = 4 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/below_deck/middle) +"aLr" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"aLs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"aLt" = ( +/obj/structure/prop/invuln/rope{ + pixel_y = 5 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/navalis/indoors/ice_cavern) +"aLu" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/indoors/charon/below_deck/front) +"aLv" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/below_deck/front) +"aLw" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#1ba0a4"; + needs_power = 0; + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLx" = ( +/turf/open/floor/plating/panelscorched, +/area/navalis/indoors/charon/below_deck/front) +"aLy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/rear) +"aLz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLA" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/black{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"aLB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aLC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/indoors/ice_cavern) +"aLD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"aLE" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/oob) +"aLF" = ( +/obj/structure/computerframe{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLG" = ( +/obj/structure/prop/hybrisa/misc/detonator{ + pixel_y = 7; + pixel_x = -2 + }, +/obj/structure/cable/white{ + icon_state = "1-2"; + level = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aLI" = ( +/obj/structure/cable/white{ + icon_state = "2-5"; + level = 2; + pixel_x = -16 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLJ" = ( +/obj/structure/closet/crate/explosives, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/indoors/charon/below_deck/front) +"aLL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 4; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aLM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"aLN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/spiralplate, +/area/navalis/indoors/charon/below_deck/front) +"aLO" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLP" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -10; + dir = 10; + pixel_x = -4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLQ" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aLR" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + dir = 8; + pixel_x = -32; + layer = 4.2 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/below_deck/rear) +"aLS" = ( +/obj/item/tool/wirecutters/tactical{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLT" = ( +/obj/structure/cable/white{ + icon_state = "5-9"; + level = 2; + pixel_x = 13; + pixel_y = 3 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aLU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aLV" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = -3 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"aLX" = ( +/obj/structure/platform/metal/almayer/east, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aLY" = ( +/obj/structure/cable/white{ + icon_state = "4-10"; + pixel_y = 9; + pixel_x = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aLZ" = ( +/obj/structure/cable/white{ + icon_state = "1-8"; + pixel_y = 9 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMa" = ( +/obj/structure/cable/white{ + icon_state = "5-10"; + level = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aMb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"aMc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aMd" = ( +/turf/open/floor/plating/platingdmg2, +/area/navalis/indoors/logistic/maintenance_starboard) +"aMe" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"aMf" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -18; + pixel_y = -44 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMh" = ( +/obj/structure/cable/white{ + icon_state = "6-9"; + pixel_x = 14; + pixel_y = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aMi" = ( +/obj/item/stack/cable_coil/yellow{ + pixel_x = 6; + pixel_y = -7 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aMj" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 4; + pixel_y = -12; + layer = 5 + }, +/obj/structure/prop/invuln/pipe_water, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMk" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 16; + pixel_y = -27 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMl" = ( +/obj/structure/cable/white{ + icon_state = "2-5"; + level = 2; + pixel_x = 1; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aMm" = ( +/obj/structure/prop/dam/drill{ + pixel_y = 6; + density = 0; + desc = "Intended for a controlled detonation to help fracture this iceberg."; + name = "Explosive Insertion Drill" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMn" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"aMo" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 6; + pixel_x = -6 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMp" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/turf/open/floor/corsat/spiralplate, +/area/navalis/indoors/charon/below_deck/front) +"aMq" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aMr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = 10 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"aMs" = ( +/obj/structure/cable/white{ + icon_state = "2-4"; + level = 2; + pixel_x = -16 + }, +/obj/structure/cable/white{ + icon_state = "4-9"; + pixel_x = 15; + pixel_y = -15 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMt" = ( +/obj/structure/prop/turbine, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"aMu" = ( +/turf/open/floor/corsat/arrow_north, +/area/navalis/indoors/charon/below_deck/rear) +"aMv" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aMw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"aMx" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/middle) +"aMy" = ( +/obj/structure/cable/white{ + icon_state = "4-10"; + pixel_y = 16 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMz" = ( +/obj/structure/prop/invuln/dense/excavator{ + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"aMB" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/exterior/med_ext) +"aMC" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/middle) +"aMD" = ( +/obj/structure/platform/stone/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aME" = ( +/obj/structure/prop/dam/drill{ + pixel_y = 6; + density = 0; + desc = "Intended for a controlled detonation to help fracture this iceberg."; + name = "Explosive Insertion Drill" + }, +/obj/structure/cable/white{ + icon_state = "5-10"; + level = 2 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMF" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMG" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 24; + pixel_x = 1; + density = 0 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aMH" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aMI" = ( +/turf/open/floor/corsat/red/east, +/area/navalis/indoors/industrial/refinery) +"aMJ" = ( +/obj/structure/platform/stone/strata/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aMK" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"aML" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/front) +"aMM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 30 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"aMN" = ( +/turf/open/floor/half_plate/dark_yellow/east, +/area/navalis/outdoors/landing_zone_2) +"aMO" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 9; + pixel_x = -6 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aMP" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aMQ" = ( +/turf/open/floor/roof_weedable, +/area/navalis/oob/empty_space) +"aMR" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"aMS" = ( +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aMT" = ( +/turf/closed/wall/shiva/ice, +/area/navalis/oob/empty_space) +"aMU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"aMV" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aMW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open_space, +/area/navalis/oob/empty_space) +"aMX" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aMY" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aMZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNa" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_1) +"aNb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aNd" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"aNe" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/logistic/maintenance_starboard) +"aNf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/below_deck/front) +"aNg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNh" = ( +/obj/structure/prop/invuln/rope{ + pixel_y = 7; + pixel_x = -13 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aNi" = ( +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -3; + dir = 8; + pixel_x = -8 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 3; + dir = 6; + pixel_x = -10 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 8; + pixel_x = 6 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -7; + dir = 1; + pixel_x = 2 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aNj" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/rear) +"aNk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/strata_outpost, +/area/navalis/indoors/charon/below_deck/front) +"aNl" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"aNm" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aNn" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -18; + pixel_y = -12 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aNo" = ( +/turf/open/floor/half_plate/dark_yellow, +/area/navalis/outdoors/landing_zone_2) +"aNp" = ( +/obj/structure/platform/stone/strata, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"aNq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/middle) +"aNr" = ( +/obj/structure/platform/stone/strata/east, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNs" = ( +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aNt" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aNu" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_y = -7 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"aNv" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"aNw" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob) +"aNx" = ( +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aNy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNz" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 30 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"aNA" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aNB" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/exterior/med_ext) +"aNC" = ( +/obj/structure/prop/invuln/rope{ + pixel_y = 23 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aND" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aNE" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"aNF" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/residential/starboard) +"aNG" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"aNH" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"aNI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/blue{ + pixel_x = -5; + pixel_y = -1 + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/starboard_hallway) +"aNJ" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"aNK" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aNL" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aNM" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aNN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"aNO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"aNP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"aNQ" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"aNR" = ( +/obj/structure/platform/metal/strata, +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob) +"aNS" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + alpha = 220; + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNT" = ( +/obj/structure/platform_decoration/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aNU" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNV" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNW" = ( +/obj/item/trash/cheesie, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/bed/bedroll, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/candle, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aNZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/bedroll, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aOa" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"aOb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aOc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -6; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aOd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/crushed_cup, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aOe" = ( +/obj/item/trash/candle, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"aOf" = ( +/obj/effect/spawner/random/gun/special/highchance, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aOg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aOh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/spawner/random/gun/pistol/highchance, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aOi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aOj" = ( +/obj/structure/prop/resin_prop{ + icon_state = "psiphon:0" + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"aOk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aOl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -28 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"aOm" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aOn" = ( +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aOo" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOp" = ( +/mob/living/simple_animal/small/cat{ + name = "Holly" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"aOq" = ( +/obj/structure/cargo_container/hd/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOr" = ( +/obj/structure/cargo_container/hd/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOs" = ( +/obj/structure/cargo_container/canc/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOt" = ( +/obj/structure/cargo_container/canc/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOu" = ( +/obj/structure/cargo_container/canc/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aOv" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"aOw" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aOx" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aOy" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -13; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"aOz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/industrial/refinery) +"aOA" = ( +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aOB" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aOD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"aOE" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"aOF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/industrial/mining) +"aOG" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/arrow_north, +/area/navalis/indoors/industrial/mining) +"aOH" = ( +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOI" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"aOJ" = ( +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aOK" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"aOL" = ( +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOM" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aON" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aOO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 5 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOQ" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOR" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aOS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aOT" = ( +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aOU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 9 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aOY" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"aOZ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"aPa" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aPb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPd" = ( +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/mining) +"aPe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aPh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPi" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aPj" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/mining) +"aPk" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 5 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPl" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPm" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"aPn" = ( +/obj/structure/pipes/standard/manifold/fourway/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPo" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPq" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPr" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPs" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPu" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/platform/metal/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"aPv" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aPw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison, +/area/navalis/oob/powered) +"aPx" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/mining) +"aPy" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 5 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPz" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPA" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 10 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aPD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPE" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPG" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPI" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 6 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPK" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"aPL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPM" = ( +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aPN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPO" = ( +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/mining) +"aPP" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPQ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 10 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPR" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 6 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aPS" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 10 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aPT" = ( +/turf/open/floor/plating, +/area/navalis/indoors/industrial/mining) +"aPU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"aPV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aPW" = ( +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aPX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aPY" = ( +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aPZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/chemical_store) +"aQa" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/logistic/Port_hallway) +"aQb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/chemical_store) +"aQc" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aQd" = ( +/obj/structure/pipes/standard/manifold/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aQe" = ( +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQf" = ( +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"aQg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aQh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/port) +"aQi" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 6 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aQj" = ( +/obj/effect/alien/resin/sticky, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aQk" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = -32 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/starboard_hallway) +"aQl" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/starboard_hallway) +"aQm" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/residential/port) +"aQn" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aQo" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQp" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQq" = ( +/obj/structure/sign/safety/maint{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"aQr" = ( +/obj/structure/sign/safety/stairs{ + pixel_x = 32 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aQs" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 6 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQt" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQu" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQv" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 6 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQw" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aQx" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/aft_hallway) +"aQy" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"aQz" = ( +/obj/structure/sign/safety/bridge{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 32; + pixel_y = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"aQA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/port_hallway) +"aQB" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/sign/safety/bulkhead_door{ + pixel_x = 32 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/port_hallway) +"aQC" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQD" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aQE" = ( +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aQF" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"aQH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/powercell{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQI" = ( +/obj/effect/spawner/random/toolbox{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aQK" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolkit/empty, +/obj/item/storage/toolkit/empty, +/obj/item/storage/toolkit/empty, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aQL" = ( +/obj/structure/closet, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aQM" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQN" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"aQO" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQP" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aQQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aQR" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"aQS" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"aQT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"aQU" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/refinery) +"aQV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate3, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aQW" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/navalis/indoors/logistic/primary_storage) +"aQX" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/brown/northeast, +/area/navalis/indoors/industrial/mining) +"aQY" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/corsat/brown/northwest, +/area/navalis/indoors/industrial/mining) +"aQZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = -32 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/obj/item/cpr_dummy, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"aRa" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aRb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"aRc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"aRd" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/stairs/multiz/up, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/science_lower_entrance) +"aRe" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"aRf" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"aRg" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"aRh" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/brown/southeast, +/area/navalis/indoors/industrial/mining) +"aRi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"aRj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aRk" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"aRl" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"aRm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/starboard) +"aRn" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"aRo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"aRp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aRq" = ( +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/med_sci/chemical_store) +"aRr" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"aRs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/port) +"aRt" = ( +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/residential/maint_stern) +"aRu" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"aRv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob) +"aRw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreencorner/west, +/area/navalis/indoors/med_sci/main_floor) +"aRx" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"aRy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"aRz" = ( +/obj/structure/bed/hybrisa/dingy, +/obj/item/bedsheet/colorable, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"aRA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"aRB" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"aRC" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/maintenance_starboard) +"aRD" = ( +/turf/open_space, +/area/navalis/oob) +"aRE" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 6 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRF" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -14; + pixel_y = -3 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"aRG" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/platform_decoration/metal/kutjevo_smooth/west{ + layer = 3.1; + pixel_x = 4; + pixel_y = 9; + name = "crate of dirt" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aRH" = ( +/obj/structure/platform/metal/kutjevo/north{ + pixel_y = 9; + name = "crate of dirt"; + desc = "A crate of dirt" + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 7; + name = "broken attachment cable"; + color = "#353935"; + pixel_x = 17 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aRI" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east{ + pixel_y = 9; + pixel_x = -4; + layer = 3.1; + name = "crate of dirt" + }, +/obj/structure/prop/hybrisa/misc/fire{ + icon_state = "zfire_smoke2"; + pixel_x = -27; + pixel_y = -1; + layer = 6.1 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 9 + }, +/obj/item/prop{ + desc = "A destroyed cargo tug, looks like it was dragging a crate of dirt."; + icon = 'icons/obj/vehicles/vehicles.dmi'; + icon_state = "cargo_engine"; + name = "cargo tug"; + pixel_x = -1; + pixel_y = 2; + layer = 2.8; + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRJ" = ( +/obj/structure/platform/metal/kutjevo/east{ + pixel_x = 5; + name = "crate of dirt"; + desc = "A crate of dirt" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aRK" = ( +/turf/open/auto_turf/sand/layer0, +/area/navalis/outdoors/landing_zone_2) +"aRL" = ( +/obj/structure/platform/metal/kutjevo/west{ + pixel_x = -5; + name = "crate of dirt"; + desc = "A crate of dirt" + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRM" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"aRN" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth{ + layer = 3.1; + pixel_y = -5; + pixel_x = 5; + name = "crate of dirt" + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRO" = ( +/obj/structure/platform/metal/kutjevo{ + pixel_y = -5; + name = "crate of dirt"; + desc = "A crate of dirt" + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRP" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north{ + layer = 3.1; + pixel_x = -5; + pixel_y = -5; + name = "crate of dirt" + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aRQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/residential/maint_stern) +"aRR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"aRS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"aRT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aRU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aRV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/obj/effect/landmark/crap_item, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"aRW" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"aRX" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth) +"aRY" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/residential/starboard) +"aRZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"aSa" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"aSb" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"aSc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/prison/floor_plate, +/area/navalis/outdoors/landing_zone_1) +"aSd" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/item/trash/cigbutt{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"aSe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"aSf" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"aSg" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aSh" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aSi" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"aSj" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/residential/port) +"aSk" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSl" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob) +"aSm" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"aSn" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"aSo" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"aSp" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSq" = ( +/obj/item/fuel_cell, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"aSr" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aSt" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aSu" = ( +/obj/item/fuel_cell, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aSv" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aSw" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aSx" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"aSy" = ( +/turf/open/floor/prison/darkpurple2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"aSz" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"aSA" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"aSC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"aSD" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSE" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSF" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSG" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aSI" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"aSJ" = ( +/obj/structure/platform/metal/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"aSK" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"aSL" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"aSM" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"aSN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"aSO" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 13; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4; + pixel_x = -14; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 11; + name = "Creature Hazard Warning"; + desc = "A warning that aquatic creatures have climbed on to this platform via the lattice support." + }, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 26 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"aSP" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/oob/empty_space) +"aSQ" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"aSR" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aSS" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aST" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"aSU" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/visible/purple, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSV" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 6 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior/com_ext) +"aSX" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"aSY" = ( +/obj/structure/stairs/multiz/up, +/obj/structure/platform/stone/strata/east, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"aSZ" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison, +/area/navalis/oob/powered) +"aTa" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/oob/water/far) +"aTb" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob/empty_space) +"aTc" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob/empty_space) +"aTd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/cafeteria) +"aTe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/cafeteria) +"aTf" = ( +/turf/open/floor/plating/platingdmg2, +/area/navalis/indoors/residential/cafeteria) +"aTg" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/residential/cafeteria) +"aTh" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"aTi" = ( +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/residential/cafeteria) +"aTj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"aTk" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aTl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aTm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"aTn" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aTo" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aTp" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/outdoors/landing_zone_2) +"aTq" = ( +/obj/structure/lz_sign/hybrisa_sign/mining{ + name = "Navalis Platform 13 - Landing Zone two sign"; + desc = "A large sign that reads Navalis Platform 13 - Cargo Landing Pad Two"; + layer = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aTr" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTs" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTt" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTu" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTv" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTw" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTx" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTy" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTz" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTA" = ( +/obj/structure/machinery/landinglight/delaythree, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTB" = ( +/obj/structure/machinery/landinglight/delaytwo, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTC" = ( +/obj/structure/machinery/landinglight/delayone, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTD" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/port) +"aTE" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"aTF" = ( +/obj/effect/alien/resin/sticky, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"aTG" = ( +/obj/item/stack/sheet/plasteel/large_stack, +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"aTH" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 6; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"aTI" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"aTJ" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = 6; + pixel_y = -24 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"aTK" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = -6; + pixel_y = -24 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"aTL" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6; + pixel_x = 16 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5; + pixel_x = 16 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aTM" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = 32; + pixel_x = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"aTN" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_x = -6; + pixel_y = 32 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"aTO" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"aTP" = ( +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"aTQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/north, +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"aTR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/obj/structure/platform/metal/hybrisa/metalplatform2, +/obj/structure/machinery/colony_floodlight/navalis_wall_light, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"aTS" = ( +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"aTT" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/navalis/oob) +"aTU" = ( +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aTV" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior/com_ext) +"aTW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"aTX" = ( +/obj/structure/prop/hybrisa/misc/floorprops/floorglass3, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/outdoors/exterior/com_ext/upper) +"aTY" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"aTZ" = ( +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aUa" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aUb" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aUc" = ( +/obj/structure/platform/stone/strata/north, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aUd" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aUe" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUf" = ( +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUg" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"aUh" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUi" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aUj" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aUk" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aUl" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_y = 6 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"aUm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUn" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUo" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUp" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"aUq" = ( +/obj/structure/platform/metal/strata, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"aUr" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aUs" = ( +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUt" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/beaker/cryoxadone{ + pixel_y = -2; + pixel_x = -2 + }, +/obj/item/reagent_container/glass/beaker/cryopredmix{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/pharmacy) +"aUu" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aUv" = ( +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -3; + dir = 8; + pixel_x = -8 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 3; + dir = 6; + pixel_x = -10 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 8; + pixel_x = 6 + }, +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -7; + dir = 1; + pixel_x = 2 + }, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob) +"aUw" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aUx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aUy" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUA" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/south, +/area/navalis/indoors/residential/cafeteria) +"aUB" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUC" = ( +/obj/structure/platform_decoration/stone/strata/west, +/obj/structure/platform_decoration/stone/strata/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aUD" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aUE" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aUF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUH" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aUI" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"aUJ" = ( +/obj/structure/platform_decoration/stone/strata/east, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aUK" = ( +/obj/structure/platform_decoration/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUL" = ( +/obj/structure/platform_decoration/stone/strata/west, +/obj/structure/platform_decoration/stone/strata/east, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aUM" = ( +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aUN" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aUO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob) +"aUP" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob) +"aUQ" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob) +"aUR" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUS" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1 + }, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aUT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aUU" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext) +"aUV" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob) +"aUW" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aUX" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob) +"aUY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aUZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aVa" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVd" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aVe" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVf" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"aVg" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVh" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVi" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"aVj" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aVk" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aVm" = ( +/obj/structure/platform_decoration/stone/strata/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVn" = ( +/obj/structure/platform_decoration/stone/strata, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVo" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aVp" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aVq" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aVr" = ( +/obj/structure/platform_decoration/stone/strata/west, +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aVs" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVt" = ( +/obj/structure/platform_decoration/stone/strata, +/turf/open_space, +/area/navalis/oob/empty_space) +"aVu" = ( +/obj/structure/platform/stone/strata, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob/empty_space) +"aVv" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/residential/maint_starboard) +"aVw" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 6 + }, +/turf/open_space, +/area/navalis/oob) +"aVx" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aVy" = ( +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"aVz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"aVA" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aVB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVD" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVE" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob) +"aVF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aVG" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob/empty_space) +"aVH" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open_space, +/area/navalis/oob) +"aVI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVJ" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVK" = ( +/obj/item/device/flashlight/lamp/tripod{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVL" = ( +/obj/item/weapon/ice_axe/green{ + pixel_x = 13; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aVM" = ( +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/oob/empty_space) +"aVN" = ( +/obj/structure/platform_decoration/stone/strata/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"aVO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aVP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aVQ" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/indoors/industrial/power) +"aVR" = ( +/obj/structure/stairs/multiz/up, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aVS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aVT" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aVU" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aVV" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"aVW" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"aVX" = ( +/obj/structure/girder/displaced, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aVY" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"aVZ" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aWa" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/residential/maint_starboard) +"aWb" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aWc" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"aWd" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aWe" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aWf" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aWg" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/residential/maint_starboard) +"aWh" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aWi" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/residential/maint_stern) +"aWj" = ( +/turf/open/floor/darkred2/west, +/area/navalis/indoors/residential/maint_starboard) +"aWk" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"aWl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/west, +/area/navalis/indoors/residential/maint_starboard) +"aWm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aWn" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aWo" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aWp" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aWq" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aWr" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/residential/maint_stern) +"aWs" = ( +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/maint_starboard) +"aWt" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"aWu" = ( +/obj/structure/platform/metal/almayer, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"aWv" = ( +/turf/open/floor/darkredcorners2/west, +/area/navalis/indoors/residential/maint_starboard) +"aWw" = ( +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/maint_starboard) +"aWx" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + layer = 2.7 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"aWy" = ( +/turf/open/floor/darkyellow2/north, +/area/navalis/indoors/residential/maint_starboard) +"aWz" = ( +/turf/open/floor/darkyellowcorners2/north, +/area/navalis/indoors/residential/maint_starboard) +"aWA" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/maint_starboard) +"aWB" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/maintenance_starboard) +"aWC" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/maint_starboard) +"aWD" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/cafeteria) +"aWE" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"aWF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkyellow2/west, +/area/navalis/indoors/residential/access) +"aWG" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob/empty_space) +"aWH" = ( +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"aWI" = ( +/obj/structure/platform_decoration/stone/strata/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"aWJ" = ( +/turf/open/floor/darkyellow2, +/area/navalis/indoors/residential/access) +"aWK" = ( +/turf/open/floor/darkyellowcorners2/west, +/area/navalis/indoors/residential/access) +"aWL" = ( +/turf/open/floor/darkred2/north, +/area/navalis/indoors/residential/access) +"aWM" = ( +/turf/open/floor/darkredcorners2/north, +/area/navalis/indoors/residential/access) +"aWN" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aWO" = ( +/turf/open/floor/darkred2/west, +/area/navalis/indoors/residential/access) +"aWP" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/access) +"aWQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aWR" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"aWS" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/east, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"aWT" = ( +/obj/structure/platform/stone/strata, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"aWU" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aWV" = ( +/obj/structure/platform_decoration/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aWW" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform_decoration/stone/strata, +/obj/structure/platform_decoration/stone/strata/north, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aWX" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aWY" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/prop/invuln/rope{ + pixel_y = -1 + }, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aWZ" = ( +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aXa" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aXb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aXc" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aXd" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/structure/prop/invuln/rope{ + pixel_y = -17 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aXe" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"aXf" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aXg" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aXh" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/east, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"aXi" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_1) +"aXj" = ( +/obj/structure/platform/stone/strata/west, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"aXk" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aXl" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 6 + }, +/obj/structure/ladder{ + id = "south_charon"; + height = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aXm" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/exterior/med_ext) +"aXn" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"aXo" = ( +/turf/open/floor/prison/greenblue/west, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aXp" = ( +/turf/open/floor/prison/greenblue/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aXq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"aXr" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aXs" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aXt" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aXu" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aXv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aXw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aXx" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXy" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aXz" = ( +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXA" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXB" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXC" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXD" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/port) +"aXE" = ( +/obj/structure/machinery/light, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aXF" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aXG" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXI" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"aXJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXK" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aXL" = ( +/obj/structure/girder, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aXM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aXP" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXQ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXR" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXV" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_starboard) +"aXW" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXX" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXY" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aXZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aYa" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aYb" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/maint_starboard) +"aYc" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aYd" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_starboard) +"aYe" = ( +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYf" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYg" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYh" = ( +/obj/structure/prop/resin_prop, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_stern) +"aYi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 11; + pixel_x = -3 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aYj" = ( +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/turf/open/floor/corsat, +/area/navalis/outdoors/exterior/com_ext) +"aYk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/entrance) +"aYl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"aYm" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"aYn" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkred2/west, +/area/navalis/indoors/residential/maint_starboard) +"aYo" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"aYp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYq" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"aYr" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"aYs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_stern) +"aYt" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_stern) +"aYu" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aYv" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_stern) +"aYw" = ( +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aYx" = ( +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/upper_deck/workshop) +"aYy" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aYz" = ( +/obj/structure/prop/resin_prop{ + icon_state = "psiphon:0" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/cafeteria) +"aYA" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aYB" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/cafeteria) +"aYC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYD" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"aYE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"aYF" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aYG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"aYH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"aYI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/maint_starboard) +"aYJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aYK" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"aYL" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aYM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_starboard) +"aYN" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"aYO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"aYP" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aYR" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"aYS" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"aYT" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aYU" = ( +/obj/effect/alien/resin/sticky, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aYV" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/residential/cafeteria) +"aYW" = ( +/turf/closed/wall/strata_outpost/reinforced{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/upper_deck/rear) +"aYX" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aYY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"aYZ" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aZa" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aZb" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_yellow" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aZc" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_blue" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/maint_starboard) +"aZd" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/maint_stern) +"aZe" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/navalis/indoors/charon/upper_deck/rear) +"aZf" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"aZg" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aZi" = ( +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZj" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/spawner/random/tool, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZk" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vessellockdown"; + name = "PSV Charon - Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"aZl" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/power/apc/power/east, +/obj/item/clothing/accessory/storage/tool_webbing/small/equipped, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"aZn" = ( +/turf/open_space, +/area/navalis/indoors/charon/upper_deck/rear) +"aZo" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aZp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZr" = ( +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZs" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZt" = ( +/obj/structure/prop/resin_prop{ + icon_state = "psiphon:0" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"aZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange/southwest, +/area/navalis/indoors/charon/upper_deck/rear) +"aZv" = ( +/turf/open/floor/almayer/orange, +/area/navalis/indoors/charon/upper_deck/rear) +"aZw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZy" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/upper_deck/rear) +"aZz" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"aZA" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/navalis/indoors/charon/upper_deck/rear) +"aZB" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZC" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/door_control/navalis_charon_lockdown{ + use_power = 0; + name = "PSV Charon - Vehicle Accessway"; + id = "vessellockdown"; + pixel_x = -27; + light_on = 1; + light_range = 3; + light_color = "#FFEFD2"; + light_power = 2; + needs_power = 0 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"aZD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/charon/upper_deck/rear) +"aZE" = ( +/obj/structure/prop/turbine, +/obj/structure/prop/turbine_extras/border, +/obj/structure/prop/turbine_extras/left, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/upper_deck/rear) +"aZF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"aZG" = ( +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"aZH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/empty, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"aZI" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"aZK" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"aZL" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/upper_deck/rear) +"aZM" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/upper_deck/rear) +"aZN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/upper_deck/rear) +"aZO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"aZP" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/corridor) +"aZQ" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"aZR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"aZS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/access) +"aZT" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"aZU" = ( +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/charon/upper_deck/rear) +"aZV" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"aZW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"aZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"aZY" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"aZZ" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/access) +"baa" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/cafeteria) +"bab" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"bac" = ( +/obj/structure/prop/turbine_extras/border, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/upper_deck/rear) +"bad" = ( +/obj/structure/prop/turbine_extras/border, +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/charon/upper_deck/rear) +"bae" = ( +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/charon/upper_deck/rear) +"baf" = ( +/turf/open/floor/plating/platingdmg2, +/area/navalis/indoors/charon/upper_deck/rear) +"bag" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 28; + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bah" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bai" = ( +/turf/open/floor/darkyellow2/west, +/area/navalis/indoors/residential/access) +"baj" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/access) +"bak" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"bal" = ( +/obj/structure/prop/resin_prop{ + icon_state = "coolanttank" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bam" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"ban" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bao" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/upper_deck/rear) +"bap" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"baq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"bar" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"bas" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkyellow2, +/area/navalis/indoors/residential/access) +"bat" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/access) +"bau" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/access) +"bav" = ( +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/access) +"baw" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer/orange/northwest, +/area/navalis/indoors/charon/upper_deck/rear) +"bax" = ( +/turf/open/floor/almayer/orange/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bay" = ( +/obj/structure/girder/displaced, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"baA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"baB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"baC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/residential/maint_stern) +"baD" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact"; + pixel_y = 3; + pixel_x = 3 + }, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/charon/upper_deck/rear) +"baE" = ( +/obj/structure/girder, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"baG" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"baH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"baI" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/access) +"baJ" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/access) +"baK" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/flight) +"baL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/access) +"baM" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"baN" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"baO" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baP" = ( +/turf/open/floor/plating/burnt_platingdmg3, +/area/navalis/indoors/charon/upper_deck/rear) +"baQ" = ( +/turf/open/floor/plating/burnt_platingdmg3/west, +/area/navalis/indoors/charon/upper_deck/rear) +"baR" = ( +/obj/structure/prop/resin_prop{ + icon_state = "chest" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"baS" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"baT" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"baU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baX" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/dirt{ + layer = 5 + }, +/obj/structure/machinery/light, +/turf/open/floor/almayer/floor, +/area/navalis/indoors/charon/upper_deck/rear) +"baY" = ( +/obj/effect/decal/cleanable/dirt{ + layer = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"baZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy22" + }, +/area/navalis/oob/water) +"bba" = ( +/obj/effect/alien/resin/sticky, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"bbb" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/residential/maint_stern) +"bbc" = ( +/turf/open/floor/almayer/orangecornersmooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bbd" = ( +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bbe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bbf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bbg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bbh" = ( +/turf/open/floor/almayer/orangecornersmooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bbi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"bbj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/med_sci/upper_level/sec) +"bbk" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkred2/west, +/area/navalis/indoors/residential/access) +"bbl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bbm" = ( +/turf/open/floor/almayer/orange2smooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bbn" = ( +/turf/open/floor/almayer/orange2smooth/southwest, +/area/navalis/indoors/charon/upper_deck/rear) +"bbo" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = -7 + }, +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bbp" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bbq" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = 7 + }, +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bbr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 3; + pixel_y = 27 + }, +/turf/open/floor/almayer/orange2smooth/southeast, +/area/navalis/indoors/charon/upper_deck/rear) +"bbs" = ( +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbt" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"bbu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"bbv" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"bbw" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbx" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/floor/almayer/orange2smooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bby" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bbz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bbA" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2 + }, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbB" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 4 + }, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbD" = ( +/obj/effect/decal/cleanable/dirt{ + pixel_x = 8 + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bbE" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bbF" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/prison/greenblue, +/area/navalis/indoors/charon/surface_deck/main_deck) +"bbG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6, +/turf/open_space, +/area/navalis/indoors/charon/surface_deck/main_deck) +"bbH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/turf/open_space, +/area/navalis/indoors/charon/surface_deck/main_deck) +"bbI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bbJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"bbK" = ( +/turf/open_space, +/area/navalis/indoors/residential/access) +"bbL" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"bbM" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"bbN" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/main_deck) +"bbO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"bbP" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"bbQ" = ( +/obj/structure/platform/stone/strata/north, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"bbR" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bbS" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"bbT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bbU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"bbV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/access) +"bbW" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/dirt{ + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bbX" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"bbY" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/platform/metal/strata, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"bbZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bca" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 1.1 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcb" = ( +/obj/structure/barricade/handrail/wire, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcc" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"bce" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"bcf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"bcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"bch" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/almayer/orange2smooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bci" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/access) +"bcj" = ( +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/starboard) +"bck" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcl" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bcm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcn" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bco" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 3; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/almayer/orange2smooth/east, +/area/navalis/indoors/charon/upper_deck/rear) +"bcp" = ( +/obj/structure/ladder{ + id = "south_charon"; + height = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"bcq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"bcr" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"bcs" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/floor/plating/burnt_platingdmg3, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"bct" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bcu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcw" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/northwest, +/area/navalis/indoors/charon/upper_deck/rear) +"bcy" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bcz" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bcA" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bcB" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = 7 + }, +/turf/open/floor/almayer/orange2smooth/north, +/area/navalis/indoors/charon/upper_deck/rear) +"bcC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth/northeast, +/area/navalis/indoors/charon/upper_deck/rear) +"bcD" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 9 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bcE" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/dirt{ + pixel_x = 8 + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bcF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcG" = ( +/turf/open/floor/almayer/orangecornersmooth/south, +/area/navalis/indoors/charon/upper_deck/rear) +"bcH" = ( +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bcI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bcJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/orange2smooth, +/area/navalis/indoors/charon/upper_deck/rear) +"bcK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcL" = ( +/turf/open/floor/almayer/orangecornersmooth/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bcM" = ( +/obj/structure/ladder{ + id = "north_charon"; + height = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/rear) +"bcN" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/navalis/indoors/charon/upper_deck/front) +"bcO" = ( +/obj/structure/platform/metal/strata/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bcP" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/upper_deck/front) +"bcQ" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/front) +"bcR" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/prop/resin_prop{ + icon_state = "barrel_yellow" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"bcS" = ( +/turf/open/floor/almayer/blue/west, +/area/navalis/indoors/charon/upper_deck/front) +"bcT" = ( +/turf/open/floor/almayer, +/area/navalis/indoors/charon/upper_deck/front) +"bcU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/indoors/charon/upper_deck/front) +"bcV" = ( +/turf/open/floor/plating/plating_catwalk, +/area/navalis/indoors/charon/upper_deck/front) +"bcW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer, +/area/navalis/indoors/charon/upper_deck/front) +"bcX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer, +/area/navalis/indoors/charon/upper_deck/front) +"bcY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/south, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer, +/area/navalis/indoors/charon/upper_deck/front) +"bcZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/blue/east, +/area/navalis/indoors/charon/upper_deck/front) +"bda" = ( +/turf/open/floor/almayer/blue/northwest, +/area/navalis/indoors/charon/upper_deck/front) +"bdb" = ( +/turf/open/floor/almayer/blue/north, +/area/navalis/indoors/charon/upper_deck/front) +"bdc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/blue/north, +/area/navalis/indoors/charon/upper_deck/front) +"bdd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/blue/north, +/area/navalis/indoors/charon/upper_deck/front) +"bde" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/blue/northeast, +/area/navalis/indoors/charon/upper_deck/front) +"bdf" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer/bluefull2, +/area/navalis/indoors/charon/upper_deck/front) +"bdg" = ( +/turf/open/floor/almayer/bluefull2, +/area/navalis/indoors/charon/upper_deck/front) +"bdh" = ( +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdi" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdj" = ( +/obj/structure/bed/chair/comfy{ + dir = 1; + layer = 3.1 + }, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_y = 16 + }, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdk" = ( +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_y = 16 + }, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdl" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 1; + pixel_x = 18; + density = 0; + layer = 3.1 + }, +/obj/structure/machinery/big_computers/computerblack/computer3{ + pixel_y = 17; + light_color = "#00f4ff"; + light_on = 1; + light_range = 1 + }, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/bluefull2, +/area/navalis/indoors/charon/upper_deck/front) +"bdn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/charon/upper_deck/front) +"bdo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdp" = ( +/obj/structure/machinery/big_computers/computerblack/computer5, +/turf/open/floor/almayer/bluefull, +/area/navalis/indoors/charon/upper_deck/front) +"bdq" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/darkred2/west, +/area/navalis/indoors/residential/maint_starboard) +"bdr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bds" = ( +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"bdt" = ( +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/charon/upper_deck/rear) +"bdu" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/access) +"bdv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/almayer/blue/north, +/area/navalis/indoors/charon/upper_deck/front) +"bdw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/navalis/indoors/residential/maint_starboard) +"bdz" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"bdA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/maint_starboard) +"bdB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdC" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/residential/maint_stern) +"bdD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"bdE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/maint_starboard) +"bdF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdL" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/indoors/industrial/power) +"bdM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bdO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_x = 16; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11; + pixel_x = 16 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdQ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"bdT" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"bdV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bdW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_x = 16; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdX" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdY" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bdZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bea" = ( +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob) +"beb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bec" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bed" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bee" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bef" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"beg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"beh" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bei" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/maint_stern) +"bej" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bek" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bel" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bem" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"ben" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"beo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bep" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkyellow2, +/area/navalis/indoors/residential/access) +"beq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"ber" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bes" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bet" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"beu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"bev" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bew" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/mid) +"bex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/residential/maint_stern) +"bey" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11; + layer = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = 30 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/tool/surgery/scalpel{ + pixel_x = -15; + pixel_y = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/surg_two) +"bez" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"beA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"beB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"beC" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"beD" = ( +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"beE" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"beF" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"beG" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/mid) +"beH" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beI" = ( +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beJ" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beK" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beL" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"beM" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beN" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/mid) +"beO" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beP" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"beQ" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob/empty_space) +"beR" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob/empty_space) +"beS" = ( +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/corsat, +/area/navalis/oob) +"beT" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"beU" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/navalis/indoors/ice_cavern) +"beV" = ( +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/navalis/indoors/ice_cavern) +"beW" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/hybrisa_auto_turf/layer0, +/area/navalis/indoors/ice_cavern) +"beX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"beY" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/navalis/indoors/ice_cavern) +"beZ" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfa" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfb" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"bfd" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 6 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bff" = ( +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob) +"bfg" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfh" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfi" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/obj/structure/platform_decoration/stone/strata/west, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"bfj" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"bfk" = ( +/obj/structure/platform_decoration/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"bfm" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/indoors/ice_cavern) +"bfn" = ( +/obj/effect/acid_hole{ + explo_proof = 1 + }, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"bfo" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfp" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/item/stack/rods{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"bfq" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 8; + color = "#DA70D6" + }, +/turf/open_space, +/area/navalis/oob) +"bfr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"bfs" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 8 + }, +/turf/open_space, +/area/navalis/oob) +"bft" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfu" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"bfv" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfw" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfx" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfy" = ( +/obj/item/trash/merc_mre, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bfz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bfA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"bfB" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/clothing/shoes/jackboots{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"bfC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/ammo_magazine/rifle/l42a/heap{ + pixel_x = -4; + pixel_y = -4; + current_rounds = 0 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bfD" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"bfE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"bfF" = ( +/obj/effect/landmark/queen_spawn, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"bfG" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/card/id/provost{ + name = "Thomas Kelly's ID Card"; + registered_name = "Thomas Kelly"; + desc = "One doomed security officer"; + unacidable = 1; + explo_proof = 1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"bfH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/weapon/gun/rifle/l42a{ + pixel_x = -4; + pixel_y = -9 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bfI" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/clothing/head/beret{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"bfJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bfK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/cafeteria) +"bfL" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"bfM" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfN" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfO" = ( +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfP" = ( +/obj/structure/platform_decoration/stone/strata, +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfQ" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfR" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfS" = ( +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfT" = ( +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfU" = ( +/obj/structure/platform_decoration/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfV" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bfW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform_decoration/stone/strata/east, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bfX" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/blocker/invisible_wall, +/turf/open/ice/noweed, +/area/navalis/indoors/ice_cavern) +"bfY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob) +"bfZ" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 8; + color = "#DA70D6" + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bga" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob) +"bgb" = ( +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"bgc" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bgd" = ( +/obj/structure/platform_decoration/stone/strata, +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bge" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bgf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgg" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgh" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgi" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bgj" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/platform/stone/strata/north, +/obj/effect/decal/cleanable/blood, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bgk" = ( +/obj/structure/platform_decoration/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgl" = ( +/obj/structure/platform_decoration/stone/strata/west, +/obj/structure/platform_decoration/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgm" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/ice/layer0, +/area/navalis/oob) +"bgn" = ( +/obj/structure/platform/stone/strata/north, +/turf/open_space, +/area/navalis/oob) +"bgo" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open_space, +/area/navalis/oob) +"bgp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open_space, +/area/navalis/oob) +"bgq" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob) +"bgr" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/obj/structure/platform_decoration/stone/strata/west, +/turf/open_space, +/area/navalis/oob) +"bgs" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob) +"bgt" = ( +/obj/structure/machinery/big_computers/messaging_server/brown, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"bgu" = ( +/obj/structure/platform_decoration/stone/strata/east, +/turf/open_space, +/area/navalis/oob) +"bgv" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob) +"bgw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/oob) +"bgx" = ( +/obj/effect/decal/remains/robot{ + pixel_y = 9; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 15; + pixel_x = 3 + }, +/turf/open/floor/plating/kutjevo/platingdmg1, +/area/navalis/outdoors/landing_zone_1) +"bgy" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/turf/open_space, +/area/navalis/oob) +"bgz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open_space, +/area/navalis/oob) +"bgA" = ( +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/oob) +"bgB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open_space, +/area/navalis/oob) +"bgC" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"bgD" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"bgE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/buritto, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bgF" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bgG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bgH" = ( +/obj/item/trash/tray, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"bgI" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"bgJ" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/structure/platform_decoration/metal/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"bgK" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/west, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext) +"bgL" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/platform/stone/strata/east, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext) +"bgM" = ( +/obj/structure/platform/stone/strata/east, +/turf/closed/wall/shiva/ice, +/area/navalis/indoors/ice_cavern) +"bgN" = ( +/obj/structure/platform_decoration/stone/strata, +/turf/closed/wall/shiva/ice, +/area/navalis/indoors/ice_cavern) +"bgO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"bgP" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"bgQ" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"bgR" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"bgS" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"bgV" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"bgW" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"bgX" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating, +/area/navalis/indoors/charon/upper_deck/rear) +"bhc" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"bhg" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/navalis/indoors/charon/below_deck/front) +"bhh" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/below_deck/front) +"bhm" = ( +/obj/structure/platform_decoration/stone/strata/west, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bhn" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bho" = ( +/obj/structure/platform/stone/strata/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bhp" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bhq" = ( +/obj/structure/platform/stone/strata/north, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"bhs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"bht" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"bhu" = ( +/obj/structure/platform/stone/strata/east, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/indoors/ice_cavern) +"bhv" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/ice_cavern) +"bhx" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"bhy" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = 4; + dir = 5; + pixel_x = -4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/oob) +"bhz" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant ice crystal."; + pixel_y = -1; + dir = 5; + pixel_x = -9 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/navalis/oob) +"bhA" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/logistic/primary_storage) +"bhB" = ( +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/darkbrown2/southeast, +/area/navalis/indoors/logistic/primary_storage) +"bhI" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"bhK" = ( +/obj/structure/cargo_container/hd/right, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"bhM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"bhN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"bhO" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bhP" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/logistic/maintenance_port) +"bhQ" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/command/maintenance_starboard) +"bhR" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/med_sci/maintenance_port) +"bhS" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/command/meeting_hall) +"bhT" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/command/maintenance_port) +"bhU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/powercell, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"bhV" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"bhW" = ( +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"bic" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/navalis/indoors/residential/port) +"bii" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"biX" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/floor/almayer/blackcorner/west, +/area/navalis/indoors/command/upper_deck/jani) +"bjf" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/turf/open_space, +/area/navalis/indoors/command/upper_deck/starboard) +"bjh" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext) +"bjk" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"bjo" = ( +/obj/item/tank/anesthetic{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/surg_two) +"bjU" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"bjV" = ( +/obj/structure/machinery/power/monitor{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"bkp" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/exterior/log_ext/upper) +"bkz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"bld" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/morgue) +"ble" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_y = -10; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"blI" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"bme" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"bms" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"bmF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"bmW" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"bnd" = ( +/obj/structure/machinery/xenoanalyzer, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"box" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southwest, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"bpe" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/box, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"bpA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"bpI" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bpW" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"bqq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"bqr" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"bqU" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 28 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/starboard) +"bra" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bri" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = 15; + pixel_x = 8; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 2; + pixel_y = -14; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"brj" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/clothing/head/soft/purple, +/turf/open/floor/almayer/black2, +/area/navalis/indoors/command/upper_deck/jani) +"brp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"bry" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -7; + pixel_y = 19 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"brA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"brQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = -13 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bsv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/office) +"bsG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"bsY" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"btr" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + icon_state = "flammable_pipe_3"; + pixel_x = -22; + pixel_y = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12; + layer = 7 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/powered) +"btR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"bub" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 18; + layer = 4.2 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"buK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"buZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 8; + icon_state = "pipe-y" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-4-8" + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/oft_duty_room) +"bvw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/starboard) +"bvx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/arrow_south, +/area/navalis/indoors/industrial/mining) +"bvE" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 5; + pixel_x = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"bvM" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32 + }, +/obj/structure/sign/safety/stairs{ + pixel_x = 32 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"bvN" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"bvZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"bwo" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/corridor) +"bwp" = ( +/obj/structure/closet/emcloset, +/obj/structure/machinery/light, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/aft_hallway) +"bwt" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/prop/almayer/box, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"bwB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"bxd" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/plate, +/area/navalis/oob/empty_space) +"bxK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"byk" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"byt" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"byE" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + locked = 1; + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"byS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northeast, +/area/navalis/indoors/command/office) +"byZ" = ( +/turf/open/floor/darkpurple2/east, +/area/navalis/indoors/residential/cafeteria) +"bzb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"bzr" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"bzz" = ( +/obj/structure/lattice, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + color = "#9c97a3"; + explo_proof = 1; + unacidable = 1; + unslashable = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/hybrisa/street/underground_unweedable, +/area/navalis/indoors/med_sci/main_floor) +"bzO" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"bAi" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/entrance) +"bAm" = ( +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/log_ext/upper) +"bAs" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"bAB" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"bAC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkbrown2, +/area/navalis/indoors/residential/starboard) +"bAK" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"bAL" = ( +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/med_ext/upper) +"bBe" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/maintenance_starboard) +"bBh" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"bBm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"bBX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/sink{ + dir = 8; + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"bCi" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/residential/port) +"bCj" = ( +/turf/open/floor/almayer/plating, +/area/navalis/outdoors/landing_zone_1) +"bCl" = ( +/turf/open/floor/corsat/red/west, +/area/navalis/indoors/industrial/refinery) +"bCp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = -19; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"bDm" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 32 + }, +/obj/item/device/healthanalyzer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"bDu" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25; + pixel_y = 5; + pixel_x = -2 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"bDY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"bEc" = ( +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"bEf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 1 + }, +/turf/open/floor/half_plate/green/north, +/area/navalis/outdoors/exterior/med_ext/upper) +"bEw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"bEW" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bFf" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"bFF" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/oob/powered) +"bFL" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"bGb" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = 11 + }, +/obj/structure/mirror{ + pixel_y = 32; + pixel_x = 4 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"bGd" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/server_room) +"bGr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"bHF" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"bHT" = ( +/obj/effect/alien/weeds, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"bIJ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"bJd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"bJz" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"bJC" = ( +/turf/open/floor/prison/floor_plate, +/area/navalis/outdoors/landing_zone_1) +"bJG" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"bJI" = ( +/obj/item/bedsheet/green{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"bJO" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"bJS" = ( +/obj/item/bedsheet/ce{ + color = "#b54b3d" + }, +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = -12 + }, +/obj/item/bedsheet/ce{ + color = "#b54b3d"; + pixel_y = -12 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#b54b3d" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#b54b3d" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#b54b3d" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"bKO" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"bLq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/upper_level/morgue) +"bLs" = ( +/obj/structure/machinery/portable_atmospherics/canister/phoron, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"bLu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"bLP" = ( +/turf/open/floor/corsat/arrow_north, +/area/navalis/indoors/industrial/mining) +"bMe" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"bMr" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime1" + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"bMy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"bMS" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"bMU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"bNc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"bNk" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"bNs" = ( +/obj/item/stack/cable_coil{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/stack/cable_coil{ + pixel_x = 7 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"bNU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 12; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"bNZ" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"bOv" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = 19 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bOE" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"bOJ" = ( +/turf/open/floor/prison/greenblue/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"bOO" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/command/office) +"bPl" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"bPA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"bPK" = ( +/turf/open/floor/prison/greenfull/northwest, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"bQF" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"bQS" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_y = -4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"bRo" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/processor{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"bRF" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"bSa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"bSp" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"bSE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"bSG" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"bSI" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2; + color = "#343434" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/below_deck/middle) +"bSV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"bTA" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"bTU" = ( +/obj/structure/prop/resin_prop{ + icon_state = "psiphon:0" + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"bUd" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"bUf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/starboard) +"bUh" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6; + pixel_x = 16 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5; + pixel_x = 16 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"bUA" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"bUB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/com_ext/upper) +"bVb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplecorners2, +/area/navalis/indoors/command/upper_deck/server) +"bVN" = ( +/turf/open/floor/prison/greenblue/northwest, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"bVW" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 10 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -11 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"bWj" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"bWR" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3"; + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3"; + pixel_x = -11; + pixel_y = 12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"bXx" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/indoors/industrial/accessway) +"bXC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"bXM" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"bXW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"bYh" = ( +/turf/open/floor/almayer/blackfull/west, +/area/navalis/indoors/charon/below_deck/front) +"bYG" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"bYO" = ( +/turf/open_space, +/area/navalis/indoors/residential/cafeteria) +"bZh" = ( +/obj/structure/platform/metal/strata/east, +/turf/open_space, +/area/navalis/indoors/logistic/upper_deck/entrance) +"bZW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"caC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"caD" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 4; + pixel_x = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"caQ" = ( +/turf/open/floor/corsat/red/north, +/area/navalis/indoors/industrial/refinery) +"caW" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_off{ + pixel_y = 32 + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/command/upper_deck/server) +"cbD" = ( +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"cbM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = -13 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"ccb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"ccl" = ( +/obj/structure/prop/resin_prop{ + icon_state = "pscrubber:0" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/port) +"ccw" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -5; + pixel_x = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"ccL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkpurple2/northwest, +/area/navalis/indoors/residential/starboard) +"cdq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"cdC" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"cdG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"cdT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"ceB" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy13" + }, +/area/navalis/oob/water) +"ceK" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/comm_one) +"cfO" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"cgk" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"che" = ( +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/plating, +/area/navalis/oob) +"chK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/obj/item/reagent_container/food/snacks/hotdog{ + pixel_y = 13 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"ciM" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"cjd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"cjm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/break_room) +"cjE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 2; + pixel_y = 9 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"cjI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ckk" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"cko" = ( +/obj/structure/platform/metal/strata, +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/upper_level/entrance) +"ckz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"ckX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"clp" = ( +/obj/item/tool/warning_cone{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"clu" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"clB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"cma" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"cmb" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"cmw" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"cmK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"cnG" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/terminal{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"cnM" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/power) +"coc" = ( +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"coD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"coK" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_y = -1; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"cpq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"cpO" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/spot, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"cpS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth) +"cpV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"cpX" = ( +/obj/structure/platform/stone/strata/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"cqa" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/oob/empty_space) +"cqb" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"cqf" = ( +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"cqI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"cqQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"crn" = ( +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext/lower) +"crO" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"csm" = ( +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"ctB" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"ctC" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"ctI" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ctM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"ctR" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/weapon/gun/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/item/clothing/suit/armor/vest, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/sign/safety/ammunition{ + pixel_x = 23; + pixel_y = 31 + }, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/head/beret, +/turf/open/floor/prison/red/northwest, +/area/navalis/indoors/command/security) +"ctZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 12; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"cuE" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"cuO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/morgue) +"cuX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"cvj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"cvm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"cvx" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"cvA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"cvJ" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + name = "Science Armoury" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"cwd" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/closed/wall/strata_outpost/reinforced, +/area/navalis/indoors/charon/below_deck/middle) +"cwo" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/candy{ + layer = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"cwF" = ( +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"cwW" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"cxE" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"cya" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"cyb" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"cyl" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman/super, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"cyp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"cyC" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/briefcase, +/obj/item/spacecash/c10, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"cyG" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"czB" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrown3/north, +/area/navalis/indoors/logistic/upper_deck/walkway) +"czW" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"cAv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"cAM" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock" + }, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/exterior/med_ext/upper) +"cBd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/machine/recycler, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"cBo" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"cBs" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/indoors/industrial/refinery) +"cBG" = ( +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"cBO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"cBS" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"cBU" = ( +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/accessway) +"cBW" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"cCc" = ( +/turf/open/floor/darkblue2, +/area/navalis/indoors/residential/accessway) +"cCA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/communications{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/command/security) +"cCN" = ( +/obj/structure/platform/metal/almayer, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"cCP" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/empty_space) +"cCU" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/darkbrown3, +/area/navalis/oob/powered) +"cDl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/foyer) +"cDE" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"cDG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"cDH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"cDT" = ( +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + name = "sticky notes" + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/pharmacy) +"cEf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/prison/blue/northeast, +/area/navalis/indoors/med_sci/upper_level/flight) +"cEG" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/indoors/industrial/accessway) +"cEJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"cFv" = ( +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"cFJ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/obj/structure/stairs, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"cGP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"cHd" = ( +/obj/effect/decal/hybrisa/road/corner{ + pixel_x = -1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"cHf" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"cHh" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/trash/tray{ + pixel_x = -16; + pixel_y = 13 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"cHp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"cHB" = ( +/obj/structure/closet/crate, +/obj/item/tool/extinguisher, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"cIb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"cIB" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northeast, +/area/navalis/indoors/residential/cafeteria) +"cIS" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"cIU" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/command_kitchen) +"cJg" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_y = 12 + }, +/obj/structure/curtain/colorable_transparent{ + color = "#b3aa9b"; + alpha = 220; + layer = 3.2; + pixel_x = 32 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/break_room) +"cJJ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"cJN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/red, +/area/navalis/indoors/command/security) +"cKh" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + color = "#d3d3d3"; + dir = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"cKx" = ( +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/entrance) +"cKJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"cLj" = ( +/obj/structure/surface/table/woodentable, +/obj/item/storage/fancy/cigar/matchbook/koorlander{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/book/manual/medical_diagnostics_manual{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{ + pixel_y = 31 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8; + pixel_y = -7 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/break_room) +"cMc" = ( +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"cMf" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"cMh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/almayer/dark_sterile2, +/area/navalis/indoors/residential/kitchen) +"cMi" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/refinery) +"cMj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"cMv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"cMG" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"cMZ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"cNj" = ( +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"cND" = ( +/obj/item/clothing/shoes/black, +/obj/item/clothing/shoes/blue{ + pixel_y = -8; + pixel_x = -10 + }, +/obj/item/clothing/shoes/black{ + pixel_x = -10; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"cOj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"cOk" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"cOw" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/gloves/marine/veteran/insulated, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"cOP" = ( +/obj/structure/machinery/light, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 15; + pixel_y = 5; + layer = 2.7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"cOW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"cPt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"cQr" = ( +/obj/structure/prop/hybrisa/misc/floorprops/floorglass3, +/turf/open_space, +/area/navalis/outdoors/exterior/com_ext/upper) +"cQA" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"cQI" = ( +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"cQM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/maint{ + pixel_x = 32 + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/starboard_hallway) +"cQS" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/command/upper_deck/server) +"cQV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"cRQ" = ( +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"cRY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"cSs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/meeting_hall) +"cSx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreencorner/west, +/area/navalis/indoors/med_sci/pharmacy) +"cSG" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/cafeteria) +"cSH" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"cSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"cSR" = ( +/obj/structure/bed/sofa/south/grey/right, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"cSZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkblue2/north, +/area/navalis/oob/powered) +"cTj" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 12; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/port_hallway) +"cTA" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"cUf" = ( +/obj/structure/stairs/multiz/up, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"cUH" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"cUV" = ( +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/obj/item/reagent_container/food/snacks/stew{ + pixel_y = 14; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"cWb" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + layer = 3.2 + }, +/obj/structure/prop/invuln/remote_console_pod, +/turf/open/floor/platingdmg1, +/area/navalis/outdoors/landing_zone_1) +"cWe" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"cWT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"cXd" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"cXC" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext/lower) +"cXJ" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent2" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"cXN" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 7; + pixel_x = 7 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/entrance) +"cXY" = ( +/obj/structure/prop/hybrisa/misc/fire{ + icon_state = "zfire_smoke2"; + pixel_x = -32; + pixel_y = 17; + layer = 6.1 + }, +/obj/effect/decal/cleanable/blood/xeno{ + pixel_y = 3; + pixel_x = 14 + }, +/turf/open/floor/prison/floorscorched1, +/area/navalis/indoors/logistic/primary_storage) +"cYp" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"cYO" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/road/road_edge{ + pixel_y = 7 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"cYW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"dbE" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"dca" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman/mrs, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 32 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"dcd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"ddk" = ( +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/main_floor) +"ddq" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/navalis/oob/powered) +"ddA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"ddD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"ddK" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/upper) +"dej" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/cafeteria) +"des" = ( +/obj/structure/cargo_container/arious/rightmid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"deF" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/trash/tray{ + pixel_y = 8 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"deG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/north, +/area/navalis/indoors/residential/starboard) +"dfx" = ( +/obj/item/prop/colony/usedbandage{ + dir = 9 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"dgc" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/office) +"dgD" = ( +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + pixel_x = -2; + color = "#f5e9db" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/strata, +/area/navalis/indoors/command/bathroom) +"dgG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"dhl" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"dhX" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"dig" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"diA" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"diE" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"diL" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"diS" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/main_deck) +"djx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"djE" = ( +/obj/structure/prop/tower{ + icon = 'icons/obj/structures/machinery/comm_tower3.dmi'; + icon_state = "static1_broken"; + name = "Destroyed TC-3T static telecommunications tower"; + desc = "A static heavy-duty TC-3T telecommunications tower. Used to set up subspace communications lines between planetary and extra-planetary locations. This one has been permanently destroyed, and not by human hands."; + explo_proof = 1; + health = 100000 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + layer = 7; + pixel_y = 11; + light_color = "#FF7700"; + pixel_x = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating, +/area/navalis/outdoors/comm_one) +"dlo" = ( +/turf/open/floor/corsat/redcorner/west, +/area/navalis/indoors/industrial/refinery) +"dlq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"dlA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/welding{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/structure/sign/safety/security{ + pixel_x = 32; + pixel_y = -8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"dlI" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"dlZ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"dme" = ( +/obj/structure/bed/roller, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/foyer) +"dmp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10; + pixel_x = 18 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"dmx" = ( +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = -8 + }, +/obj/structure/filingcabinet/filingcabinet{ + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"dmH" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/navalis/indoors/industrial/power) +"dmK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"dmQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -10; + pixel_x = 12 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"dnc" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"dnN" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/port) +"doP" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"dpb" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_y = -1; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"dpf" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"dpw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/command/upper_deck/server) +"dpD" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"dpN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"dqw" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/obj/structure/platform/stone/stair_cut/shiva_right, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"dqB" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"dqL" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"dqN" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"dre" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"drj" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"drC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/command/security) +"drK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"drT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"drW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"dsu" = ( +/obj/structure/prop/resin_prop{ + icon_state = "chest" + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"dsG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod, +/area/navalis/oob/powered) +"dsJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplecorners2/east, +/area/navalis/indoors/command/upper_deck/server) +"dtA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/oob/powered) +"dtH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 12 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"dui" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_x = 13 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = 30 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_12"; + pixel_x = 10; + pixel_y = 11; + layer = 3.6 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"duj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/port) +"dun" = ( +/obj/structure/bed, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#b54b3d" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"duN" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/port) +"dvr" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"dvv" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"dvS" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/upper_level/entrance) +"dvZ" = ( +/turf/closed/wall/r_wall/prison_unmeltable, +/area/navalis/oob) +"dwf" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"dwn" = ( +/turf/open_space, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"dwM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"dwW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"dxj" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/upper_deck/server) +"dxs" = ( +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"dxu" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"dxE" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/obj/structure/platform/stone/strata, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"dxJ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco2/west, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"dyh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/port_hallway) +"dyi" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"dyj" = ( +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"dyy" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"dyB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"dyE" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"dyL" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"dyT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal9"; + pixel_y = -1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/xeno_growth/residential) +"dzd" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/workshop) +"dze" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"dzr" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"dzw" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"dzF" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 4; + pixel_y = -12; + layer = 5 + }, +/turf/closed/wall/strata_outpost, +/area/navalis/indoors/charon/below_deck/front) +"dzH" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"dzI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/med_sci/upper_level/sec) +"dzN" = ( +/obj/structure/cargo_container/trijent/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"dAk" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/cafeteria) +"dAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"dAz" = ( +/obj/structure/sign/poster/corporate{ + pixel_y = -32 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"dBo" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"dBJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"dCl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"dCs" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"dCu" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"dCF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/autodispenser{ + dir = 4 + }, +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"dCK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"dCN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/spawner/random/toolbox, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"dCO" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/beige_bigtile, +/area/navalis/indoors/residential/starboard) +"dCY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"dDp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/entrance) +"dDK" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"dDQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/lisa, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"dED" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/maint) +"dEI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/colony/canister{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/prop/colony/canister{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"dFa" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"dFi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"dFz" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/outdoors/landing_zone_2) +"dGb" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"dGw" = ( +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"dHq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"dHH" = ( +/obj/structure/prop/turbine{ + layer = 6; + explo_proof = 0 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3"; + pixel_x = -26; + pixel_y = -4; + layer = 4 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + icon_state = "flammable_pipe_3"; + pixel_y = 6; + pixel_x = -6 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"dIA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"dIO" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"dJd" = ( +/obj/structure/prop/resin_prop, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"dJv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + dir = 1; + pixel_x = -29; + pixel_y = 1; + layer = 4.2 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"dKb" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/oft_duty_room) +"dKd" = ( +/obj/item/prop/colony/usedbandage{ + name = "bandages"; + layer = 4; + pixel_x = -4 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"dKk" = ( +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"dKz" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/below_deck/front) +"dKB" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext/upper) +"dKG" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/upper) +"dKY" = ( +/obj/structure/machinery/door_control{ + id = "secret_access"; + name = "Submarine Dock"; + pixel_y = 28; + pixel_x = -28; + req_access = list(213) + }, +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/oob/powered) +"dKZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/indoors/logistic/primary_storage) +"dLf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"dLk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/aft_hallway) +"dLn" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"dLv" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"dLA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"dLB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3, +/turf/open/floor/half_plate/green, +/area/navalis/outdoors/exterior/med_ext/upper) +"dLC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_22"; + name = "synthetic potted plant"; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"dMn" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"dMN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"dNo" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/corsat/cargo, +/area/navalis/indoors/industrial/mining) +"dNM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/starboard) +"dOq" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/entrance) +"dOx" = ( +/turf/open/floor/corsat/browncorner/north, +/area/navalis/indoors/industrial/mining) +"dOT" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"dPu" = ( +/turf/open/floor/darkgreen2/north, +/area/navalis/indoors/residential/accessway) +"dPv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"dQh" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"dQi" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -14; + pixel_x = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -8; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"dQr" = ( +/obj/structure/prop/resin_prop, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"dQF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"dQV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"dQX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/accessway) +"dRe" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_y = 3 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/med_sci/break_room) +"dRh" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"dRz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"dSa" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"dSQ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/landmark/objective_landmark/science, +/obj/item/clothing/accessory/stethoscope, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"dSX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"dTd" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"dTv" = ( +/turf/open/floor/prison/ramptop/east, +/area/navalis/oob/water) +"dTV" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"dTY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/starboard) +"dUa" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"dUf" = ( +/obj/effect/spawner/random/toolbox, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"dUh" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"dUk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/chemical_store) +"dUA" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"dUG" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"dVb" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/platform/stone/strata/north, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"dVY" = ( +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/upper_level/morgue) +"dWa" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"dWw" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"dXh" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/oob/empty_space) +"dXj" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"dXo" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyright{ + layer = 4.2 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"dXJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/cafeteria) +"dXX" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"dYA" = ( +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"dZT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"eae" = ( +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"eaE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/upper_level/entrance) +"eaF" = ( +/obj/structure/sign/safety/elevator{ + pixel_x = 13; + pixel_y = 30 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"ebl" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"ebP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"ebV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"ebZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"ecw" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"ecI" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"edb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"edv" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/northwest, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"edY" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/meeting_hall) +"eeg" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"eem" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/navalis/indoors/command/tertiary_comms) +"eet" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northwest, +/area/navalis/indoors/residential/cafeteria) +"eeI" = ( +/obj/effect/spawner/random/tool{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"eeY" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"efu" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"efG" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"efR" = ( +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/com_ext/upper) +"egi" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/workshop) +"egl" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/outdoors/landing_zone_1) +"egr" = ( +/obj/structure/platform/metal/almayer, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"egI" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"ehA" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/accessway) +"ehB" = ( +/obj/structure/device/broken_piano, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"ehL" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"ehZ" = ( +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/powered) +"ein" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/starboard) +"eiL" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"eiY" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ejG" = ( +/obj/structure/platform/metal/strata/west{ + icon_state = "strata_metalplatform_broken"; + density = 0 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"ekD" = ( +/turf/open/floor/prison/red/east, +/area/navalis/indoors/command/security) +"ekG" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"elg" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/outdoors/comm_one) +"eli" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/lower) +"elq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8; + pixel_x = -24; + pixel_y = -4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10; + pixel_y = -4; + pixel_x = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"elY" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"emr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/closet/firecloset/full, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/navalis/indoors/command/tertiary_comms) +"emt" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = -32; + pixel_x = 16 + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/main_floor) +"emG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/prison/rampbottom/north, +/area/navalis/outdoors/comm_one) +"emH" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"enK" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"enL" = ( +/obj/item/weapon/gun/flamer, +/obj/structure/surface/rack, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"enR" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"epI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"epZ" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/cafeteria) +"eqd" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/oft_duty_room) +"eqt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"erm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"erQ" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"erU" = ( +/obj/effect/decal/hybrisa/workers_decal{ + dir = 4; + pixel_y = -17 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"erX" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"esa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 1 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"est" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"esz" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"esZ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14" + }, +/obj/effect/decal/cleanable/dirt{ + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"ete" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/landing_zone_2) +"etl" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/plating, +/area/navalis/indoors/command/tertiary_comms) +"etI" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/landing_pad) +"eum" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"eup" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_right, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"euK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison, +/area/navalis/indoors/command/server_room) +"evd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = -2; + pixel_y = -23 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"evB" = ( +/turf/open/floor/corsat/darkgreencorner, +/area/navalis/indoors/industrial/refinery) +"evP" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 1 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"evZ" = ( +/obj/effect/landmark/static_comms/net_two, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"ewh" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"ewF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"ewJ" = ( +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/logistic/workshop) +"ewK" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"ewN" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"ewU" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"exc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"exQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"eyb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/chemical_store) +"eyh" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/platform/metal/strata/north{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata/east{ + layer = 2.5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"eyu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"eyG" = ( +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/entrance) +"eyI" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"eyV" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"eyW" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = -2; + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"eyY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"ezf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"ezm" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1; + layer = 2.9 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"ezq" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerblack/computer3, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"ezM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"eAa" = ( +/obj/structure/window_frame/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"eAj" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"eAG" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"eBl" = ( +/obj/effect/decal/hybrisa/road/lines3{ + color = "#5b9068"; + pixel_y = -1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"eBn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"eBC" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"eBE" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"eBK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"eBS" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/workshop) +"eDc" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"eDg" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"eDz" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"eDI" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/paper_bin{ + pixel_x = 9; + pixel_y = 22 + }, +/obj/item/device/flashlight/pen{ + pixel_x = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"eDL" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/structure/bed/chair/comfy/hybrisa/blue{ + dir = 4; + pixel_x = 9 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"eEe" = ( +/obj/structure/platform/metal/strata, +/turf/open_space, +/area/navalis/indoors/command/upper_deck/port) +"eEy" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"eEP" = ( +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"eFc" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"eFj" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/clothing/gloves/yellow{ + pixel_x = 4 + }, +/obj/item/device/lightreplacer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"eFs" = ( +/obj/item/prop/alien/hugger, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/north, +/area/navalis/indoors/residential/accessway) +"eFv" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"eFH" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"eFW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"eGb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/southeast, +/area/navalis/indoors/command/tertiary_comms) +"eGn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/item/device/binoculars/civ{ + pixel_y = 8 + }, +/obj/item/newspaper{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"eHc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/magazine/boots/n117{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"eHk" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"eHm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"eHq" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"eHY" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -1; + pixel_x = -3 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/navalis/indoors/command/office) +"eIp" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/maintenance_starboard) +"eJs" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"eJP" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_y = 6 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"eJV" = ( +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"eKa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/starboard) +"eKs" = ( +/obj/item/paper/crumpled{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"eKW" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"eLu" = ( +/turf/open/floor/corsat/darkgreencorner/west, +/area/navalis/indoors/industrial/refinery) +"eLU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/logistic/workshop) +"eNl" = ( +/obj/structure/machinery/vending/cola{ + pixel_y = 16 + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/port_hallway) +"eNx" = ( +/obj/item/tool/warning_cone{ + pixel_y = 13; + pixel_x = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"eNS" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"eNT" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"eOa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"eOe" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"eOL" = ( +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/navalis/indoors/residential/port) +"eOZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"ePz" = ( +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"ePD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison, +/area/navalis/oob/powered) +"ePG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 5; + pixel_x = 4 + }, +/obj/item/tool/hand_labeler{ + pixel_x = -12 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/pharmacy) +"eQm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/turf/open/floor/prison/darkpurplecorners2/north, +/area/navalis/indoors/command/upper_deck/server) +"eQp" = ( +/obj/structure/prop/resin_prop{ + dir = 4; + icon_state = "chair" + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"eQt" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/tool/pen/blue, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_y = 8; + pixel_x = -7 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"eQH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/logistic/primary_storage) +"eQI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"eQZ" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"eRg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/command/upper_deck/jani) +"eRp" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"eRx" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/logistic/upper_deck/entrance) +"eRW" = ( +/obj/structure/machinery/door_control/navalis_comms_lockdown{ + pixel_y = 32; + needs_power = 0; + id = "sector_two"; + name = "Sector B: Vehicle Entrance Lockdown" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"eSn" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/obj/structure/platform/metal/strata, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/starboard) +"eSs" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"eSR" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"eTj" = ( +/obj/structure/prop/resin_prop, +/obj/structure/sign/safety/stairs{ + pixel_x = -17 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"eTr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"eTv" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"eTC" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"eTO" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/obj/item/storage/fancy/vials/random{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"eTX" = ( +/obj/structure/prop/dam/crane{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"eUj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"eUs" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison, +/area/navalis/oob/powered) +"eUJ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/logistic/primary_storage) +"eVe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/logistic/workshop) +"eVM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"eWl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"eWD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"eWH" = ( +/obj/structure/platform/metal/almayer/north, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11; + pixel_x = 16 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"eXd" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"eXf" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"eXt" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy27" + }, +/area/navalis/oob/water) +"eXI" = ( +/obj/structure/sign/safety/chem_lab{ + pixel_y = -28; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/main_floor) +"eXW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"eYm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"eYA" = ( +/obj/structure/surface/table/almayer, +/obj/item/fuel_cell, +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"eYT" = ( +/obj/item/tool/surgery/scalpel, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/surgery/drapes{ + pixel_x = 3; + pixel_y = 10 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/surg_one) +"fbj" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/effect/spawner/random/gun/smg/lowchance, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/command_kitchen) +"fbl" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"fbt" = ( +/obj/structure/window/framed/hybrisa/colony/hull, +/turf/open/floor/plating, +/area/navalis/indoors/residential/port) +"fbE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -20; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"fbV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/flight) +"fcb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"fcu" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/refinery) +"fcE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"fcO" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced/hull, +/area/navalis/oob) +"fdc" = ( +/turf/open/floor/plating/platingdmg3, +/area/navalis/indoors/med_sci/chemical_store) +"fdJ" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"fdQ" = ( +/turf/open/floor/prison/ramptop, +/area/navalis/oob/water) +"fdR" = ( +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/indoors/logistic/primary_storage) +"feA" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/landing_zone_2) +"feC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"feD" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"feF" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"feI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"ffn" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/starboard) +"ffo" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"ffp" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"ffQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/snack_bowl{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/tool/pen/red/clicky{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/break_room) +"fgm" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"fgp" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"fgB" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"fgY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"fhb" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/conduit) +"fhc" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 10; + pixel_y = -6 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/sign/safety/maint{ + pixel_x = 32 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/med_sci/records_room) +"fhi" = ( +/obj/structure/closet/secure_closet/fridge, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"fhz" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"fhB" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#b3aa9b"; + alpha = 220; + layer = 3.2; + pixel_x = 32 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/break_room) +"fhM" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"fhX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"fhZ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"fiq" = ( +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2; + pixel_y = -13; + pixel_x = 16 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"fiQ" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"fjo" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 3 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"fjp" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/floor/prison/ramptop, +/area/navalis/indoors/logistic/mech_bay) +"fjy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"fjK" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/power) +"fki" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/powered) +"fkk" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"fkx" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/alienjar{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/alienjar{ + pixel_y = -5 + }, +/obj/item/alienjar{ + pixel_y = 6; + pixel_x = -12 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"fkD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"fkV" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 21; + layer = 3.8 + }, +/obj/structure/machinery/firealarm{ + pixel_y = -30; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"flf" = ( +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"flK" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"fme" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"fml" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/paper/research_notes/grant, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"fmC" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal9"; + pixel_y = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"fmO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/pharmacy) +"fnU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"fon" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"fpb" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_x = -13; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"fpk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/item/stack/sheet/plasteel/med_small_stack, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"fpK" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"fpN" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/platform/metal/strata/east{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"fpO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"fqa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"fqb" = ( +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"fqd" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"fqh" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/lower) +"fqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"fqT" = ( +/obj/structure/cargo_container/lockmart/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"frn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 3; + pixel_x = -3 + }, +/turf/open/floor/almayer/black2/east, +/area/navalis/indoors/med_sci/records_room) +"frp" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -9; + pixel_y = 5 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"fsg" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "industriallockdown"; + name = "Industrial Rig: Entrance Blastdoor"; + needs_power = 0; + unacidable = 1; + dir = 4; + desc = "This is shut tight. You will have to go to this rig's Command Centre, to the North, to lift this." + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/accessway) +"fst" = ( +/turf/open/floor/prison/greenblue/northeast, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"fsF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/cent_com) +"fsI" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/obj/structure/cargo_container/hybrisa/containersextended/redleft{ + layer = 4.2 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"fsJ" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"fsL" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/whitegreencorner, +/area/navalis/indoors/med_sci/chemical_store) +"ftk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"ftt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + layer = 3.33 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"ftM" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/exterior/med_ext/upper) +"ftU" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/oft_duty_room) +"fui" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/pharmacy) +"fuG" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"fuS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/med_sci/upper_level/entrance) +"fuU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"fvC" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/exterior/com_ext/lower) +"fvE" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent4" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"fvJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/port) +"fvV" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/red, +/area/navalis/indoors/command/security) +"fwH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"fwY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/starboard) +"fxc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"fxq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"fxI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 6 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"fyn" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 8 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/accessway) +"fyp" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + layer = 3.2 + }, +/obj/structure/prop/invuln/remote_console_pod, +/turf/open/floor/plating/platingdmg1, +/area/navalis/outdoors/landing_zone_2) +"fyN" = ( +/obj/structure/extinguisher_cabinet/alt{ + pixel_x = -6; + pixel_y = 28 + }, +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"fzy" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/blocker/invisible_wall, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"fzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"fAj" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"fAt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"fAF" = ( +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"fAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"fBd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/spawner/random/attachment, +/obj/effect/spawner/random/attachment, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/floor/prison/red/east, +/area/navalis/indoors/med_sci/upper_level/sec) +"fBe" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/med_ext/upper) +"fBf" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/workshop) +"fBP" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"fBX" = ( +/turf/open/floor/corsat/redcorner/north, +/area/navalis/indoors/industrial/refinery) +"fCp" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + unacidable = 1; + explo_proof = 1; + name = "Command Upper Access"; + id = "comacc"; + needs_power = 0 + }, +/turf/open/floor/almayer/pod_landing_floor, +/area/navalis/outdoors/exterior/com_ext/upper) +"fCH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"fCS" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/main_floor) +"fDh" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"fDp" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"fDB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"fEW" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/storage) +"fFe" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"fFt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"fFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 17; + pixel_x = -11; + layer = 3.6 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_4"; + name = "sticky notes"; + pixel_x = -2 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/break_room) +"fFx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"fFV" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"fGf" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/landing_zone_2) +"fGj" = ( +/obj/item/tool/mop{ + pixel_x = 15; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"fGD" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/navalis/indoors/residential/cafeteria) +"fGT" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"fGZ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"fHE" = ( +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"fHJ" = ( +/obj/structure/cargo_container/kelland/right, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"fHK" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"fHO" = ( +/obj/item/tool/wet_sign{ + pixel_x = -9 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"fId" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/logistic/primary_storage) +"fIl" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/sec) +"fIA" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"fJh" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"fKh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -4; + pixel_x = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"fKk" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/starboard) +"fKm" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile, +/area/navalis/indoors/residential/starboard) +"fKx" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"fKQ" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"fLg" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"fLv" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "smokestack" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"fLz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/cafeteria) +"fLD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/industrial/refinery) +"fLV" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"fMd" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"fMe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"fMp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -20; + pixel_y = 32 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/corridor) +"fMs" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3"; + pixel_x = -26; + pixel_y = -11; + layer = 4 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + icon_state = "flammable_pipe_3"; + pixel_y = 6; + pixel_x = -6 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"fMt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"fMN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/factory/robotic_arm/flipped, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"fMT" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"fNm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"fND" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"fNN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 10; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"fNX" = ( +/turf/open/floor/corsat/omega, +/area/navalis/indoors/industrial/refinery) +"fOf" = ( +/turf/open/floor/corsat/gamma, +/area/navalis/indoors/industrial/mining) +"fOq" = ( +/obj/effect/decal/hybrisa/road/lines3, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"fOG" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal5"; + pixel_y = -3; + color = "#FFFF00" + }, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/prison/ramptop, +/area/navalis/outdoors/landing_zone_2) +"fPN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/demo_scanner{ + pixel_y = 5 + }, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"fPP" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"fQy" = ( +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"fQZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/mineral/processing_unit{ + name = "oven" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"fRe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/workshop) +"fRq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"fRZ" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue_grey, +/area/navalis/indoors/command/office) +"fSp" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/logistic/upper_deck/entrance) +"fTf" = ( +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"fTg" = ( +/obj/effect/spawner/random/toolbox{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"fTs" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent3" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"fTM" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/logistic/workshop) +"fTU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"fTX" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/bridge{ + pixel_y = 32 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 15; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/oft_duty_room) +"fUd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"fUT" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"fUY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"fVg" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"fVy" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/megaphone{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/clothing/accessory/device/whistle{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"fVM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"fVP" = ( +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/upper_deck/conduit) +"fVX" = ( +/turf/open/floor/prison/greenblue/southeast, +/area/navalis/indoors/charon/below_deck/front) +"fWh" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/walkway) +"fWi" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"fWH" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/upper_deck/starboard) +"fXd" = ( +/obj/structure/machinery/light/small, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"fXi" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"fXs" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#6e272e"; + layer = 2.01; + dir = 8; + pixel_y = -33; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"fXD" = ( +/obj/structure/platform_decoration/stone/strata, +/obj/structure/platform_decoration/stone/strata/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"fXH" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"fXS" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"fXU" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/entrance) +"fYh" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"fYs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"fYw" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"fYI" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"fYX" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"fZg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -2 + }, +/turf/open/floor/corsat/brown, +/area/navalis/indoors/industrial/mining) +"fZk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"fZl" = ( +/obj/structure/platform/metal/stair_cut/strata_left, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"fZo" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"fZp" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/outdoors/exterior/log_ext/upper) +"fZQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldingtool/largetank{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"gaD" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"gaX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"gbu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"gch" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"gcp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"gcW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"gdc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"gdg" = ( +/obj/item/paper{ + layer = 2; + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"gdM" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"gdP" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/mid) +"gea" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"geS" = ( +/turf/open_space, +/area/navalis/indoors/industrial/power) +"gfb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"gga" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"ggR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/server_room) +"ghj" = ( +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"ghL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"ghN" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/tool/kitchen/utensil/pknife, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"gib" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"gim" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"giq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 6; + pixel_y = 4; + pixel_x = 8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"giz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"gjc" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"gjJ" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"gjW" = ( +/obj/effect/decal/hybrisa/road/lines2{ + color = "#5b9068"; + pixel_y = 1 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/kitchen) +"gkl" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"gkr" = ( +/obj/structure/bed/chair/office/light{ + pixel_y = 6 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"gkw" = ( +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"gkN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/paper_bin/uscm, +/obj/item/tool/pen{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/tool/hand_labeler{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"gkV" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy3" + }, +/area/navalis/oob/water) +"glY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/starboard) +"gmm" = ( +/obj/structure/prop/hybrisa/misc/urinal{ + pixel_y = 32; + pixel_x = -2; + color = "#f5e9db" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/strata, +/area/navalis/indoors/command/bathroom) +"gmx" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/below_deck/front) +"gmI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"gnf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating, +/area/navalis/indoors/xeno_growth) +"gng" = ( +/obj/structure/machinery/computer/med_data, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/firealarm{ + pixel_y = 25; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"gnn" = ( +/obj/effect/alien/resin/sticky, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"goe" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_y = -4; + pixel_x = -6 + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"goP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/cent_com) +"goW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"goX" = ( +/obj/structure/machinery/computer/telecomms/server{ + layer = 3.4; + pixel_y = 16; + color = "aba39d"; + pixel_x = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5; + pixel_x = -1 + }, +/obj/item/stool{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison, +/area/navalis/indoors/command/tertiary_comms) +"gpL" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe, +/area/navalis/outdoors/comm_one) +"gpQ" = ( +/obj/item/bodybag/cryobag{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/main_floor) +"gpU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"gqw" = ( +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"grj" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/south, +/area/navalis/indoors/residential/starboard) +"gru" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"grz" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/pharmacy) +"grP" = ( +/obj/structure/bed/chair/comfy/lime, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"grQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"gsa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"gsd" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"gsI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"gta" = ( +/turf/open/floor/plating/kutjevo/panelscorched, +/area/navalis/outdoors/landing_zone_1) +"gtv" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"gtC" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 14; + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#294daa"; + layer = 2.01; + pixel_y = -8; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"gtK" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"gtN" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"gtO" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"gtS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"gtV" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/corridor) +"gue" = ( +/obj/structure/bed/chair/office/dark, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"guz" = ( +/obj/item/lightstick/red/spoke/planted, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"guA" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"guB" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"guF" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"guG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop{ + pixel_y = 3; + pixel_x = -6 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"gvo" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"gvt" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "cargo_shutter_1" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"gvv" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gvC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"gvL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/upper_level/entrance) +"gwb" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"gwA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/red/north, +/area/navalis/indoors/med_sci/upper_level/sec) +"gwQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset/full, +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/navalis/indoors/command/upper_deck/starboard) +"gwY" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/flight) +"gwZ" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_x = 9; + pixel_y = 17 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/trash/crushed_cup{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = -30 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/break_room) +"gxh" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"gxJ" = ( +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"gxR" = ( +/obj/structure/bed/sofa/vert/white/top, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"gxU" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2; + color = "#343434" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/below_deck/middle) +"gyc" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"gyq" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"gyI" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"gyV" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright"; + color = "#d3d3d3" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"gyZ" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gzd" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"gzg" = ( +/turf/open/floor/prison/darkbrown3/north, +/area/navalis/indoors/logistic/upper_deck/workshop) +"gzo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"gzG" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/recharger, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/item/storage/belt/gun/m4a3/mod88, +/turf/open/floor/prison/red/east, +/area/navalis/indoors/command/security) +"gzH" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/upper_deck/workshop) +"gzI" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"gzY" = ( +/obj/structure/machinery/bot/medbot, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"gAe" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"gAG" = ( +/turf/closed/wall/mineral/bone_resin{ + opacity = 0 + }, +/area/navalis/oob) +"gAI" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"gAK" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"gAU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"gBg" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"gBz" = ( +/obj/structure/closet/secure_closet/medical3{ + req_access_txt = "100" + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"gBJ" = ( +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/starboard) +"gBV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gCx" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"gCI" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/west, +/area/navalis/indoors/residential/cafeteria) +"gCW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"gDz" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/residential/kitchen) +"gDA" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"gDC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"gDQ" = ( +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"gDV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"gEr" = ( +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"gEs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"gEA" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"gEK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"gEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"gEZ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"gFk" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/command/upper_deck/server) +"gFr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"gFM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"gFP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"gFS" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/cafeteria) +"gGc" = ( +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"gHu" = ( +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/command/upper_deck/jani) +"gHI" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform_decoration/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"gIb" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"gIh" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"gIk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-8" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"gIE" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/maint) +"gJo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"gJI" = ( +/turf/closed/wall/r_wall/prison_unmeltable, +/area/navalis/oob/water/mid) +"gKa" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/navalis/outdoors/landing_zone_2) +"gKi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/obj/structure/bed/chair{ + dir = 4; + layer = 2.7; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/starboard) +"gKR" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent1" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"gLf" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"gLk" = ( +/obj/structure/platform_decoration/stone/strata, +/obj/structure/platform_decoration/stone/strata/north, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"gLr" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/command/upper_deck/server) +"gLO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gMb" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/oob/water) +"gMB" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"gNl" = ( +/obj/item/shard, +/turf/open/floor/plating/burnt_platingdmg3, +/area/navalis/indoors/med_sci/chemical_store) +"gNS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 1; + pixel_y = -2; + layer = 2.97 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"gOc" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"gOB" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"gPw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4" + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/prison/greenblue, +/area/navalis/indoors/charon/surface_deck/main_deck) +"gPx" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/turf/open/floor/half_plate/green/west, +/area/navalis/outdoors/exterior/med_ext/upper) +"gPJ" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/primary_storage) +"gPS" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/storage) +"gQa" = ( +/obj/structure/powerloader_wreckage/ft, +/turf/open/floor/mech_bay_recharge_floor, +/area/navalis/indoors/logistic/mech_bay) +"gQe" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 8; + pixel_y = 3; + pixel_x = 11 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"gQX" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"gSb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/flight) +"gSr" = ( +/obj/structure/toilet{ + pixel_y = -9; + dir = 1 + }, +/obj/structure/machinery/shower{ + pixel_y = 9; + dir = 8; + pixel_x = -4; + layer = 4 + }, +/obj/structure/sink{ + pixel_x = -4; + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"gSO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25; + pixel_y = 1; + pixel_x = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"gST" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"gTw" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"gUn" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"gVm" = ( +/turf/open/floor/almayer/redfull2, +/area/navalis/outdoors/landing_zone_1) +"gVz" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/flight) +"gVD" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"gVE" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gWb" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -8; + pixel_y = 21; + density = 0 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/med_sci/records_room) +"gWg" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"gWi" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"gWu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_x = 16; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3; + pixel_x = 16 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"gWS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"gWW" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"gXh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"gXr" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/upper_deck/office) +"gXw" = ( +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"gXH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"gXJ" = ( +/obj/structure/prop/resin_prop{ + dir = 4; + icon_state = "chair" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"gXQ" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_x = 1; + pixel_y = 15 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_y = 4 + }, +/obj/structure/machinery/newscaster{ + pixel_x = -30; + pixel_y = 3 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/break_room) +"gYL" = ( +/obj/effect/decal/hybrisa/road/lines2{ + color = "#5b9068"; + pixel_y = 1 + }, +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"gZi" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"gZw" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -13; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"haK" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"haU" = ( +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"hbd" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 15; + pixel_y = 2 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"hbq" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"hbW" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"hch" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 29 + }, +/obj/structure/machinery/big_computers/computerbrown/computer4, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 12 + }, +/obj/structure/machinery/door_control/navalis_lockdown{ + needs_power = 0; + id = "industriallockdown"; + name = "Industrial Rig - Lockdown"; + pixel_y = -4; + light_on = 1; + light_range = 3; + light_power = 2 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/command/cent_com) +"hcJ" = ( +/obj/structure/platform/metal/strata, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/corridor) +"hdr" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"heF" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/port) +"hfe" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"hfH" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/north, +/area/navalis/indoors/residential/cafeteria) +"hfV" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"hfZ" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"hgn" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 16; + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"hgy" = ( +/obj/structure/filtration/collector_pipes{ + icon_state = "upper_1-b"; + pixel_x = 30; + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"hgJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/east, +/area/navalis/indoors/residential/cafeteria) +"hgL" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"hgW" = ( +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"hhh" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -10 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"hhu" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/refinery) +"hhH" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob/empty_space) +"hil" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"hiC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat, +/area/navalis/indoors/xeno_growth/residential) +"hiK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/command/upper_deck/jani) +"hjt" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 1; + pixel_y = 32 + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/command/upper_deck/server) +"hjz" = ( +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"hjT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open_space, +/area/navalis/indoors/charon/surface_deck/main_deck) +"hjX" = ( +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"hla" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/conduit) +"hlB" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"hlF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"hlV" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"hmf" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/oob/empty_space) +"hmk" = ( +/obj/structure/bed/chair/comfy/yautja{ + dir = 8; + name = "massage chair"; + desc = "A massage chair, only the best for the first responders."; + pixel_x = 9; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/break_room) +"hmm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"hmq" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"hmv" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"hmB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth) +"hmK" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/machinery/meter{ + pixel_y = 32; + pixel_x = 29 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 1 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"hmW" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"hnd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/med_sci/upper_level/store) +"hnj" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/oob/water) +"hnk" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"hoe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/crowbar/red{ + pixel_x = -5; + pixel_y = -6 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"hog" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10; + pixel_x = -19 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"hom" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/below_deck/middle) +"hou" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"hoK" = ( +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/landing_zone_2) +"hoR" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 11; + pixel_y = 3 + }, +/obj/item/storage/fancy/cigarettes/blackpack{ + pixel_y = 4; + pixel_x = -9 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"hpv" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"hqt" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"hqv" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"hqM" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"hra" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"hrN" = ( +/obj/item/tool/pen/blue{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"hrQ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/oft_duty_room) +"hrS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/darkbrown3/north, +/area/navalis/indoors/logistic/upper_deck/walkway) +"hrV" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"hrY" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"hsb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = 16 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"hsd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"hsk" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/port) +"hsx" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced/hull, +/area/navalis/outdoors/exterior/com_ext/upper) +"hsG" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"htE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"huy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"huQ" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"huT" = ( +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 6; + pixel_x = -4 + }, +/turf/open/floor/plating/platingdmg3, +/area/navalis/outdoors/landing_zone_2) +"huU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"hva" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"hvp" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/machinery/door/poddoor{ + explo_proof = 1; + needs_power = 0; + unacidable = 1; + name = "\improper Lockdown"; + emp_proof = 1; + dir = 4; + pixel_x = 32; + density = 0 + }, +/obj/structure/platform/metal/stair_cut/strata_left, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/science_lower_entrance) +"hvy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"hvz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/oft_duty_room) +"hvD" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"hvS" = ( +/obj/structure/prop/resin_prop{ + icon_state = "pscrubber:0" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth) +"hwk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright"; + color = "#d3d3d3" + }, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/chemical_store) +"hwl" = ( +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/refinery) +"hwD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"hwS" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/command/upper_deck/port) +"hxl" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/meeting_hall) +"hxv" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/landmark/objective_landmark/science, +/obj/item/tool/soap{ + pixel_x = 10; + pixel_y = 8 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"hyE" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"hzD" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/obj/effect/landmark/xeno_hive_spawn, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/almayer/dark_sterile2, +/area/navalis/indoors/residential/landing_pad) +"hzG" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"hAb" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"hAg" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/exterior/com_ext/lower) +"hAv" = ( +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"hAM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"hBr" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/walkway) +"hCj" = ( +/obj/structure/machinery/light{ + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -28 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"hCk" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob) +"hCr" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"hCB" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"hCD" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/industrial/power) +"hCK" = ( +/turf/open/floor/prison/darkbrowncorners2/west, +/area/navalis/indoors/logistic/primary_storage) +"hDy" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"hDM" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"hEg" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = 11; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -14; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = 8; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"hEz" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"hEA" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"hEC" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/book/manual/ripley_build_and_repair{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 3; + pixel_x = -9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"hGe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/oob/powered) +"hGn" = ( +/obj/effect/sentry_landmark/lz_2/bottom_left, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"hGp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = 9 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"hGF" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/storage) +"hHf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob) +"hHM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"hIt" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"hIu" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"hIw" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"hII" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/kitchen) +"hIN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"hJb" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/port) +"hJf" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/largecrate/empty, +/obj/structure/largecrate/random/mini/chest/b{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"hKm" = ( +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/command/upper_deck/server) +"hKG" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"hKH" = ( +/obj/structure/platform_decoration/metal, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"hLj" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"hLn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"hLp" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"hLs" = ( +/obj/structure/bed/chair/comfy{ + dir = 5 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"hLv" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"hLJ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"hMd" = ( +/obj/structure/prop/static_tank/water, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"hME" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/storage/firstaid/surgical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"hMF" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"hMK" = ( +/obj/structure/sign/safety/hazard{ + pixel_y = 32 + }, +/obj/structure/sign/safety/medical{ + pixel_x = 13; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"hMW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"hNi" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"hNl" = ( +/turf/open/floor/corsat/brown/southeast, +/area/navalis/indoors/industrial/mining) +"hNu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"hNL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 28; + layer = 3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"hPv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/east, +/area/navalis/indoors/residential/cafeteria) +"hPW" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 13 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/meeting_hall) +"hPY" = ( +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/log_ext/upper) +"hQe" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 4; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"hQl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"hQn" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"hQM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/empty_space) +"hQT" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"hRK" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"hSk" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"hSm" = ( +/obj/structure/closet/crate, +/obj/item/tool/carpenters_hammer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"hSo" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"hSG" = ( +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/residential/kitchen) +"hTn" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/chemical_store) +"hTv" = ( +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"hTO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"hTP" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel2" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"hTQ" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"hTU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"hUx" = ( +/obj/structure/bed/chair/comfy/hybrisa/blue{ + dir = 1; + pixel_y = 9 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"hUY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"hVb" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"hVp" = ( +/obj/structure/prop/resin_prop{ + dir = 8; + icon_state = "chair" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"hVq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/recharger{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/blue, +/area/navalis/indoors/command/cent_com) +"hVN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"hVQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"hVX" = ( +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"hWt" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6; + pixel_x = 16 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5; + pixel_x = 16 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"hWD" = ( +/turf/closed/wall/strata_outpost, +/area/navalis/indoors/charon/below_deck/middle) +"hWS" = ( +/obj/structure/bed/sofa/south/white/right, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"hXf" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"hXm" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"hXu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"hXw" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"hXy" = ( +/obj/structure/machinery/light/spot{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"hYi" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"hZb" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -9; + pixel_y = 21 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 9; + pixel_y = 18 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrown3/northwest, +/area/navalis/indoors/logistic/upper_deck/walkway) +"hZx" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"iaG" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"iaJ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/pipes/pipe4{ + dir = 1 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"iaR" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"iaX" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/corsat/plate, +/area/navalis/oob) +"ibm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/flight) +"icc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"icp" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"icw" = ( +/turf/open_space, +/area/navalis/indoors/industrial/accessway) +"icz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/computer/communications, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"icG" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/indoors/logistic/upper_deck/conduit) +"idw" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + layer = 3.9 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"idO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"iea" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 8; + pixel_y = -15; + layer = 2.97 + }, +/obj/item/device/radio{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/device/binoculars{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"iej" = ( +/obj/item/tool/crowbar/red{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"ien" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent5" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"iex" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"ieJ" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"ieP" = ( +/obj/structure/ore_box{ + layer = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"ifO" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"igm" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/east, +/area/navalis/oob/powered) +"igq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"igs" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"igE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6 + }, +/obj/structure/platform/metal/strata/east, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/logistic/primary_storage) +"igN" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"ihx" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/pharmacy) +"ihH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"ihW" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"iit" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"ije" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/sec) +"ijl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"ijq" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/platform/metal/strata/north{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata/east{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"ijB" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy18" + }, +/area/navalis/oob/water) +"ijN" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/turf/open/floor/half_plate/dark_yellow/east, +/area/navalis/indoors/industrial/mining) +"ijZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/navalis/indoors/command/upper_deck/port) +"iko" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/upper_deck/office) +"ikM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"ikT" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/entrance) +"ilx" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/entrance) +"ilH" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/server_room) +"ilO" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/command/upper_deck/server) +"ilQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"ilX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/server_room) +"imn" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"imQ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/residential/accessway) +"inF" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"inH" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"ioj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"iou" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/xeno_growth/residential) +"ioy" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/corridor) +"ioD" = ( +/obj/item/prop/colony/usedbandage{ + dir = 4; + pixel_x = -7; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/main_floor) +"ipv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"ipE" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco2/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"ipN" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/walkway) +"ipY" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/east, +/area/navalis/indoors/residential/accessway) +"irH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_x = -6 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 9; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"irQ" = ( +/turf/open/floor/plating, +/area/navalis/outdoors/landing_zone_2) +"isl" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/oob) +"isx" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/beer, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"isz" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"isN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"isU" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ite" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"itN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble9{ + pixel_x = -1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/floor/corsat/plate, +/area/navalis/oob/empty_space) +"itV" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + dir = 4; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/server_room) +"iuF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown3/northeast, +/area/navalis/indoors/logistic/upper_deck/workshop) +"ivy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/storage) +"ivQ" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + pixel_y = 16 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"ivS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/starboard) +"iwF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/open/floor/prison/greenblue/north, +/area/navalis/indoors/charon/below_deck/front) +"iwN" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"iwS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"iwV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -28 + }, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"ixc" = ( +/turf/open_space, +/area/navalis/indoors/logistic/upper_deck/conduit) +"ixA" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"iyp" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"iyD" = ( +/obj/structure/bed/chair/comfy/blue{ + pixel_y = 9; + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"iyO" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"izg" = ( +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"izk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"izA" = ( +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"izE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"izT" = ( +/turf/open/floor/darkblue2/north, +/area/navalis/indoors/residential/accessway) +"iAe" = ( +/turf/open/floor/hybrisa/tile/greencorner_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"iAf" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"iAr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"iAt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"iAA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/flight) +"iBh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = 11; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"iBv" = ( +/obj/structure/largecrate/random{ + pixel_y = 27; + pixel_x = -7 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"iCb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -7; + pixel_y = 16; + layer = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"iCt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 5; + pixel_y = 6; + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/upper_deck/office) +"iDl" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"iEs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"iEQ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"iEU" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/office) +"iEX" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy14" + }, +/area/navalis/oob/water) +"iGd" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2; + pixel_y = 2; + pixel_x = 1 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/conferance) +"iGR" = ( +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"iHf" = ( +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/upper_level/morgue) +"iHj" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/assembly/prox_sensor, +/obj/item/device/assembly/infra{ + pixel_y = 5; + pixel_x = 11 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"iHo" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 2.6 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"iHs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"iHC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"iID" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"iIQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"iKi" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/upper_level/entrance) +"iKp" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy20" + }, +/area/navalis/oob/water) +"iKw" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"iKJ" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/terminal{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"iLv" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/glass/beaker/bluespace{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/pharmacy) +"iLx" = ( +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"iLC" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"iMj" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/mining) +"iMm" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1; + pixel_y = 12; + pixel_x = 10 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"iMs" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"iMM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"iMP" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"iNk" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"iND" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"iNQ" = ( +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"iOc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"iOv" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/landing_zone_2) +"iOA" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"iOL" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"iOT" = ( +/obj/effect/spawner/random/powercell, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"iPM" = ( +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"iPS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/starboard) +"iQm" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/chemical_store) +"iQx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"iRo" = ( +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/entrance) +"iRt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/navalis/indoors/command/office) +"iRP" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"iRR" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"iSa" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"iSj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/command/security) +"iSk" = ( +/turf/open/floor/darkgreen2, +/area/navalis/indoors/residential/accessway) +"iSK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"iSN" = ( +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"iST" = ( +/obj/structure/machinery/big_computers/messaging_server/white, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"iTk" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/obj/item/bedsheet/colorable{ + layer = 4.1; + color = "#856f63" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"iTl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4{ + layer = 2.97 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"iTx" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"iTE" = ( +/obj/structure/largecrate/empty, +/obj/item/tool/crowbar{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"iTX" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"iUg" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"iUh" = ( +/obj/structure/bed/hybrisa/dingy, +/obj/item/bedsheet/colorable, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"iUo" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -28 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"iUw" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = -30 + }, +/obj/item/clothing/gloves/marine/veteran/insulated, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"iUR" = ( +/obj/effect/decal/cleanable/vomit{ + pixel_x = -7; + pixel_y = -6 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"iVi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"iVt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"iVY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"iWI" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/starboard) +"iWX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"iXi" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_y = -5; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"iXj" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/comp_open{ + pixel_y = 5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/cent_com) +"iXq" = ( +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"iXw" = ( +/obj/structure/prop/resin_prop{ + dir = 8; + icon_state = "chair" + }, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"iXG" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"iYi" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"iYF" = ( +/obj/structure/prop/invuln/dense/excavator/gray{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"iYT" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/walkway) +"iZl" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 32 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/server_room) +"jao" = ( +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/aft_hallway) +"jaM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/coffee{ + pixel_x = 32; + pixel_y = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"jaN" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"jbo" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/west, +/area/navalis/oob/powered) +"jbK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/pharmacy) +"jbR" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"jbZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"jcz" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"jcA" = ( +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"jcX" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"jcZ" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/darkbrown3/southeast, +/area/navalis/indoors/logistic/upper_deck/workshop) +"jda" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_y = 16; + pixel_x = -6 + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"jdf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"jdy" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines4, +/obj/structure/bed/bedroll, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"jdA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"jdO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/chemical_store) +"jdV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"jeL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds, +/turf/open/floor/darkpurple2/north, +/area/navalis/oob) +"jeV" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/meeting_hall) +"jfH" = ( +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/refinery) +"jfW" = ( +/obj/structure/barricade/handrail/medical{ + dir = 8 + }, +/obj/structure/machinery/firealarm{ + pixel_y = -30; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"jgp" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"jgG" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"jgN" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"jgT" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -3; + pixel_x = 7 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/navalis/indoors/command/office) +"jgW" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/spray/cleaner, +/obj/item/reagent_container/spray/cleaner, +/turf/open/floor/almayer/black2, +/area/navalis/indoors/command/upper_deck/jani) +"jhu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/xeno_growth/residential) +"jhC" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/navalis/indoors/residential/starboard) +"jhJ" = ( +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/refinery) +"jhL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerbrown/computer5, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/command/cent_com) +"jiH" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -12 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/east, +/area/navalis/oob/powered) +"jiJ" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"jiK" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"jiT" = ( +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"jja" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"jjj" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = -13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/smg/nailgun{ + current_rounds = 0 + }, +/obj/structure/largecrate/empty/case{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"jjl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"jjs" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/navalis/indoors/residential/port) +"jjB" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"jjD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_x = 6; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/spawner/random/pills/lowchance, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"jjJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/upper_deck/office) +"jkb" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/upper_deck/walkway) +"jkh" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"jkm" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"jko" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy23" + }, +/area/navalis/oob/water) +"jku" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/powered) +"jlw" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"joh" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"joM" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/outdoors/exterior/com_ext/upper) +"jpm" = ( +/obj/structure/machinery/meter{ + pixel_y = 3; + pixel_x = 30 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitered/northeast, +/area/navalis/indoors/med_sci/storage) +"jpC" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"jpD" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"jpN" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/glass/minitank{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/reagent_container/spray/cleaner, +/obj/item/device/healthanalyzer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkish, +/area/navalis/indoors/med_sci/upper_level/store) +"jpT" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"jpY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 4; + pixel_y = 16; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/command/director_office) +"jql" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"jqU" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 36 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"jre" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/damaged1, +/area/navalis/indoors/command/tertiary_comms) +"jrp" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + autoname = 1; + name = "\improper Airlock"; + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/conduit) +"jry" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"jrG" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/port) +"jrW" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -28; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"jsi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"jtG" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/meeting_hall) +"jtY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"jue" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"juj" = ( +/obj/effect/decal/hybrisa/trash{ + dir = 4; + icon_state = "trash_11" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"juo" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"jvd" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"jvy" = ( +/obj/structure/surface/rack, +/obj/item/tool/surgery/bonegel/empty, +/obj/item/tool/surgery/bonegel/empty{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/tool/surgery/bonegel{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkish, +/area/navalis/indoors/med_sci/upper_level/store) +"jwe" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"jwA" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"jwI" = ( +/turf/closed/wall/strata_outpost/reinforced{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"jxL" = ( +/obj/structure/prop/hybrisa/misc/trash/green{ + pixel_x = -2 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/command_kitchen) +"jyk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/device/multitool, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"jyl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/industrial/accessway) +"jyI" = ( +/turf/open/floor/prison/blue/northeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"jyM" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/autoname{ + name = "\improper Airlock" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/walkway) +"jzN" = ( +/turf/open/floor/corsat/brown, +/area/navalis/indoors/industrial/refinery) +"jAf" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/indoors/industrial/accessway) +"jAD" = ( +/turf/open/floor/prison/whitegreencorner/north, +/area/navalis/indoors/med_sci/main_floor) +"jAE" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/exterior/med_ext/upper) +"jAN" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"jAO" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = 12; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"jBf" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/portadialysis, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = -30 + }, +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/storage) +"jBi" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -9 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"jBH" = ( +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"jBJ" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/storage) +"jCo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/starboard_hallway) +"jCq" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/command_kitchen) +"jCt" = ( +/obj/structure/sink{ + pixel_x = 4; + pixel_y = 24 + }, +/obj/structure/toilet{ + pixel_y = -9; + dir = 1; + pixel_x = -1 + }, +/obj/structure/machinery/shower{ + pixel_y = 6; + dir = 4; + pixel_x = -1; + layer = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"jCu" = ( +/obj/structure/bed/sofa/south/white/left, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"jDj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"jDu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/structure/sign/safety/biolab{ + pixel_x = 35; + pixel_y = -28 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/chemical_store) +"jEk" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"jEz" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"jEI" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"jEP" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"jFb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/pipes/standard/simple/visible/purple, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"jFk" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"jFl" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/logistic/primary_storage) +"jFo" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/main_floor) +"jFF" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 6 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"jGm" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/server) +"jGq" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"jGz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -6 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/mask/rebreather{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/stack/cable_coil/cut{ + pixel_x = 5 + }, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"jGW" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/east, +/area/navalis/indoors/residential/starboard) +"jHm" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"jHs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/cow, +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/upper_deck/workshop) +"jHz" = ( +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/surg_one) +"jIw" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent2" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"jJV" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/maintenance_port) +"jKx" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "cargo_shutter_3" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"jKB" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/comm_one) +"jKK" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"jKV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"jKW" = ( +/obj/structure/prop/vehicles/crawler{ + dir = 8; + icon_state = "crawler_crate_alt2"; + layer = 3.2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"jKY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/packaged_burger{ + pixel_y = -1; + pixel_x = -2 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"jLc" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/conferance) +"jLR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/industrial/mining) +"jMs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/industrial/power) +"jMA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/com_ext/upper) +"jME" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/xeno_growth/residential) +"jMV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"jNf" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"jNo" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/flight) +"jNC" = ( +/obj/structure/platform/metal/strata, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/command/aft_hallway) +"jNQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"jOo" = ( +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"jOr" = ( +/obj/structure/closet/crate, +/obj/item/roller/bedroll, +/obj/item/reagent_container/food/snacks/twobread, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"jOx" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open_space, +/area/navalis/oob/empty_space) +"jOz" = ( +/obj/structure/largecrate/empty, +/obj/structure/largecrate/random/mini/chest/b{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"jPC" = ( +/obj/structure/cargo_container/hd/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"jQe" = ( +/obj/structure/machinery/photocopier/wyphotocopier, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"jQJ" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/morgue) +"jRd" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/workshop) +"jRu" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"jSs" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"jTs" = ( +/obj/structure/prop/vehicles/crawler, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"jTX" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/flight) +"jUb" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/empty_space) +"jUc" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"jUO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison, +/area/navalis/indoors/command/tertiary_comms) +"jUS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"jUU" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/walkway) +"jUW" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy15" + }, +/area/navalis/oob/water) +"jUY" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 1 + }, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"jVm" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 16; + pixel_x = 11; + color = "aba39d" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"jVM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"jVQ" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + pixel_y = 15; + pixel_x = 17; + density = 0 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"jWc" = ( +/obj/structure/closet/bodybag, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"jWf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"jWM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/turf/closed/wall/shiva/ice, +/area/navalis/oob) +"jXh" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/item/stack/rods{ + pixel_y = -15; + pixel_x = 2 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"jXq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"jXI" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -4; + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"jXK" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 32 + }, +/obj/vehicle/train/cargo/engine, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"jXL" = ( +/obj/structure/machinery/vending/cola{ + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"jXP" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/outdoors/exterior/med_ext/upper) +"jYk" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/medium_stack, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/spawner/random/attachment, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"jYP" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"jZh" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"jZj" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"jZp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/navalis/indoors/command/office) +"jZB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/cent_com) +"jZU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/navalis/indoors/industrial/mining) +"kau" = ( +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/corridor) +"kaL" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"kaU" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"kbl" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"kbE" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/cafeteria) +"kci" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"kcL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12; + pixel_x = 7 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/office) +"kcU" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"kcW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"kdC" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/com_ext) +"keo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"keC" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"keN" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/indoors/charon/surface_deck/main_deck) +"keT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/meeting_hall) +"kfq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"kfD" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_1"; + pixel_y = -28; + name = "Cargo Shutter" + }, +/turf/open/floor/prison/darkbrowncorners2, +/area/navalis/indoors/logistic/primary_storage) +"kgI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"kho" = ( +/obj/effect/decal/cleanable/vomit{ + pixel_x = -7; + pixel_y = -6 + }, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/med_sci/upper_level/morgue) +"khB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/powered) +"kim" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"kis" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/storage) +"kiZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/entrance) +"kjf" = ( +/obj/structure/sign/poster/hunk{ + pixel_x = 4; + pixel_y = 32 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/navalis/indoors/logistic/mech_bay) +"kjl" = ( +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"kkk" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"kkC" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"kkQ" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/port) +"kkR" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/clothing/head/surgery/blue, +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2; + pixel_y = -32 + }, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/surg_one) +"kli" = ( +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/med_sci/upper_level/sec) +"klk" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"kll" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"klF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/alien/hugger, +/turf/open/floor/darkred2/east, +/area/navalis/indoors/residential/port) +"klG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_y = -10; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"klX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"kmc" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"kmY" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"knd" = ( +/turf/open/floor/darkblue2/west, +/area/navalis/indoors/residential/accessway) +"kns" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"knM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"kpo" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"kpt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"kpw" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"kpy" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/conduit) +"kpL" = ( +/obj/structure/platform/metal/strata/north{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"kpY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"kqq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/cell_stripe, +/area/navalis/indoors/xeno_growth/residential) +"kqt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"kqW" = ( +/obj/structure/filtration/machine_64x96/filtration_machine_a/alt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"krp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2, +/obj/structure/platform/metal/hybrisa/metalplatform2/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"kru" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -6 + }, +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"krK" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"krP" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"ksj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"kst" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/walkway) +"ksM" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"ksZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"kuk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/main_floor) +"kut" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"kuu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"kuy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"kuC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"kve" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/north, +/area/navalis/indoors/residential/cafeteria) +"kvm" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege, +/area/navalis/indoors/residential/accessway) +"kvq" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/port_hallway) +"kvy" = ( +/obj/item/tool/surgery/scalpel{ + pixel_x = 8; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/upper_level/morgue) +"kvJ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"kwe" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16; + layer = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"kwC" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"kwF" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"kwZ" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"kxV" = ( +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"kyt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"kyA" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner, +/area/navalis/indoors/industrial/power) +"kzc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/flight) +"kzp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/residential/accessway) +"kzx" = ( +/obj/structure/bed/chair, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"kzA" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/item/tool/warning_cone{ + pixel_x = -16; + pixel_y = 17 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"kzN" = ( +/obj/item/stack/rods{ + pixel_y = -15; + pixel_x = 2 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/port_hallway) +"kAa" = ( +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"kAC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/cafeteria) +"kAE" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/command_kitchen) +"kAL" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"kAP" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"kAU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + dir = 1; + pixel_x = -30; + pixel_y = 18; + layer = 4.2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"kBh" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/turf/open/floor/corsat/sterileplate, +/area/navalis/indoors/industrial/mining) +"kBq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 13; + pixel_x = -6 + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"kBr" = ( +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"kBt" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"kBz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"kBI" = ( +/obj/structure/coatrack{ + pixel_y = 17; + pixel_x = -9; + layer = 3.1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"kBN" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"kBY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"kCD" = ( +/turf/open/floor/prison/whitered/northwest, +/area/navalis/indoors/med_sci/storage) +"kCS" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6; + layer = 2.1 + }, +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#0b687f"; + pixel_y = -8; + pixel_x = 3; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"kDB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/main_floor) +"kDP" = ( +/obj/structure/largecrate/random/barrel/medical{ + pixel_y = 12 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"kDS" = ( +/obj/effect/decal/hybrisa/trash{ + dir = 8; + icon_state = "trash_11" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"kDZ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"kEf" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"kEg" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"kEL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"kFG" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"kFI" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"kGi" = ( +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/starboard) +"kGt" = ( +/obj/structure/platform/metal/almayer, +/obj/structure/platform/metal/hybrisa/metalplatform2/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"kGI" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"kGY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"kHe" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 4; + pixel_x = -12; + layer = 4 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"kHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/chemical_store) +"kHP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/wrench, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/logistic/workshop) +"kIa" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"kIk" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"kIl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"kIp" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"kIy" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"kIz" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 2.6 + }, +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"kIF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10; + pixel_x = 18 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"kIK" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"kJb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"kJe" = ( +/obj/effect/decal/remains/robot, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"kJj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"kJs" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"kJE" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/obj/structure/cargo_container/hybrisa/containersextended/greywyleft, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"kJF" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"kJL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"kKq" = ( +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/refinery) +"kKQ" = ( +/obj/structure/prop/hybrisa/airport/dropshipenginedamage{ + light_on = 1; + light_power = 5; + light_range = 6; + pixel_y = -13; + pixel_x = -24 + }, +/turf/closed/shuttle/ert{ + icon_state = "wy8" + }, +/area/navalis/oob/water) +"kKR" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/indoors/industrial/power) +"kLU" = ( +/turf/open/floor/prison/floorscorched2, +/area/navalis/indoors/command/tertiary_comms) +"kLV" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -9 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"kLW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"kMm" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"kNc" = ( +/obj/structure/prop/hybrisa/misc/elevator_button{ + pixel_y = 3; + pixel_x = -2 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/primary_storage) +"kNl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"kNu" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"kNL" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"kOx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/starboard) +"kOV" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/surgery/circular_saw{ + pixel_y = 20 + }, +/obj/item/tool/surgery/surgical_line{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/surg_two) +"kPb" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"kQa" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/primary_storage) +"kQk" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/residential/accessway) +"kQl" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"kQv" = ( +/obj/structure/platform/metal/stair_cut/strata_right, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/logistic/mech_bay) +"kRf" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/foyer) +"kRI" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"kRP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_y = -3; + pixel_x = 1 + }, +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + pixel_x = 32; + alpha = 220 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"kRQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/open/floor/prison/darkbrown3/northwest, +/area/navalis/indoors/logistic/upper_deck/workshop) +"kSA" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"kTd" = ( +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/power) +"kTq" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/obj/effect/spawner/random/powercell, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/navalis/indoors/command/tertiary_comms) +"kTQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"kUw" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"kUH" = ( +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/command/cent_com) +"kVs" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + icon_state = "flammable_pipe_3"; + pixel_y = 6; + pixel_x = 20 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12; + layer = 7 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/powered) +"kVu" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"kVA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"kVD" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"kVP" = ( +/turf/open/floor/darkbrown2/southwest, +/area/navalis/indoors/residential/starboard) +"kVV" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"kWf" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"kWk" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/navalis/indoors/residential/port) +"kWl" = ( +/obj/structure/surface/table/woodentable, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/paper{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = -5; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/oft_duty_room) +"kWF" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"kWK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"kWL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"kXI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"kXU" = ( +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"kYD" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"kYK" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/aft_hallway) +"kYL" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"kYQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"kYT" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/oob/powered) +"kYY" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_2" + }, +/obj/item/circuitboard/machine/rdserver, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/darkpurplecorners2/west, +/area/navalis/indoors/command/upper_deck/server) +"kZm" = ( +/obj/item/trash/eat{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"kZI" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"kZL" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/store) +"kZO" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"lam" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"lay" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 4; + pixel_y = 16; + pixel_x = 7 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/sign/catclock{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/command/director_office) +"laz" = ( +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/cafeteria) +"laX" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"lbg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"lbz" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"lbF" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/blue/east, +/area/navalis/outdoors/landing_zone_1) +"lbQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/southeast, +/area/navalis/indoors/residential/accessway) +"lck" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege, +/area/navalis/indoors/residential/cafeteria) +"lcr" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/folder/white{ + pixel_x = 6 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"lcK" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/sign/safety/maint{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/aft_hallway) +"lcN" = ( +/turf/open/floor/prison/darkpurple2/southeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"lcO" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyright, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"lcR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/command_kitchen) +"ldC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/east, +/area/navalis/indoors/residential/cafeteria) +"ldH" = ( +/turf/open/floor/darkgreen2/northeast, +/area/navalis/indoors/residential/accessway) +"ldP" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12; + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"ldV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_container/food/snacks/donut{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/prison/red/southwest, +/area/navalis/indoors/command/security) +"leh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/port_hallway) +"lei" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkblue2, +/area/navalis/oob/powered) +"leQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/effect/alien/resin/sticky, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"lfp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"lfy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/server_room) +"lfB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"lfM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege, +/area/navalis/indoors/residential/cafeteria) +"lgz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bluecorner, +/area/navalis/indoors/logistic/workshop) +"lgZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"lhU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/main_floor) +"lie" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"lij" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/port) +"liV" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/trash/plate{ + pixel_x = 11; + pixel_y = 6 + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"ljO" = ( +/obj/structure/prop/oilrig/support_beam/red, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob/water) +"ljU" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/indoors/charon/surface_deck/main_deck) +"lkn" = ( +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"lkA" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"llU" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"lmb" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"lmm" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"lmD" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"lmR" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"lnb" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + pixel_x = 33 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/server_room) +"lns" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"lny" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/break_room) +"lnF" = ( +/obj/effect/decal/hybrisa/wy_huge_logo/lines, +/turf/open/floor/prison/greenfull/northwest, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"lnI" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/office) +"lnM" = ( +/turf/open/floor/hybrisa/carpet/carpetpatternbrown, +/area/navalis/indoors/residential/starboard) +"low" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/supply/supplies/mre, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"loI" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrown3/southwest, +/area/navalis/indoors/logistic/upper_deck/workshop) +"lpP" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/aicard{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"lpX" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior/log_ext) +"lqf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/logistic/Port_hallway) +"lqy" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"lqL" = ( +/obj/effect/landmark/objective_landmark/science, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_x = -1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"lqS" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_half_br"; + pixel_x = 7; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/command/office) +"lrf" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"lrF" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/blood/OPlus, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkish, +/area/navalis/indoors/med_sci/upper_level/store) +"lsl" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop{ + desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"; + icon = 'icons/obj/janitor.dmi'; + icon_state = "trashbag_full"; + name = "trash bag"; + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"lsv" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"lsF" = ( +/obj/structure/machinery/light, +/obj/structure/machinery/iv_drip{ + pixel_x = 9 + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"ltn" = ( +/obj/structure/bed/chair/comfy{ + dir = 5 + }, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"lto" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"ltq" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 2.6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"ltH" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/primary_storage) +"ltI" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"ltR" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"lum" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"luq" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/cafeteria) +"lux" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/dark, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"luA" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/meeting_hall) +"luN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"luV" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"lvn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"lvD" = ( +/obj/structure/machinery/door_control/navalis_industrial_lockdown{ + needs_power = 0; + name = "Sector C: Internal Access Lockdown"; + id = "sector_three"; + pixel_y = 31 + }, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/refinery) +"lvI" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"lvP" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"lvW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"lvX" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"lwc" = ( +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"lwh" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"lwk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"lwl" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"lwr" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"lww" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/com_ext) +"lwA" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"lwM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"lxu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"lxz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"lxY" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/corridor) +"lyk" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"lyn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"lyI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"lyT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"lzb" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"lzd" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/industrial/mining) +"lze" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"lzZ" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"lAW" = ( +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"lBM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8 + }, +/obj/structure/platform_decoration/metal/strata/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"lBR" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"lBV" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"lCo" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/foyer) +"lCu" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto, +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"lCQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"lDA" = ( +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"lDE" = ( +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"lDI" = ( +/obj/structure/mirror{ + pixel_y = 32; + pixel_x = 4 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"lDY" = ( +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"lEA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"lEF" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"lER" = ( +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"lFl" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"lGk" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"lGD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"lGW" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/dry_ramen{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/break_room) +"lHL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1; + pixel_x = 3 + }, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = -3; + pixel_y = -8 + }, +/turf/open/floor/prison/ramptop/east, +/area/navalis/indoors/industrial/power) +"lIc" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"lIC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"lIL" = ( +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"lIO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 7 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"lJe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"lJH" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"lJQ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/starboard_hallway) +"lJR" = ( +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/accessway) +"lKg" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/mech_bay) +"lKu" = ( +/obj/structure/platform/metal/strata, +/obj/structure/cable/heavyduty{ + icon_state = "0-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"lKy" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sec) +"lKH" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/office) +"lLh" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/office) +"lLy" = ( +/obj/item/clothing/suit/storage/marine/light/vest/fire_light, +/obj/item/clothing/suit/storage/marine/light/vest/fire_light, +/obj/item/clothing/head/helmet/hybrisa/firefighter, +/obj/item/clothing/head/helmet/hybrisa/firefighter, +/obj/structure/surface/rack, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"lMz" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"lMJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/wet_sign{ + pixel_x = -3; + pixel_y = 21 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"lNh" = ( +/obj/item/tool/weldingtool/empty, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/mech_bay) +"lNs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkblue2, +/area/navalis/oob/powered) +"lNE" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = -3; + pixel_x = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/navalis/indoors/command/tertiary_comms) +"lOv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile/northeast, +/area/navalis/indoors/command/tertiary_comms) +"lOG" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -7; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"lOK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"lPf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"lPj" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/navalis/indoors/command/oft_duty_room) +"lPk" = ( +/turf/open/floor/plating/kutjevo/platingdmg1, +/area/navalis/outdoors/landing_zone_1) +"lPn" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"lPZ" = ( +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/upper_level/entrance) +"lQa" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"lQd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat, +/area/navalis/indoors/xeno_growth/residential) +"lQi" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 3 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"lQm" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/effect/spawner/random/goggles/highchance, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"lQI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"lQK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"lRL" = ( +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"lRO" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/tertiary_comms) +"lSf" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_y = 16; + pixel_x = -6 + }, +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/outdoors/exterior/com_ext/upper) +"lSv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/empty/secure, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/upper_deck/workshop) +"lSR" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"lSX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"lSZ" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"lTC" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/upper_deck/entrance) +"lTL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/entrance) +"lUh" = ( +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"lUr" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"lUx" = ( +/obj/structure/sign/safety/refridgeration{ + pixel_y = 32 + }, +/obj/structure/sign/safety/restrictedarea{ + pixel_x = 14; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 2 + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"lUM" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = -13; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"lVg" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"lVp" = ( +/obj/item/prop/colony/usedbandage{ + pixel_x = -7 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"lVH" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 1 + }, +/turf/open/floor/half_plate/dark_yellow/north, +/area/navalis/indoors/industrial/mining) +"lVZ" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/foyer) +"lWc" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_yellow" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"lWd" = ( +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"lWf" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"lWl" = ( +/obj/structure/sign/poster/art{ + pixel_y = 32; + layer = 3.1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"lWv" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/defenses/handheld/tesla_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"lWE" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"lXx" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/conduit) +"lXz" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"lXX" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"lYd" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"lYF" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"lYQ" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/darkpurplecorners2/west, +/area/navalis/indoors/residential/cafeteria) +"lZD" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/entrance) +"lZR" = ( +/obj/item/prop/colony/canister{ + pixel_y = 23; + pixel_x = 6 + }, +/obj/item/prop/colony/canister{ + pixel_y = 16 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"maa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"mab" = ( +/turf/open/floor/corsat/brown/northwest, +/area/navalis/indoors/industrial/mining) +"mag" = ( +/obj/structure/filtration/collector_pipes{ + pixel_y = 26; + pixel_x = -16 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"mas" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"maz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"maM" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"mbl" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/paper{ + pixel_x = 12; + pixel_y = 5 + }, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/break_room) +"mbp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"mbQ" = ( +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"mcf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate2/indestructible, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"mck" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"mcU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"mcY" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci) +"mdr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + layer = 7; + pixel_y = -7; + light_color = "#FF7700"; + pixel_x = -33; + icon_state = "zfire_smoke2" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/damaged1, +/area/navalis/outdoors/comm_one) +"mdW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -14; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = 8; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = 18; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"med" = ( +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/cafeteria) +"mef" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/starboard) +"men" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"met" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/below_deck/rear) +"mfg" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 1; + pixel_y = 3 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"mfj" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northeast, +/area/navalis/indoors/command/office) +"mfx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"mfH" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northeast, +/area/navalis/indoors/residential/starboard) +"mfZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -2 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"mgc" = ( +/obj/structure/platform_decoration/metal/kutjevo/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"mgp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"mgv" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"mgH" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"mgM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"mhc" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/workshop) +"mhX" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = -20 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"mih" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"mim" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southwest, +/area/navalis/indoors/command/office) +"mir" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"miy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"mje" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case{ + pixel_y = 9 + }, +/obj/item/trash/crushed_cup{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"mjf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"mjk" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"mjs" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"mjM" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"mkg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/obj/structure/machinery/microwave{ + pixel_y = 7; + layer = 3.20; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"mkl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"mkx" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 20; + health = 600; + name = "reinforced wooden barricade"; + pixel_x = 6 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/command/aft_hallway) +"mkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"mkS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/northeast, +/area/navalis/indoors/residential/accessway) +"mkU" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3, +/obj/structure/machinery/firealarm{ + pixel_y = 25; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"mkX" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic) +"mmQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/trash/crushed_cup, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"mmU" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + autoname = 1; + name = "\improper Airlock"; + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/walkway) +"mmV" = ( +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"mno" = ( +/obj/structure/surface/table/woodentable, +/obj/item/ashtray/bronze, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"mnV" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_y = -40; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"moF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 18; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"moJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/tertiary_comms) +"mpT" = ( +/turf/open/floor/prison/bluecorner/east, +/area/navalis/indoors/logistic/workshop) +"mqF" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"mqG" = ( +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 4; + pixel_y = 14 + }, +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"mre" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"mro" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"mrG" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"mrS" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"msd" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/outdoors/comm_one) +"msF" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/cobweb2, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"mtm" = ( +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/med_ext/upper) +"mtv" = ( +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"mtI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"mue" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"mui" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 7; + pixel_x = 7 + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"muo" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"muz" = ( +/turf/open/floor/prison/greenblue/southeast, +/area/navalis/indoors/charon/surface_deck/main_deck) +"muE" = ( +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"mvA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/residential/kitchen) +"mvP" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"mvZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"mwj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/storage) +"mwH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"mwR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"mxb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"mxF" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/upper) +"mxL" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"myp" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 31 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"myz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"myH" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"myT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/recharger, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"mzR" = ( +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"mAc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"mAh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"mAm" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"mAz" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"mBb" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"mBO" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/east, +/area/navalis/oob/powered) +"mCk" = ( +/obj/structure/sink{ + dir = 1; + pixel_y = -10 + }, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/command/bathroom) +"mCt" = ( +/turf/open/floor/prison/greenblue, +/area/navalis/indoors/charon/surface_deck/main_deck) +"mCF" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"mCL" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Engineering Landing Zone" + }, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/outdoors/landing_zone_2) +"mDn" = ( +/turf/open/floor/prison/greenblue/west, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"mDG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = -5; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"mEa" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/break_room) +"mEe" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 19; + layer = 3.8 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + pixel_x = 16 + }, +/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty{ + layer = 4; + pixel_y = 7 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/main_floor) +"mEh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/foyer) +"mEm" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"mEJ" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_1) +"mEO" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"mFF" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/obj/item/bedsheet/colorable{ + color = "#b54b3d"; + pixel_y = -2; + pixel_x = -7 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"mGa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/chemical_store) +"mGl" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"mGv" = ( +/obj/structure/surface/rack, +/obj/item/storage/belt/utility/full, +/obj/item/storage/belt/utility/full, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"mGC" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/upper_deck/entrance) +"mGE" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/oob/empty_space) +"mGH" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"mHf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/factory/robotic_arm, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"mHC" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/structure/bed/chair/comfy/hybrisa/blue{ + dir = 8; + pixel_x = -9 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"mHF" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"mHP" = ( +/turf/open/floor/half_plate/dark_yellow/north, +/area/navalis/outdoors/landing_zone_2) +"mHT" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/sec) +"mHU" = ( +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/upper_level/entrance) +"mIp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/med_ext/upper) +"mIE" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"mIQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"mJh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/com_ext/upper) +"mJk" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + light_on = 1; + light_color = "#00f4ff"; + light_range = 1 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"mJI" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"mKr" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/turf/open/floor/corsat/arrow_south, +/area/navalis/indoors/industrial/mining) +"mKt" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 1.1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/empty_space) +"mKL" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/server) +"mKV" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/weapon/gun/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/beret, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/red/north, +/area/navalis/indoors/med_sci/upper_level/sec) +"mKY" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"mLa" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer/dark_sterile2, +/area/navalis/indoors/residential/landing_pad) +"mLF" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"mLK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"mLO" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"mMh" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"mMu" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"mMZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkred2/east, +/area/navalis/indoors/residential/cafeteria) +"mNp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/red, +/area/navalis/indoors/med_sci/upper_level/sec) +"mNO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"mNQ" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"mNU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/access) +"mPt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/below_deck/front) +"mPK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"mPQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10; + pixel_x = -19 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"mPV" = ( +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"mQa" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/prop/resin_prop{ + icon_state = "coolanttank" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"mQi" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"mQs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"mQE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -9 + }, +/obj/structure/surface/table/almayer, +/obj/item/clothing/mask/rebreather, +/turf/open/floor/corsat/brown/west, +/area/navalis/indoors/industrial/mining) +"mRq" = ( +/turf/open/floor/corsat/sterileplate, +/area/navalis/indoors/industrial/mining) +"mRy" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy25" + }, +/area/navalis/oob/water) +"mRL" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"mRZ" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2{ + unacidable = 1; + pixel_y = 1; + pixel_x = 14; + density = 0; + explo_proof = 1 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"mSs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/com_ext/upper) +"mSE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"mTy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"mTJ" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner/north, +/area/navalis/indoors/industrial/refinery) +"mTK" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = -4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"mTT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + pixel_y = 1; + pixel_x = -30 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"mTY" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/main_floor) +"mUk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/middle) +"mVj" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"mVt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3/north, +/area/navalis/indoors/logistic/upper_deck/workshop) +"mVE" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"mVL" = ( +/obj/item/prop/colony/canister{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"mWe" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/tool/screwdriver, +/obj/item/device/assembly/timer{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"mWG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"mWH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"mWQ" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"mXs" = ( +/obj/structure/platform/metal/almayer, +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"mXy" = ( +/obj/structure/surface/table/almayer, +/obj/item/bodybag/cryobag{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/stack/medical/advanced/bruise_pack{ + pixel_x = -6 + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"mXD" = ( +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/port) +"mYH" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform_decoration/metal/almayer/northeast, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"mYL" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"mZj" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/closet/emcloset, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"mZF" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/outdoors/exterior/med_ext/upper) +"mZH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"mZX" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 1; + pixel_x = -6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"naP" = ( +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/com_ext/upper) +"nbx" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"nbz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"nbP" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent3" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"nbT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"ncn" = ( +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/power) +"ncP" = ( +/turf/closed/wall/r_wall/prison_unmeltable, +/area/navalis/oob/empty_space) +"ndd" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"neA" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/med_sci/records_room) +"neL" = ( +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/outdoors/landing_zone_2) +"nfK" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/newspaper{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"nfU" = ( +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"nfW" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"ngi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled, +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/command/upper_deck/server) +"ngr" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"nhq" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/tool/kitchen/utensil/spoon, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"nig" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_2"; + pixel_y = -28; + name = "Cargo Shutter" + }, +/turf/open/floor/prison/darkbrowncorners2, +/area/navalis/indoors/logistic/primary_storage) +"nij" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"nio" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/accessory/storage/surg_vest/drop_green, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"niP" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/navalis/indoors/charon/below_deck/middle) +"niU" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"njc" = ( +/obj/structure/machinery/big_computers/messaging_server/white{ + dir = 1 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"njj" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/oob/empty_space) +"njn" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/corridor) +"njy" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/defibrillator/synthetic/hyperdyne{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"njB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"njF" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"njP" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/turf/open/floor/prison/darkyellowfull2, +/area/navalis/indoors/industrial/accessway) +"njV" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"nkk" = ( +/obj/structure/prop/power_transformer{ + pixel_x = -3; + density = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/conduit) +"nkr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/foyer) +"nky" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/north, +/area/navalis/indoors/residential/cafeteria) +"nkz" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_y = 6 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"nlu" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"nlz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/prison/red/southeast, +/area/navalis/indoors/med_sci/upper_level/sec) +"nlT" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"nmz" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"nmP" = ( +/turf/open/floor/darkblue2/southeast, +/area/navalis/indoors/residential/accessway) +"nmS" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/entrance) +"nnl" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"nnn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"nnx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = 7 + }, +/obj/structure/barricade/handrail/medical{ + dir = 8 + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/med_sci/upper_level/entrance) +"nnR" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/flight) +"noq" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"nor" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy17" + }, +/area/navalis/oob/water) +"noy" = ( +/obj/structure/surface/rack, +/obj/item/storage/pouch/autoinjector/full, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"noC" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2; + pixel_y = -32 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/surg_two) +"noO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/pipes/standard/simple/visible/purple, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"npi" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"npk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"npT" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"nqc" = ( +/obj/structure/prop/hybrisa/supermart/souto_can_stack, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"nqf" = ( +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"nqJ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"nrc" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/combat, +/turf/open/floor/prison/red, +/area/navalis/indoors/med_sci/upper_level/sec) +"nro" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"nss" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"nsw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/greencorner/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"nsJ" = ( +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"nsU" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"nsW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/cafeteria) +"nti" = ( +/obj/structure/closet/bodybag, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/main_floor) +"ntv" = ( +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/obj/structure/stairs/multiz/up, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"num" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_y = 4; + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/flight) +"nvk" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"nvw" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"nvx" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/darkbrown3/southwest, +/area/navalis/indoors/logistic/mech_bay) +"nvA" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/morgue) +"nvZ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"nwh" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/starboard_hallway) +"nwA" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/workshop) +"nwD" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/starboard) +"nwM" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"nwO" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"nwQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"nwX" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/obj/structure/machinery/meter, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"nxB" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"nyg" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/accessway) +"nyk" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/weapon/gun/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/ammo_magazine/smg/p90, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/beret, +/obj/structure/sign/safety/ammunition{ + pixel_x = 23; + pixel_y = 31 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/red/northwest, +/area/navalis/indoors/med_sci/upper_level/sec) +"nyx" = ( +/turf/open/floor/almayer/greenfull2, +/area/navalis/outdoors/landing_zone_1) +"nyA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"nyR" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"nyX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"nza" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"nzh" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal5"; + pixel_y = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/prison/ramptop, +/area/navalis/outdoors/landing_zone_2) +"nzU" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/port) +"nAd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/aft_hallway) +"nAp" = ( +/obj/structure/machinery/smartfridge/chemistry, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/pharmacy) +"nAu" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"nAE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"nBn" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"nBu" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3{ + pixel_y = 1 + }, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/med_sci/upper_level/flight) +"nCb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"nCk" = ( +/turf/open/floor/prison/darkbrowncorners2, +/area/navalis/indoors/logistic/primary_storage) +"nCu" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/on{ + pixel_y = -1; + pixel_x = -3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/cent_com) +"nCI" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#f7c85d"; + layer = 2.01; + dir = 8; + pixel_y = -41; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"nCP" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"nCY" = ( +/obj/structure/prop/vehicles/crawler{ + dir = 8; + icon_state = "crawler_fuel" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"nDe" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/starboard) +"nDy" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"nDR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13"; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"nEm" = ( +/obj/structure/bed, +/obj/item/bedsheet/colorable{ + color = "#b54b3d" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/accessway) +"nEy" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/med_sci/upper_level/sec) +"nFb" = ( +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/pharmacy) +"nFe" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/navalis/indoors/residential/kitchen) +"nFO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/big_computers/messaging_server/brown, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"nGA" = ( +/obj/structure/machinery/mech_bay_recharge_port{ + name = "Power Port" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/navalis/indoors/logistic/mech_bay) +"nGH" = ( +/obj/structure/platform/metal/strata/west, +/turf/open_space, +/area/navalis/indoors/logistic/upper_deck/entrance) +"nGP" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds, +/turf/open/floor/almayer/dark_sterile2, +/area/navalis/oob) +"nGT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"nHl" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + pixel_y = -11; + pixel_x = 4 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/accessway) +"nHn" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"nIm" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"nIC" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine/corporate{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"nII" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"nIP" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/port) +"nIZ" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob/water) +"nJr" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"nJz" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"nJC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"nJG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"nKn" = ( +/obj/item/prop{ + desc = "A human incinerator. Works well on barbecue nights. This one is broken."; + icon = 'icons/obj/structures/morgue.dmi'; + icon_state = "crema2"; + name = "broken crematorium"; + pixel_y = 1; + layer = 2.8; + dir = 1; + pixel_x = -1 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"nKV" = ( +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"nKY" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + autoname = 1; + name = "\improper Airlock"; + req_one_access = null; + req_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/mech_bay) +"nLd" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"nLz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"nLC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"nMU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"nNc" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/walkway) +"nNw" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/pharmacy) +"nNQ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/item/storage/belt/medical/full/with_defib_and_analyzer, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"nNU" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/navalis/indoors/command/upper_deck/port) +"nOp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/machinery/light, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"nOQ" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 2.6 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"nPh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"nPk" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"nQu" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"nQV" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/sign/poster{ + icon_state = "poster67"; + pixel_y = 33 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/cent_com) +"nSd" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 11 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 11; + pixel_x = -27 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/break_room) +"nSY" = ( +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"nTB" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"nTH" = ( +/obj/structure/platform/metal/stair_cut/strata_left, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/command/aft_hallway) +"nTP" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -10; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"nUa" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"nUq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"nUy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"nUG" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"nVc" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"nVu" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/item/clothing/head/surgery/green, +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2; + pixel_y = -32 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/surg_two) +"nVE" = ( +/turf/open/floor/corsat/brown/southwest, +/area/navalis/indoors/industrial/mining) +"nVI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"nVK" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"nWn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"nWo" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/upper_level/entrance) +"nWA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"nWR" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"nWU" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_blue" + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"nXA" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"nYr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin{ + opacity = 0 + }, +/area/navalis/oob/powered) +"nYL" = ( +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"nYX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/corridor) +"nZc" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/pj/red, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"nZd" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 6; + pixel_y = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = -20; + pixel_x = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/med_sci/records_room) +"nZj" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"nZp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"nZB" = ( +/obj/structure/prop/power_transformer{ + pixel_x = -11; + density = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/conduit) +"oaf" = ( +/turf/open/floor/prison/darkpurple2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"oar" = ( +/obj/item/trash/barcardine, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/main_floor) +"oaL" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"oaS" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco3/east, +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/mech_bay) +"oaV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"obO" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + dir = 1; + pixel_y = -39; + pixel_x = -8; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"obP" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"obT" = ( +/turf/open/floor/almayer/dark_sterile2, +/area/navalis/indoors/residential/landing_pad) +"ocd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"ocr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/command/upper_deck/server) +"ocx" = ( +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/foyer) +"odb" = ( +/turf/open/floor/corsat/darkgreen/north, +/area/navalis/indoors/industrial/refinery) +"odU" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"oeG" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + locked = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/science_lower_entrance) +"oeN" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"oeU" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"ofJ" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"ofU" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/starboard) +"ofW" = ( +/obj/structure/cable/heavyduty, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"ogg" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/jani) +"oho" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/port) +"ohK" = ( +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate" + }, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"ohP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/cameras{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/security{ + pixel_y = -32 + }, +/turf/open/floor/prison/red, +/area/navalis/indoors/command/security) +"ohR" = ( +/obj/structure/stairs/perspective{ + dir = 8; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"oif" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"oiA" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_y = -1; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"ojb" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/command_kitchen) +"ojm" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_x = -4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ojx" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_y = 24; + pixel_x = -7 + }, +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"ojG" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/office) +"ojJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"okl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/cafeteria) +"okp" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/residential/port) +"okw" = ( +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"okQ" = ( +/turf/open_space, +/area/navalis/indoors/residential/landing_pad) +"okS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"olG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"omm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"omr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = 11; + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/pharmacy) +"omL" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy9" + }, +/area/navalis/oob/water) +"omM" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"omW" = ( +/obj/structure/cargo_container/arious/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"ona" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -6; + pixel_y = 22 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"ont" = ( +/obj/item/bedsheet/green{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"onz" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"onE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"ood" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"oog" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"oor" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/exterior_xeno_only/mining) +"ooG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/meeting_hall) +"ooO" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/prison/blue/northeast, +/area/navalis/indoors/logistic/workshop) +"ooV" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"opg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = -18; + pixel_y = 6 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"opr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/port) +"opu" = ( +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"opN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"oqa" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"oqy" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/flight) +"oqC" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/director_office) +"oqP" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"oqR" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitered/northwest, +/area/navalis/indoors/med_sci/main_floor) +"orf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/tertiary_comms) +"orG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"orQ" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"orR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"osa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"osD" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = -18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"osE" = ( +/obj/structure/platform/metal/stair_cut/strata_right, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/corridor) +"otw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"ouc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"oux" = ( +/obj/item/tool/warning_cone{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"ouX" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/foyer) +"ouZ" = ( +/obj/structure/platform_decoration/metal/strata/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"ovn" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"ovE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"ovX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"ows" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"owN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"owT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"owU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"oxh" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 10; + pixel_y = -4; + pixel_x = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8; + pixel_x = -24; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"oxI" = ( +/obj/structure/prop/oilrig/support_beam/red, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob/empty_space) +"oxX" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/assembly/signaller{ + pixel_x = 5 + }, +/obj/item/book/manual/evaguide{ + pixel_y = -1; + pixel_x = -6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"oyb" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"oyg" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/spawner/random/attachment, +/obj/effect/spawner/random/attachment, +/obj/effect/spawner/random/attachment, +/turf/open/floor/prison/red/southeast, +/area/navalis/indoors/command/security) +"oyC" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"ozr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 15; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/west, +/area/navalis/indoors/residential/port) +"ozC" = ( +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/port) +"ozH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"oAn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"oAy" = ( +/obj/structure/cargo_container/trijent/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"oAS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"oBz" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"oBW" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northeast, +/area/navalis/indoors/residential/cafeteria) +"oCj" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/meeting_hall) +"oCw" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"oCA" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"oCD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/command_kitchen) +"oCH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/upper_deck/workshop) +"oDf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"oDx" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/spacecash/c1000{ + worth = 10000; + name = "10000 dollars" + }, +/obj/item/spacecash/c1000{ + worth = 10000; + name = "10000 dollars" + }, +/obj/item/storage/belt/gun/m4a3/m1911, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/fancy/cigar/tarbacks, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"oDZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/front) +"oEl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_y = 16; + pixel_x = 1 + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"oEF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"oER" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/almayer/plating, +/area/navalis/outdoors/landing_zone_1) +"oET" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"oFk" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext/upper) +"oFm" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/turf/open/floor/corsat/sterileplate, +/area/navalis/indoors/industrial/mining) +"oFq" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"oFr" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"oFu" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/platform_decoration/metal/almayer, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"oFE" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3f5b41"; + dir = 1; + name = "rubber mat"; + pixel_x = -8; + pixel_y = -33 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"oFY" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"oGi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"oGk" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"oGw" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"oGD" = ( +/turf/closed/wall/hybrisa/research, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"oGN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"oGY" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 3 + }, +/obj/item/stack/medical/splint{ + pixel_x = -14; + pixel_y = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"oHa" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"oHj" = ( +/turf/open/floor/corsat/browncorner/east, +/area/navalis/indoors/industrial/refinery) +"oHp" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/microwave, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/med_sci/break_room) +"oIi" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"oJj" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"oJl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"oJq" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/exterior/med_ext/upper) +"oJK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_12"; + pixel_y = 12 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"oKk" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/port) +"oKT" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/trash/tray, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"oLd" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"oLu" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/outdoors/exterior/ind_ext) +"oLC" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/obj/item/bedsheet/medical, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"oMe" = ( +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/starboard_hallway) +"oMf" = ( +/obj/effect/hybrisa/misc/fake/pipes, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"oMm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"oMD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/almayer/black2, +/area/navalis/indoors/command/upper_deck/jani) +"oMG" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"oMM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob/empty_space) +"oMS" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"oNk" = ( +/obj/structure/prop/resin_prop{ + icon_state = "chest_white" + }, +/obj/structure/sign/safety/stairs{ + pixel_x = 32 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"oNK" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"oOj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"oOp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/eat, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"oOt" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -14; + pixel_x = 8; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"oOx" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"oOy" = ( +/obj/structure/machinery/big_computers/computerblack/computer5{ + density = 0 + }, +/obj/item/trash/crushed_cup{ + pixel_x = 2; + pixel_y = 15 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"oOE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"oOK" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/west, +/obj/structure/stairs, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"oPE" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco2/north, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"oPF" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"oQh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = 15; + pixel_x = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + pixel_y = -13; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"oQp" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"oQr" = ( +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"oQx" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"oRk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"oRV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + layer = 4; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"oSX" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"oTe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"oTo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"oTy" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"oTG" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_1"; + pixel_y = 28; + name = "Cargo Shutter" + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"oTR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_x = -30 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/surg_one) +"oUv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"oUK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"oUM" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"oUN" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 8; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"oUQ" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/foyer) +"oUW" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/autoname{ + name = "\improper Airlock"; + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/maint) +"oVG" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner/west, +/area/navalis/indoors/industrial/power) +"oVM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/storage) +"oWj" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"oWm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -13; + pixel_y = 13 + }, +/obj/item/trash/hotdog{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer/blackfull, +/area/navalis/indoors/med_sci/records_room) +"oWq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/platform/metal/almayer/north, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"oWv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitered/east, +/area/navalis/indoors/med_sci/storage) +"oWF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/port_hallway) +"oWS" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"oXd" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/device/autopsy_scanner, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/upper_level/morgue) +"oXk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = -4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"oXn" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"oXJ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -30 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"oXL" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"oXM" = ( +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/upper_deck/office) +"oYg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -18; + pixel_y = -1 + }, +/obj/structure/machinery/optable, +/obj/item/prop/alien/hugger, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"oYy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"oYB" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy16"; + layer = 3.2 + }, +/area/navalis/oob/water) +"oYF" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"oYP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"oZC" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_3"; + pixel_y = -28; + name = "Cargo Shutter" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"oZK" = ( +/obj/structure/sign/poster/propaganda{ + pixel_y = 4; + pixel_x = 29 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"oZP" = ( +/obj/structure/largecrate/random{ + pixel_y = 10; + layer = 4.1; + pixel_x = 5 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"oZR" = ( +/obj/structure/machinery/big_computers/messaging_server/black{ + dir = 4 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"paj" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/east, +/area/navalis/indoors/residential/cafeteria) +"pas" = ( +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/supply/generator{ + layer = 4.2; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 4; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/front) +"paD" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/navalis/indoors/industrial/power) +"paV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/upper_level/entrance) +"paZ" = ( +/obj/item/stack/sheet/metal{ + pixel_x = -5; + pixel_y = 13 + }, +/obj/structure/platform/metal/strata/west{ + icon_state = "strata_metalplatform_broken"; + density = 0 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"pbk" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"pci" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"pcG" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"pcT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7; + pixel_x = 16 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11; + pixel_x = 16 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"pcV" = ( +/obj/structure/machinery/power/apc/power/south, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/med_sci/records_room) +"pdb" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob) +"pdl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"pdD" = ( +/obj/structure/machinery/door/airlock/almayer/generic/glass, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/kitchen) +"pee" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"peE" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer, +/obj/structure/platform_decoration/metal/almayer/southeast, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"peZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"pfi" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/residential/port) +"pfo" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"pfT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"pfV" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/server) +"pha" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"phq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"phI" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"phQ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open_space, +/area/navalis/oob/empty_space) +"pil" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyright, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"piq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/cent_com) +"piA" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"piC" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/primary_storage) +"piJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"piM" = ( +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"pjr" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/meeting_hall) +"pjP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"pjT" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"pjZ" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"pks" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floorscorched2, +/area/navalis/outdoors/comm_one) +"pkR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"pla" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"plk" = ( +/turf/open/floor/darkred2/southwest, +/area/navalis/indoors/residential/port) +"plC" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/records_room) +"plP" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/briefcase, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"pmc" = ( +/obj/structure/bed, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#b54b3d" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#b54b3d" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"pmm" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/outdoors/exterior/ind_ext) +"pmX" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -10; + pixel_y = 10; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -10; + pixel_y = -14; + color = "#FFFF00" + }, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"pny" = ( +/obj/effect/alien/resin/sticky, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/access) +"pnA" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/west, +/area/navalis/oob/powered) +"pnK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/largecrate/random/barrel/white{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/machinery/light/small{ + dir = 8; + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"pnU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"pnX" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob/water/far) +"pob" = ( +/obj/structure/prop/resin_prop{ + dir = 4; + icon_state = "chair" + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"poo" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"pox" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/chemical_store) +"poP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"poV" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"ppl" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"pqx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/office) +"pqy" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkblue2/north, +/area/navalis/oob/powered) +"pqC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"pqT" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/command/office) +"pqV" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"pre" = ( +/obj/structure/sink{ + pixel_x = 4; + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/port) +"prk" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"pro" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"prs" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"prz" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/port) +"psl" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/aft_hallway) +"psv" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"psN" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"psU" = ( +/turf/open/floor/prison/ramptop/north, +/area/navalis/oob/water) +"pta" = ( +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"pth" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west{ + icon_state = "hybrisaplatform_broken"; + density = 0 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"ptl" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"pts" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"pus" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"puC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/aft_hallway) +"pvA" = ( +/obj/structure/prop/resin_prop{ + icon_state = "coolanttank" + }, +/obj/structure/machinery/light/small, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"pvY" = ( +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"pwH" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/corridor) +"pxd" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/security) +"pxf" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"pxU" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pxX" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"pyn" = ( +/turf/open/floor/corsat/browncorner, +/area/navalis/indoors/industrial/mining) +"pyE" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"pyZ" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"pzl" = ( +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4; + name = "broken attachment cable"; + color = "#353935" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"pzy" = ( +/obj/structure/cargo_container/arious/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"pzO" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/tool/pen/red{ + pixel_x = 3 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"pzV" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/darkgreen2/northwest, +/area/navalis/indoors/residential/accessway) +"pAi" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"pAm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/darkred2/east, +/area/navalis/indoors/residential/cafeteria) +"pAq" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + dir = 4 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob/powered) +"pAy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/turf/open/floor/hybrisa/carpet/carpetpatternblue, +/area/navalis/indoors/residential/starboard) +"pAz" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"pAB" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"pAF" = ( +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"pAO" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"pBd" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"pBj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"pBA" = ( +/obj/structure/prop/turbine{ + layer = 6; + explo_proof = 0 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"pBL" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"pCq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"pCO" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"pCX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"pDc" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"pDO" = ( +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"pEq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"pEt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"pEQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"pEU" = ( +/turf/open/floor/prison/greenblue/west, +/area/navalis/indoors/charon/below_deck/front) +"pEW" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/turf/open/floor/half_plate/green/east, +/area/navalis/outdoors/exterior/med_ext/upper) +"pFq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"pFL" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/indoors/charon/below_deck/front) +"pFT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/darkbrowncorners3, +/area/navalis/oob/powered) +"pGi" = ( +/obj/item/tool/pen/blue{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"pGZ" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2{ + pixel_y = -3; + pixel_x = -6; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2{ + unacidable = 1; + pixel_y = 17; + pixel_x = -14; + density = 0; + explo_proof = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"pHJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"pIb" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"pIh" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob) +"pIk" = ( +/obj/item/tool/warning_cone{ + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"pIv" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"pIL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"pIV" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"pIW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/north, +/area/navalis/indoors/residential/starboard) +"pIZ" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 21; + layer = 3.8 + }, +/obj/structure/machinery/firealarm{ + pixel_y = 25; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"pJC" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"pJK" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata, +/turf/open_space, +/area/navalis/indoors/logistic/upper_deck/workshop) +"pJY" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/trash/candle, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"pKH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 1; + pixel_x = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"pKI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/prop/magazine/book/starshiptroopers{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"pKK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"pKO" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"pKP" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"pLz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/command/upper_deck/server) +"pLP" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/clothing/mask/breath/medical{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 9 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/surg_two) +"pLS" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/hybrisa/tile/greenfull_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"pLT" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"pMv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"pMC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pNf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/storage) +"pNx" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/power) +"pNy" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/navalis/oob/powered) +"pNL" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/xeno_growth/residential) +"pOh" = ( +/turf/open/floor/darkgreen2/southwest, +/area/navalis/indoors/residential/accessway) +"pOr" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"pOw" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/corpsespawner/colonist/burst, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"pOQ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft{ + layer = 4.2 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"pPg" = ( +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"pPp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"pPt" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"pPB" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"pPG" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"pQb" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"pQp" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pQM" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"pQT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"pRa" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = -20 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"pRd" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"pSe" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"pSu" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"pSy" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"pSA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/residential/port) +"pSE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pSJ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble12{ + dir = 1; + pixel_x = -29; + pixel_y = 1; + layer = 4.2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"pTo" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3, +/turf/open_space, +/area/navalis/oob/empty_space) +"pTA" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -9; + pixel_x = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"pTC" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"pTW" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 8; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = -16; + pixel_y = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pUj" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + autoname = 1; + name = "\improper Airlock"; + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/entrance) +"pUN" = ( +/obj/structure/closet/bodybag, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"pVf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"pVx" = ( +/obj/structure/machinery/light, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/cafeteria) +"pVA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/kitchen) +"pWv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = -17; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"pWx" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/middle) +"pWK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"pWO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"pWQ" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 10; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = -1 + }, +/turf/open/floor/darkblue2, +/area/navalis/oob/powered) +"pXf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"pXn" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"pXu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -3; + pixel_y = -5; + dir = 8 + }, +/obj/item/reagent_container/food/drinks/ice{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -14; + pixel_y = -14 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"pXR" = ( +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"pYk" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/oob/empty_space) +"pYw" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/airport/deadpilot2{ + name = "decapitated platform Pilot"; + desc = "What remains of a offshore platform Pilot. Their entire head is missing. Where'd it roll off to?..." + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/oob/powered) +"pYN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/prop/magazine/book/bladerunner{ + pixel_x = 8 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"pYP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/server_room) +"pZb" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/port_hallway) +"pZd" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/bluegrid, +/area/navalis/indoors/industrial/power) +"pZw" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"pZS" = ( +/turf/open/floor/prison/whitegreencorner/east, +/area/navalis/indoors/med_sci/main_floor) +"qac" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"qak" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"qaV" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = -2; + pixel_x = -11 + }, +/obj/structure/sign/poster/corporate{ + pixel_y = 33; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/command/director_office) +"qbh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"qbt" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/power) +"qbx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 6; + pixel_x = -7 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"qbD" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"qch" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"qcA" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -1; + layer = 3.8 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/main_floor) +"qcC" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"qcI" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/main_deck) +"qdm" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1{ + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"qdF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = 12; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"qdH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/starboard) +"qdL" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"qew" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"qeB" = ( +/obj/structure/prop/resin_prop{ + icon_state = "pscrubber:0" + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"qeI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"qfh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/oft_duty_room) +"qfo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{ + pixel_y = 19; + pixel_x = -4; + density = 0 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"qfu" = ( +/obj/structure/sign/safety/stairs{ + pixel_y = 33 + }, +/obj/structure/sign/safety/two{ + pixel_y = 33; + pixel_x = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/corridor) +"qfw" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/shower{ + pixel_y = -10; + dir = 8; + pixel_x = -2 + }, +/obj/structure/sink{ + dir = 1; + pixel_x = -4; + pixel_y = -19 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"qfy" = ( +/turf/open/floor/hybrisa/metal/orangeline, +/area/navalis/indoors/industrial/power) +"qfK" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/industrial/accessway) +"qfU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"qgx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"qgR" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"qhd" = ( +/obj/structure/window_frame/hybrisa/colony/office/reinforced, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"qhh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/misc/elevator_door{ + pixel_x = -15 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/med_sci/main_floor) +"qhl" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"qhR" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = -2; + pixel_x = -6 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"qiJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"qiN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/east, +/area/navalis/oob/powered) +"qjn" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/turf/open/floor/half_plate/dark_yellow, +/area/navalis/indoors/industrial/mining) +"qjH" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/west, +/area/navalis/oob/powered) +"qjL" = ( +/turf/open/floor/corsat/redcorner/east, +/area/navalis/indoors/industrial/refinery) +"qjQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"qjR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = 11; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/port) +"qko" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_x = 8 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/command/cent_com) +"qkp" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"qkB" = ( +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"qla" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"qld" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"qlg" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"qlq" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -42; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 10; + pixel_x = -10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"qmb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"qmK" = ( +/obj/structure/platform/metal/strata/north{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"qmP" = ( +/obj/structure/machinery/optable, +/obj/effect/landmark/corpsespawner/colonist/burst, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 1; + layer = 4; + pixel_x = -24 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/surg_two) +"qnr" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/outdoors/exterior/com_ext/upper) +"qnx" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/pharmacy) +"qnH" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 5; + pixel_x = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"qnS" = ( +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/indoors/med_sci/chemical_store) +"qod" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/hybrisa/tile/green_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"qor" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 18; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"qoC" = ( +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"qoH" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/west, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"qpb" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"qpj" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/sodawater, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_y = -3; + pixel_x = -6 + }, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_x = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"qqp" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"qqK" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"qqT" = ( +/obj/structure/platform/metal/strata, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 6 + }, +/obj/structure/sign/safety/stairs{ + pixel_x = 32 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"qqV" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"qrb" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"qrw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"qsv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"qsM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = -17; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"qtx" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/logistic/upper_deck/maint) +"qtD" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/storage) +"qtR" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata/west, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis, +/area/navalis/oob/water/far) +"qtT" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cup{ + pixel_y = -12; + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + pixel_y = 6; + pixel_x = -7 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + layer = 4; + pixel_x = 17; + pixel_y = -2 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/med_sci/break_room) +"quk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"qut" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/darkbrown3, +/area/navalis/oob/powered) +"quu" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"quv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2/northeast, +/area/navalis/indoors/residential/port) +"quP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 22; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"qve" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"qvw" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"qxj" = ( +/obj/item/paper/crumpled{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"qxs" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/starboard) +"qxz" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/below_deck/rear) +"qxT" = ( +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 6; + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"qxU" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"qxZ" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/office, +/area/navalis/indoors/command/tertiary_comms) +"qyb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"qyx" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"qyR" = ( +/obj/structure/surface/rack, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/item/ore/diamond, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"qzf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/west, +/area/navalis/indoors/residential/cafeteria) +"qzv" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"qzB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -10; + pixel_x = 12 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"qzT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"qzV" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"qAE" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/starboard) +"qAG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"qAT" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/foyer) +"qAW" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"qBf" = ( +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"qBB" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/platform/metal/strata/east{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"qCg" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"qCo" = ( +/turf/open/floor/hybrisa/carpet/carpetpatternblue, +/area/navalis/indoors/residential/starboard) +"qCx" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"qCM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"qEC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/starboard) +"qFn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + alpha = 220; + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/barricade/wooden, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"qFs" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/device/flashlight/lamp, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/almayer/black2/west, +/area/navalis/indoors/command/upper_deck/jani) +"qFA" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 15; + pixel_x = 3 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"qGf" = ( +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"qGh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"qGi" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/landing_zone_2) +"qGP" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"qGS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"qHa" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"qHS" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"qIZ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"qJn" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"qJo" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"qJR" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"qJT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/blue/southeast, +/area/navalis/indoors/med_sci/upper_level/flight) +"qJU" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"qJZ" = ( +/turf/open/floor/hybrisa/metal/orangelinecorner/east, +/area/navalis/indoors/industrial/power) +"qKb" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"qKh" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext) +"qKH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"qLl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/main_floor) +"qLp" = ( +/turf/closed/wall/hybrisa/colony/engineering, +/area/navalis/indoors/industrial/power) +"qLq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = 11; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"qLB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"qLV" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"qMg" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"qMH" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"qNI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"qNZ" = ( +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"qOb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue, +/area/navalis/indoors/residential/accessway) +"qOc" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"qOh" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 30 + }, +/obj/structure/bed/sofa/vert/white/bot, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"qOr" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkblue2, +/area/navalis/oob/powered) +"qOG" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"qOO" = ( +/obj/structure/ore_box, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"qOR" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"qPE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/kitchen{ + dir = 1; + pixel_y = -15 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_y = -9; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/med_sci/break_room) +"qPM" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"qPP" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"qPX" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"qPY" = ( +/obj/structure/platform/metal/stair_cut/strata_right, +/obj/structure/platform/metal/strata, +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/logistic/upper_deck/workshop) +"qQI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/med_sci/upper_level/store) +"qQO" = ( +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkpurple2/north, +/area/navalis/oob/powered) +"qSa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"qSe" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"qSH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"qTq" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"qTJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"qTP" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"qTQ" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"qUm" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"qUu" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -1; + pixel_y = 9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/outdoors/landing_zone_1) +"qUE" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"qUP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"qUT" = ( +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/port) +"qVf" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"qVq" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/prop/almayer/flight_recorder{ + pixel_x = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"qVQ" = ( +/obj/effect/alien/resin/sticky, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/green_bigtile/east, +/area/navalis/indoors/residential/cafeteria) +"qWF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"qWS" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 4; + pixel_x = -1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"qWZ" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"qXw" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 42; + pixel_x = 10 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 8; + pixel_y = 20; + layer = 3.20; + density = 0 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"qXE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/starboard) +"qXJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/southeast, +/area/navalis/indoors/command/office) +"qXW" = ( +/obj/structure/filtration/machine_64x128/filtrationtank{ + pixel_y = -16; + density = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"qYg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"qYj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/bed/bedroll{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"qYq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/case/small, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"qYF" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"qYP" = ( +/turf/open/floor/prison/cell_stripe, +/area/navalis/outdoors/landing_zone_2) +"qZa" = ( +/obj/item/reagent_container/blood/empty{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/main_floor) +"qZs" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"qZz" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/foyer) +"raw" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11"; + pixel_x = 9; + pixel_y = -9; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"raz" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/structure/platform_decoration/metal/strata/west, +/obj/effect/landmark/crap_item, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"raF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/south, +/area/navalis/indoors/residential/starboard) +"raM" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"raQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"raW" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -11; + pixel_y = -2; + dir = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.5; + pixel_y = 12; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"rbf" = ( +/obj/structure/platform/metal/strata, +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/command/upper_deck/port) +"rbi" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"rbG" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/machinery/light, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"rbL" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_x = -16; + pixel_y = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = 7; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -20; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"rci" = ( +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"rcF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"rdD" = ( +/obj/item/stack/sheet/wood{ + pixel_y = 7; + pixel_x = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/starboard) +"rdF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"reu" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/store) +"rew" = ( +/turf/open/floor/darkblue2/northwest, +/area/navalis/indoors/residential/accessway) +"rex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/navalis/indoors/logistic/upper_deck/office) +"rfo" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"rfX" = ( +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/mech_bay) +"rgX" = ( +/turf/open/floor/prison/greenblue/southwest, +/area/navalis/indoors/charon/surface_deck/main_deck) +"rhh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/navalis/indoors/command/meeting_hall) +"rie" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/spawner/random/gun/shotgun/midchance, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/sign/safety/ammunition{ + pixel_x = 23; + pixel_y = 31 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/prison/red/north, +/area/navalis/indoors/command/security) +"rim" = ( +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"rio" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"ris" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/oft_duty_room) +"riA" = ( +/turf/open_space, +/area/navalis/indoors/logistic/upper_deck/maint) +"riK" = ( +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/morgue) +"riL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/barricade/wooden{ + dir = 8; + health = 600; + name = "reinforced wooden barricade"; + layer = 2.98 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"rjk" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"rjp" = ( +/turf/open/floor/corsat/brown/northeast, +/area/navalis/indoors/industrial/mining) +"rjv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"rjI" = ( +/obj/structure/prop/ice_colony/ice_crystal{ + name = "deep sea crystal"; + desc = "A giant crystal brought up from the ocean floor during the excavation and mining operations of this rig. According to the inscryption on the table, this crystal was dragged up manually by the site director."; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/displaycase/destroyed{ + pixel_y = 8; + layer = 2.9 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/command/director_office) +"rjN" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/reagent_analyzer, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 31 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/pharmacy) +"rky" = ( +/turf/closed/wall/mineral/bone_resin{ + opacity = 0 + }, +/area/navalis/oob/powered) +"rkF" = ( +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/accessway) +"rkG" = ( +/obj/structure/monorail{ + dir = 5; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"rld" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/navalis/indoors/residential/starboard) +"rlx" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"rmx" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/structure/platform/metal/hybrisa/metalplatform4, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 3; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"rmY" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"rmZ" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"rnA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 12; + pixel_x = 5 + }, +/obj/structure/largecrate/random/mini/med{ + pixel_x = -4; + pixel_y = -3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/port) +"rnI" = ( +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/morgue) +"roq" = ( +/turf/open/floor/plating/platingdmg2/west, +/area/navalis/indoors/med_sci/chemical_store) +"roQ" = ( +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/mech_bay) +"rpg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"rpi" = ( +/turf/open/floor/almayer/redfull2, +/area/navalis/outdoors/exterior/med_ext/upper) +"rpj" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/reagent_container/food/drinks/jar{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rqA" = ( +/obj/structure/bed/chair/comfy/hybrisa/blue{ + pixel_y = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"rqT" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"rrG" = ( +/obj/effect/decal/cleanable/vomit, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"rrP" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 1; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"rsl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"rsz" = ( +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/power) +"rsA" = ( +/obj/structure/disposalpipe/segment{ + dir = 8; + icon_state = "pipe-c" + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/server_room) +"rsC" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"rsG" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + color = "#343434" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/charon/below_deck/middle) +"rsO" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floorscorched1, +/area/navalis/outdoors/comm_one) +"rsV" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"rtA" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"ruj" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"ruu" = ( +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"ruO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 22; + pixel_x = 2 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"rvc" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty{ + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"rwn" = ( +/obj/structure/xenoautopsy/jar_shelf, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rwH" = ( +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rwV" = ( +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"rxa" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"rxG" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/primary_storage) +"rxO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -8; + pixel_y = 28 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"ryb" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = 11; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = -16; + pixel_y = -14; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = 8; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"ryo" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2; + pixel_y = -32 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/surg_one) +"rys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"ryB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northwest, +/area/navalis/indoors/residential/cafeteria) +"ryZ" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"rzk" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"rzP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrown2/northeast, +/area/navalis/indoors/logistic/upper_deck/office) +"rAw" = ( +/obj/structure/surface/table/woodentable/fancy, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/starboard) +"rAP" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"rAS" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"rAW" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire, +/obj/structure/largecrate/empty{ + layer = 2 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"rBp" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"rBz" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"rBO" = ( +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/outdoors/exterior/com_ext/upper) +"rBQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/oob/empty_space) +"rCg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/west, +/area/navalis/indoors/residential/accessway) +"rCh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"rCE" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/flight) +"rDh" = ( +/obj/effect/decal/hybrisa/road/lines2{ + color = "#5b9068" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"rDu" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"rDF" = ( +/obj/structure/bed/chair/comfy/hybrisa/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"rDG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"rEg" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/prop/resin_prop{ + dir = 1; + icon_state = "chair" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"rFc" = ( +/obj/structure/window/framed/hybrisa/colony/hospital, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/flight) +"rFy" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"rFP" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"rGw" = ( +/obj/structure/platform/metal/stair_cut/strata_right, +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/upper_level/entrance) +"rGy" = ( +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"rGV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/turf/open_space, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"rHi" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/entrance) +"rHA" = ( +/turf/open/floor/darkblue2/east, +/area/navalis/indoors/residential/accessway) +"rHP" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/plate, +/area/navalis/oob/water) +"rIk" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/suit/bio_suit/virology{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/clothing/head/bio_hood/virology, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"rIs" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25; + pixel_x = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"rIA" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/med_ext/upper) +"rIY" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = 10; + pixel_x = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"rJV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/meeting_hall) +"rJX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/mini/chest/b, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"rKf" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"rKm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/flight) +"rKE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/north, +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"rKU" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"rKZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/trash/chunk, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/navalis/indoors/residential/kitchen) +"rLj" = ( +/obj/structure/bed/sofa/south/white, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"rMe" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/landing_zone_2) +"rMv" = ( +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"rMH" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"rMK" = ( +/turf/open/floor/roof_weedable/outerhull_dir/east, +/area/navalis/indoors/industrial/accessway) +"rNg" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"rOd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/conferance) +"rOe" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/med_sci/upper_level/sec) +"rOj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerbrown/computer3, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/command/cent_com) +"rOk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2"; + layer = 2.1 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"rOw" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/residential/starboard) +"rOz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/green/northeast, +/area/navalis/indoors/command/starboard_hallway) +"rOU" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/primary_storage) +"rPG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/flight) +"rPK" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/navalis/indoors/logistic/primary_storage) +"rQq" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"rQE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood/redwood, +/area/navalis/indoors/command/director_office) +"rQO" = ( +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"rRg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/almayer, +/obj/item/ashtray/plastic{ + pixel_y = -3; + pixel_x = -7; + name = "cup holder" + }, +/obj/item/reagent_container/food/drinks/cup{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"rRn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/med_sci/upper_level/sec) +"rRx" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3f5b41"; + pixel_y = -8; + pixel_x = 3; + name = "rubber mat" + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"rRU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rSH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"rSO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"rTb" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked1, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rTC" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/corridor) +"rUh" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/entrance) +"rUm" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/item/tool/wet_sign{ + pixel_x = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"rUr" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 14 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"rVg" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"rVq" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"rVs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"rVx" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"rVC" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"rVO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/oob/powered) +"rVR" = ( +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"rWd" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vessellockdown"; + name = "PSV Charon - Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"rWz" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"rWE" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1; + layer = 2.9 + }, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/industrial/power) +"rXf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"rXj" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"rXp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + pixel_y = 33 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/server_room) +"rXv" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/stairs/multiz/up, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/science_lower_entrance) +"rXJ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/indoors/charon/surface_deck/main_deck) +"rXN" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_y = 16 + }, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/com_ext/upper) +"rXV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"rYp" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + pixel_y = -19; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"rYu" = ( +/turf/open/floor/corsat/darkgreencorner/east, +/area/navalis/indoors/industrial/refinery) +"rYJ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"rYV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"rZz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/entrance) +"rZH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 5 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"sax" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty{ + icon_state = "bigrollerempty_up"; + layer = 4 + }, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 19; + layer = 3.8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"saD" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + pixel_x = -4 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"saO" = ( +/obj/structure/platform/metal/almayer/north, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth" + }, +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"sbs" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"sbz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/corsat/blue/west, +/area/navalis/indoors/charon/below_deck/middle) +"sbO" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/spawner/random/attachment, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"sbR" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/handheld1{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"sbS" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"scs" = ( +/obj/structure/machinery/big_computers/messaging_server/brown, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + pixel_x = 33 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/server_room) +"sdh" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/meeting_hall) +"seA" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt" + }, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 20; + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"seC" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southeast, +/area/navalis/indoors/residential/starboard) +"sfQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/server_room) +"sfT" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -2 + }, +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/jani) +"sga" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"sgE" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/primary_storage) +"shC" = ( +/turf/open/floor/darkpurple2/northeast, +/area/navalis/indoors/residential/starboard) +"siq" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob) +"siU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2/southeast, +/area/navalis/indoors/residential/port) +"sjh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/strata/east, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/mech_bay) +"sjw" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"sjy" = ( +/obj/structure/morgue, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/morgue) +"sjK" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/corsat/plate, +/area/navalis/oob) +"sjP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"skC" = ( +/obj/structure/blocker/invisible_wall, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/oob/water) +"sll" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"slo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"slR" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = -2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/break_room) +"slU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10; + pixel_x = 18 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"smb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/residential/landing_pad) +"smr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 4; + pixel_x = -2 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/middle) +"sms" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_22"; + name = "synthetic potted plant"; + pixel_y = 8 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"smG" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"smH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/outdoors/landing_zone_1) +"smL" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/head/beret/jan, +/obj/item/clothing/shoes/galoshes, +/obj/item/clothing/under/rank/janitor, +/turf/open/floor/almayer/black2, +/area/navalis/indoors/command/upper_deck/jani) +"smS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"snv" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/xeno_growth/residential) +"sow" = ( +/obj/structure/closet/secure_closet/fridge, +/obj/structure/sign/safety/refridgeration{ + pixel_y = -30 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/med_sci/break_room) +"soB" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_y = -1; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/prison/ramptop/east, +/area/navalis/outdoors/landing_zone_2) +"soG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"soQ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"soU" = ( +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"sph" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/walkway) +"spn" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/landing_zone_2) +"spt" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"spw" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate2/indestructible, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/plate, +/area/navalis/oob/water) +"spH" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/command/upper_deck/server) +"sqh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"sqk" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/northwest, +/area/navalis/indoors/residential/cafeteria) +"sqC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"sro" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"srB" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"ssv" = ( +/turf/open/floor/darkgreen2/west, +/area/navalis/indoors/residential/accessway) +"ssS" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = 31 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"stz" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"sud" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = -3; + pixel_x = -5 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 10; + pixel_y = 6 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/morgue) +"suf" = ( +/obj/structure/window/framed/hybrisa/colony/office, +/turf/open/floor/plating, +/area/navalis/indoors/command/tertiary_comms) +"suh" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"suq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/upper_deck/port) +"sur" = ( +/obj/structure/window/framed/hybrisa/colony/engineering/hull, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/refinery) +"suG" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/mech_bay) +"svf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"swb" = ( +/turf/open/floor/hybrisa/metal/orangeline/west, +/area/navalis/indoors/industrial/refinery) +"swd" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/chemical_store) +"swv" = ( +/obj/structure/platform_decoration/stone/strata/north, +/turf/open_space, +/area/navalis/indoors/xeno_growth/residential) +"swz" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"sxk" = ( +/turf/open/floor/half_plate/green/west, +/area/navalis/outdoors/landing_zone_1) +"sxo" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/server_room) +"sxy" = ( +/obj/structure/prop/server_equipment/broken, +/obj/structure/machinery/light, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"sxA" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/barrel/blue{ + layer = 4.2; + pixel_y = 5 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"sxT" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"syq" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"syv" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"syS" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/mech_bay) +"szk" = ( +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/storage) +"szt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/industrial/refinery) +"szy" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/taperecorder{ + pixel_y = -5; + pixel_x = -5 + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"sAw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"sAU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/com_ext/lower) +"sAX" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 2 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"sBJ" = ( +/obj/structure/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"sBY" = ( +/turf/open/floor/corsat/darkgreen/west, +/area/navalis/indoors/industrial/refinery) +"sBZ" = ( +/obj/structure/filtration/machine_64x96/sedementation, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"sCu" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"sCv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/navalis/indoors/residential/port) +"sCx" = ( +/obj/structure/prop/hybrisa/xenobiology/small/empty, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"sCA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/middle) +"sDb" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"sDf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"sDw" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/storage) +"sDy" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/microwave, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"sDP" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"sEC" = ( +/obj/structure/closet/crate, +/obj/item/tool/crowbar/tactical, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"sEF" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/accessway) +"sEW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/port) +"sFg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/west, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"sFj" = ( +/obj/structure/platform/metal/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"sFl" = ( +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/middle) +"sFJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_x = -1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"sFM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"sFW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"sGj" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"sGo" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2, +/obj/structure/machinery/firealarm{ + pixel_y = -30; + name = "medical emergency alarm" + }, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"sGq" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/effect/decal/hybrisa/trash{ + dir = 1; + icon_state = "trash_11" + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"sGW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/red/northeast, +/area/navalis/indoors/med_sci/upper_level/sec) +"sGY" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/entrance) +"sHa" = ( +/obj/structure/surface/table/almayer, +/obj/structure/sign/poster/safety{ + pixel_x = 5; + pixel_y = 32; + layer = 2.9 + }, +/obj/item/storage/belt/utility/full{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"sHk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2-8" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"sHu" = ( +/obj/structure/machinery/camera/autoname, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/residential/port) +"sHK" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/east, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"sId" = ( +/obj/structure/prop/resin_prop{ + icon_state = "sheater0" + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/accessway) +"sIn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"sIF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/corridor) +"sIH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"sIL" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 15; + layer = 3.8 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/upper_level/entrance) +"sIN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"sIO" = ( +/obj/structure/platform/metal/strata/north{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"sIP" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/med_sci/upper_level/corridor) +"sIY" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/flight) +"sJe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_x = 8 + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 1; + pixel_x = -10 + }, +/obj/structure/machinery/light, +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/med_sci/upper_level/flight) +"sJx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"sJB" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/dry_ramen{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/trash/snack_bowl{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/spawner/random/gun/smg/midchance, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/command_kitchen) +"sJD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/green_bigtile/northwest, +/area/navalis/indoors/command/tertiary_comms) +"sJO" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel/small_stack, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"sKf" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"sKk" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/blue, +/area/navalis/indoors/logistic/workshop) +"sKx" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/whitered/north, +/area/navalis/indoors/med_sci/main_floor) +"sKT" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + layer = 1.9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/foyer) +"sKU" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/exterior/log_ext/upper) +"sKX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"sLj" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"sLl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"sLn" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"sLT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/damaged2/southwest, +/area/navalis/indoors/logistic/primary_storage) +"sMa" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/navalis/outdoors/landing_zone_2) +"sMx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"sMM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"sMN" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/box/cups{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/tool/pen, +/obj/effect/landmark/map_item, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"sMY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods{ + pixel_x = -12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"sNb" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"sNg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/charon/surface_deck/main_deck) +"sNn" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/kitchen/knife, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"sNr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/starboard) +"sNz" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"sOL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"sPc" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sec) +"sPl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/tertiary_comms) +"sPx" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/indoors/charon/surface_deck/main_deck) +"sPI" = ( +/turf/closed/shuttle/ert{ + icon_state = "wy1" + }, +/area/navalis/oob/water) +"sPQ" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + pixel_y = 1; + layer = 2.5 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"sPU" = ( +/turf/open/floor/prison/blue/southeast, +/area/navalis/outdoors/landing_zone_1) +"sQb" = ( +/obj/structure/machinery/big_computers/messaging_server/white{ + icon_state = "comm_server_o_off" + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"sQo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"sQI" = ( +/obj/structure/machinery/door/airlock/almayer/generic, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/residential/kitchen) +"sQT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"sQV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"sRM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/log_ext/upper) +"sRX" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"sSq" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 13; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 4; + pixel_x = -14; + pixel_y = 16; + density = 0; + name = "pole signal"; + layer = 3 + }, +/obj/structure/sign/safety/west{ + pixel_x = 7; + pixel_y = 26 + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 11; + name = "Creature Hazard Warning"; + desc = "A warning that aquatic creatures have climbed on to this platform via the lattice support." + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/almayer/mono, +/area/navalis/outdoors/landing_zone_2) +"sSx" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"sSH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/med_sci/upper_level/corridor) +"sSM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#a57451" + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"sST" = ( +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"sTc" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"sTd" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"sTG" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/structure/machinery/big_computers/messaging_server/black, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/cent_com) +"sUN" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/maint) +"sVb" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"sVe" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + pixel_y = 28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/med_sci/records_room) +"sVG" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/port) +"sVH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/chemical_store) +"sVT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_y = 19 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"sWp" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northeast, +/area/navalis/indoors/residential/starboard) +"sWt" = ( +/obj/structure/stairs/multiz/down, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/industrial/mining) +"sXb" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"sXe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/cafeteria) +"sXp" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/trash/cigbutt{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"sXG" = ( +/obj/item/stack/rods{ + pixel_y = 14 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/landmark/crap_item, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"sYW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"sYZ" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"sZk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/residential/cafeteria) +"sZs" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/med_ext/upper) +"tag" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"tak" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"tal" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"tat" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/turf/open_space, +/area/navalis/indoors/charon/surface_deck/main_deck) +"tav" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"tay" = ( +/turf/open/floor/darkpurple2/east, +/area/navalis/indoors/residential/starboard) +"taO" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"taR" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"taX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/command_kitchen) +"tbG" = ( +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/plating/burnt_platingdmg3/west, +/area/navalis/indoors/med_sci/chemical_store) +"tbP" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + dir = 4; + unacidable = 1; + explo_proof = 1; + name = "Sector Two Blastdoors"; + id = "sector_two"; + needs_power = 0 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/power) +"tcf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/structure/bed/chair{ + pixel_y = 2; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"tcF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -6 + }, +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"tcG" = ( +/turf/open/floor/prison/greenblue, +/area/navalis/indoors/charon/below_deck/front) +"tcK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating, +/area/navalis/indoors/residential/access) +"tcZ" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"tdh" = ( +/turf/open/floor/prison/darkyellowfull2/east, +/area/navalis/indoors/industrial/mining) +"tec" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/upper_level/entrance) +"tel" = ( +/obj/structure/surface/rack, +/obj/item/prop{ + desc = "A blood bag with a hole in it. The rats must have gotten to it first."; + icon = 'icons/obj/items/bloodpack.dmi'; + icon_state = "bloodpack"; + name = "blood bag"; + pixel_x = -5; + pixel_y = 2; + layer = 2.8 + }, +/obj/item/prop{ + desc = "A blood bag with a hole in it. The rats must have gotten to it first."; + icon = 'icons/obj/items/bloodpack.dmi'; + icon_state = "bloodpack"; + name = "blood bag"; + pixel_x = -2; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/darkish, +/area/navalis/indoors/med_sci/upper_level/store) +"ter" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"teC" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"teI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"teJ" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/prison/whitegreencorner/east, +/area/navalis/indoors/med_sci/pharmacy) +"teL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/hand_labeler, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/device/defibrillator/synthetic/hyperdyne{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"teN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/chemical_store) +"tfA" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"tfC" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/botany/extractor{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"tfI" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/industrial/accessway) +"tgs" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_left, +/turf/open/floor/corsat/box, +/area/navalis/indoors/charon/below_deck/rear) +"thk" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/obj/structure/ladder{ + id = "north_charon"; + height = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"thC" = ( +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"thJ" = ( +/obj/effect/decal/cleanable/greenglow, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"tiQ" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"tjb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/chemical_store) +"tjz" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tjI" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"tkb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"tkI" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/prison/green, +/area/navalis/indoors/med_sci/upper_level/corridor) +"tkK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/meeting_hall) +"tlC" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = -6 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 9; + pixel_y = -8 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/command/cent_com) +"tlD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"tlY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"tmo" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"tmJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/command/cent_com) +"tmR" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"tmX" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"tny" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/command/cent_com) +"tnN" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"tnV" = ( +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"tnY" = ( +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/landing_zone_2) +"tov" = ( +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/command/starboard_hallway) +"tpb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tpe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"tpr" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"tpJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/port) +"tqc" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/navalis/indoors/med_sci/upper_level/entrance) +"tqK" = ( +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"tqV" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/server_room) +"tsq" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/pj/blue, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"tst" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"tsG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/sigma, +/area/navalis/indoors/industrial/refinery) +"ttc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"tty" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"ttA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/cameras{ + dir = 8; + layer = 3.1 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison/red/east, +/area/navalis/indoors/med_sci/upper_level/sec) +"ttN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"ttQ" = ( +/obj/structure/surface/rack, +/obj/item/storage/firstaid/adv/empty, +/obj/item/storage/firstaid/adv/empty, +/obj/item/storage/firstaid/fire/empty, +/obj/item/storage/firstaid/fire/empty, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"tuf" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = 5; + pixel_x = -5 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"tuv" = ( +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tuy" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_yellow" + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"tuU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = -19; + pixel_x = -11 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"tuZ" = ( +/turf/open/floor/prison/rampbottom/north, +/area/navalis/outdoors/comm_one) +"tvo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/port) +"tvY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/structure/machinery/door_control/navalis_command_lockdown{ + pixel_x = 30; + pixel_y = -23; + id = "comacc"; + name = "Command-Logistic Bridge Access"; + light_on = 1; + light_power = 2; + light_range = 3; + light_color = "#FFEFD2"; + needs_power = 0; + use_power = 0 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"twi" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"twr" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/starboard) +"tww" = ( +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"txw" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"txI" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/mech_bay) +"txX" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"tyb" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"tyf" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"tyk" = ( +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3{ + pixel_x = -2; + pixel_y = -6; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3{ + pixel_x = 10; + pixel_y = 15; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob) +"tyB" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -25; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"tAe" = ( +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"tAt" = ( +/turf/open_space, +/area/navalis/oob/empty_space) +"tAA" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/oob) +"tAM" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/west, +/area/navalis/indoors/command/office) +"tAO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"tAW" = ( +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 9 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/command/cent_com) +"tBk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_27"; + layer = 3.1; + pixel_x = -2; + pixel_y = 10 + }, +/obj/structure/sign/safety/bathunisex{ + pixel_x = 32 + }, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/port_hallway) +"tCs" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"tCu" = ( +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"tCF" = ( +/turf/open/floor/corsat/darkgreen/east, +/area/navalis/indoors/industrial/refinery) +"tCN" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4, +/obj/structure/stairs{ + dir = 8; + icon_state = "ramptop" + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"tCR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"tDd" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Medical Emergency Landing Zone" + }, +/turf/open/floor/almayer/redfull2, +/area/navalis/outdoors/landing_zone_1) +"tDi" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 8 + }, +/turf/open/floor/corsat/sterileplate, +/area/navalis/indoors/industrial/mining) +"tDl" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"tDM" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/starboard) +"tEc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 9; + pixel_y = -3 + }, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/red/east, +/area/navalis/indoors/med_sci/upper_level/sec) +"tEh" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio/headset{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/device/taperecorder{ + pixel_y = -5; + pixel_x = -5 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"tEk" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/starboard) +"tEz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/prison/darkbrown3, +/area/navalis/indoors/logistic/upper_deck/workshop) +"tEB" = ( +/obj/effect/decal/navalis/plate_edge/darker, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"tED" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"tEH" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/flight) +"tEK" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"tEN" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/roof_weedable, +/area/navalis/indoors/industrial/power) +"tGf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/meeting_hall) +"tGt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/item/paper/crumpled{ + pixel_x = 20 + }, +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"tGE" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/conduit) +"tHs" = ( +/turf/open/floor/darkredcorners2, +/area/navalis/indoors/residential/cafeteria) +"tHw" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"tHP" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/navalis/oob/empty_space) +"tHU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/mech_bay) +"tIn" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/exterior/com_ext/upper) +"tIB" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"tIJ" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/com_ext/upper) +"tIQ" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/platform/metal/strata, +/obj/structure/machinery/door/poddoor{ + explo_proof = 1; + needs_power = 0; + unacidable = 1; + name = "\improper Lockdown"; + emp_proof = 1; + dir = 4; + pixel_x = 32; + density = 0 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tJc" = ( +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4; + name = "broken attachment cable"; + color = "#353935" + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = -11; + name = "broken attachment cable"; + color = "#353935"; + pixel_x = 15 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"tJE" = ( +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/corridor) +"tJO" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/comm_one) +"tJP" = ( +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/log_ext/upper) +"tKh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + pixel_y = -21; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"tKj" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison/blue/north, +/area/navalis/outdoors/landing_zone_1) +"tKp" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/exterior/com_ext/upper) +"tKw" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/whitered/southwest, +/area/navalis/indoors/med_sci/storage) +"tKR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 1; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"tLf" = ( +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"tLz" = ( +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tMi" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"tMz" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"tMC" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/mid) +"tMZ" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/surg_two) +"tNa" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/upper_deck/entrance) +"tNB" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"tNH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/server_room) +"tNL" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"tNM" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southeast, +/area/navalis/outdoors/exterior/log_ext/upper) +"tNO" = ( +/obj/structure/platform/metal/almayer/west{ + pixel_x = -3 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"tOG" = ( +/obj/effect/landmark/static_comms/net_two, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + layer = 3.33 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"tOO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/charon/below_deck/middle) +"tOZ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"tPh" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -12 + }, +/obj/structure/prop/invuln/minecart_tracks{ + desc = "A pipe."; + dir = 4; + icon = 'icons/obj/pipes/pipes.dmi'; + icon_state = "intact"; + name = "Pipe"; + pixel_y = -12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/west, +/area/navalis/oob/powered) +"tPn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"tPA" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + locked = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/maintenance_starboard) +"tQj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/corsat/brown/north, +/area/navalis/indoors/industrial/mining) +"tQt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1 + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"tQB" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/item/trash/cigbutt{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"tQI" = ( +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/cafeteria) +"tQL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/dark{ + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"tQM" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#6d6558"; + layer = 2.01; + dir = 8; + pixel_y = -39; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/accessway) +"tQP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/command/upper_deck/server) +"tQR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/port_hallway) +"tRc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"tRj" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/darkpurple2/north, +/area/navalis/indoors/residential/starboard) +"tSo" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/starboard_hallway) +"tSs" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"tSv" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/west, +/area/navalis/indoors/residential/starboard) +"tSU" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full"; + color = "#b8b8b0" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"tTo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/shoes/brown{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"tTK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7"; + pixel_y = -10; + pixel_x = 12 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"tUe" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"tUr" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#6e272e"; + layer = 2.01; + pixel_y = -8; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"tUE" = ( +/obj/structure/stairs, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"tUO" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/ramptop, +/area/navalis/oob/water) +"tVG" = ( +/obj/item/ammo_magazine/flamer_tank, +/obj/item/ammo_magazine/flamer_tank, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/flamer_tank, +/obj/item/ammo_magazine/flamer_tank, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"tWd" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"tWB" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"tWQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"tXj" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"tXp" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/port) +"tXJ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"tXO" = ( +/obj/structure/prop/hybrisa/misc/floorprops/floorglass3, +/turf/open_space, +/area/navalis/outdoors/exterior/log_ext/upper) +"tYn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"tYo" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"tYA" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_y = 10 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"tYG" = ( +/obj/structure/platform/metal/strata/east, +/turf/open_space, +/area/navalis/indoors/command/upper_deck/starboard) +"tZi" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/trash/candle, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"tZy" = ( +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 9 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/aft_hallway) +"tZM" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = 7 + }, +/obj/item/trash/eat{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/command/conferance) +"uak" = ( +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"uav" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/green/west, +/area/navalis/indoors/med_sci/upper_level/entrance) +"uaB" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/machinery/meter, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"uaG" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"uaH" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"uaU" = ( +/obj/structure/lattice, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + color = "#9c97a3"; + explo_proof = 1; + unacidable = 1; + unslashable = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/spawner/random/tool, +/turf/open/hybrisa/street/underground_unweedable, +/area/navalis/indoors/med_sci/main_floor) +"ubd" = ( +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"ubg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"ubm" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_port) +"ubD" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"ubK" = ( +/turf/open/floor/darkblue2/southwest, +/area/navalis/indoors/residential/accessway) +"ucd" = ( +/obj/structure/machinery/squeezer, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"ucg" = ( +/obj/structure/platform/metal/strata, +/turf/closed/wall/mineral/bone_resin, +/area/navalis/oob) +"ucq" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"ucK" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/workshop) +"ucR" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"udB" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/exterior/log_ext/upper) +"udU" = ( +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"udV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/green/southeast, +/area/navalis/indoors/command/port_hallway) +"udW" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/navalis/oob/powered) +"ueK" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"ueN" = ( +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"ufa" = ( +/obj/structure/largecrate/empty{ + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"ufj" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"ufE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/med_sci/upper_level/flight) +"ufJ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"ufT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/office) +"ugd" = ( +/obj/structure/machinery/light, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northeast, +/area/navalis/indoors/residential/starboard) +"ugH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison/whitegreen/southeast, +/area/navalis/indoors/med_sci/upper_level/morgue) +"ugI" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"uiq" = ( +/turf/open/floor/hybrisa/metal/orangeline/east, +/area/navalis/indoors/industrial/accessway) +"uiu" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + pixel_x = 3 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/below_deck/rear) +"uiG" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"uiI" = ( +/turf/open_space, +/area/navalis/indoors/command/upper_deck/port) +"ujm" = ( +/turf/open/floor/prison/darkpurple2/southeast, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"ujw" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"ukC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 8; + pixel_x = -27 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/walkway) +"ukF" = ( +/obj/structure/machinery/computer/crew, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"ulJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3/east, +/area/navalis/indoors/logistic/upper_deck/workshop) +"ulU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"umo" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"umt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"umH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/box/bodybags, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/navalis/indoors/med_sci/upper_level/morgue) +"umW" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/structure/monorail{ + dir = 6; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"unv" = ( +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"unM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/north, +/area/navalis/oob/powered) +"unN" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"unR" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/obj/structure/platform/metal/stair_cut/strata_left, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/port) +"uor" = ( +/obj/structure/machinery/landinglight, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"uox" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"uoC" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"uoG" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_blue" + }, +/turf/open/floor/almayer/plate, +/area/navalis/indoors/residential/port) +"uoQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"uoV" = ( +/turf/open/floor/hybrisa/tile/greencorner_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"uqK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"uqN" = ( +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"urt" = ( +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"urO" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"urW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = 1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"urX" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northwest, +/area/navalis/outdoors/exterior/com_ext/upper) +"usc" = ( +/obj/structure/prop/oilrig/support_beam/red, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty, +/area/navalis/oob) +"usd" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/obj/structure/platform/stone/strata, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/xeno_growth/residential) +"usj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"usD" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"usZ" = ( +/obj/item/device/defibrillator{ + pixel_x = 11; + pixel_y = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitered/west, +/area/navalis/indoors/med_sci/main_floor) +"utx" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"utE" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"uuH" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/outdoors/comm_one) +"uve" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 15 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"uvu" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"uvz" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/navalis/outdoors/landing_zone_1) +"uvF" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco6/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"uvN" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 5 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"uvV" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"uvY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/red/west, +/area/navalis/indoors/med_sci/upper_level/sec) +"uwi" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = 10 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"uwl" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"uwJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"uxb" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/accessway) +"uxd" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/floor/almayer/plating, +/area/navalis/outdoors/landing_zone_1) +"uxt" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "vessellockdown"; + name = "PSV Charon - Vehicle Accessway"; + needs_power = 0; + unacidable = 1; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"uxH" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + icon_state = "flammable_pipe_3"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -26 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"uxP" = ( +/obj/structure/platform/metal/almayer/east{ + pixel_x = 4 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior/med_ext) +"uxQ" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/port) +"uyd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_x = -5 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"uyn" = ( +/obj/structure/bed/chair/office/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/navalis/indoors/logistic/upper_deck/office) +"uyV" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"uzP" = ( +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/command/upper_deck/server) +"uAA" = ( +/turf/open_space, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"uAE" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/briefcase{ + pixel_y = 6; + pixel_x = -1 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 17; + pixel_x = 16 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 11; + pixel_y = 3 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"uAM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1; + layer = 3.33 + }, +/obj/structure/platform_decoration/metal/almayer/north, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"uBg" = ( +/obj/structure/bed/roller/hospital, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"uBD" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/screwdriver, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"uBF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"uBJ" = ( +/obj/structure/machinery/meter{ + pixel_x = 29 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/corridor) +"uBL" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door{ + explo_proof = 1; + id = "industriallockdown"; + name = "Industrial Rig: Entrance Blastdoor"; + needs_power = 0; + unacidable = 1; + dir = 2; + desc = "This is shut tight. You will have to go to this rig's Command Centre, to the North, to lift this." + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/accessway) +"uCm" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"uCI" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"uCR" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"uDz" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + pixel_x = 32; + alpha = 220 + }, +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"uDE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"uDI" = ( +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"uEa" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/navalis/indoors/command/oft_duty_room) +"uEk" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 8 + }, +/turf/open/auto_turf/ice/layer2, +/area/navalis/oob/empty_space) +"uEm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"uEx" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/mech_bay) +"uET" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"uEV" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"uFg" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5/west, +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"uFs" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/meeting_hall) +"uFN" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/ramptop/east, +/area/navalis/oob/water) +"uFV" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/spawner/random/gun/smg/highchance, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"uGi" = ( +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/mech_bay) +"uGw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"uGy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 4 + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/green, +/area/navalis/indoors/command/aft_hallway) +"uGE" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"uGW" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/mining) +"uHB" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"uHG" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"uIh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"uIn" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"uIC" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/spawner/random/gun/pistol/highchance, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/navalis/indoors/command/oft_duty_room) +"uID" = ( +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/accessway) +"uIF" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/com_ext/upper) +"uIG" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"uIX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/heavyduty{ + icon_state = "1-2-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"uJa" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"uJp" = ( +/obj/structure/cargo_container/wy/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"uJK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/corsat/brown/east, +/area/navalis/indoors/industrial/mining) +"uJN" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"uJZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"uKm" = ( +/obj/structure/prop/resin_prop{ + icon_state = "closed_oxygen" + }, +/turf/open/floor/almayer, +/area/navalis/indoors/residential/kitchen) +"uKr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/cafeteria) +"uKv" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"uKC" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"uLa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/darkbrown3/west, +/area/navalis/indoors/logistic/upper_deck/workshop) +"uLc" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate3{ + dir = 4 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"uLk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"uLq" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"uLH" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/flower_vase/redwhiteflowers{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"uLK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3"; + pixel_x = 21; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 12 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"uMi" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + pixel_y = -14 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"uMs" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"uMy" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"uME" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"uML" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue, +/area/navalis/indoors/command/office) +"uMN" = ( +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"uMR" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal5"; + pixel_y = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/prison/ramptop, +/area/navalis/outdoors/landing_zone_2) +"uNg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/upper_deck/port) +"uNq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = -11 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"uNL" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 2; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"uNM" = ( +/obj/structure/platform/metal/almayer, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"uNP" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = -3; + pixel_x = 1 + }, +/obj/effect/spawner/random/pills/highchance, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/pharmacy) +"uNY" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"uOw" = ( +/obj/structure/prop/almayer/computers/mapping_computer, +/obj/structure/machinery/light{ + dir = 4; + invisibility = 101; + needs_power = 0 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"uPn" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"uPU" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"uQt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"uQz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"uQD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/office) +"uRf" = ( +/obj/structure/platform_decoration/metal/strata/east, +/obj/structure/platform_decoration/metal/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"uRI" = ( +/obj/structure/surface/rack, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"uRL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/machinery/meter{ + pixel_y = 32; + pixel_x = 29 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"uRO" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"uRZ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_y = -5; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"uSP" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/prison, +/area/navalis/outdoors/landing_zone_1) +"uSZ" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"uTb" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = -9; + pixel_x = -10; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 8; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/refinery) +"uTk" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"uTF" = ( +/obj/structure/machinery/cm_vending/sorted/boozeomat, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"uTJ" = ( +/turf/open/floor/prison/bright_clean2, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"uTP" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2; + pixel_x = 3 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + pixel_x = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"uUq" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/greenblue/northwest, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"uVg" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/main_floor) +"uVv" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/store) +"uVH" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/darkbrown2, +/area/navalis/indoors/logistic/upper_deck/office) +"uWu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 7 + }, +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"uWv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"uWC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"uXu" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"uYQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{ + pixel_y = 32 + }, +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/command/upper_deck/server) +"uZe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_x = 1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"uZk" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = -32 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"vah" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"vaw" = ( +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100 + }, +/obj/effect/alien/resin/sticky, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"vaA" = ( +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"vaN" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_13" + }, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"vaQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/green_bigtile, +/area/navalis/indoors/residential/cafeteria) +"vaX" = ( +/obj/item/stool{ + pixel_x = -11; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -1; + pixel_x = 3 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/ramptop/east, +/area/navalis/indoors/industrial/power) +"vbA" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"vbI" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/structure/machinery/sensortower{ + layer = 3.1 + }, +/obj/structure/machinery/light{ + dir = 1; + invisibility = 101; + pixel_x = 15 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"vce" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"vcH" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"vcL" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/pharmacy) +"vcU" = ( +/obj/structure/bed/chair/office/dark, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/morgue) +"vdn" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/port) +"vdv" = ( +/turf/open/floor/almayer/greenfull2, +/area/navalis/outdoors/exterior/med_ext/upper) +"vdF" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/navalis/indoors/residential/starboard) +"vej" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext) +"vet" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"veC" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 30 + }, +/obj/structure/noticeboard{ + pixel_y = 31; + icon_state = "notices_4"; + name = "sticky notes"; + pixel_x = -2 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"veD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2/northwest, +/area/navalis/indoors/residential/port) +"vfx" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/server) +"vfS" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"vgg" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/trash/tray{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"vgm" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/chemical_store) +"vgx" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"vgQ" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/chemical_store) +"vhb" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/outdoors/landing_zone_1) +"vhR" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_x = -10; + pixel_y = -9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"vih" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/starboard) +"viE" = ( +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/residential/cafeteria) +"viX" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/plating/kutjevo, +/area/navalis/outdoors/landing_zone_1) +"vjq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"vjO" = ( +/obj/effect/alien/resin/sticky, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"vkh" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"vkr" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"vkz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"vlf" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -7; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"vlu" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"vlF" = ( +/obj/structure/prop/broken_ladder, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"vmB" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/chemical_store) +"vmD" = ( +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"vmH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/platform_decoration/metal/almayer/east, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"vmL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/upper_deck/port) +"vmM" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitered/southeast, +/area/navalis/indoors/med_sci/main_floor) +"vmX" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"vnj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/north, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"vnG" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 8; + icon_state = "stop_decal5"; + pixel_x = -3; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"voa" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_x = 8 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -11 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue_plate/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"vpC" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"vpV" = ( +/obj/structure/surface/table/reinforced/cloth, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"vpZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"vqa" = ( +/obj/structure/stairs{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/sign/poster/wylogo{ + pixel_y = -32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/meeting_hall) +"vqb" = ( +/obj/structure/prop/resin_prop{ + icon_state = "bed" + }, +/turf/open/floor/hybrisa/wood/greywood, +/area/navalis/indoors/residential/starboard) +"vqh" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"vqi" = ( +/obj/vehicle/powerloader/jd{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"vqU" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/outdoors/exterior/log_ext/upper) +"vrt" = ( +/turf/open/floor/corsat/darkgreen, +/area/navalis/indoors/industrial/refinery) +"vrG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"vrW" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/kutjevo/grey/plate, +/area/navalis/outdoors/landing_zone_2) +"vse" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"vtz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/main_floor) +"vtB" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"vtP" = ( +/obj/structure/monorail{ + dir = 9; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + unacidable = 1; + explo_proof = 1 + }, +/obj/structure/platform_decoration/stone/strata/west, +/turf/open/auto_turf/ice/layer1, +/area/navalis/oob) +"vtT" = ( +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"vur" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/wirecutters{ + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/mech_bay) +"vuB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"vuK" = ( +/turf/open/floor/prison/whitegreencorner, +/area/navalis/indoors/med_sci/chemical_store) +"vuP" = ( +/obj/structure/sign/poster/music{ + pixel_x = -29; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/break_room) +"vvf" = ( +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/flight) +"vvg" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 15 + }, +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/navalis/indoors/logistic/upper_deck/entrance) +"vvo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"vvq" = ( +/obj/structure/surface/table/reinforced/cloth, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"vwH" = ( +/obj/structure/machinery/chem_master, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/pharmacy) +"vwN" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{ + req_one_access = null + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/starboard) +"vwR" = ( +/obj/item/tool/warning_cone{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/command/port_hallway) +"vwS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + layer = 3.33 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"vxj" = ( +/obj/structure/prop/oilrig/support_beam/brown{ + layer = 1.1 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"vyv" = ( +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"vyC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = -17; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"vyD" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/carpet/carpetblue, +/area/navalis/indoors/command/meeting_hall) +"vyJ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal5"; + pixel_y = -3; + color = "#FFFF00" + }, +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/prison/ramptop, +/area/navalis/outdoors/landing_zone_2) +"vyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"vzW" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5"; + pixel_y = -5; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"vAV" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -4; + pixel_x = -4 + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/command/director_office) +"vAW" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/colony{ + dir = 1; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/workshop) +"vBq" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "cargo_shutter_2" + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/primary_storage) +"vCg" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "blank_can_crushed"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/cans/bodaplus{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"vCk" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/item/trash/cigbutt{ + pixel_x = -1; + pixel_y = 17 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/bed/bedroll{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"vCp" = ( +/obj/structure/cargo_container/lockmart/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"vCD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/meeting_hall) +"vCM" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"vDc" = ( +/turf/open/floor/corsat/darkgreencorner/north, +/area/navalis/indoors/industrial/refinery) +"vDZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_x = -1; + pixel_y = 2 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"vEh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"vEp" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/binoculars/range/designator{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"vEL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"vEQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/command/tertiary_comms) +"vEV" = ( +/obj/structure/disposalpipe/junction{ + dir = 2; + icon_state = "pipe-y" + }, +/obj/structure/cable/heavyduty{ + icon_state = "2-4" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"vFs" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"vFB" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3"; + pixel_x = 5; + pixel_y = 21; + layer = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"vGh" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/upper_deck/office) +"vGp" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"vHk" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_starboard) +"vHm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"vHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"vIh" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"vIi" = ( +/obj/structure/disposalpipe/segment{ + dir = 2; + icon_state = "pipe-c" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/log_ext/upper) +"vII" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/obj/item/trash/ceramic_plate{ + pixel_x = -2; + pixel_y = -4 + }, +/obj/item/trash/ceramic_plate{ + pixel_y = 5 + }, +/turf/open/floor/freezerfloor, +/area/navalis/indoors/residential/kitchen) +"vIV" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"vIX" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 31 + }, +/obj/item/trash/eat{ + pixel_x = 10; + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/black2/east, +/area/navalis/indoors/med_sci/records_room) +"vJe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/command/tertiary_comms) +"vJx" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = -32; + pixel_x = 16 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/foyer) +"vKb" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/effect/landmark/crap_item, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/navalis/indoors/residential/port) +"vKk" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_x = 9; + pixel_y = 10; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"vKt" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -16; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6"; + pixel_y = 15; + pixel_x = 15; + color = "#FFFF00" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + pixel_y = -13; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"vKO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"vLA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"vLB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 12 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"vMo" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/empty/navalis/dig, +/area/navalis/oob/water/far) +"vNf" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/navalis/indoors/command/tertiary_comms) +"vNq" = ( +/turf/open/floor/prison/darkpurple2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"vOr" = ( +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"vOX" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/oft_duty_room) +"vPi" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"vPA" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"vPB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -4 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"vPV" = ( +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"vQa" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"vQo" = ( +/obj/structure/prop/resin_prop{ + dir = 8; + icon_state = "chair" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/navalis/indoors/residential/starboard) +"vQv" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"vQz" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"vQF" = ( +/turf/open/floor/half_plate/green, +/area/navalis/outdoors/landing_zone_1) +"vQI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 1; + pixel_x = -6 + }, +/turf/open/floor/prison/blue, +/area/navalis/indoors/command/cent_com) +"vQY" = ( +/turf/open/floor/corsat/browncorner/west, +/area/navalis/indoors/industrial/refinery) +"vRG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"vRQ" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#b54b3d" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#b54b3d" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#b54b3d" + }, +/turf/open/floor/hybrisa/carpet/carpetreddeco, +/area/navalis/indoors/residential/starboard) +"vSb" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/navalis/indoors/command/tertiary_comms) +"vSh" = ( +/obj/structure/prop/turbine, +/obj/structure/prop/turbine_extras/border, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"vSN" = ( +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"vTk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/sign/safety/maint{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/command/aft_hallway) +"vTx" = ( +/turf/open/floor/hybrisa/tile/green_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"vTC" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"vTG" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/donut_box/empty, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"vTJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/closed/wall/hybrisa/colony, +/area/navalis/indoors/industrial/refinery) +"vTT" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/obj/structure/monorail{ + dir = 8; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"vUx" = ( +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/cafeteria) +"vUE" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/accessway) +"vUO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"vVA" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/power) +"vVQ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/com_ext) +"vVS" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"vVW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"vVY" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/cent_com) +"vWb" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"vWA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 24; + pixel_x = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"vXh" = ( +/obj/structure/platform/metal/strata{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"vXG" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 9; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"vXY" = ( +/obj/structure/platform/metal/strata/north, +/obj/item/lightstick/red/planted{ + pixel_y = 15; + pixel_x = 16; + layer = 4.11 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_2) +"vZl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"vZx" = ( +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"vZH" = ( +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/plating, +/area/navalis/indoors/industrial/accessway) +"vZQ" = ( +/turf/open/floor/prison/darkpurple2/northeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"waw" = ( +/obj/effect/decal/medical_decals{ + icon_state = "docstripingdir"; + color = "#d3d3d3"; + dir = 8 + }, +/obj/structure/sign/safety/medical{ + pixel_x = 40; + pixel_y = 32 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/prison/whitegreen/northeast, +/area/navalis/indoors/med_sci/foyer) +"waE" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"waU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/greencorner_bigtile, +/area/navalis/indoors/residential/cafeteria) +"waV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 6; + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"wbf" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/road/lines1, +/obj/structure/bed/bedroll{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"wbk" = ( +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/middle) +"wbp" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 1; + pixel_y = -4; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/cent_com) +"wbq" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/tool/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/med_sci/break_room) +"wbB" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"wbQ" = ( +/obj/effect/hybrisa/misc/fake/pipes/pipe2, +/turf/open/floor/corsat, +/area/navalis/indoors/industrial/mining) +"wbT" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/structure/bed/bedroll{ + dir = 1; + layer = 6; + pixel_y = 16 + }, +/obj/item/trash/chips, +/turf/open/floor/hybrisa/carpet/carpetblack, +/area/navalis/indoors/command/conferance) +"wcs" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 1; + icon_state = "stop_decal5"; + pixel_y = 2; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/accessway) +"wcw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/med_sci/records_room) +"wcW" = ( +/obj/structure/cargo_container/lockmart/right, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"wdt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"wey" = ( +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"weH" = ( +/obj/item/tool/surgery/retractor, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/surgery/synthgraft{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/structure/machinery/meter{ + pixel_y = 3; + pixel_x = 30 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/surg_one) +"weK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"weN" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1{ + dir = 4; + layer = 2.1 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"weR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"weX" = ( +/obj/structure/platform/metal/strata, +/obj/structure/platform/metal/strata/west{ + layer = 2.5 + }, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"wfg" = ( +/obj/structure/bed/roller, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 18; + dir = 1 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/med_sci/foyer) +"wfq" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"wfG" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"wfQ" = ( +/obj/structure/machinery/light, +/turf/open/floor/darkpurple2, +/area/navalis/indoors/residential/cafeteria) +"wgF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/residential/cafeteria) +"wgP" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/storage/firstaid/adv{ + pixel_y = -2; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"whg" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/indoors/charon/surface_deck/main_deck) +"whj" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"wik" = ( +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"wiV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"wiY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod, +/area/navalis/oob/powered) +"wjJ" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/cafeteria) +"wjM" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/south, +/area/navalis/indoors/residential/port) +"wjO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/port) +"wjT" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/cent_com) +"wkl" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full"; + pixel_y = 13 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"wkm" = ( +/turf/open/floor/prison/darkbrowncorners2/east, +/area/navalis/indoors/logistic/primary_storage) +"wkp" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/navalis/indoors/residential/port) +"wkL" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/bathroom) +"wkU" = ( +/turf/open/floor/corsat/red, +/area/navalis/indoors/industrial/refinery) +"wlA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/tool/surgery/cautery{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/upper_level/morgue) +"wlJ" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"wmy" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"wmM" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"wmZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"wnl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/darkpurplecorners2/north, +/area/navalis/oob/powered) +"wnA" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/obj/structure/barricade/handrail/medical{ + dir = 1 + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/foyer) +"wnE" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"wnM" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/navalis/indoors/command/upper_deck/port) +"wnO" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/navalis/indoors/residential/cafeteria) +"woi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/cargo_container/hd/mid, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"wom" = ( +/obj/structure/cargo_container/kelland/left, +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"won" = ( +/obj/structure/prop/resin_prop{ + icon_state = "densecrate" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"woo" = ( +/obj/structure/machinery/photocopier/wyphotocopier{ + pixel_y = 6; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"woE" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"woT" = ( +/obj/effect/decal/navalis/plate_edge/darker{ + dir = 1 + }, +/turf/open/floor/corsat/sterileplate, +/area/navalis/indoors/industrial/mining) +"wpF" = ( +/obj/structure/prop/resin_prop{ + icon_state = "barrel_yellow" + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/residential/accessway) +"wqb" = ( +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/starboard) +"wqz" = ( +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"wqO" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/healthanalyzer, +/obj/item/device/healthanalyzer, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/whitered/southeast, +/area/navalis/indoors/med_sci/storage) +"wqX" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -1; + layer = 3.8 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"wrc" = ( +/obj/structure/machinery/microwave, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"wrw" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"wrA" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/indoors/industrial/mining) +"wrT" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/hybrisa/fakeplatforms/platform4{ + dir = 8 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/obj/structure/blocker/invisible_wall, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"wso" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + dir = 4; + icon_state = "stop_decal5"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -7; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"wst" = ( +/obj/effect/alien/weeds, +/obj/structure/machinery/light{ + invisibility = 101; + light_color = "#680b62"; + needs_power = 0; + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/oob/powered) +"wsA" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/charon/below_deck/front) +"wsE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12; + pixel_x = 11 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"wsJ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/turf/open_space, +/area/navalis/oob/empty_space) +"wsK" = ( +/turf/open/floor/hybrisa/tile/greencorner_bigtile/north, +/area/navalis/indoors/residential/cafeteria) +"wtv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/structure/platform/metal/almayer, +/obj/structure/machinery/colony_floodlight/navalis_wall_light{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"wtJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"wtW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"wud" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"wuf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4{ + icon_state = "hybrisaplatform_broken"; + density = 0 + }, +/obj/structure/platform/metal/hybrisa/metalplatform4/west{ + icon_state = "hybrisaplatform_broken"; + density = 0 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"wus" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + dir = 4; + unacidable = 1; + explo_proof = 1; + name = "Sector Three Blastdoors"; + id = "sector_three"; + needs_power = 0 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/refinery) +"wuS" = ( +/obj/effect/acid_hole{ + explo_proof = 1 + }, +/turf/closed/shuttle/lifeboat, +/area/navalis/oob/water) +"wuV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"wve" = ( +/obj/structure/machinery/camera/autoname{ + dir = 1; + network = list("interrogation") + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/port) +"wvu" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"wvv" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/charon/surface_deck/forecastle_deck) +"wvz" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 8; + pixel_x = 14 + }, +/obj/structure/prop/invuln/overhead_pipe{ + icon_state = "intact"; + color = "#a6aeab"; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + layer = 3.2; + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"wvA" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/floor/plating/catwalk/grate/net, +/area/navalis/outdoors/landing_zone_2) +"wvT" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/logistic/workshop) +"wwG" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/obj/structure/machinery/power/apc/power/east, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/northeast, +/area/navalis/indoors/command/cent_com) +"wxd" = ( +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/oob) +"wxI" = ( +/obj/structure/bed/chair{ + pixel_y = -1; + dir = 8; + pixel_x = 9 + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/on_duty) +"wxU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth) +"wyf" = ( +/obj/structure/sign/poster/safety{ + pixel_y = 3; + pixel_x = -27 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"wyg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 4 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"wyn" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"wyt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"wyV" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body{ + pixel_y = 6; + pixel_x = -10 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/navalis/indoors/logistic/primary_storage) +"wza" = ( +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/ind_ext) +"wzY" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"wzZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_x = -1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"wAj" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/prison/whitered/northeast, +/area/navalis/indoors/med_sci/main_floor) +"wAn" = ( +/turf/open/floor/prison/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"wAM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"wAO" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"wAT" = ( +/obj/structure/prop/turbine{ + layer = 6; + explo_proof = 0 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + icon_state = "flammable_pipe_3"; + pixel_x = 5; + pixel_y = -6; + layer = 4 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + icon_state = "flammable_pipe_3"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6; + pixel_x = -26 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/mining) +"wBd" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/med_sci/upper_level/corridor) +"wCn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/prison/green/northwest, +/area/navalis/indoors/med_sci/upper_level/corridor) +"wCC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"wCD" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open_space, +/area/navalis/oob/empty_space) +"wDq" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_y = 6 + }, +/obj/structure/barricade/wooden{ + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/starboard) +"wDw" = ( +/obj/structure/machinery/light, +/turf/open/floor/prison/redfull, +/area/navalis/indoors/med_sci/main_floor) +"wDQ" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/west, +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"wEe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod/north, +/area/navalis/oob/powered) +"wEk" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/science_lower_entrance) +"wEn" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 1 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"wEu" = ( +/obj/structure/barricade/handrail/strata/navalis, +/turf/open/floor/prison/whitegreen/southwest, +/area/navalis/indoors/med_sci/upper_level/entrance) +"wEH" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 6; + pixel_x = -7 + }, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/sign/banners/united_americas_flag_worn{ + pixel_y = 27; + pixel_x = 9 + }, +/turf/open/floor/hybrisa/wood, +/area/navalis/indoors/residential/accessway) +"wFn" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"wFw" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + pixel_y = 6; + pixel_x = 16 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.5; + level = 3; + pixel_y = 19; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_1{ + pixel_y = -5; + pixel_x = 16 + }, +/obj/structure/prop/ice_colony/dense/planter_box{ + pixel_y = -5; + name = "surface support"; + layer = 1.5; + pixel_x = 16 + }, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + layer = 4.2; + pixel_y = 10; + pixel_x = 16 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + pixel_y = 19; + pixel_x = 16 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"wFA" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17 + }, +/turf/open/floor/prison/green/southwest, +/area/navalis/indoors/command/starboard_hallway) +"wFS" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"wGq" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"wHk" = ( +/turf/closed/wall/r_wall/prison_unmeltable, +/area/navalis/oob/water) +"wHp" = ( +/obj/structure/closet/secure_closet/personal/patient{ + name = "morgue closet" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/morgue) +"wHx" = ( +/turf/open/floor/half_plate/green/north, +/area/navalis/outdoors/landing_zone_1) +"wHW" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/command/upper_deck/starboard) +"wIw" = ( +/obj/effect/landmark/lv624/fog_blocker/infinite, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water/far) +"wIx" = ( +/turf/open/floor/roof_weedable/outerhull_dir/northeast, +/area/navalis/indoors/industrial/accessway) +"wIJ" = ( +/obj/item/paper/crumpled{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/flight) +"wJg" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/logistic/upper_deck/entrance) +"wJv" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/effect/landmark/crap_item, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/workshop) +"wJI" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + pixel_x = 32; + alpha = 220 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -4; + layer = 3.3; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"wJJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/command/cent_com) +"wJR" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"wKn" = ( +/obj/structure/prop/resin_prop{ + icon_state = "chair" + }, +/turf/open/floor/hybrisa/carpet/carpetbeige, +/area/navalis/indoors/residential/port) +"wKz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"wMa" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"wMl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"wMn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/primary_storage) +"wMw" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"wMI" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent5" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"wMV" = ( +/obj/item/stack/rods{ + pixel_x = -12 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"wNb" = ( +/obj/structure/coatrack{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/item/clothing/suit/storage/CMB/trenchcoat{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_11" + }, +/turf/open/floor/prison/whitegreen/west, +/area/navalis/indoors/med_sci/chemical_store) +"wNe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"wOL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave, +/turf/open/floor/hybrisa/tile/tilelightbeige, +/area/navalis/indoors/command/command_kitchen) +"wPg" = ( +/turf/open/floor/half_plate/green/east, +/area/navalis/outdoors/landing_zone_1) +"wPh" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/northeast, +/area/navalis/indoors/residential/cafeteria) +"wPk" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"wPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/navalis/indoors/residential/port) +"wPK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/science_lower_entrance) +"wPY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/kitchen) +"wQe" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/obj/item/card/id/captains_spare{ + access = list(213); + name = "Site Director's Spare Access Card"; + desc = "The spare ID of NP-13's Site Director. They must have dropped it during the evacuation."; + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"wQL" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 1; + layer = 4; + pixel_x = -5 + }, +/obj/structure/sign/safety/maint{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/prison/whitered, +/area/navalis/indoors/med_sci/storage) +"wQV" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/spawner/random/gun/smg/highchance, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/red/northeast, +/area/navalis/indoors/command/security) +"wQY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"wRq" = ( +/turf/open/floor/corsat/redcorner, +/area/navalis/indoors/industrial/refinery) +"wSm" = ( +/obj/structure/bed/chair, +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 18; + pixel_x = 1 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/break_room) +"wSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/aft_hallway) +"wTv" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"wTK" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/east, +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"wTU" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-4" + }, +/obj/structure/pipes/standard/manifold/hidden/dark, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/power) +"wVD" = ( +/obj/structure/sign/nosmoking_1{ + layer = 2.8; + pixel_x = 33 + }, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/break_room) +"wVU" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8"; + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"wWN" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1; + pixel_y = 20 + }, +/turf/open/floor/almayer/black/west, +/area/navalis/indoors/med_sci/records_room) +"wWR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/west, +/obj/structure/platform/metal/hybrisa/metalplatform2, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"wXw" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/blocker/forcefield/human{ + dir = 4; + invisibility = 101 + }, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz1) +"wXy" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 5 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"wXG" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/command/office) +"wXL" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 12; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"wYb" = ( +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1; + layer = 1.9 + }, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only/lz2) +"wYr" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/upper_deck/starboard) +"wZl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"wZq" = ( +/obj/structure/machinery/optable, +/obj/item/tank/anesthetic, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/surg_one) +"wZt" = ( +/obj/structure/barricade/handrail/wire{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 14; + pixel_x = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_port) +"wZv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5; + pixel_y = -1; + pixel_x = -2 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/power) +"wZS" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"xax" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = 3; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"xaQ" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/main_floor) +"xaS" = ( +/turf/closed/wall/strata_outpost/reinforced/hull{ + name = "PSV Charon" + }, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"xbb" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/navalis/indoors/residential/port) +"xbl" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles, +/area/navalis/indoors/logistic/upper_deck/workshop) +"xbF" = ( +/obj/structure/barricade/handrail/strata/navalis, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"xbT" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/navalis/indoors/logistic/upper_deck/workshop) +"xcl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + pixel_y = 1; + pixel_x = -6 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"xcn" = ( +/obj/structure/machinery/fuelcell_recycler, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/power) +"xcx" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + pixel_x = 32; + alpha = 220 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 8; + pixel_y = 11 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"xcN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/almayer/plating, +/area/navalis/indoors/command/aft_hallway) +"xdp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/starboard) +"xdq" = ( +/obj/structure/monorail{ + dir = 10; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + explo_proof = 1; + unacidable = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8 + }, +/turf/open_space, +/area/navalis/oob/empty_space) +"xdL" = ( +/obj/structure/cargo_container/watatsumi/mid, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"xec" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe, +/area/navalis/outdoors/comm_one) +"xeg" = ( +/obj/structure/platform/stone/strata/west, +/obj/structure/platform_decoration/stone/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"xep" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/corsat, +/area/navalis/indoors/logistic/maintenance_port) +"xeq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_x = 18; + pixel_y = 10 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"xeD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/turf/open_space, +/area/navalis/indoors/residential/landing_pad) +"xeH" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/navalis/indoors/command/tertiary_comms) +"xeX" = ( +/obj/structure/platform/metal/almayer, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"xfb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 8; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"xfp" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_2"; + pixel_y = 28; + name = "Cargo Shutter" + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"xfF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform2/east, +/obj/structure/platform/metal/hybrisa/metalplatform2, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/comm_one) +"xge" = ( +/turf/open/floor/prison/ramptop/north, +/area/navalis/outdoors/landing_zone_2) +"xgg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/plating_catwalk/prison/dark, +/area/navalis/indoors/industrial/refinery) +"xhi" = ( +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"xhm" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"xhx" = ( +/obj/structure/janitorialcart, +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/almayer/black2, +/area/navalis/indoors/command/upper_deck/jani) +"xic" = ( +/obj/item/stack/rods{ + pixel_y = 12; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"xiC" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"xiS" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"xje" = ( +/obj/structure/surface/rack, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/obj/item/clothing/mask/gas/swat, +/turf/open/floor/prison/red/southwest, +/area/navalis/indoors/med_sci/upper_level/sec) +"xjq" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + pixel_y = 23; + density = 0 + }, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_starboard) +"xjt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/east, +/area/navalis/indoors/command/office) +"xjC" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/maintenance_starboard) +"xjJ" = ( +/obj/structure/platform/metal/strata/north, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/entrance) +"xjO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_square" + }, +/obj/structure/machinery/floodlight, +/obj/structure/machinery/light/small, +/turf/open/floor/hybrisa/tile/green_bigtile/southwest, +/area/navalis/indoors/command/tertiary_comms) +"xjV" = ( +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/science_lower_entrance) +"xjZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/maintenance_port) +"xkd" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"xkt" = ( +/obj/structure/platform/stone/strata/north, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/indoors/xeno_growth/residential) +"xkz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"xkK" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/entrance) +"xli" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"xlA" = ( +/obj/effect/decal/hybrisa/workers_decal{ + dir = 4 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = -9; + pixel_x = -1; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/outdoors/landing_zone_2) +"xlX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2"; + pixel_y = 11; + pixel_x = 6 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/com_ext/upper) +"xmI" = ( +/obj/structure/prop/resin_prop{ + icon_state = "rack" + }, +/turf/open/floor/hybrisa/carpet/carpetpatternblue, +/area/navalis/indoors/residential/starboard) +"xmK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/navalis/indoors/residential/starboard) +"xnn" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/north, +/area/navalis/indoors/residential/starboard) +"xnq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/navalis/indoors/command/command_kitchen) +"xnz" = ( +/turf/open/floor/prison/ramptop, +/area/navalis/indoors/industrial/power) +"xnU" = ( +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water/far) +"xnW" = ( +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/log_ext/upper) +"xog" = ( +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"xor" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco4/north, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/starboard) +"xoQ" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4; + pixel_x = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/navalis/oob/powered) +"xoZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/tunnel/maint_tunnel/hybrisa{ + pixel_y = 7 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"xpa" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/maintenance_starboard) +"xpj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = -8; + pixel_x = -4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"xqc" = ( +/obj/structure/sign/poster{ + icon_state = "poster67"; + pixel_y = 33 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 11; + pixel_x = -3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"xqd" = ( +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/logistic/primary_storage) +"xqz" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/entrance) +"xqB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/logistic/upper_deck/entrance) +"xqE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"xqG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/pipes/standard/simple/visible/purple, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"xqZ" = ( +/obj/structure/sign/poster/safety{ + pixel_x = -28; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/logistic/maintenance_starboard) +"xri" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"xrG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/logistic/workshop) +"xrO" = ( +/obj/structure/prop/resin_prop{ + icon_state = "secure_crate_strapped" + }, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/industrial/mining) +"xrQ" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/alienjar, +/obj/effect/landmark/objective_landmark/science, +/obj/item/paper{ + pixel_x = -10; + pixel_y = 6 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"xsd" = ( +/obj/structure/machinery/door_control{ + id = "cargo_shutter_3"; + pixel_y = 28; + name = "Cargo Shutter" + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/log_ext) +"xse" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/comm_one) +"xsw" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"xsM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/shuttle/escapepod, +/area/navalis/oob/powered) +"xsQ" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/biege/west, +/area/navalis/indoors/residential/cafeteria) +"xtk" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"xua" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"xub" = ( +/obj/structure/machinery/chem_simulator, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"xut" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 1; + pixel_y = 32 + }, +/obj/structure/sign/safety/hazard{ + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/main_floor) +"xux" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_port) +"xuB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/camera/autoname, +/turf/open/floor/prison/whitegreen/northwest, +/area/navalis/indoors/med_sci/surg_two) +"xuP" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate4{ + dir = 4 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"xwe" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/navalis/indoors/logistic/primary_storage) +"xwh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/east, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"xwz" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/southeast, +/area/navalis/indoors/logistic/mech_bay) +"xwC" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/structure/pipes/standard/simple/visible/purple{ + dir = 4 + }, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"xxV" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1 + }, +/turf/open/floor/hybrisa/wood/blackwood, +/area/navalis/indoors/residential/port) +"xyE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open_space, +/area/navalis/indoors/industrial/mining) +"xzg" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"xzj" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/floor/prison/ramptop/north, +/area/navalis/outdoors/landing_zone_2) +"xzB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/surg_one) +"xzN" = ( +/obj/structure/machinery/big_computers/messaging_server/white{ + icon_state = "comm_server" + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"xzO" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = 13 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomleft"; + color = "#d3d3d3" + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = 30 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_12"; + pixel_x = 10; + pixel_y = 2; + layer = 3.6 + }, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/foyer) +"xzT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sec) +"xzX" = ( +/obj/structure/prop/resin_prop{ + icon_state = "case" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"xAd" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalbottomright"; + color = "#d3d3d3" + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/prison/whitegreenfull, +/area/navalis/outdoors/landing_zone_1) +"xAk" = ( +/obj/structure/surface/table/reinforced/cloth{ + color = "#712215" + }, +/obj/item/tool/kitchen/utensil/knife{ + pixel_x = -2 + }, +/obj/item/tool/kitchen/utensil/fork, +/turf/open/floor/plating, +/area/navalis/indoors/residential/cafeteria) +"xAm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/almayer/greenfull2, +/area/navalis/indoors/residential/landing_pad) +"xAK" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco5, +/turf/open/floor/plating/catwalk/grate/lattice, +/area/navalis/outdoors/exterior_xeno_only) +"xAN" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -2 + }, +/obj/item/tool/weldingtool/empty{ + pixel_x = 10 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/command/port_hallway) +"xAW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 15 + }, +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/obj/effect/landmark/ert_spawns/groundside_xeno, +/obj/effect/landmark/xeno_hive_spawn, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"xBJ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/foyer) +"xBR" = ( +/turf/open/floor/prison/blue/northeast, +/area/navalis/outdoors/landing_zone_1) +"xBU" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered/blue, +/area/navalis/indoors/residential/kitchen) +"xCd" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/ramptop/north, +/area/navalis/oob/water) +"xCk" = ( +/obj/structure/machinery/vending/coffee{ + density = 0; + pixel_y = 16; + layer = 4 + }, +/turf/open/floor/prison/green/north, +/area/navalis/indoors/command/port_hallway) +"xDb" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_y = 18; + pixel_x = -4 + }, +/turf/open/floor/prison/floorscorched2, +/area/navalis/indoors/logistic/primary_storage) +"xDk" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/west, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2, +/obj/effect/hybrisa/misc/fake/pipes/pipe2{ + dir = 4 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/med_sci/maintenance_port) +"xDC" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/residential/port) +"xDU" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6/east, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"xDV" = ( +/obj/structure/prop/resin_prop{ + dir = 4; + icon_state = "chair" + }, +/turf/open/floor/corsat/officesquares, +/area/navalis/indoors/residential/kitchen) +"xDX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/dark{ + dir = 4 + }, +/turf/open/floor/corsat/arrow_east, +/area/navalis/indoors/industrial/refinery) +"xEC" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/turf/open_space, +/area/navalis/oob/empty_space) +"xED" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/north, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"xEF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/port) +"xFa" = ( +/obj/effect/decal/cleanable/blood/gibs/robot{ + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/navalis/indoors/residential/accessway) +"xFk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/navalis/indoors/charon/below_deck/rear) +"xFw" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass{ + dir = 1; + autoname = 1; + name = "\improper Airlock"; + req_one_access = null; + req_access = null + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/logistic/upper_deck/workshop) +"xFG" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/strata/multi_tiles/southwest, +/area/navalis/indoors/command/upper_deck/starboard) +"xFO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/darkred2, +/area/navalis/indoors/residential/cafeteria) +"xFT" = ( +/obj/structure/curtain/colorable_transparent{ + color = "#788685"; + layer = 3.2; + pixel_x = 32; + alpha = 220 + }, +/obj/structure/barricade/wooden{ + dir = 4; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/floor_plate, +/area/navalis/indoors/command/office) +"xFU" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/floor/prison/greenfull/east, +/area/navalis/indoors/charon/surface_deck/main_deck) +"xGN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/industrial/mining) +"xHe" = ( +/obj/structure/barricade/handrail/medical, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/whitegreen/east, +/area/navalis/indoors/med_sci/main_floor) +"xHp" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -7; + pixel_y = 12; + layer = 3.6 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = 9; + pixel_y = 19; + density = 0 + }, +/obj/item/trash/crushed_cup{ + layer = 3.7; + pixel_x = 8; + pixel_y = 25 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/almayer/blackfull2, +/area/navalis/indoors/med_sci/records_room) +"xHE" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_x = -2; + pixel_y = -23 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_starboard) +"xHJ" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/industrial/refinery) +"xHO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4, +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/red/planted{ + pixel_y = 13 + }, +/obj/structure/monorail{ + dir = 1; + name = "support beam"; + desc = "Do you think the bugs are using these to move around this rig?"; + layer = 0.8 + }, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"xHP" = ( +/turf/open/floor/plating/platingdmg1, +/area/navalis/indoors/med_sci/chemical_store) +"xHX" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/logistic/workshop) +"xIn" = ( +/obj/item/circuitboard/machine/rdserver{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/almayer/tcomms, +/area/navalis/indoors/command/upper_deck/server) +"xIv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/primary_storage) +"xJw" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1; + layer = 3.1; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/plating, +/area/navalis/indoors/command/maintenance_starboard) +"xKm" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/auto_turf/snow/brown_base/layer0/seabed, +/area/navalis/outdoors/exterior/ind_ext) +"xKv" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 16; + pixel_y = -15 + }, +/turf/closed/wall/strata_outpost, +/area/navalis/indoors/charon/below_deck/middle) +"xKV" = ( +/turf/open/floor/prison/greenblue/southwest, +/area/navalis/indoors/charon/below_deck/front) +"xLq" = ( +/obj/structure/barricade/handrail{ + dir = 4 + }, +/turf/open/floor/prison, +/area/navalis/indoors/logistic/upper_deck/entrance) +"xLL" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/command/tertiary_comms) +"xLS" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata/navalis{ + dir = 1 + }, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"xMs" = ( +/obj/vehicle/powerloader, +/turf/open/floor/mech_bay_recharge_floor, +/area/navalis/indoors/logistic/mech_bay) +"xMJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/navalis/indoors/logistic/upper_deck/office) +"xMM" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/whitegreen, +/area/navalis/indoors/med_sci/chemical_store) +"xMW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/navalis/indoors/residential/cafeteria) +"xNd" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open_space, +/area/navalis/indoors/logistic/primary_storage) +"xNk" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_overlay/ocean, +/area/navalis/oob/water) +"xNo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/navalis/indoors/residential/cafeteria) +"xNp" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/pink, +/area/navalis/indoors/residential/starboard) +"xNr" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/navalis/indoors/logistic/upper_deck/maint) +"xNu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5 + }, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"xPr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/remains/robot{ + pixel_y = -7 + }, +/obj/structure/platform/metal/strata/west, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/corsat/officetiles, +/area/navalis/indoors/logistic/primary_storage) +"xPy" = ( +/obj/structure/platform/stone/strata, +/obj/structure/platform/stone/strata/west, +/turf/open_space, +/area/navalis/oob/empty_space) +"xPH" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{ + pixel_y = 5; + pixel_x = -4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/blue, +/area/navalis/indoors/command/cent_com) +"xQv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"xQA" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate4, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"xQF" = ( +/obj/structure/platform/metal/almayer/north, +/obj/structure/platform/metal/almayer/east, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"xRd" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + pixel_y = -31 + }, +/turf/open/floor/prison/greenblue/west, +/area/navalis/indoors/charon/surface_deck/rear_deck) +"xRs" = ( +/obj/structure/barricade/handrail/strata/navalis{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/industrial/refinery) +"xRx" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/navalis/indoors/logistic/upper_deck/office) +"xRA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/indoors/logistic/primary_storage) +"xRC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform4/east, +/obj/structure/platform/metal/hybrisa/metalplatform4, +/turf/open/floor/plating/catwalk/grate/alt, +/area/navalis/outdoors/landing_zone_1) +"xSA" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/logistic/upper_deck/workshop) +"xSB" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/air_traffic_control) +"xSO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/navalis/indoors/charon/below_deck/rear) +"xSX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/objective_landmark/far, +/obj/item/prop/magazine/book/spacebeast, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/med_sci/upper_level/entrance) +"xSY" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"xTJ" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"xUl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"xUq" = ( +/obj/structure/closet/crate, +/obj/item/tool/hand_labeler, +/obj/item/tool/hand_labeler, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bluefull/west, +/area/navalis/indoors/logistic/workshop) +"xUO" = ( +/obj/item/trash/eat{ + pixel_x = 18; + pixel_y = -15 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/navalis/indoors/residential/cafeteria) +"xVl" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/plate, +/area/navalis/oob/empty_space) +"xVz" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/navalis/indoors/command/upper_deck/starboard) +"xWf" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco3/east, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco3/west, +/turf/open/floor/prison/ramptop, +/area/navalis/indoors/logistic/mech_bay) +"xWv" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"xWP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata/multi_tiles/southeast, +/area/navalis/indoors/logistic/Port_hallway) +"xWY" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/navalis/indoors/residential/cafeteria) +"xXl" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/starboard) +"xXv" = ( +/obj/structure/prop/hybrisa/airport/deadpilot2{ + name = "decapitated platform Pilot"; + desc = "What remains of a offshore platform Pilot. Their entire head is missing. Where'd it roll off to?..."; + pixel_y = -1; + pixel_x = -27 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood{ + icon_state = "armor_blood" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3"; + pixel_x = -11; + pixel_y = 12 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/roof_weedable, +/area/navalis/oob/water) +"xXz" = ( +/turf/closed/wall/hybrisa/research, +/area/navalis/indoors/med_sci/upper_level/sci_ent) +"xXI" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/grey_blue/northwest, +/area/navalis/indoors/command/office) +"xXM" = ( +/obj/structure/sign/poster/music{ + pixel_x = -27 + }, +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 23; + health = 600; + name = "reinforced wooden barricade" + }, +/turf/open/floor/prison/green/east, +/area/navalis/indoors/command/port_hallway) +"xYy" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/north, +/area/navalis/indoors/residential/port) +"xZo" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/whitegreen/north, +/area/navalis/indoors/med_sci/chemical_store) +"xZC" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform6/north, +/obj/structure/platform/metal/hybrisa/metalplatform6, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -2 + }, +/turf/open/floor/corsat, +/area/navalis/indoors/command/maintenance_port) +"xZV" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"yal" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 8; + layer = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/navalis/indoors/command/upper_deck/starboard) +"yat" = ( +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"yaN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/navalis/indoors/command/upper_deck/starboard) +"ycg" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/east, +/area/navalis/indoors/residential/cafeteria) +"ycI" = ( +/obj/structure/prop/oilrig/support_beam/brown, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/empty_space) +"ycQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 15; + pixel_x = -23; + color = "#FFFF00" + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/navalis/indoors/industrial/power) +"ydi" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/almayer/blackfull/west, +/area/navalis/outdoors/landing_zone_2) +"ydL" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/navalis/indoors/command/upper_deck/jani) +"ydM" = ( +/turf/open/floor/hybrisa/carpet/rug_colorable/black/southwest, +/area/navalis/indoors/residential/starboard) +"yed" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent4" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/com_ext/upper) +"yen" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + layer = 1.4; + density = 0 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_3{ + layer = 1.3 + }, +/obj/structure/roof/hybrisa/lattice_prop/lattice_2{ + pixel_y = 15; + layer = 1.3 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate2{ + layer = 1 + }, +/obj/item/lightstick/planted{ + pixel_y = 15; + layer = 4.11 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/blocker/forcefield/all{ + invisibility = 101 + }, +/turf/solid_open_space{ + density = 0 + }, +/area/navalis/oob/empty_space) +"yep" = ( +/obj/structure/platform/stone/strata/east, +/turf/open_space, +/area/navalis/oob/empty_space) +"yeW" = ( +/turf/open/floor/prison/floorscorched1, +/area/navalis/indoors/command/tertiary_comms) +"yfc" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/plating/catwalk/grate, +/area/navalis/outdoors/exterior/med_ext) +"yfH" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/navalis/indoors/logistic/primary_storage) +"yfR" = ( +/obj/structure/cargo_container/trijent/left, +/turf/open/floor/plating, +/area/navalis/indoors/charon/surface_deck/main_deck) +"yfU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 28; + layer = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/navalis/indoors/command/upper_deck/port) +"ygb" = ( +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/prison, +/area/navalis/indoors/command/upper_deck/port) +"ygh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable/heavyduty{ + icon_state = "1-2" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/command/cent_com) +"yiH" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/turf/open/floor/kutjevo/grey, +/area/navalis/outdoors/landing_zone_2) +"yjp" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2, +/obj/structure/machinery/iv_drip{ + pixel_y = 24; + layer = 3.9 + }, +/turf/open/floor/prison/sterile_white, +/area/navalis/indoors/med_sci/main_floor) +"yjv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/almayer/plating, +/area/navalis/oob/powered) +"yjX" = ( +/obj/structure/machinery/floodlight/landing{ + desc = "A powerful light stationed near construction zones to provide better visibility."; + name = "Self-powered Light"; + layer = 2; + pixel_y = -13; + pixel_x = 16 + }, +/turf/open/floor/plating/catwalk/rusted, +/area/navalis/oob/water) +"ykj" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/yellow_warning_floor, +/area/navalis/indoors/industrial/mining) +"ykL" = ( +/obj/effect/spawner/random/tool{ + pixel_x = 5 + }, +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/command/upper_deck/server) +"ykR" = ( +/obj/structure/window/framed/hybrisa/colony/hull/blastdoor, +/turf/open/floor/corsat, +/area/navalis/oob/powered) +"ykS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/com_ext/upper) +"ykT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/barricade/deployable{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/navalis/indoors/command/upper_deck/naval_traffic_control) +"ylj" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/metal/hybrisa/metalplatform5, +/obj/structure/platform/metal/hybrisa/metalplatform5/west, +/turf/open/floor/corsat/plate, +/area/navalis/oob) +"ylC" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname, +/turf/open/floor/corsat/marked, +/area/navalis/indoors/med_sci/upper_level/flight) +"ylU" = ( +/obj/effect/spawner/random/toolbox{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/navalis/indoors/command/tertiary_comms) + +(1,1,1) = {" +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +"} +(2,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aAB +wIw +"} +(3,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(4,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(5,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(6,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(7,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(8,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(9,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(10,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(11,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(12,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(13,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(14,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(15,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(16,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(17,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(18,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(19,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(20,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(21,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +aVi +aVi +aUb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(22,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +bTA +bTA +bTA +bTA +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +bew +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(23,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +wHk +wHk +wHk +wHk +wHk +bTA +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(24,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beN +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(25,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(26,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bgJ +bgI +bgI +bgD +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(27,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +nIZ +nIZ +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +bew +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(28,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(29,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +wHk +wHk +wHk +wHk +wHk +bTA +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beN +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(30,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +tfA +wMl +wMl +wMl +wMl +wMl +ctB +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +bTA +bTA +bTA +bTA +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(31,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +tfA +tmo +dvZ +dvZ +dvZ +dvZ +dvZ +fWi +ctB +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +beP +beP +aUp +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(32,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +fBP +tmo +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +fWi +ctB +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(33,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +uQz +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +jDj +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(34,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +uQz +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +jDj +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(35,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +uQz +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(36,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +uQz +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(37,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +uQz +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(38,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nLz +uWv +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(39,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nLz +uWv +dvZ +dvZ +dvZ +dvZ +dvZ +njB +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(40,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nLz +yat +yat +yat +yat +yat +rVg +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(41,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(42,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(43,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(44,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(45,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(46,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(47,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(48,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(49,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bfu +aVi +aVi +aUb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(50,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +bew +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(51,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(52,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beN +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +alQ +alQ +alQ +alQ +alQ +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(53,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(54,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +beP +beP +aUp +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nZj +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(55,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +iHo +gXw +nOQ +ijq +dTv +qBB +bTA +uJa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(56,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +bTA +bTA +bTA +bTA +bTA +bTA +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(57,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +weX +bTA +hnj +ebZ +hnj +bTA +oCw +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(58,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +alQ +alQ +alQ +alQ +alQ +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +psU +bTA +eqt +bTA +mPK +bTA +fdQ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(59,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +cuE +bTA +hnj +raQ +hnj +bTA +wzY +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(60,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nZj +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +iHo +bTA +nOQ +tal +bTA +tal +bTA +tal +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(61,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gXw +bTA +kpL +dTv +tLf +bTA +gXw +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +aVi +aVi +aUb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(62,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +bew +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +ksj +ksj +ksj +ksj +ksj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(63,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(64,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beN +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(65,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +beG +beG +aUi +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(66,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bfD +beP +beP +aUp +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(67,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(68,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +ksj +ksj +ksj +ksj +ksj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +alQ +alQ +alQ +alQ +alQ +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(69,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(70,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nZj +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(71,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(72,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(73,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(74,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(75,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(76,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(77,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(78,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +ksj +ksj +ksj +ksj +ksj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(79,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(80,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(81,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(82,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(83,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(84,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(85,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +fiq +ltq +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(86,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +vkh +vkh +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +dSa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +dSa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(87,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(88,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +aKU +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +aKU +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(89,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(90,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +qhl +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(91,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +dSa +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(92,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +fiq +ltq +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(93,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +vkh +vkh +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +vkh +vkh +vkh +vkh +vkh +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +aKU +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(94,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +vkh +wHk +wHk +wHk +wHk +wHk +vkh +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(95,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +wHk +wHk +wHk +wHk +wHk +wHk +wHk +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +gAK +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(96,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +iPM +ltq +eyh +uFN +fpN +vkh +gzd +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +gXw +nOQ +ijq +dTv +qBB +bTA +uJa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +gXw +nOQ +ijq +dTv +qBB +bTA +uJa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(97,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +vkh +vkh +vkh +vkh +vkh +vkh +vkh +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +bTA +bTA +bTA +bTA +bTA +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +bTA +bTA +bTA +bTA +bTA +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(98,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +azG +azG +azG +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +weX +vkh +skC +mwH +skC +vkh +oCw +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +weX +bTA +hnj +ebZ +hnj +bTA +oCw +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +weX +bTA +hnj +ebZ +hnj +bTA +oCw +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +wHk +wHk +nIZ +nIZ +nIZ +wHk +wHk +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(99,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xCd +vkh +kgI +vkh +vUO +vkh +tUO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +psU +bTA +eqt +bTA +mPK +bTA +fdQ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +psU +bTA +eqt +bTA +mPK +bTA +fdQ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +wHk +wHk +wHk +wHk +wHk +wHk +wHk +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(100,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +cuE +vkh +skC +dCK +skC +vkh +wzY +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +cuE +bTA +hnj +raQ +hnj +bTA +wzY +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +cuE +bTA +hnj +raQ +hnj +bTA +wzY +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +vkh +wHk +wHk +wHk +wHk +wHk +vkh +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +qhl +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(101,1,1) = {" +wIw +gGc +gGc +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +vkh +ltq +dSa +vkh +dSa +vkh +dSa +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +bTA +nOQ +tal +bTA +tal +bTA +tal +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +bTA +nOQ +tal +bTA +tal +bTA +tal +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +vkh +vkh +vkh +vkh +vkh +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +dSa +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(102,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +iPM +vkh +qmK +uFN +lUh +vkh +iPM +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +gXw +bTA +kpL +dTv +tLf +bTA +gXw +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +gXw +bTA +kpL +dTv +tLf +bTA +gXw +dIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(103,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +fIA +mmV +ite +hmW +hmW +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +aKU +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(104,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aSJ +vkh +vkh +aDV +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(105,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +hmW +hmW +gAK +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(106,1,1) = {" +wIw +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(107,1,1) = {" +wIw +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(108,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(109,1,1) = {" +wIw +mmV +mmV +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(110,1,1) = {" +wIw +gGc +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(111,1,1) = {" +wIw +gGc +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(112,1,1) = {" +wIw +gGc +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +bTA +bTA +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +fiq +ltq +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +kIz +fiq +ltq +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(113,1,1) = {" +wIw +gGc +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +xsw +xNk +xNk +mxL +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +bTA +bTA +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +vkh +vkh +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vXh +vkh +vkh +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(114,1,1) = {" +wIw +gGc +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +kIz +yjX +nOQ +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +bTA +bTA +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +dvZ +dvZ +dvZ +dvZ +bTA +fXS +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(115,1,1) = {" +wIw +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +vXh +bTA +bTA +sIO +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +bTA +bTA +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bTA +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(116,1,1) = {" +wIw +gGc +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +ite +sST +sST +fIA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(117,1,1) = {" +wIw +gGc +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +vkh +dvZ +dvZ +dvZ +dvZ +vkh +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(118,1,1) = {" +wIw +gGc +mmV +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBv +aAX +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(119,1,1) = {" +wIw +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +acG +acG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(120,1,1) = {" +wIw +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBv +aAX +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +acG +acG +acG +acG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +iKp +oYB +iEX +ijB +sPI +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bTA +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(121,1,1) = {" +wIw +gGc +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +acG +acG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +iKp +baZ +fyN +qGf +cMf +kKQ +sPI +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +dvZ +dvZ +dvZ +dvZ +bTA +qzv +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(122,1,1) = {" +wIw +gGc +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +eXt +icz +bWR +uLK +qOR +hQT +wuS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(123,1,1) = {" +wIw +gGc +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mRy +jko +xXv +uOw +wKz +omL +gkV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +vkh +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vkh +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(124,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mRy +nor +jUW +ceB +gkV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +vkh +dvZ +dvZ +dvZ +dvZ +vkh +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(125,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(126,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aAX +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(127,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(128,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(129,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBe +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(130,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aBc +mmV +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(131,1,1) = {" +wIw +mmV +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(132,1,1) = {" +wIw +gGc +mmV +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(133,1,1) = {" +wIw +gGc +aMD +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(134,1,1) = {" +wIw +gGc +aMD +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(135,1,1) = {" +wIw +gGc +aMq +azG +bhc +bhc +bhc +bhc +adz +bhc +bhc +bhc +bhc +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +bTA +bTA +bTA +bTA +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(136,1,1) = {" +wIw +aMD +azG +azG +azL +aDZ +azL +azL +aAf +aAf +aAf +aAf +azL +aGS +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +wHk +wHk +wHk +wHk +wHk +bTA +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(137,1,1) = {" +wIw +aMD +azG +azG +azL +azL +azL +azL +aAf +aAf +aBm +aAf +aAf +azL +azL +azL +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(138,1,1) = {" +wIw +aMD +azG +azG +azL +azL +azL +azL +aAf +aAf +aBm +aAf +aAf +aAf +aAf +azL +azL +azL +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gMb +gMb +gMb +gMb +gMb +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(139,1,1) = {" +wIw +aMD +azG +azG +azL +azL +aMz +azL +aAf +aBm +aBm +aAf +aAf +aGT +aAf +aAf +aAf +azL +azL +azL +azL +azL +azL +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gMb +gMb +bTA +bTA +bTA +gMb +gMb +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +ljO +ljO +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(140,1,1) = {" +wIw +aMD +azG +azG +azG +azG +azG +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +hCk +hCk +hCk +hCk +hCk +hCk +hCk +asq +mmV +mmV +asq +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gMb +gMb +bTA +bTA +bTA +bTA +bTA +gMb +gMb +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +nIZ +nIZ +nIZ +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(141,1,1) = {" +wIw +gGc +aHc +azG +aMP +azG +azG +azL +aAf +aAf +aAf +aAf +azL +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +asq +asq +hCk +hCk +hCk +hCk +asq +mmV +asq +asq +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +aTa +xnU +xnU +vMo +vMo +vMo +xnU +xnU +aTa +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(142,1,1) = {" +wIw +gGc +gGc +aHc +azG +aMJ +azG +azL +aAf +aAf +azL +aLd +azG +azL +azL +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azL +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aTa +xnU +xnU +vMo +vMo +vMo +xnU +xnU +aTa +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +wHk +wHk +wHk +wHk +wHk +bTA +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(143,1,1) = {" +wIw +gGc +gGc +gGc +aHc +azG +azG +azL +aAf +aAf +azL +azG +azG +azG +azG +azL +aAf +aAf +aAf +aBm +aBm +aBm +aAf +aAf +azL +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +asq +asq +asq +gGc +gGc +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aTa +xnU +xnU +vMo +vMo +vMo +xnU +xnU +aTa +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +bTA +bTA +bTA +bTA +qzv +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(144,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +azL +aLY +aGw +azL +azG +azG +azG +aDx +azL +aAf +aAf +aAf +aBm +aBm +aAf +aAf +aAf +azL +azG +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +gGc +asq +asq +asq +asq +gGc +gGc +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aTa +aTa +xnU +xnU +xnU +xnU +xnU +aTa +aTa +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(145,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +aMm +aLZ +aAf +azL +azL +aDZ +azG +azG +azM +aAf +aAf +aBm +aBm +aAf +aAf +aAf +aAf +azL +azG +azG +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aTa +aTa +xnU +xnU +xnU +aTa +aTa +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(146,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azL +azL +aAf +aAf +aAf +azM +azG +azG +beX +aAa +aAa +aAa +aAa +azM +azM +aLw +aAf +azL +azL +azG +asq +nSY +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aTa +aTa +aTa +aTa +aTa +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(147,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMq +azG +azG +azM +aTW +aAa +aAa +azM +azM +bbJ +aAf +aAf +aAf +aAf +azL +azM +azG +azG +aAf +aAf +aAf +azS +asq +asq +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(148,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +azG +azM +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azS +azG +azG +azG +azL +azL +azL +azL +azM +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(149,1,1) = {" +wIw +gGc +gGc +gGc +gGc +azF +aHc +azG +azL +azS +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azL +bbJ +azG +azG +azG +azM +aAa +aAa +azM +azM +azL +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(150,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +aMD +azG +bbJ +azL +aAf +aAf +aAf +aAI +aAf +aAf +aAf +aAf +aAf +aAf +azL +bbJ +bbJ +azL +aTW +aAf +aAf +aAf +azL +azS +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +gGc +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(151,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +aMq +azG +bbJ +aAf +aAf +aAf +aAf +aAf +aBm +aBm +beU +aBm +aAf +aAf +aAf +aAf +aAf +azS +aTW +aAf +aAf +aAf +aAf +azL +azL +azg +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +gGc +gGc +gGc +gGc +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(152,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azG +bbJ +aAf +aAf +aAf +aAf +aAf +aAf +beY +beV +aBm +aAf +aAf +aAf +aAf +aAf +azL +aTW +aAf +aAf +aAf +aAf +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(153,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azL +azL +aAI +aAf +aAf +aAf +aAf +aAf +alf +beW +aAf +aAf +aAf +aAf +aAf +aAf +azL +azM +azS +aAf +aAf +aAf +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(154,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +bbJ +aAf +aAf +aAf +aAf +aKl +aEM +aEM +aEM +aEM +aEM +beT +aAf +aAf +aAf +aAf +azL +azG +azG +aAf +aAf +aAf +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(155,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMq +azG +bbJ +aAf +aAf +aAf +aKl +aKI +dvZ +dvZ +dvZ +dvZ +dvZ +aBR +aBH +aAf +aAf +aAf +azS +azG +asq +aAf +aAf +aAI +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(156,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +azL +aAf +aAf +aLz +aKI +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBR +aBH +aAf +aAf +azL +azG +asq +aAc +aAf +aAf +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(157,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +bbJ +aAf +aAf +aLC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBN +aAf +aAf +azL +azG +asq +aAf +aAf +aAf +aAf +azL +aoD +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(158,1,1) = {" +wIw +gGc +gGc +gGc +aMD +azG +azG +bbJ +aAf +aAf +aLC +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBN +aAf +aAf +azL +azS +azG +aAf +aAf +aAf +aAf +azL +aSY +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +dvZ +dvZ +dvZ +dvZ +bTA +fXS +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(159,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aHc +azG +azL +aAI +aAf +aLC +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBN +aAI +aAf +aAf +azL +azM +aAf +aAf +aAf +aAf +azq +aeY +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +knM +bTA +wHk +wHk +wHk +wHk +bTA +fXS +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bTA +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(160,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azL +aAf +aAf +aLC +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBN +aAf +aAf +aAf +aAf +aAa +aAf +aAf +aAf +azL +azz +aeY +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(161,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azL +aAf +aAf +aLC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBN +aAf +aAf +aAf +aAf +aAa +aAf +aAf +aAf +azL +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +wHk +wHk +nIZ +ljO +wHk +wHk +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(162,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +aMo +azL +aAf +aKZ +aKK +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBX +aBQ +aAf +aAf +aAf +aAI +aAa +azL +aAf +azL +asq +asq +asq +asq +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +wHk +nIZ +ljO +nIZ +ljO +wHk +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(163,1,1) = {" +wIw +gGc +gGc +gGc +gGc +aMD +azG +azG +azL +aAf +aAI +aKZ +aKK +dvZ +dvZ +dvZ +dvZ +dvZ +aBX +aBQ +aAf +aAI +aAf +aAf +aAf +azJ +azM +azS +azL +asq +azG +azG +azb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +wHk +nIZ +nIZ +ljO +nIZ +wHk +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(164,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +aHc +azG +azL +azL +azL +aAf +aKZ +aFf +aFf +aFf +aFf +aFf +aBQ +aAf +aAf +aAf +aAf +aAf +azL +azM +azG +azG +azG +azG +azG +azG +azb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +wHk +wHk +wHk +nIZ +nIZ +wHk +wHk +wHk +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +bTA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bTA +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(165,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +aMD +azG +azG +aLw +aAf +aAf +aAf +aBm +aBm +aBm +aBm +aAf +aAf +aAf +azL +azL +azL +azL +aAK +azG +azG +azo +azF +azI +azG +azo +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +mmV +bTA +wHk +wHk +wHk +wHk +wHk +wHk +bTA +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +gGc +gGc +gGc +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +mmV +aHs +bTA +dvZ +dvZ +dvZ +dvZ +bTA +qzv +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(166,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +aHc +azG +azG +aLE +azL +aAI +aAf +aAf +aAf +aAf +aAI +aAf +azL +azL +azG +azG +azG +azG +azG +azo +gGc +gGc +gGc +azF +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +syv +gdP +gJI +gJI +gJI +gJI +gdP +tMC +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(167,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aHc +azi +azG +azL +azL +azL +azL +azL +aAf +aAf +azL +azL +azG +azG +azo +azF +azF +azF +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(168,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +aHc +azG +azG +azG +azG +azG +azL +azL +azL +azL +aDx +azG +aBs +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nSY +nSY +nSY +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(169,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +azF +azF +azF +aHc +azG +azG +azG +azG +azG +azG +azG +azb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(170,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +azF +azF +azF +azF +azF +azF +azF +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(171,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(172,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(173,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(174,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(175,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(176,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(177,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(178,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(179,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(180,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(181,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(182,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(183,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(184,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(185,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +alQ +alQ +alQ +alQ +alQ +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(186,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(187,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nZj +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(188,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(189,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(190,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(191,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(192,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(193,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(194,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(195,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +ksj +ksj +ksj +ksj +ksj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(196,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(197,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(198,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(199,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(200,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(201,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(202,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(203,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +alQ +alQ +alQ +alQ +alQ +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(204,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +luV +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(205,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +nZj +kBY +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +bSE +hQn +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(206,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(207,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(208,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(209,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(210,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gWS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBU +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(211,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(212,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +sqC +dvZ +dvZ +dvZ +dvZ +dvZ +vnj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(213,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +feF +ksj +ksj +ksj +ksj +ksj +qKb +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(214,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(215,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(216,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(217,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(218,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(219,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(220,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(221,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(222,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(223,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(224,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(225,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(226,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(227,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(228,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(229,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(230,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(231,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(232,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(233,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pus +gHI +mQi +mQi +mQi +cvx +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(234,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +dhl +qac +qac +qac +gLk +qtR +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(235,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +qcC +kll +oaL +kll +ofJ +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(236,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(237,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(238,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +pnX +pnX +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(239,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +pnX +pnX +pnX +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(240,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(241,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(242,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(243,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(244,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(245,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(246,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(247,1,1) = {" +wIw +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +gGc +wIw +"} +(248,1,1) = {" +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +wIw +"} + +(1,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(2,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(3,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(4,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(5,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(6,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(7,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(8,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(9,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(10,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(11,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(12,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(13,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(14,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(15,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(16,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(17,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(18,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(19,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(20,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(21,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(22,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(23,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(24,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(25,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(26,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(27,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(28,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(29,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(30,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(31,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(32,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(33,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(34,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(35,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(36,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(37,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(38,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(39,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(40,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(41,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(42,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(43,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(44,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(45,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(46,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(47,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(48,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(49,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(50,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +vxj +tAt +vxj +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(51,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(52,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(53,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(54,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(55,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(56,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(57,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(58,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(59,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(60,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(61,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(62,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +vxj +tAt +vxj +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(63,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(64,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(65,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(66,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(67,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(68,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(69,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(70,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(71,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(72,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(73,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(74,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(75,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(76,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(77,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +stz +tAt +ncP +ncP +ncP +ncP +ncP +tAt +poV +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(78,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(79,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(80,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(81,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(82,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(83,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(84,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(85,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(86,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(87,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(88,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(89,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(90,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(91,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(92,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(93,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wvu +cCP +cCP +cCP +cCP +cCP +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(94,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wvu +cCP +ncP +ncP +ncP +ncP +ncP +cCP +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(95,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cCP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cCP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(96,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cCP +ncP +ncP +tAt +tAt +tAt +ncP +ncP +cCP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(97,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cCP +ncP +ncP +tAt +tAt +tAt +ncP +ncP +cCP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(98,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cCP +ncP +ncP +tAt +tAt +tAt +ncP +ncP +cCP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(99,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cCP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cCP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(100,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +yep +yep +yep +yep +yep +yep +yep +yep +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +cCP +ncP +ncP +ncP +ncP +ncP +cCP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(101,1,2) = {" +tAt +tAt +tAt +tAt +tAt +yep +bhx +aDK +aLQ +azG +azG +azG +azG +azG +bht +azG +aMT +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +cCP +cCP +cCP +cCP +cCP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(102,1,2) = {" +tAt +tAt +tAt +tAt +aVM +aDK +aDK +aLQ +azG +azG +azG +azG +azG +azG +azG +bht +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(103,1,2) = {" +tAt +tAt +tAt +tAt +aVM +aDK +aLQ +azG +azG +azG +azL +azL +aHB +azG +azG +azG +bhq +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +xEC +tAt +xEC +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(104,1,2) = {" +tAt +tAt +tAt +tAt +aVM +aLQ +azG +azG +azG +azL +azL +azL +aAf +azL +azL +azL +aoD +aNr +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(105,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +azG +azG +azL +azL +aAf +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(106,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +azG +aLE +azL +aLF +aLn +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(107,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +azL +azL +aAf +aLG +aLo +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(108,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +azL +aAf +aLS +aLI +aAf +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(109,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +azL +aMa +aAf +aLJ +aAf +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(110,1,2) = {" +tAt +tAt +tAt +tAt +aVM +azG +aMs +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(111,1,2) = {" +tAt +tAt +tAt +tAt +bhx +azG +azL +aMh +aAf +aAf +aAf +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(112,1,2) = {" +tAt +tAt +tAt +aVM +azG +azG +azL +aAf +aLT +aAf +aBm +aAf +aAf +azL +azL +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(113,1,2) = {" +tAt +tAt +tAt +aVM +azG +azG +azL +aAf +aAf +aLO +aBm +aAf +aAf +azL +bhu +azL +aoD +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(114,1,2) = {" +tAt +tAt +tAt +aVM +azG +azG +azL +aMi +aAf +aBm +aLt +aAf +aAf +aGA +azG +azG +azG +aRD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(115,1,2) = {" +tAt +tAt +tAt +aVM +azG +azL +azL +aAf +aAf +aAf +aBm +aAf +aAf +azL +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(116,1,2) = {" +tAt +tAt +tAt +aVM +azG +azL +azL +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(117,1,2) = {" +tAt +tAt +tAt +aVM +azG +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +aFz +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(118,1,2) = {" +tAt +tAt +tAt +bhx +azG +azL +aAf +aAf +azL +azL +aLw +azL +aAf +aAf +aAf +aAf +azL +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +wGq +wGq +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(119,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +aAf +aAf +azL +aJZ +aJZ +azL +azL +aAf +aAf +aAf +azL +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +rKU +alk +alk +hIt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(120,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +aAf +aAf +azL +aJZ +aJZ +aLb +azL +aAf +aAf +aAf +azL +azL +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eXd +alk +alk +alk +alk +tEK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(121,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +aAf +aAf +aLV +aJZ +aJZ +aJZ +azL +aAf +aAf +aAf +azL +azG +azG +azG +bho +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eXd +alu +fvC +fvC +all +tEK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(122,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +aAf +aAf +azL +aLP +aJZ +aJZ +azL +azL +aAf +aAf +azL +azL +azG +azG +bho +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +oFq +sAU +fqh +fqh +eli +tEK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(123,1,2) = {" +tAt +tAt +aVM +azG +bhy +azL +aAf +aAf +aAf +azL +azL +azL +azL +aAf +aAf +aAf +aAf +azL +azG +azG +bho +akU +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +eXd +sAU +fqh +fqh +eli +uak +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(124,1,2) = {" +tAt +tAt +aVM +azG +bhz +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aGw +aAf +azL +azL +azG +azG +bho +akU +tAt +tAt +tAt +akU +aTk +aTk +crn +crn +crn +crn +crn +crn +crn +crn +crn +cXC +sAU +fqh +fqh +eli +hAg +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(125,1,2) = {" +tAt +tAt +aVM +azG +aLE +azL +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aGB +aAf +aAf +aAf +azL +azG +azG +bho +akU +tAt +tAt +akU +aTk +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +cXC +sAU +fqh +fqh +eli +hAg +crn +crn +crn +crn +crn +crn +crn +hCk +hCk +hCk +hCk +hCk +crn +crn +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(126,1,2) = {" +tAt +tAt +aVM +azG +aLE +azL +aAf +aAf +aAf +aBm +aAf +aAf +aAf +azL +aGx +azL +aAf +azL +azL +azG +bhp +bhm +tAt +aTk +fRq +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +crn +cXC +fqh +fqh +fqh +eli +hAg +crn +crn +crn +crn +crn +crn +crn +hCk +bvN +aMA +bvN +hCk +hCk +crn +crn +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(127,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +aAf +aMl +aBm +aBm +aAf +aAf +azL +azL +aJZ +aFP +azL +aAf +aDA +azG +azG +bhn +aTk +fRq +bhh +bhg +sbz +sbz +sbz +niP +niP +niP +sbz +sbz +sbz +niP +niP +niP +acV +acV +acV +acV +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +hCk +bvN +xFk +xFk +bvN +hCk +hCk +crn +crn +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(128,1,2) = {" +tAt +tAt +bhx +azG +azG +azL +aMy +aAf +aAf +aBm +aAf +azL +aIF +aJZ +aJZ +aFT +azL +aAf +azL +azG +hCk +hCk +bhh +bhh +bhh +acc +gLf +gLf +gLf +ajk +xKv +aNd +pBd +pBd +pBd +pBd +aLr +hWD +add +quk +quk +lyI +gLf +aHu +hom +xFk +aNl +bvN +bvN +bvN +qzT +aLM +bvN +xFk +bvN +bvN +hCk +hCk +crn +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(129,1,2) = {" +tAt +aVM +azG +azG +azG +aME +azL +aAf +aAf +aBm +aAf +azL +aJZ +aJZ +aJZ +azL +azL +aAf +azL +ayB +avZ +aLN +aLN +aMp +aLf +acc +wbk +wbk +wbk +wbk +hWD +wbk +wbk +wbk +wbk +sFl +sFl +xKv +aMF +jUc +aKY +inF +inF +inF +niP +aNG +wZl +lze +jMV +aNG +jMV +jMV +aNG +aNG +qjQ +xFk +qzT +hCk +hCk +crn +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(130,1,2) = {" +tAt +tAt +xPy +azG +azG +azL +azL +aAf +aAf +aAf +aAf +azL +aJZ +azL +azL +azL +aAf +azL +aAE +aLp +ayy +aLK +aLK +bYh +ayB +alh +wbk +wbk +aLU +nGT +gxU +nGT +wbk +wbk +wbk +sFl +sFl +niP +wbk +wbk +aMf +wbk +nGT +nGT +niP +aNG +vPB +tgs +pOQ +cpV +mMh +fsI +cOW +aNG +qjQ +qjQ +xFk +bvN +hCk +crn +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(131,1,2) = {" +tAt +tAt +aVM +azG +azG +azL +azL +aAf +aAf +aAf +aAf +azL +azL +azL +azL +azL +azL +aLv +aLf +azE +pEU +pEU +pEU +xKV +bYh +alh +aMC +aMC +nGT +nGT +gxU +nGT +wbk +wbk +nGT +sFl +sFl +niP +rsG +rsG +rsG +rsG +niP +niP +niP +aNG +vPB +eup +dXo +cpV +lcO +aIg +cOW +aNG +aNG +aNG +aNG +bvN +hCk +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(132,1,2) = {" +tAt +tAt +aVM +azG +aMO +azL +azL +aAf +aAf +aAf +aAf +aAf +aAf +azL +azL +azL +aLx +aLf +avZ +iwF +aNf +aNf +mPt +tcG +bYh +amk +aMC +sFl +sCA +wbk +niP +hlV +wbk +aMx +aMC +tOO +nGT +sAX +wbk +aNn +aNu +wbk +wbk +wbk +bSI +qjQ +aMu +xSO +xSO +aNG +gFM +gFM +aNG +aNG +met +aLR +aNG +bvN +bvN +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(133,1,2) = {" +tAt +tAt +aVM +azG +azL +azL +azL +aAf +aAf +aAf +aAf +aAf +azL +azL +azG +hCk +mkl +aLl +avZ +azE +alp +hCk +gmx +tcG +bYh +amk +wbk +sFl +sCA +wbk +niP +wbk +wbk +aMx +wbk +wbk +wbk +sAX +nGT +nGT +wbk +aMg +nGT +wbk +bSI +qjQ +aMu +cWT +lze +aNG +jMV +jMV +aNG +aLm +hCk +qxz +aNG +aNG +bvN +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(134,1,2) = {" +tAt +tAt +aVM +azG +bhv +bhv +bhv +bhv +bhv +bhv +bhv +bhv +bhv +azG +azG +hCk +mkl +mkl +mkl +ayC +alp +hCk +wsA +tcG +bYh +amk +wbk +wbk +nGT +wbk +bSI +wbk +nGT +aMk +niP +niP +aMG +sAX +wbk +tOO +tOO +nGT +mnV +niP +niP +qjQ +vPB +ddA +ddA +cpV +fqd +pOQ +cOW +aLm +hCk +qxz +aNG +aNG +azx +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(135,1,2) = {" +tAt +tAt +tAt +azG +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +azG +hCk +mkl +mkl +mkl +ayC +alp +hCk +wsA +tcG +bYh +amk +wbk +wbk +nGT +wbk +bSI +wbk +nGT +wbk +niP +niP +wbk +sAX +wbk +aNq +aNq +nGT +wbk +niP +niP +qjQ +vPB +ddA +ddA +cpV +kAL +dXo +cOW +aNj +hCk +qxz +aNG +aNG +bvN +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(136,1,2) = {" +tAt +tAt +azG +aJZ +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +hCk +mkl +mkl +mkl +oaV +alp +hCk +dKz +tcG +bYh +amk +wbk +sFl +sCA +wbk +niP +hlV +wbk +aMx +aNm +wbk +wbk +sAX +wbk +wbk +wbk +aLU +wbk +wbk +bSI +qjQ +aMu +uwJ +xSO +aNG +gFM +gFM +qjQ +aLy +hCk +qxz +aNG +aNG +bvN +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(137,1,2) = {" +tAt +tAt +azG +aJZ +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +jWM +hCk +mkl +mkl +ayC +pvY +pvY +pvY +tcG +bYh +amk +aMC +sFl +sFl +wbk +niP +nGT +wbk +aMx +aMC +aMC +wbk +sAX +wbk +nGT +wbk +wbk +wbk +wbk +bSI +aNG +aMu +jMV +jMV +aNG +jMV +jMV +qjQ +eOa +met +uiu +aNG +qjQ +dPv +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +ncP +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(138,1,2) = {" +tAt +tAt +azG +aJZ +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +jWM +hCk +mkl +jbR +pvY +pvY +pvY +fVX +aLu +amk +tOO +aMC +wbk +wbk +bSI +nGT +nGT +nGT +nGT +sCA +sFl +niP +rsG +rsG +rsG +rsG +niP +niP +niP +aNG +vPB +cwF +kJE +cpV +mMh +cwF +cOW +aNG +nqf +aNG +pbk +xFk +ojJ +hCk +crn +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +dXh +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oxI +oxI +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(139,1,2) = {" +tAt +tAt +azG +aXn +aXn +aXn +aXn +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +azG +jWM +hCk +aMr +pFL +bqq +bqq +bqq +aNk +oDZ +nGT +wbk +wbk +wbk +bSI +nGT +nGT +nGT +nGT +mUk +sFl +cwd +aMF +inF +inF +inF +inF +jUc +niP +aNG +vPB +cwF +pil +cpV +lcO +cwF +cOW +aNG +aNG +aNG +aNG +ari +hvD +ars +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +cCP +cCP +cCP +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oxI +oxI +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(140,1,2) = {" +tAt +tAt +azG +aMS +aMS +aMS +aXn +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +azG +azG +jWM +hCk +pvY +alp +pvY +aMM +dzF +pas +aLL +hQe +aMj +hQe +cwd +inF +inF +inF +inF +pWx +ayA +niP +wbk +nGT +nGT +nGT +wbk +nGT +niP +aNG +aNG +nCb +kJL +aNG +gFM +fpO +aNG +nnn +qjQ +qjQ +qjQ +ari +ari +ars +ars +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +cCP +cCP +cCP +cCP +cCP +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oMM +oMM +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(141,1,2) = {" +tAt +tAt +aMT +aMS +aMS +aMS +aXn +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +azG +azG +azG +jWM +hCk +hCk +hCk +hCk +hCk +aML +gLf +gLf +aCv +aNz +niP +gLf +aCv +gLf +gLf +gLf +aNz +niP +mfZ +smr +smr +mfZ +gLf +aNz +hom +bvN +aMn +iRR +bvN +ojJ +ars +ars +ari +ari +ari +arT +ari +ari +ari +arT +ars +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +cCP +cCP +hQM +hQM +hQM +cCP +cCP +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +ncP +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(142,1,2) = {" +tAt +tAt +aMT +aMT +aMS +aMS +aXn +aMS +aMS +aMS +aMS +aMS +azG +aMS +aMS +azG +azG +azG +azG +azG +azG +azG +azG +azG +hCk +hCk +aLq +aLq +hCk +hCk +hCk +hCk +hCk +aLq +hCk +hCk +hCk +hCk +pAq +pAq +pAq +pAq +hCk +hCk +hCk +hCk +hCk +hCk +asq +asq +ars +ars +arH +arH +arH +arH +ars +ars +arH +arH +ars +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +cCP +cCP +hQM +hQM +hQM +cCP +cCP +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(143,1,2) = {" +tAt +tAt +aMT +aMT +aMT +aMS +aXn +aMS +aMS +aMS +aMS +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +akU +asq +asq +ari +ari +arv +ari +ari +ars +ari +ari +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +cCP +cCP +hQM +hQM +hQM +cCP +cCP +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(144,1,2) = {" +tAt +tAt +tAt +aMT +aMT +aMS +aXn +aMS +aMS +aMS +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +ari +ari +ari +ari +ari +ari +ari +ari +arv +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +cCP +cCP +cCP +cCP +cCP +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(145,1,2) = {" +tAt +tAt +tAt +tAt +aMT +azG +azG +aMS +aMS +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +ari +ari +ari +arT +ari +ari +ari +ari +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +cCP +cCP +cCP +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(146,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +arv +ari +ari +ari +ari +arv +ari +ari +ari +ari +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dXh +dXh +dXh +dXh +dXh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(147,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +aMS +azG +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +ari +ari +ari +arT +ari +ars +ars +ars +ars +ari +ari +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(148,1,2) = {" +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +bgg +bfR +azG +azG +azG +azG +azG +bfV +bfR +azG +azG +azG +azG +azG +azG +aMS +aMS +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +ari +ari +ari +ari +ari +arv +ars +ars +ars +ari +arv +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(149,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +bgh +bgd +bgc +azG +azG +bfg +bfo +bfk +bfS +azG +azG +azG +azG +azG +azG +aMS +aMS +aMS +aMS +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +arT +ari +ari +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(150,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +bgi +bfS +azG +azG +bfg +bfW +aVa +bfh +bfT +bfN +azG +azG +azG +azG +aMS +aMS +aMS +aMS +aMS +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +arv +ari +ari +arT +ari +ari +ari +ari +ari +ari +ari +ari +hvD +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(151,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +bgi +bfh +bfo +bfo +bfk +bfh +aVa +bfh +bft +bfO +azG +azG +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMR +azg +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +xkt +ari +ari +ari +ari +ari +arv +ari +ari +ari +ari +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(152,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +aDK +azG +azG +azG +azG +bgi +bfh +bfh +bfZ +bfm +bfi +aVa +bfh +bft +bfP +bfM +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +dVb +rmZ +rmZ +usd +asq +ari +ari +ari +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(153,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +azG +azG +azG +bgi +bft +bft +bga +bfX +bfj +aVa +bfh +bfU +bfQ +azG +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(154,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +bcD +bfa +azG +azG +azG +bgj +bfx +bfv +aNw +bfY +bfe +aVb +bfe +aNc +aMV +azG +azG +azG +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(155,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +beZ +aDK +azG +azG +azG +bgi +bfh +bfw +aVB +dvZ +dvZ +dvZ +dvZ +dvZ +aMZ +aMV +azG +azG +azG +asq +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(156,1,2) = {" +tAt +tAt +tAt +tAt +tAt +bfn +bfd +azG +azG +azG +azG +bgi +aPv +aVB +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aMZ +aMV +azG +azG +asq +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(157,1,2) = {" +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +bgg +bgk +bge +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aMX +azG +azG +asq +aMS +aMS +aMS +aMS +aMS +aMS +aWR +aoD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(158,1,2) = {" +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +bgm +bgl +bgf +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aMX +azG +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aWS +aSY +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(159,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +bgm +aPV +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aMX +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aWT +aeY +aeY +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(160,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +aPV +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aMX +azG +azG +aMS +aMS +aMS +aMS +aMS +aMS +aWT +aeY +aeY +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(161,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +aPV +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aMX +azG +azG +aMS +aMS +aMS +aMS +aMS +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(162,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +aNA +aNy +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aNb +aMY +azG +azG +azG +aMS +aMS +aMS +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(163,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +aNA +aNy +dvZ +dvZ +dvZ +dvZ +dvZ +aNb +aMY +azG +azG +azG +azG +aMS +aMS +aMS +asq +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(164,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +aNA +aNg +aNg +aNg +aNg +aNg +aMY +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(165,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(166,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eNS +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(167,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(168,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(169,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +azG +azG +azG +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(170,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(171,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(172,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(173,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(174,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(175,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(176,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(177,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(178,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wvu +ncP +ncP +ncP +ncP +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(179,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wvu +ncP +ncP +ncP +ncP +ncP +ncP +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(180,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +oMM +oxI +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(181,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oxI +oMM +oxI +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(182,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oMM +oxI +oMM +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(183,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +ncP +oMM +oMM +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(184,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +ncP +ncP +ncP +ncP +ncP +ncP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(185,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +ncP +ncP +ncP +ncP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(186,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(187,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(188,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(189,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(190,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(191,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(192,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(193,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(194,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(195,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(196,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(197,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(198,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(199,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(200,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(201,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(202,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(203,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(204,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(205,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(206,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(207,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(208,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(209,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(210,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(211,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(212,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(213,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(214,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(215,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(216,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(217,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(218,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(219,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(220,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(221,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(222,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(223,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(224,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(225,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(226,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(227,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(228,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(229,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(230,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(231,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(232,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(233,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +wDQ +xeg +tqK +tqK +tqK +xPy +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(234,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +cpX +tAt +tAt +tAt +fXD +jAN +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(235,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +tAt +tAt +hhH +hhH +hhH +kci +yep +yep +yep +cqa +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(236,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(237,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(238,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(239,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +tAt +tAt +tAt +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(240,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +tAt +hhH +hhH +hhH +hhH +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(241,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(242,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(243,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(244,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(245,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(246,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(247,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(248,1,2) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} + +(1,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(2,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(3,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(4,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(5,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(6,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(7,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(8,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(9,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(10,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(11,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(12,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(13,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(14,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(15,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(16,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +xuP +pOr +cRY +cRY +cRY +cRY +cRY +cRY +cRY +cRY +cRY +cRY +cRY +bsY +jjl +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(17,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +aTk +qbD +cRY +xRC +egl +smH +smH +smH +smH +qUu +smH +smH +smH +smH +lbF +tNL +cRY +fLg +aTk +aTk +aTk +aTk +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(18,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +xuP +pOr +cRY +cRY +cRY +fme +rmx +aOZ +cTA +lWd +lWd +lWd +lWd +lWd +lWd +lWd +lWd +lWd +lWd +lWd +cTA +utE +uWu +dhX +cRY +cRY +cRY +bsY +jjl +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(19,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +qbD +cRY +xRC +bIJ +mCF +mCF +mCF +mCF +kjl +kjl +kjl +kjl +kjl +kjl +kjl +viX +kjl +kjl +kjl +kjl +kjl +kjl +kjl +mCF +mCF +mCF +mCF +dWa +tNL +cRY +fLg +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(20,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +bMy +uvz +cTA +kjl +xAd +mIE +aTy +aTw +aTu +mIE +aTy +aTw +aTu +mIE +aTy +aTw +aTu +mIE +aTy +aTw +aTu +mIE +aTy +aTw +aTu +mIE +dyL +kjl +cTA +tKj +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(21,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aSB +qkp +aCm +kjl +uor +apK +apV +apK +apK +apK +apK +apK +apK +apK +apK +apV +apK +apK +apK +apK +apK +apK +apK +apK +apV +apK +fPP +kjl +lWd +mEm +bpA +bdi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(22,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +kFI +bMy +qkp +lWd +kjl +aTA +apK +apK +apK +apK +apK +apK +apK +apK +wHx +nyx +nyx +nyx +sxk +apK +apK +apK +apK +apK +apK +apK +apK +aTr +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(23,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aLj +kFI +kFI +bMy +qkp +lWd +kjl +aTB +apK +apK +apK +apK +apK +apK +apK +wHx +nyx +wPg +gVm +vQF +nyx +sxk +apK +apK +apK +apK +apK +apK +apK +aTs +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(24,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +kFI +kFI +iTl +aff +aSO +kjl +aTC +apK +apK +apK +apK +apK +apK +wHx +nyx +wPg +apK +gVm +apK +vQF +nyx +sxk +apK +apK +apK +apK +apK +apK +aTt +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(25,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +kFI +kFI +bMy +qkp +lWd +kjl +uor +apK +apK +apK +apK +apK +apK +nyx +wPg +apK +apK +gVm +apK +apK +vQF +nyx +apK +apK +apK +apK +apK +apK +fPP +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(26,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +aLj +guB +suh +suh +suh +suh +suh +suh +suh +suh +suh +vtB +vtB +xHO +qkp +lWd +kjl +aTA +apK +apK +apK +apK +apK +apK +nyx +gVm +gVm +gVm +tDd +gVm +gVm +gVm +nyx +apK +apK +apK +apK +apK +apK +aTr +kjl +lWd +mEm +qsv +bdi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(27,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +guB +dbE +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +kFI +kFI +bMy +qkp +lWd +kjl +aTB +apK +apK +apK +apK +apK +apK +nyx +sxk +apK +apK +gVm +apK +apK +wHx +nyx +apK +apK +apK +apK +apK +apK +aTs +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(28,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +guB +dbE +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +aLj +kFI +kFI +bMy +qkp +lWd +kjl +aTC +apK +apK +apK +apK +apK +apK +vQF +nyx +sxk +apK +gVm +apK +wHx +nyx +wPg +apK +apK +apK +apK +apK +apK +aTt +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(29,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aLj +guB +dbE +aLj +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aLj +kFI +kFI +bMy +qkp +lWd +kjl +uor +apK +apK +apK +apK +apK +apK +apK +vQF +nyx +sxk +gVm +wHx +nyx +wPg +apK +apK +apK +apK +apK +apK +apK +fPP +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(30,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +iwN +uGw +uGw +uGw +uGw +uGw +dRh +aLj +guB +mMu +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +kFI +bMy +qkp +lWd +kjl +aTA +apK +apK +apK +apK +apK +apK +apK +apK +vQF +nyx +nyx +nyx +wPg +apK +apK +apK +apK +apK +apK +apK +apK +aTr +kjl +lWd +mEm +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(31,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +iwN +kJb +dvZ +dvZ +dvZ +dvZ +dvZ +brp +soQ +dbE +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aSB +qkp +aHf +kjl +aTB +apK +apV +apK +apK +apK +apK +apK +apK +apK +apK +apV +apK +apK +apK +apK +apK +apK +apK +apK +apV +apK +aTs +kjl +lWd +mEm +bpA +bdi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(32,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aGe +kJb +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +poo +dRh +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +bMy +dMN +vhb +kjl +xhm +gaD +aTz +aTx +aTv +aTH +aTz +aTx +aTv +gaD +aTz +aTx +aTv +gaD +aTz +aTx +aTv +gaD +aTz +aTx +aTv +gaD +sNz +kjl +lWd +oFr +xED +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(33,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +hLJ +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pKK +fxq +caC +oXn +aGY +aGY +aGY +uyV +gta +cWb +gta +lPk +dyj +bJC +aqH +hzG +aqH +bJC +rci +kjl +kjl +aBY +kjl +aGY +aGY +aGY +kjl +kjl +lWd +nJC +wTK +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(34,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +fMe +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +pKK +feD +fxq +fxq +fxq +fxq +wuf +lWd +bgx +qFA +kjl +dyj +bJC +aqH +aqH +aqH +bJC +rci +kjl +kjl +lWd +lWd +nJC +fxq +caC +aXi +aNa +mEJ +utx +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(35,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aqy +aqy +aqy +aqy +sKf +aEf +pth +axG +kjl +kjl +sPU +bJC +aqH +aqH +aqH +bJC +xBR +kjl +kjl +amj +sDf +eBn +ayF +bbO +aXm +aNB +aMB +aLH +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(36,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +bcu +arU +arU +arU +lxz +kNl +wmy +aoG +eQI +sFg +fKQ +oER +oER +oER +oER +oER +oER +uxd +pjP +giz +ihH +aoE +aoA +ehL +bbP +aXm +aNB +aMB +aMb +bcc +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(37,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +pBL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcu +fxc +maM +gEZ +gEZ +aoF +ezf +aBi +wmy +aoE +ksZ +aqH +dyj +bCj +bCj +aSd +aSc +aRZ +bCj +bCj +fUT +qNZ +yfc +aoE +aoA +ezf +dzr +wmy +aoE +aoE +aoF +gcp +aBO +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(38,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aBG +opN +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +gEZ +gEZ +aoE +aoE +aoE +aoE +gEZ +gEZ +aoE +aoE +aoE +gyc +dyj +bCj +bCj +aSe +alm +aSa +bCj +bCj +rci +aqH +aoE +aoE +aoE +gEZ +gEZ +aoE +aoE +aoE +aoE +gEZ +aoF +aQV +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(39,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aBG +opN +dvZ +dvZ +dvZ +dvZ +dvZ +acn +poV +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aSv +aoE +aoE +qvw +dyj +bCj +bCj +aSf +aln +aSb +bCj +bCj +rci +uSP +aoE +aoE +aSv +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoE +aoF +aQV +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(40,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aBG +gCW +gCW +aOD +gCW +gCW +ayE +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +bhR +asM +asM +asM +asM +asM +aqq +aqq +oUQ +oUQ +ark +arc +oUQ +oUQ +oUQ +ark +arc +oUQ +oUQ +aqq +aqq +aRC +aRC +aRC +aRC +aRC +aRC +bhO +are +aoE +aoG +aoF +aQV +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(41,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +aLj +jlw +aLj +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +vVW +aup +qTq +uCm +wqz +taR +cDE +aqr +aqr +lCo +uSZ +ard +ard +wnA +eHc +uSZ +ard +ard +rQq +mEh +aqr +aqr +lSZ +kyt +app +jXh +app +thJ +aRC +aKg +are +aoE +aoE +aoF +aQV +bcc +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(42,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +atZ +bms +auq +atZ +rXf +atJ +taR +taR +aqr +cDl +aHm +aGO +aqS +aqS +kIK +jCu +tyf +aqS +aqS +cYp +aEZ +nkr +aqr +aqe +bEW +nII +ptl +rfo +iex +aRC +aRC +aRC +are +aoE +aoE +aoA +lIC +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(43,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aKX +aTk +aoE +aoE +aTk +aoE +hjz +sMY +atZ +aua +aua +cIS +ufJ +atb +atb +asS +ocx +eWD +aGP +aqS +aqR +jgN +rLj +aWt +aqR +aqS +aFy +mLO +ocx +aoR +aqe +fhZ +cgk +juo +giq +bOv +rsC +brQ +aRC +aKg +are +aoE +aoA +bcm +bcc +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(44,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +bhR +asM +asM +auq +auv +xDk +gZi +hHM +kAU +gZi +laX +aqr +wfg +asA +aGP +aqR +aqR +tED +hWS +aWt +aqR +aqR +aFy +aqI +dme +aqr +aoH +lbz +quP +aoH +fVg +sDP +wMV +aoH +aRC +aRC +bhO +aSt +aoE +aoy +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(45,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +cSH +auq +atb +auv +vIh +asK +asK +asK +asK +asK +asK +asK +hXy +aGU +fbl +fbl +aGy +pKI +rjk +fbl +fbl +oYy +cpO +apm +apm +apm +apm +apr +apm +apm +vPA +qIZ +aoP +aoP +aoH +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(46,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +avj +aua +cIb +auw +vIh +asK +gwZ +gXQ +nSd +vuP +wbq +asK +qZz +aHe +aqR +aqR +aqR +afj +aqR +aqR +uRO +aFB +aRi +apm +rjN +omr +ihx +jbK +aUt +apm +dig +jZj +cJJ +gga +aoI +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(47,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +oTy +aoE +aoG +asM +nQu +vCM +sHK +auw +vIh +asK +wSm +qtT +mbl +atc +dRe +asK +waw +aFC +cKh +dui +nfW +nfW +arC +xzO +cKh +aFC +azO +apm +apm +uNP +apL +aEC +ePG +apm +xjq +pxf +qNI +ucR +aoH +aRC +aoE +aoE +qld +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(48,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bdQ +bdO +wmy +aoE +asM +ona +eDg +abT +aux +asK +asK +fFw +lGW +ffQ +atc +qPE +asK +qAT +cWe +ouX +arl +xBJ +eDI +rAP +arl +qAT +cWe +ouX +apm +apm +cDT +fui +aED +vcL +apm +apm +twi +iVt +vPi +gDC +aRC +aoE +aoA +pcT +aTL +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(49,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +bdK +wmy +aoE +asM +auq +rAW +hKG +qeI +asK +cLj +atQ +lny +slR +aHI +sow +asK +iAt +aFD +aqI +arl +gng +kNu +ukF +arl +nbT +aFD +vJx +apm +iLv +teJ +apW +aEC +cSx +grz +apm +coD +iVt +kYD +fkk +aRC +aoE +aoA +bcm +bcc +kVD +aHA +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(50,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +xLS +aoE +aoE +asM +fFt +vLA +lXz +ipv +asK +hmk +wVD +fhB +cjm +cJg +oHp +asK +asA +aFD +aqJ +arl +cHp +aGt +aWm +arl +cOj +aFD +aqI +apm +qnx +vwH +nFb +aEE +aeU +fmO +apm +lqy +aoW +aoQ +lbz +aRC +aoE +aoE +aoy +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(51,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +oUv +aud +aud +aud +asK +asK +asK +atd +mEa +atd +asK +asK +kRf +lto +lVZ +arl +arD +arM +arD +arl +kRf +lto +sKT +apm +aqf +aqf +nAp +apM +nNw +apm +apm +hGF +hGF +hGF +aoH +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(52,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +dyi +aud +jHz +oTR +kkR +aub +xaQ +aEQ +aEF +aEQ +osD +aEQ +aHo +aFF +aEQ +prk +aEQ +aFF +aEQ +eyW +aEJ +aFF +aFa +aEQ +aEQ +aEQ +aEJ +aEF +eXI +gPS +kCD +jBf +tKw +hGF +aoH +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +aHA +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(53,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +guB +dbE +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +oTy +aoE +aSK +asM +atZ +aud +wZq +auy +xzB +auc +atR +atK +gQe +aqh +aqh +aqh +aFb +bJI +aqh +aqh +xkz +aqh +ail +aqh +aqh +aqh +aFb +xkz +aqh +aqh +qGP +jAD +kDB +sDw +mwj +oVM +mXy +hGF +aoH +aRC +aSt +aoE +qld +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azc +tAt +vxj +cCP +ycI +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(54,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jkh +bdW +wmy +aoE +asM +auq +aud +eYT +weH +ryo +aub +aHZ +ddk +apX +dUa +oqR +aqz +qZa +aqz +gpQ +aqz +aqz +aqz +aqz +aqz +aqz +aqz +usZ +aqz +alb +dUa +apX +nfU +aEx +gPS +szk +oWv +gBz +hGF +vQa +aRC +iMs +aoA +vSN +alM +kVD +nxB +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jpT +aGv +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(55,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +bdK +wmy +aoE +asM +avj +aud +aud +aud +aud +aud +hMK +ddk +apX +pIZ +qcA +ewK +aHp +wqX +wqX +aqA +aqA +arN +fTf +aRl +uME +uME +aFc +wqX +jFo +sGo +apX +kDP +aEx +hGF +fEW +pNf +gBz +hGF +wtJ +aRC +aoE +aoA +alD +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +dqL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +vxj +cCP +jUb +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(56,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +jlw +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +xLS +aoE +aoE +asM +auq +auU +auH +aur +aur +aue +aHZ +ddk +apX +jiJ +asT +arN +aFc +lie +aqA +lVp +nNQ +arO +jfW +apX +oLC +aqA +aFc +jjD +ioD +lsF +apX +nfU +aEx +gPS +qtD +aEo +ttQ +hGF +cbM +aRC +aFk +uxP +ruj +ruj +ruj +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +azs +aDM +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(57,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +aLj +jlw +aLj +aLj +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +avk +auU +auI +bzz +aus +qhh +aRR +atL +apX +apX +mEe +aHC +iOA +aqA +aqA +dSQ +gOB +ais +vtz +apX +wqX +aqA +lwk +hsG +emt +apX +apX +nfU +aEx +gPS +qtD +aEo +wQL +hGF +aoH +aRC +hnk +hnk +eiY +eiY +eiY +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +aFg +wYb +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +aPu +aPu +uRf +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(58,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +iwN +uGw +uGw +vTT +uGw +uGw +dRh +kVD +tAt +aHA +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +atZ +auU +auI +auz +uaU +awr +aRR +ddk +apX +apX +sKx +aqA +vPV +wqX +uME +apX +ozH +gzY +prs +hxv +aqA +aJF +wCC +aEV +uVg +apX +apX +nfU +aEx +gPS +jBJ +aEo +vOr +aoR +aoH +aRC +aAM +aAM +mjM +mjM +mjM +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +azu +tNO +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +vxj +cCP +ycI +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(59,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +iwN +kJb +dvZ +dvZ +dvZ +dvZ +dvZ +brp +ewh +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +oTy +aoE +aoE +asM +evd +auU +auJ +aut +aut +auf +eaF +ddk +apX +iAr +mTY +xkd +aHq +jWc +uBg +apX +veC +arO +lXX +bxK +aqA +yjp +aFc +aqA +aqs +wDw +apX +nfU +aEx +gPS +jBJ +aEo +aQZ +hGF +aoH +aRC +aoE +iMs +qld +alD +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +dqL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(60,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aGe +kJb +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jkh +bdO +wmy +aoE +asM +atZ +aug +aug +aug +aug +aug +xut +ddk +apX +mkU +qcA +dfx +aHq +pUN +wqX +gQX +aqA +aqA +aqA +ahY +wqX +wqX +aFc +ahc +aqs +fkV +apX +nfU +aEx +hGF +fEW +oWv +noy +hGF +aoH +aRC +aoE +aoA +aGj +hWt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +oJj +aBA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aCT +bbZ +bca +cCP +ycI +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(61,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +bdK +wmy +aoE +asM +atZ +aug +xuB +kOV +noC +auh +aHZ +ddk +apX +dUa +wAj +kuk +aFj +aqB +nti +aqB +oar +aqB +aqB +aqB +aqB +aqB +aFj +aqB +vmM +dUa +apX +nfU +aEx +gPS +szk +pNf +nio +hGF +aoH +aRC +aoE +aoA +bcm +bcc +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +oJj +aBA +dvZ +dvZ +dvZ +dvZ +dvZ +aDb +aCU +aTk +aTk +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(62,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +xLS +aoE +aSK +asM +atJ +aug +qmP +pLP +bjo +aui +aIa +aRw +aqg +aqg +aqg +aqg +aFp +aqg +aqg +qLl +aqg +aqg +aqg +aqg +qgx +qgx +aFp +aqg +aqg +aqg +qgx +pZS +aEx +gPS +szk +kis +hhh +hGF +aoH +aRC +aSt +aoE +aoy +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +oJj +azw +azw +azw +azw +azw +kQl +ayY +ayT +aAh +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(63,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcF +wmy +aoE +aoE +asM +dyi +aug +tMZ +bey +nVu +auh +fCS +xHe +pKH +aES +aES +pWO +aFq +jEP +uiG +aES +wgP +phI +hME +mvP +uiG +jEP +aFq +jEP +aES +aES +pKH +sbS +lhU +gPS +jpm +ivy +wqO +hGF +aoJ +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aAh +ayY +ayT +aAh +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(64,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +bcF +wmy +aoE +aoE +asM +fcE +aug +aug +aug +aug +aug +aIb +apC +apY +apY +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apX +apY +apY +apN +aEy +aoX +aoX +plC +aoX +hGF +jue +aRC +aoE +aoE +aoA +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aAh +ayY +ayT +aAh +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(65,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +pBL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +uQt +oTy +aoE +aoE +asM +auq +nZp +uaH +fMp +nYX +auj +atS +apZ +apZ +asb +fHO +rbi +rUm +apZ +apZ +asb +aFo +apZ +ont +apZ +sIF +oUK +lbg +apZ +aRf +apZ +apZ +kut +rTC +apq +neA +pcV +aoX +vLB +tnN +aRC +aoE +aoE +qld +alD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aAh +ayY +ayT +aAh +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(66,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aBG +opN +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +kFI +bFL +aiC +wmy +aoE +asM +auq +atJ +auK +osE +hcJ +auk +qfu +tlD +clp +pIk +aHF +aHD +fGj +uBJ +ash +sax +fpK +kEg +aFG +arm +guF +aFG +aqK +bDm +gyV +fLV +fLV +rFy +njn +aoX +sVe +nZd +aoX +iYi +xjC +aRC +aoE +aoA +aAv +bUh +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aAh +ayY +ayT +aAh +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(67,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aBG +opN +dvZ +dvZ +dvZ +dvZ +dvZ +acn +bbZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +fMd +eDc +wFS +wmy +aoE +asM +jvd +atZ +fcO +fcO +fcO +fcO +arn +asl +aHK +ate +asl +arn +arn +arn +arn +arn +arP +arP +arn +arn +apD +apD +aqL +apD +tLz +aqi +wEk +tLz +apD +aoX +vIX +frn +aoX +fNN +iex +aRC +aoE +aoA +buK +nij +kFI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aAh +ayY +ayT +aAh +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(68,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aBG +gCW +gCW +aOD +gCW +gCW +ayE +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +fMd +pyE +uQt +xLS +aoE +aoE +asM +hbq +vtT +auL +sPQ +ajx +arn +pox +mLF +lmD +atf +oux +asL +teN +asl +vgQ +wNb +kBI +cND +aBI +hwk +tuv +cMZ +mTT +tjz +ovE +vRG +eHm +aGu +apD +xHp +wcw +oWm +aoX +rmY +aqv +aRC +aoE +aoE +aoy +ter +kWF +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aAh +ayY +aCp +pts +pts +cOk +aTm +aTm +azW +tAt +tAt +aHA +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(69,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +aLj +jlw +aLj +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +fMd +pyE +kFI +uQt +wmy +aoE +aoE +asM +wZt +atb +auv +bJO +wXy +arn +oGY +bQF +sXG +vgm +roq +erQ +aHt +vmB +kru +aGF +aGz +arQ +hTn +dUk +oeG +uZe +aJE +anC +anC +igq +lqL +aRd +apD +gWb +fhc +aoX +aoX +udU +eVM +aRC +aoE +aoE +aoA +wXw +qMg +aGV +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aAh +iEQ +aCq +aAN +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(70,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +jlw +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +fMd +pyE +aLj +aTk +uQt +wmy +aoE +aoE +asM +eBK +tmX +auM +auA +atZ +arn +eyV +tbG +qnS +qnS +qnS +vgm +asC +asm +tcF +arE +aPZ +arE +arE +xMM +aqi +wzZ +drT +dyB +dyB +nPh +sFJ +rXv +apD +wWN +aoX +aoX +bpI +mGl +lwM +aRC +aoE +aoE +aoA +wXw +kFI +oyb +aGV +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +iEQ +lQI +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(71,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +fMd +pyE +aLj +aTk +aTk +bcF +oTy +aoE +aoE +asM +avl +oDf +huU +kJs +auu +arn +xZo +gNl +xHP +qnS +qnS +asB +aLg +asl +iQm +asc +esZ +arR +vuK +jDu +tuv +wAn +xjV +wAn +mir +wPK +uqK +oXJ +apD +apr +aoX +aoX +waV +wlJ +vfS +aRC +aoE +aoE +qld +wXw +kFI +aLj +oyb +aGV +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +dqL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(72,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +fMd +pyE +aLj +aTk +aTk +akU +jkh +bdO +wmy +aSK +bhR +asM +asM +asM +ecI +dTV +arn +atT +roq +fdc +qnS +aRq +fsL +tjb +aro +aro +jdO +aQb +eyb +mGa +aro +apD +dyE +aMH +tWQ +tpb +kpt +pHJ +taO +apD +hIu +bVW +gpU +xjC +aRC +aRC +bhO +aSt +aoA +aGj +hWt +aTk +aTk +aLj +oyb +aGV +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +dqL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(73,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aLj +fMd +pyE +aLj +aTk +aTk +akU +akU +akU +bcF +wmy +aoE +aKB +aKg +asM +xjZ +kaU +auq +arn +sVH +kHg +asi +aQq +uPU +swd +aro +aro +aSt +aoE +aQc +aoE +aoE +aSK +apD +apD +jXK +icp +lKu +hvp +tIQ +bvM +apD +oXL +iaJ +spt +iex +aRC +aKg +aKf +aoE +aoA +alD +kVD +tAt +akU +aTk +aLj +oyb +aGV +aLj +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +dqL +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(74,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +aLj +fMd +pyE +kFI +aTk +aTk +akU +akU +akU +akU +bcF +ndd +aoE +aoE +aKB +aKg +asM +asM +auq +arn +arn +arn +arn +arn +asU +aro +aro +aKg +aQi +aPW +aQd +aPW +aPW +aAC +aKg +apD +apD +tPA +fcO +fcO +fcO +fcO +apD +edb +agc +aRC +aRC +aRC +aKf +aoE +aoE +aoA +alD +kVD +tAt +tAt +akU +aTk +kFI +oyb +aGV +kFI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +dqL +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(75,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +tAt +tAt +aTk +eWl +wbB +umW +qfU +eWl +eWl +bcu +bck +akU +akU +akU +akU +jkh +aFd +ndd +aoE +aoE +aKB +aKg +asM +iyp +elq +ipv +atq +atq +tpe +fgY +asM +aKg +aKf +aQc +kns +kns +kns +kns +aQc +aKB +aKg +aRC +msF +aoH +aoJ +uve +aoH +pQT +aoQ +uwi +aRC +aKg +aKf +aoE +aoE +qld +aLe +alM +kVD +tAt +kVD +kVD +aTk +aTk +kFI +qMg +kWF +kFI +aTk +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +dqL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(76,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +tAt +tAt +kVD +kVD +krP +mas +kIl +idO +ayp +mas +mas +axi +gcp +aBO +bcc +akU +akU +akU +jkh +aFd +ndd +kns +aoE +aKB +bhR +asM +asM +asM +asM +asM +asM +asM +bhR +aKf +aQi +asj +xQv +aVS +aVS +aUk +arp +aAC +aKB +bhO +aRC +aRC +aRC +aRC +aRC +aRC +aRC +aRC +bhO +aKf +aoE +kns +qld +aLe +alM +aTk +kVD +kVD +bcw +bcu +bcu +bcu +bcu +eWl +aBr +kuy +eWl +bcu +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +oJj +aBA +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(77,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +tAt +tAt +kVD +kVD +kVD +tAt +aTk +arX +mas +mas +axL +arX +arX +arX +mas +axi +bcm +bcu +bcu +bcc +akU +jkh +aVS +aUk +wmy +aoE +aSH +kns +aoE +aoE +aoE +aoE +kns +kns +aSw +aoE +aQn +xQv +alM +aTk +aTk +jkh +hHf +aPP +aoE +aSw +aoE +kns +kns +aoE +aoE +aoE +aoE +kns +kns +aoE +aoA +xQv +aVS +alM +aTk +bcw +bcu +bcu +fxc +aNL +kGI +kGI +kGI +kGI +aNK +kGI +kGI +pPp +gcp +bra +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +oJj +aBA +dvZ +dvZ +dvZ +dvZ +dvZ +nbz +bbZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(78,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +jlw +aLj +aTk +akU +kVD +kVD +tAt +tAt +tAt +akU +aTk +arX +arX +arX +aSF +arX +arX +arX +arX +mas +mas +axi +alD +akU +akU +akU +aas +aQs +aSk +arW +anr +asN +aQp +aQp +atr +arW +anr +asN +aQp +aQo +alD +aTk +aTk +aTk +aTk +bcF +aPQ +aPG +aPG +aPE +arW +anr +aPI +aPG +aPG +aPE +arW +anr +jUY +aPy +acS +pro +kVD +hmf +bcF +aNL +kGI +kGI +pXR +aSr +pXR +pXR +pXR +pXR +pXR +pXR +pXR +kGI +krP +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +oJj +azw +azw +ayH +azw +azw +kQl +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(79,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +qPP +gtv +aLj +aTk +aTk +aTk +aTk +aTk +akU +aTk +aTk +bhT +awa +awa +awa +awa +awa +aKp +aKr +arX +arX +kaL +bcm +bcu +bcu +bcu +bdK +aQt +arX +mas +mas +arX +arX +arX +arX +mas +mas +aSF +arX +kaL +bcm +bcc +aTk +aTk +bcw +bdK +qpb +pXR +aSr +pXR +kGI +kGI +pXR +pXR +pXR +pXR +kGI +aAn +pXR +aPz +bcm +bcu +bcu +bcu +bcK +qpb +pXR +aKe +aKd +aog +aog +aog +aog +aog +aog +pXR +pXR +aTk +akU +aTk +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +aAh +ayL +aAh +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(80,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aLj +aLj +qPP +gtv +aLj +kFI +lww +auV +arX +aTk +awa +awa +awa +qOG +axM +axI +awo +awa +awa +awa +awa +aKr +arX +mas +mas +mas +mas +aQv +aQu +arX +bhQ +xpa +xpa +xpa +xpa +xpa +xpa +xpa +bhQ +aKr +arX +axi +bcm +bcu +bcu +bdK +wfG +pXR +aKe +bhP +aoV +aoV +aoV +aoV +aoV +aoV +aoV +aoV +bhP +aKb +aPA +aPq +aPq +aPk +kGI +kGI +pXR +aKe +aog +aog +aog +muE +xqE +whj +acQ +aog +aog +aTk +akU +akU +aTk +aby +bcu +bck +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +aAh +ayL +aAh +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(81,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aLj +aLj +qPP +lSR +lww +ayp +arX +aKH +aKp +awa +gyI +awJ +cmw +jBi +mRL +eBE +axx +awJ +mzR +awa +aKp +aKr +aSF +arX +arX +arX +aQw +arX +arX +xpa +aso +asE +gMB +asE +asE +asE +aso +xpa +aKp +aKr +arX +mas +mas +kGI +kGI +pXR +aKe +aKd +aoV +aqC +agy +mjk +afH +kvJ +apE +aeK +aez +aoV +aKd +aKb +pXR +pXR +aPl +pXR +pXR +aKe +aKd +aog +adi +adg +rys +ltR +acT +kVV +muE +ebV +aTk +akU +aTk +pXR +pXR +pPp +bcm +bck +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +ayL +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(82,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aLj +kFI +ayo +ayp +arX +aKH +awa +awa +awa +awJ +axW +pEq +kLV +pci +fYh +axz +ssS +awJ +awa +awa +awa +awa +awa +aCC +auN +aQx +auN +aCo +xpa +asH +weN +npi +pKP +npi +cQA +asp +xpa +xpa +aKp +aKr +arX +arX +pXR +pXR +aKe +aKd +aoV +aoV +ahd +agA +apt +aqa +afp +apF +ojm +aeA +aes +aoV +aoe +adH +adH +aPm +adH +adH +aoe +aoe +aoe +adj +aoe +aoe +aop +aoe +aoe +aoe +coc +aog +aTk +aTk +aKb +pXR +onz +lmb +ach +wFw +akU +aTk +aTk +aTk +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +ayL +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(83,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +kFI +lww +ayp +arX +aKH +aKp +awa +xux +ayc +aya +axj +axj +axj +axj +axj +axj +axj +awJ +awJ +awJ +eUj +awo +awb +jao +dLk +aDS +auO +aCt +auB +oBz +iXG +cfO +bMU +ats +atg +asp +bjU +xpa +xpa +aKp +arX +arX +pXR +pXR +aKd +aoV +aoV +aht +aqa +aqa +apf +apO +apO +aeV +gtK +gtK +aoS +ael +aoS +aec +kQa +aCE +kQa +gPJ +bhN +vyK +bSV +xqd +bhI +bSV +ruu +oXk +uRI +aoe +muE +muE +acx +aog +aKd +aKb +pXR +lmb +bcm +bcc +aTk +aEe +gWW +gWW +gWW +vse +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +ayL +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(84,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +lww +ayp +arX +bhT +awa +awa +awa +awJ +axj +axj +axj +hoR +kHe +bfr +jQe +nIC +axj +axj +avO +avO +avO +avO +avO +vTk +aCA +aCy +nAd +lcK +bBe +oYF +att +bfp +att +att +kXI +aso +hZx +asr +xpa +xpa +aSD +arX +aSA +aoV +aoV +aoV +apf +apf +apf +aOk +agg +afI +pSJ +apG +aeL +aeB +aoK +aoZ +aoK +aDY +aBS +aDd +acs +rPK +wyn +bhM +xqd +xqd +xqd +aot +aBV +rOU +hVN +aoe +aoe +eIp +acy +aoe +aoe +aoe +pXR +pXR +urO +lpX +hil +azf +nCP +acf +nCP +agf +vse +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +ayL +aAh +aAh +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(85,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +vVQ +arX +arX +awa +gFP +axM +jrW +awJ +axj +rZH +bNZ +vCk +aJf +eDL +noq +wbf +tZM +iGd +avN +rjI +bRF +oDx +avO +psl +avB +aCz +axy +bwp +asO +asO +asO +asO +asO +asO +asO +asO +asr +uyd +aso +xpa +arX +arX +pXR +aoV +apf +aqM +aqT +aoK +aoK +aoK +aoK +aoK +aoK +aoK +aoK +aoK +aoK +apa +aoK +aoK +adX +aCN +adL +wyn +wyn +aoe +aoe +alz +xqd +xqd +aCl +bhB +nAu +aoe +oSX +aJz +acz +ruu +dDK +aoe +pXR +pXR +lmb +lpX +egr +rSH +nwQ +ieP +oGk +lyk +vQz +aTk +aTk +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aAh +aAh +aAh +ayL +aAh +aAh +aAh +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(86,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +jkh +bdO +auV +aSL +awa +ayq +psv +wrw +ayd +axj +sMN +wbT +aCO +aLA +uAE +hUx +pJY +axr +axk +aks +jpY +aOp +iwV +avO +avO +mbQ +aDu +kBr +asO +asO +sJD +pCq +qod +mGv +pCq +xjO +asO +asO +asE +iIQ +xpa +arX +dqB +pXR +aoV +ahZ +cjI +ahz +aoK +aqD +aRg +xUq +oQr +hSm +aoK +fTM +sLj +vmX +eBC +ewJ +aoK +aRa +adU +acA +wyn +wyn +aoe +cdG +xqd +xqd +bSV +aCx +wyn +aoe +aoe +aoe +wyn +acA +acr +aoe +aoe +bhA +oTG +lmb +lpX +egr +uGE +nwQ +vrW +jpD +dKk +jZh +unv +unv +unv +aFR +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +nJr +nJr +nJr +nJr +gAe +nJr +nJr +nJr +nJr +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(87,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcw +bdK +auV +arX +awa +axW +fTU +qCM +ayd +axj +rUr +aCR +rqA +uIG +sXp +hUx +aCJ +hrN +aCH +oqC +rQE +awu +hmv +rDF +apy +soU +mcU +ftk +asO +ayP +ayG +ati +cSK +ati +aHL +nMU +fgm +asO +xzg +dlZ +xpa +kaL +aAU +qpb +aoV +aia +ahI +ahA +aoK +esa +lns +xrG +xrG +afq +aoK +dCl +apb +hNL +aEk +kXU +aoK +ltH +aCE +kQa +kQa +acU +acK +kQa +kQa +adh +kQa +aCE +acU +kQa +kQa +kQa +kQa +acB +kQa +gPJ +gvt +pXR +pXR +lmb +lpX +egr +muo +aaL +aaL +aaL +dKk +dKk +unv +unv +sjw +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +ayN +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +rWz +esz +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(88,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +ayx +arX +arX +awa +axW +xZC +ayg +aye +axj +raW +tZi +cwo +mHC +mHC +vGp +jdy +aCI +rOd +avO +lay +awu +aFw +sIH +apy +soU +mcU +dFi +asO +gyq +lOv +oOj +fpk +gch +oJK +eGb +pLS +asO +sMM +xJw +xpa +kaL +nLC +qpb +aoV +aib +ahJ +ahB +aoK +rwV +hXm +fRe +aEK +aEu +vAW +aEu +aEr +aEp +aEl +lam +aoK +adY +aDj +rxG +acs +xqd +xqd +ayJ +tJc +bSV +bSV +aCK +rxG +xqd +bSV +xqd +rxG +rxG +xIv +dxs +gvt +pXR +pXR +pXR +aob +anZ +xge +hlB +mdW +aaL +dGb +qGi +tnY +kIa +ksM +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sSq +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +sCu +aSN +sXb +esz +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(89,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +auV +axL +arX +awa +axW +xZC +ayh +ayf +axj +axj +axN +jLc +axN +axN +axN +axj +axj +axj +avO +qaV +awv +mfx +vAV +apy +soU +wSK +sms +asO +qxZ +moJ +asO +asO +asO +asO +lRO +asO +asO +diE +dlZ +xpa +arX +mas +pXR +aoV +aic +ahC +ahC +aoK +aRB +wtW +slo +slo +slo +aoK +xhi +aEs +apc +apc +sKk +aoK +xwe +aDn +aBK +aBM +aBt +aBM +woi +wXL +pzl +nCY +aCM +aBM +aBM +aBM +aBt +aBt +aBa +acs +dxs +gvt +pXR +pXR +pXR +aob +anZ +xge +fDp +gBg +aaL +dGb +qGi +tnY +aUq +eSs +pla +tcZ +tnV +aAP +tnV +tnV +tnV +tnV +tnV +tnV +hCr +tnV +tnV +tnV +tnV +tnV +hCr +tnV +tnV +tnV +tnV +tnV +tnV +tnV +tnV +ame +tnV +aSM +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(90,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +auV +arX +arX +awa +axW +xiS +ayh +awx +gZw +dzH +pyZ +axS +ajG +fpb +uMy +adO +woo +axl +avO +avO +aSl +aSl +aSl +avO +uGy +mcU +dFi +asO +uMs +aIi +iOT +jjj +vEQ +ttN +gFr +kTq +asO +wMa +asp +xpa +arX +arX +pXR +aoV +cjI +apf +apf +aoK +cHB +oQr +sEC +bgb +hMd +aoK +xhi +rrG +apb +apb +fXi +aoK +acI +aCK +ruu +ruu +ruu +ruu +bhK +ruu +xDb +cXY +aBd +ruu +ruu +ruu +ruu +ruu +aBd +acs +dxs +gvt +pXR +pXR +lmb +lpX +egr +muo +svf +gBg +aaL +dGb +qGi +tnY +aUq +eSs +tjI +bcr +omM +omM +omM +omM +aMK +aLh +aLh +hKH +omM +omM +omM +omM +omM +omM +omM +aMK +aLh +aLh +iUg +omM +omM +omM +omM +iTx +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(91,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +vrG +arX +arX +awa +ayr +ayj +awJ +awx +aJo +bgG +aIW +aOd +aJg +bgE +aIW +bfz +aJR +aIV +weR +aIQ +aSl +dKY +aSl +aNQ +soU +avm +ovn +asO +uwl +ath +ath +aIc +ati +aHM +ath +iUo +asO +asF +asr +xpa +arX +arX +pXR +aoV +aid +apu +aOl +aoK +aoK +aoK +aoK +aoK +aoK +aoK +dCl +aEs +apb +jry +mGH +aoK +acI +aBd +nCk +aoe +aoe +aoe +aoe +aoe +aoe +wyV +sLT +nCk +cUf +aoe +aoe +yfH +aBd +kfD +aoe +aoe +bhA +acj +lmb +lpX +egr +muo +svf +sDb +aaL +bHF +aLa +anX +aUq +iGR +aAP +aWu +aMv +aBu +spn +aFN +aBz +aBu +spn +aFN +aBz +aBu +spn +aFN +aBz +aBu +spn +aFN +aBz +aBu +spn +aFN +aBz +aBu +hGn +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(92,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +jkh +bdW +auV +arX +awa +hJf +axM +awJ +awx +wXG +uML +iRt +nVI +tak +rIs +qXJ +bDu +bfy +aYN +awV +aIR +aSl +aSl +aNR +fKx +soU +avm +kBr +asO +vJe +dCN +myT +ath +ati +eFj +teL +eDz +asO +xcl +ass +xpa +arX +dqB +pXR +aoV +aie +pDc +aqM +aoK +kHP +pnU +oLd +jiT +oZP +sGj +mpT +aEs +apb +hgn +qWF +aoK +acI +aBd +dxs +aOh +quu +sJO +aoe +bLs +aOg +xwe +aCK +dxs +wMn +aoe +hIN +xwe +aBd +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +pfT +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +uMR +aNt +irQ +gKa +irQ +irQ +irQ +irQ +irQ +irQ +irQ +irQ +gKa +irQ +irQ +irQ +irQ +irQ +irQ +irQ +irQ +gKa +irQ +kPb +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(93,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +est +bdK +auV +arX +awa +bzb +qoH +ayd +awx +qYj +mfj +fRZ +azZ +aJh +fnU +mim +jNf +awK +byS +pqT +aNS +aww +nTH +jNC +fFe +uBF +uDE +kBr +asO +bzO +ath +bub +jyk +ati +aCh +ath +lNE +asO +asG +erX +xpa +kaL +aAU +qpb +aoV +unN +mxb +apu +aoK +jFF +uCI +apb +apb +apb +aEz +aEv +aEt +wJv +lsl +pTC +aoK +acI +aDo +aCZ +kWL +jKW +aoe +aoe +adm +sBJ +aBF +aBk +dxs +cBd +aoe +hXu +aBF +aBg +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +qew +kIp +kIp +kIp +kIp +kIp +kIp +kIp +nzh +aUu +irQ +irQ +irQ +irQ +irQ +irQ +mHP +neL +neL +neL +neL +neL +neL +neL +ayO +irQ +irQ +irQ +irQ +irQ +irQ +amc +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(94,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +ayx +arX +arX +awa +ayq +oMS +ayd +awx +fYX +kim +iMm +pGi +aNZ +awK +aNW +aNV +awK +azU +cBS +aNS +aww +lBM +xcN +mkx +fqO +mcU +auW +asO +klX +iTE +xLL +ath +aqX +aDt +ath +kwC +asO +asG +xHE +xpa +kaL +nLC +qpb +aoV +aif +ahK +apu +aoK +wnE +apc +apc +rBz +apc +lgz +cQI +efG +tYA +nwO +eVe +aoK +acI +aBd +dxs +kWL +kWL +aoe +lAW +lAW +aRT +xwe +aCK +dxs +qyb +aoe +hIN +xwe +aBh +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +yiH +bHF +vQz +unv +aUq +iGR +tnV +aWu +aWE +irQ +irQ +irQ +irQ +irQ +irQ +neL +irQ +mHP +neL +aMN +irQ +mHP +neL +neL +irQ +irQ +irQ +irQ +irQ +irQ +aAk +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(95,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +auV +arX +arX +awa +ayq +iND +ayh +awx +qXw +awK +aOe +bgF +aOb +aCL +gkr +uNY +ctM +oAn +oAn +aNS +aww +bfl +riL +gqw +uBF +mcU +kBr +asO +eem +aul +aul +xeH +hEA +atu +ath +cyl +asO +asH +pdl +xpa +arX +mas +pXR +aoV +jEI +dCu +ahD +aoK +xHX +kzx +uFV +aGg +apc +aRc +aoK +aoK +aoK +aoK +aoK +aoK +acI +aBd +hCK +aoe +aoe +aoe +aoe +aoe +aoe +wkm +aBd +acW +aoe +aoe +aoe +wkm +aBh +act +aoe +aoe +bhA +xfp +lmb +lpX +egr +muo +svf +sDb +sYZ +dGb +aFi +aTk +aUq +eSs +tnV +aWu +bhV +irQ +irQ +irQ +irQ +irQ +irQ +neL +mHP +neL +aMN +irQ +mHP +neL +aMN +neL +irQ +irQ +irQ +irQ +irQ +irQ +aAm +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(96,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +auV +arX +arX +awa +awJ +ayk +ayc +awx +eFv +qVf +jgT +gdg +aOc +cHf +eHY +bOO +oAn +mrS +xjt +aNS +aww +ulU +ajn +abS +uBF +mcU +dAz +asO +jUO +jAO +hEz +ylU +oWS +rVC +dUf +hCj +asO +asH +uZk +xpa +arX +arX +pXR +aoV +aie +ubm +apf +aoK +ubg +apc +tSs +sbO +hqM +aEA +aoK +aoe +aoe +aoe +aoe +kNc +xwe +aBh +ruu +ruu +adA +xIv +wTv +aJB +gzI +ruu +aBd +ruu +ruu +jTs +bqr +ruu +aBh +ruu +dxs +vBq +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +mrG +kzA +qGi +tnY +aUq +eSs +tnV +aWu +aNt +irQ +irQ +irQ +irQ +irQ +irQ +neL +neL +aMN +irQ +mHP +neL +aMN +irQ +neL +irQ +irQ +irQ +irQ +irQ +irQ +kPb +ali +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(97,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +bdK +auV +arX +arX +awa +sGq +uLk +awo +awx +awK +ckz +jZp +ovX +aIR +axJ +awc +tAM +aNU +byS +xXI +qFn +aww +kYK +awd +puC +aIz +aIn +kBr +suf +sPl +yeW +etl +iwS +hYi +nKV +ati +gEA +asO +fZo +xDU +xpa +arX +dqB +aSA +aoV +uvF +ctI +aqT +aoK +iRP +njF +apc +gUn +aEG +nss +aoK +aoe +aoe +fId +xPr +aed +xwe +aDq +ruu +ruu +ruu +xIv +xIv +xIv +ruu +ruu +aBd +ruu +ruu +iBv +ruu +ruu +aBd +rxG +dxs +vBq +pXR +pXR +pXR +aob +anZ +xge +svf +sDb +aaL +dGb +qGi +tnY +aUq +eSs +tnV +aWu +aUu +irQ +irQ +irQ +irQ +irQ +irQ +neL +aMN +irQ +mHP +mCL +aMN +irQ +mHP +neL +irQ +irQ +irQ +irQ +irQ +irQ +amc +xge +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(98,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +ayp +arX +arX +arX +awa +jqU +awo +awo +awx +qTQ +bgH +awK +aJj +aJi +aNY +aNX +aIW +aIZ +lqS +awW +aIS +awx +tZy +awe +soU +soU +avm +kBr +suf +jVm +jre +kLU +eeI +oWS +abo +mvZ +vSb +asO +bmW +ast +xpa +kaL +aAU +qpb +aoV +kMm +aqa +aqM +aoK +ahe +aEk +aET +aEL +apb +clB +aoK +aoe +aoe +jFl +igE +aoL +xwe +aDD +aBK +aBK +aBM +aBM +aBM +aBM +aBK +aBK +aCM +aBK +aBS +aBt +aBt +aBK +aBk +rxG +dxs +vBq +pXR +pXR +pXR +aob +anZ +xge +svf +sDb +aaL +dGb +qGi +tnY +aUq +eSs +tnV +aWu +aWE +irQ +irQ +irQ +irQ +irQ +irQ +neL +irQ +mHP +neL +aMN +irQ +mHP +neL +neL +irQ +irQ +irQ +irQ +irQ +irQ +aAk +xzj +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(99,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +yen +auV +arX +arX +arX +ayv +awa +aym +ayf +awx +bQS +uDz +wJI +wuV +xcx +kRP +xFT +lvW +aJa +aIW +awX +iKw +awx +xCk +leh +dyh +avC +avn +auX +asO +goX +sro +sro +orf +vNf +atv +emr +asO +asO +bBe +aBZ +xpa +kaL +nLC +qpb +aoV +arq +aoV +aoV +aoK +ooO +wvT +slo +aEN +cQI +eLU +aoK +aoe +aoe +aoe +aoe +aoe +xwe +aDq +ruu +ruu +ruu +ruu +vqi +ruu +ruu +ruu +aBh +ruu +ruu +xIv +xIv +ruu +aBd +acs +dxs +vBq +pXR +pXR +pXR +aob +anZ +xge +svf +sDb +aaL +dGb +aFi +aTk +aUq +eSs +tnV +aWu +bhW +irQ +irQ +irQ +irQ +irQ +irQ +neL +mHP +neL +aMN +irQ +mHP +neL +aMN +neL +irQ +irQ +irQ +irQ +irQ +irQ +aAm +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(100,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +bcF +atU +arX +arX +arX +ayw +aDe +cTj +kvq +awx +awx +aww +aww +axT +aww +aww +aww +awx +awx +awx +awx +awx +awx +eNl +awf +aCD +aCB +avn +auZ +asO +asO +suf +suf +asO +asO +aHN +suf +asO +nwh +wFA +asv +aQk +arX +mas +pXR +aoM +arr +apR +ahE +aoK +aoK +aoK +apP +dzd +apP +aoK +aoK +aoK +aoK +aoK +aoK +aoK +adY +aBd +ruu +ruu +ruu +ruu +ehB +ruu +ruu +ruu +aBh +xIv +xIv +xIv +acL +ruu +aBh +xIv +dxs +vBq +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aaL +bHF +vQz +unv +aUq +iGR +tnV +aWu +aNt +irQ +irQ +irQ +irQ +irQ +irQ +neL +neL +aMN +irQ +mHP +neL +aMN +irQ +neL +irQ +irQ +irQ +irQ +irQ +irQ +kPb +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(101,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aVs +azG +azG +aVf +aUT +auV +arX +arX +ayw +ays +aCX +udV +aRA +qMH +ayM +aCD +awL +axO +awf +plP +tRc +tRc +dTd +rQO +xXM +uJN +aDU +avQ +avQ +avD +avn +ava +tSo +iID +sxA +agz +pCX +opg +aHO +agz +aCc +aNI +oMe +asv +ask +arX +arX +pXR +aoM +arr +apQ +aqV +apd +aqu +aqu +aoT +lqf +apQ +aps +aps +aeC +apd +apd +aoT +aoM +xwe +aBh +nCk +aoe +aoe +aoe +aoe +aoe +aoe +yfH +aBd +nCk +aoe +aoe +aoe +yfH +aBh +nig +aoe +aoe +bhA +acj +lmb +lpX +egr +muo +svf +pfT +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +fOG +aUu +irQ +irQ +irQ +irQ +irQ +irQ +aNo +neL +neL +neL +neL +neL +neL +neL +aMN +irQ +irQ +irQ +irQ +irQ +irQ +amc +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(102,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aVt +yep +aUn +aUK +aDK +aDK +aVm +ayS +azG +aSl +aSl +auV +arX +arX +ayw +awy +aCY +aCV +aJp +haK +aIO +aIO +oWF +axP +aIO +aIO +aIO +aIO +aIO +aIO +kzN +aIO +vwR +aPK +eNx +aId +avo +aId +aId +aId +aId +aId +aId +aHT +aCi +aHT +aCe +asP +aId +aId +aQl +aQe +aQe +aPY +aEc +aEi +aEi +aFH +aEi +xWP +aEi +aEi +aQa +aEi +xWP +aEi +aEi +aEi +aEi +aEi +aEc +aDR +aBg +dxs +aSs +tPn +aoe +qyR +wom +qOO +xwe +aCK +dxs +dDQ +aoe +mWH +acH +aBh +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +qew +kIp +kIp +kIp +kIp +kIp +kIp +kIp +vyJ +aWE +irQ +gKa +irQ +irQ +irQ +irQ +irQ +irQ +irQ +irQ +gKa +irQ +irQ +irQ +irQ +irQ +irQ +irQ +irQ +gKa +irQ +aAk +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(103,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +aVt +aVh +azG +azG +aFh +bee +bee +aVD +bej +azG +aSl +aSl +auV +arX +arX +ayw +ayt +aDa +aCW +aJq +axs +aQz +aDX +awL +axQ +pZb +axs +axA +axs +jaM +awY +aCF +tQR +hoe +xAN +dlA +avE +avn +tov +bNs +oZK +ajg +eFW +lIL +qiJ +lIL +aCg +tov +lJQ +jCo +asv +ask +arX +arX +pXR +aoM +arr +arf +aoU +ape +ahf +aqw +aoU +lqf +apR +ape +aeM +aet +aet +ape +aEj +aoM +acI +aDJ +aCZ +oJl +adB +aoe +aoe +fHJ +jYk +aBF +aBk +dxs +hIN +aoe +qYq +aBL +aBn +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aaL +bHF +vQz +unv +aUq +iGR +dYA +uNM +aMv +aBx +aIj +aHd +aDT +aBx +aIj +aHd +aDT +aBx +aIj +aHd +aDT +aBx +aIj +aHd +aDT +aBx +aIj +aHd +aDT +aBx +aMv +tCs +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(104,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +aUs +azG +azG +aSR +aWI +aVJ +aNM +aNs +aNs +aNs +aNs +bgK +arX +arX +arX +aQB +aQA +aDc +tBk +axv +axv +axv +axR +axU +axR +axv +axv +axv +axv +awg +awz +awM +awz +awg +awg +auC +avb +avp +avb +auC +auC +asQ +asQ +atw +atM +atw +asQ +asQ +rOz +cQM +asv +ask +arX +dqB +pXR +aoM +arr +arg +aoT +aoN +aoN +aoN +aoN +aqb +txI +aoN +aoN +aoN +aoN +aoN +aoN +aoN +xwe +aBh +dxs +aOi +wMn +iSK +aoe +adn +aJA +xwe +aCK +dxs +hIN +aoe +rJX +acI +aBd +dxs +wyn +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aaL +dGb +aFi +aTk +aUq +eSs +tnV +ydi +lwl +lwl +lwl +lwl +bJz +coK +soB +bUA +lwl +lwl +lwl +lwl +lwl +lwl +lwl +bJz +oiA +dpb +bUA +lwl +lwl +lwl +lwl +xWv +tnV +aAt +vXY +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(105,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aVt +aVh +azG +bfg +aWI +bee +aNM +aNT +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +ayu +ayu +wkL +ayi +axv +iXj +cXd +fDB +aJk +bme +gsd +jZB +sTG +axv +xnq +kAE +awN +bBX +wOL +awg +ctR +drC +iSj +cCA +ldV +auC +luA +atx +atx +uTP +atx +vCD +asQ +asQ +bBe +asu +xpa +kaL +aAU +qpb +aoV +arq +aoV +aoV +aoN +nGA +agB +uEx +lNh +nvx +aeW +aeN +aoN +aeu +gQa +fZQ +aoN +xwe +aBd +hCK +aoe +aoe +aoe +aoe +aoe +aoe +aQW +aBd +hCK +aoe +aoe +aoe +acJ +aBh +acu +aoe +aoe +bhA +xsd +lmb +lpX +egr +muo +svf +sDb +aaL +dGb +aFi +aTk +aUq +eSs +tnV +tnV +tnV +aAQ +ayl +huT +tnV +raM +sDb +tnV +hCr +tnV +tnV +tnV +tnV +tnV +hCr +tnV +svf +sDb +tnV +tnV +tnV +akY +tnV +tnV +tnV +aAt +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(106,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aVM +azG +azG +bek +aNM +aNs +aNT +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +ayu +dgD +men +mCk +axv +piq +jSs +vHp +aJl +axF +uTk +rrP +wbp +axv +fbj +sJB +oCD +omm +sNn +awg +afr +avF +avq +aWx +fvV +auC +ueK +uMi +tst +cdq +qrb +jcX +bzr +asQ +bXW +ecw +xpa +kaL +nLC +qpb +aoV +aig +cjI +aqW +aoN +xMs +vur +xWf +aEO +afs +aeX +aeO +aoN +aen +aem +uGi +aoN +xwe +aCK +ruu +ruu +ruu +ruu +ruu +ado +ruu +ruu +aBd +ruu +ruu +ruu +ruu +ruu +aBh +acs +dxs +jKx +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aaL +dGb +aFi +aTk +ouZ +lMz +iGR +oIi +aNv +hbd +sMa +fyp +dFz +xic +gBg +iGR +oIi +oIi +oIi +oIi +oIi +oIi +oIi +iGR +svf +sDb +iGR +oIi +oIi +oIi +oIi +aLh +aLh +aNE +fgB +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(107,1,3) = {" +tAt +tAt +tAt +tAt +aVt +aVh +azG +azG +bek +aUc +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +ayu +gmm +ayn +ald +axv +nQV +aJn +aJn +aJm +aJe +aJe +mNO +jHm +axv +jCq +cIU +aIT +lfB +cDG +awg +agE +avG +aIo +avc +cJN +auC +vyD +hPW +atH +tQB +hPW +atH +pAz +asQ +mje +hra +xpa +arX +mas +pXR +aoV +wMw +ahL +apu +aoN +kjf +agC +tHU +afJ +aEH +uGi +aen +txI +aen +aEm +aeg +txI +xwe +aDn +aBK +aBM +eTX +adx +aBM +aBM +aBM +aBK +aCM +aBM +aBM +aBM +aBM +aBt +aBo +rxG +dxs +jKx +pXR +pXR +pXR +aob +anZ +xge +svf +sDb +aaL +dGb +aFi +aTk +aTk +ouZ +sxT +sxT +sxT +ejG +ejG +paZ +ejG +svf +sDb +sxT +sxT +sxT +sxT +sxT +sxT +sxT +sxT +sxT +svf +sDb +sxT +sxT +sxT +sxT +bbY +aMU +eJs +hva +fgB +aTk +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(108,1,3) = {" +tAt +tAt +tAt +tAt +aVM +azG +azG +bfg +aWI +aUc +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +ayu +lQK +ayi +gkl +axv +fsF +kYQ +ohR +tSU +dxJ +axD +aJc +lvn +axv +lcR +taX +oCD +rdF +iDl +awg +rie +avH +avq +pxd +ohP +auC +vyD +aJL +atH +aHU +hPW +atH +eNT +asQ +dqN +asr +xpa +arX +arX +pXR +aoV +ufj +ahM +apu +avP +ahg +sjh +oaS +aqd +afu +aEq +aEw +nKY +aEq +aEn +aeh +nKY +aDW +aDO +rxG +rxG +lZR +xqd +adt +xqd +xqd +xqd +aCK +rxG +xqd +bSV +acM +rxG +rxG +ruu +dxs +jKx +pXR +pXR +pXR +aob +anZ +xge +svf +sDb +aaL +dGb +xQF +hmq +aTk +aTk +unv +aTk +tnY +tnY +tnY +aTk +unv +svf +sDb +unv +aTk +aTk +tnY +tnY +tnY +aTk +aTk +unv +svf +sDb +unv +aTk +tnY +tnY +wvA +aMU +eJs +hva +aAb +aTk +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(109,1,3) = {" +tAt +tAt +tAt +tAt +aVM +azG +azG +bek +aNM +aNT +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +ayu +eEy +ayi +jEz +axv +tAW +wJJ +axX +tny +goP +axD +axE +axB +axv +jxL +ojb +awN +hSk +fhi +awg +wQV +ekD +aIp +gzG +oyg +auC +aRr +hPW +atH +aHU +hPW +atH +pAz +asQ +qLB +nDR +xpa +arX +arX +pXR +aoV +aih +ahO +apO +avP +ahh +syS +lKg +afK +aft +uGi +aen +txI +uGi +uGi +aei +txI +piC +aCl +mHF +mHF +mHF +ady +adu +sgE +sgE +acv +aCN +mHF +mHF +mHF +mHF +mHF +acv +acv +rPK +jKx +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aRN +aRJ +aRG +xQF +gtO +gtO +unv +gtO +rMe +rMe +rMe +gtO +gWW +svf +sDb +gWW +gtO +gtO +rMe +rMe +rMe +gtO +gtO +gWW +svf +sDb +gWW +gtO +rMe +rMe +iOv +aMU +eJs +hva +aIN +xQA +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(110,1,3) = {" +tAt +tAt +tAt +tAt +aVN +aVg +azG +bek +aUc +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +aSL +awa +ayf +ayf +ayf +axv +rOj +eKs +fzF +xPH +goP +axD +aJc +axC +axv +axm +awA +awO +awA +awg +awg +auC +avb +avr +avb +auP +auC +pSu +hPW +atH +lzZ +hPW +atH +pAz +asQ +cqb +fXd +xpa +arX +dqB +pXR +aoV +apw +kfq +bwB +avP +eKW +agD +fjp +aqc +roQ +aei +aeP +aoN +rvc +raz +nnl +aoN +wyn +aCx +acA +aoe +aoe +aoe +aoe +aoe +aoe +acA +aCP +wyn +aoe +aoe +aoe +acA +aJy +oZC +aoe +aoe +bhA +acj +lmb +lpX +egr +muo +svf +sDb +aRO +aRK +aRH +aKG +nCP +nCP +nCP +nCP +nCP +nCP +nCP +nCP +jZh +svf +sDb +jZh +nCP +nCP +nCP +nCP +nCP +nCP +nCP +aaL +svf +sDb +aaL +nCP +nCP +nCP +nCP +aLh +aLh +aLh +lyk +vQz +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(111,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aVm +aUf +aWI +aUc +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +jJV +ayc +aAp +iSN +axv +hch +pCO +axF +qko +goP +axD +aJd +axB +axR +vOX +dKb +aIU +awB +kWl +awh +sfQ +avs +aIq +sxo +ggR +auD +kmc +mhX +qlg +oqP +pRa +bFf +rbG +asQ +kDS +dJv +xpa +aSE +aAU +qpb +aoV +ahZ +apH +aqa +avP +ahi +eKW +suG +rfX +xwz +aeR +aeQ +aoN +qqT +kQv +cyb +aoN +adZ +aCE +adM +aoe +fGZ +vHk +tUe +pnK +aoe +acU +aCQ +gPJ +nAu +aoe +oSX +ruu +acC +ruu +dDK +aoe +pXR +pXR +lmb +lpX +egr +muo +svf +sDb +aRP +aRL +aRI +aRE +aKk +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +svf +sDb +aaL +aaL +aaL +aaL +anu +aaL +aaL +aaL +aaL +svf +sDb +aaL +aaL +aaL +aaL +aaL +aaL +aaL +dKk +dGb +vQz +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(112,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aDK +bee +aUc +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aMS +aUU +arX +arX +arX +awa +awo +awJ +azP +axv +jhL +axD +wjT +vQI +goP +gaX +vEV +aJb +axu +ris +hvz +buZ +awC +qfh +ilH +aIJ +lfy +rsA +euK +tqV +auD +oCj +tGf +tGf +aHV +tGf +tGf +vqa +asQ +bBe +xpa +bhQ +kaL +nLC +qpb +bhP +aoV +aoV +aqM +avP +avP +avP +avP +aoN +aoN +aoN +aoN +aoN +tAA +tAA +tAA +aoN +aRb +aDj +adN +aoe +oPF +oMf +ffp +pee +aoe +aRS +aCS +dxs +dEI +aoe +aoe +eIp +aoe +aoe +aoe +aoe +pXR +pXR +cBW +lpX +egr +muo +svf +pfT +jNQ +jNQ +jNQ +aRF +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +qlq +vhR +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +jNQ +qlq +vhR +jNQ +jNQ +jNQ +jNQ +jNQ +hEg +aaL +dKk +qve +vQz +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(113,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aQE +bee +aUd +aWZ +aWZ +aWV +aMS +aMS +aWZ +aWZ +aWZ +bgL +arX +arX +arX +cpq +awa +bhU +uRL +axv +tlC +jVQ +axY +hVq +goP +axD +qTJ +txw +axv +fTX +lPj +hrQ +uEa +ftU +awh +avR +avI +avt +avd +pYP +auD +rJV +jtG +ahG +aHW +pjr +edY +tkK +asQ +xpa +aKp +aKq +arX +mas +pXR +aKj +aKd +aoV +aqM +aqM +ahj +agF +aeK +afL +afv +afa +apt +ael +apf +apf +aoV +aoN +acI +aDj +dxs +aoe +aoe +vkz +pSy +iMM +aoe +wTv +ruu +mVL +aZK +aoe +ioj +ihW +jOz +aog +aKd +aKc +pXR +lmb +aBw +anZ +egr +muo +vKt +kIp +kIp +kIp +kIp +nDy +eJs +qew +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +nDy +qew +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +kIp +nDy +sDb +aaL +dGb +mYH +oog +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(114,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aDK +aDK +bft +bee +bef +aVL +aWY +aWV +aNx +aJZ +aJZ +aUP +aUP +aSl +atU +arX +arX +cpq +awa +awa +axv +tmJ +ayb +ygh +axV +goP +axF +axF +cSR +axv +aQy +jOr +aoY +lRL +mck +awi +itV +avu +avu +ilX +tNH +auD +cSs +aty +rhh +aHX +aty +ooG +asR +asR +bhQ +aKq +arX +arX +arX +pXR +pXR +aKj +bhP +aoV +aoV +ahk +apF +agh +afM +afw +xep +apu +aeD +cjI +cjI +aoS +aEg +aBK +aBk +rxG +gPJ +aWB +rBp +qqV +nvw +aoe +aoe +aop +aoe +aoe +aoe +woE +aog +aog +aog +aKc +pXR +pXR +cBW +lpX +anZ +kGt +muo +aaL +aaL +aaL +aaL +aTq +eJs +eJs +sDb +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +eJs +sDb +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +aaL +eJs +sDb +aaL +dGb +eWH +aTk +aTk +kVD +wvu +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(115,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +bee +aVK +aUd +aVr +bgN +bgM +aUP +aUP +aUP +teI +atU +afG +arX +cpq +aYj +axv +wwG +axZ +axZ +kUH +goP +vVY +ppl +nCu +axv +aRz +sSx +eqd +uIC +iUh +awi +rXp +bGd +iZl +scs +lnb +auD +jeV +uFs +uFs +uFs +keT +hxl +asR +aKp +aKq +arX +dqB +dqB +dqB +sga +sga +pXR +aKj +aKd +aoV +ahl +agG +agi +apH +apH +apH +apw +aeE +aeo +aeo +aoV +piC +acv +aCl +acv +rPK +aoe +oif +jVM +hmK +xqZ +oxh +aoq +vyv +wvz +hLv +odU +aog +aKd +aKc +pXR +pXR +cBW +aod +anZ +jdA +rSH +dKk +kNL +kNL +dKk +dKk +aaL +kJF +erU +sDb +aaL +dKk +kNL +kNL +kNL +kNL +aJU +kNL +dKk +dKk +aaL +kJF +xlA +aaL +dKk +dKk +kNL +kNL +kNL +aJU +kNL +kNL +dKk +aaL +kJF +xlA +aaL +dGb +vQz +aTk +kVD +wvu +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(116,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +bef +bee +aWW +aWU +bee +aPi +aUV +aUQ +pSe +akQ +atU +arX +arX +cpq +axv +axv +axH +axH +axH +axH +axH +axH +axv +axv +awp +awD +awD +awD +awp +auE +auE +auE +auE +auE +auE +auE +asR +sdh +sdh +sdh +sdh +asR +bhS +aKq +arX +asx +acl +acN +aVS +aVS +aFd +wfq +pXR +aKj +bhP +aoV +aoV +aoV +aoV +aoV +aoV +aoV +aoV +aoV +aoV +aoV +adH +adH +aPm +adH +adH +aoe +aog +aog +aog +aog +aog +aNe +aMd +aog +aog +aog +aog +aKc +onz +pXR +cBW +aLD +anV +anV +aoc +aKT +anY +anW +box +arx +dKk +aaL +vlf +teC +wso +aaL +dGb +acE +byt +ayK +ayK +oFu +aBT +uGE +dKk +aaL +lOG +acP +aaL +dKk +dGb +ayz +byt +ayK +ayK +oFu +aBT +uGE +aaL +lOG +acP +aaL +dGb +vQz +aTk +pPG +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(117,1,3) = {" +tAt +tAt +tAt +tAt +tAt +beI +aDK +aDK +aQE +aQE +aDK +bee +bee +aWX +bee +bef +aDK +aPi +aPi +aHJ +jjB +teI +atU +arX +arX +aSG +arX +arX +arX +arX +arX +arX +arX +arX +aSG +arX +arX +arX +arX +arX +arX +arX +aSG +arX +arX +arX +arX +arX +arX +arX +arX +arX +arX +aSG +arX +kaL +nWn +alj +rlx +aTk +kVD +jkh +bdO +qpb +pXR +pXR +aSp +pXR +pXR +pXR +pXR +pXR +pXR +aSV +aSU +aPY +aPY +aPY +aPY +aPn +aPY +alg +pXR +pXR +aSp +pXR +pXR +aTk +pXR +pXR +njj +pXR +aSp +pXR +pXR +pXR +vTC +aLD +anV +anV +anV +krp +tJO +dGw +anV +nwM +box +uGE +aaL +eJs +eJs +eJs +aaL +aTO +aTp +edv +gtO +gtO +peE +aTp +adG +dKk +aaL +aER +aER +aaL +aaL +aTp +aTp +edv +gtO +gtO +peE +aTp +aTp +aaL +aER +aER +aaL +aTp +aTp +aTn +tHP +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(118,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aQE +aQE +aDK +aDK +bef +bef +bef +aQE +aDK +aDK +jja +nPk +aTk +jkh +teI +atU +dqB +arX +arX +arX +arX +dqB +dqB +arX +arX +arX +arX +dqB +dqB +arX +arX +arX +arX +arX +arX +arX +arX +arX +iAf +dqB +dqB +arX +arX +arX +arX +dqB +dqB +asx +sFW +rkG +eae +aTk +aTk +kVD +bcF +wfq +sga +sga +pXR +pXR +pXR +pXR +sga +sga +pXR +aPl +pXR +pXR +sga +sga +pXR +aPo +pXR +aPl +sga +sga +pXR +pXR +pXR +njj +njj +njj +njj +njj +pXR +pXR +pXR +pXR +aci +gAU +gAU +gAU +xfF +cBo +ceK +xse +dGw +anV +xeX +uGE +aaL +eJs +eJs +eJs +alW +aER +amJ +isl +isl +isl +isl +isl +isl +isl +fsg +fsg +fsg +fsg +isl +isl +isl +isl +isl +isl +isl +isl +isl +tbP +tbP +tbP +tbP +isl +isl +isl +isl +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(119,1,3) = {" +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aVn +aUn +aUn +aUW +vtP +aPi +aUH +aTk +jkh +aVS +aUk +dqB +dqB +arX +asx +aSW +aTV +vrG +arX +arX +kaL +aSW +aAg +vrG +arX +arX +arX +arX +dqB +arX +arX +arX +kaL +alx +azV +atU +dqB +dqB +asx +acl +acN +acN +gST +aBJ +rkG +eae +aTk +aTk +jkh +aVS +aVS +aFd +wfq +sga +sga +vTC +xQv +eeg +wfq +aSX +sga +vTC +xQv +asw +aPr +aPp +sga +aBb +xQv +eeg +wfq +sga +sga +sga +njj +aTk +aTk +sga +sga +vTC +anY +anY +msd +msd +msd +gpL +mYL +ceK +rsO +djE +ceK +dGw +tuZ +dKk +aaL +eJs +eJs +alW +qYP +fsg +uBL +amJ +njP +amI +amJ +amJ +amJ +anI +amP +anA +anA +amP +amI +amJ +amJ +amJ +amI +qLp +ncn +qLp +isl +eRW +paD +paD +rtA +qLp +qLp +lum +dmH +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(120,1,3) = {" +tAt +tAt +tAt +tAt +beI +beI +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aUs +azG +azG +azG +aFh +aDK +bho +akU +tAt +tAt +jkh +aVS +awq +awq +awq +aTk +jkh +aVS +awq +awq +awq +aTk +jkh +aVS +ayR +ayR +ayR +ayR +aVS +alI +awq +awq +awq +aly +jkh +bdP +aVS +aVS +aVS +alM +aTk +aTk +aTk +eae +aBJ +rkG +eae +aTk +aTk +kVD +kVD +jkh +aVS +aVS +aVS +aVS +alM +jkh +aVS +acD +aVS +aVS +alM +xwC +aVS +aVS +aVS +acD +alM +jkh +aVS +aVS +aVS +aVS +aVS +aTk +aTk +aVS +aZm +anV +uuH +elg +elg +elg +elg +xec +dpN +ceK +mdr +pks +alK +dpN +emG +dKk +aaL +aaL +alW +aER +fsg +uBL +amS +anO +amP +amP +aJX +abe +amP +amP +amP +anE +anB +amP +amP +amP +abe +amP +njP +dmH +fjK +aaW +lum +rtA +vnG +aYS +rtA +mJI +aaF +aay +lum +dmH +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(121,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aUn +aUn +aDK +aDK +aDK +aDK +aDK +aDK +aVm +aVg +azG +azG +aFm +aUK +bhp +bhm +kVD +kVD +kVD +aTk +awq +awq +awq +aTk +aTk +aTk +awq +awq +awq +aTk +kVD +aTk +tAt +tAt +tAt +tAt +aTk +ade +awq +awq +awq +ade +aTk +kVD +kVD +kVD +kVD +kVD +kVD +tAt +akU +aTk +eae +aBJ +rkG +eae +aTk +akU +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +hAv +kVD +kVD +kVD +hAv +kVD +kVD +kVD +hAv +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +aTk +aTk +mGE +anV +anV +pBj +pBj +pBj +pBj +pBj +wWR +fCH +aoa +jKB +pLT +rKE +mXs +amd +kNL +aTP +qYP +fsg +uBL +gVD +sbs +amR +amR +amR +amR +amR +amR +amR +amR +ewN +abg +abh +abh +abh +ryb +amP +amJ +dmH +qLp +rtA +aax +aax +ycQ +rxa +aax +mJI +aai +aai +mJI +mJI +dmH +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(122,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +azG +azG +aFm +aDK +aDK +aDK +aDK +aDK +aDK +aVm +aVg +azG +azG +aFh +aDK +bho +tAt +tAt +tAt +aTk +awq +awq +awq +aTk +aTk +aTk +awq +awq +awq +aTk +kVD +aTk +tAt +tAt +tAt +tAt +aTk +ade +awq +awq +awq +ade +aTk +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +eae +aBJ +rkG +eae +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aCs +tAt +tAt +tAt +aCs +tAt +tAt +tAt +aCs +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aGR +ayD +aCk +njj +aTk +aTk +aTk +aTk +aTk +oPE +aTR +tAA +tAA +aTQ +ipE +ada +feA +feA +aTp +amJ +uBL +amS +wcs +abQ +amT +amT +abk +abk +abk +amT +amT +amT +abk +abk +abk +abk +abi +amW +amP +amK +dmH +lum +aax +kkC +bZW +pEQ +rxa +aax +qLp +qLp +aaz +dLA +dLA +mJI +dmH +dmH +aac +tYo +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(123,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +azG +azG +azG +aFh +aDK +aQE +aDK +aDK +aDK +aDK +aUs +azG +azG +aFh +aDK +bho +tAt +tAt +tAt +aTk +awq +awq +awq +aTk +aTk +aTk +awq +awq +awq +aTk +aTk +aTk +tAt +tAt +tAt +tAt +aTk +ade +awq +awq +awq +ade +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +kVD +akU +aTk +eae +aBJ +rkG +eae +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aCs +tAt +tAt +tAt +aCs +tAt +tAt +tAt +aCs +tAt +tAt +tAt +tAt +azA +tAt +akU +aTk +aGR +ayD +aDL +acb +aTk +aTk +aTk +aTk +aTk +aTk +njj +oPE +pBj +pBj +ipE +njj +aTk +aTk +aTk +akU +isl +amJ +anU +anS +abf +amP +aKR +amP +anO +amQ +amP +amP +amP +amP +amP +amP +amP +amS +amW +amQ +amL +dmH +lum +rtA +ycQ +mVE +tKh +raw +rtA +qLp +aTM +mJI +mJI +aal +mJI +oVG +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(124,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +azG +azG +azG +aFh +aDK +aQE +aDK +aDK +aDK +aDK +aUs +azG +aUR +aUL +aQE +bho +tAt +tAt +tAt +aTk +awq +awq +awq +tAt +tAt +tAt +awq +awq +awq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ade +awq +awq +awq +ade +tAt +jOx +aTm +aTm +aTm +azW +tAt +tAt +aTk +akU +tAt +akU +aTk +eae +aBJ +rkG +eae +aTk +akU +tAt +tAt +tAt +tAt +aST +xVl +aSP +xVl +xVl +xVl +aSP +xVl +xVl +xVl +aSP +xVl +pTo +tAt +tAt +tAt +akU +aTk +aGR +ayD +aDL +acb +aTk +akU +tAt +tAt +tAt +tAt +aTk +akU +njj +njj +njj +njj +aTk +aTk +kVD +akU +akU +isl +fyn +amP +ane +abf +anm +anm +anm +anF +anK +uID +anJ +anm +anm +anm +anm +aAo +amZ +abf +abb +amJ +dmH +qLp +aaX +ycQ +rxa +rtA +aaR +rtA +aaK +aaG +afm +afk +aam +aai +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(125,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +azG +azG +aSR +aDK +aDK +aQE +aDK +aDK +aDK +aDK +aUs +azG +azG +azQ +aUI +aUC +tAt +tAt +aTk +akU +awq +awq +awq +tAt +tAt +tAt +awq +awq +awq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ade +awq +awq +awq +ade +tAt +ack +gib +qJU +tWd +asD +tCu +phQ +tAt +aTk +akU +tAt +akU +aTk +eae +aBJ +rkG +eae +aTk +akU +tAt +tAt +uLc +xVl +aol +aPx +aPd +aol +aPd +aPx +aPd +aol +aPd +aPx +aol +xVl +pTo +akU +aTk +aTk +aGR +ayD +aDL +acb +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +tAt +tAt +akU +qAG +che +amI +amP +ane +amW +anm +anm +anJ +anJ +anF +anK +anm +anm +anm +anm +anm +anm +aQT +amW +amQ +gIk +dmH +jaN +aax +aha +agZ +afF +agx +aaM +aeq +afE +wTU +azh +aan +aQC +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(126,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aUf +azG +aFh +aDK +aDK +aQE +aDK +aDK +aDK +aVn +aVh +azG +azG +azG +bbS +bbR +tAt +qCg +cOk +aTm +rXJ +ljU +sPx +aLk +aLk +aLk +rXJ +ljU +sPx +hjT +hjT +aLk +keN +ljU +alA +aLk +aTm +aer +kdC +awq +awq +adK +aTm +aMW +hCk +alo +qYF +aCd +xwh +adb +phQ +tAt +aTk +akU +tAt +akU +aTk +eae +aBJ +rkG +eae +aTk +aTk +aTn +tHP +aol +aol +aPC +aov +aov +fHE +aOQ +fHE +aov +aov +aPg +aol +aol +tHP +aTl +eae +abz +ayD +aDL +acb +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +che +amI +amP +ane +amW +anm +aJu +amP +amP +amP +amP +amP +anG +amQ +amP +amP +amP +ana +amW +amP +amK +dmH +lum +aax +ahb +rxa +rtA +dmH +dmH +xcn +lum +mKY +aau +aao +aQC +kyA +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(127,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aDK +azG +aFh +aDK +aDK +aQE +aDK +aDK +aVn +aVh +azG +azG +beK +aUM +aUJ +aUD +cOk +cvj +hCk +hCk +alX +alR +alS +hCk +pIh +hCk +alX +alR +alS +hCk +pIh +hCk +alX +alR +alS +hCk +alN +alB +uxt +alH +rWd +aZk +wxd +hCk +pIh +aXc +alt +qJU +tWd +aCd +adb +phQ +tAt +aTk +akU +tAt +akU +aTk +eae +aBJ +rkG +eae +uGW +oor +aol +aol +aor +tQL +aPj +aPj +aPs +aDl +aPs +aPj +aPj +aPe +aor +aol +aol +oor +gIh +ayD +aDL +acb +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcb +isl +amI +amP +ane +anR +amR +aAH +aAr +aAr +aAr +aAr +aAr +aAr +aAr +aAr +aAr +aAr +anb +abf +aJX +amJ +dmH +qLp +aax +ahp +alc +dmH +dmH +rWE +iKJ +fiQ +afo +aTJ +qLp +qbt +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(128,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aDK +azG +aFh +aDK +aQE +aDK +aDK +aDK +aUs +azG +azG +beL +aUJ +aUN +aqU +hTU +hCk +hCk +pIh +alX +alY +alF +alT +alR +alZ +alR +alY +alF +alT +alR +alR +alZ +alY +alF +alT +aZC +alO +aDQ +alE +aDQ +alE +alC +alt +wmM +xri +alo +alo +alo +alt +tWd +aCd +xwh +aqG +azW +aTk +akU +tAt +akU +aTk +eae +aBJ +jgp +oor +aol +aol +uaB +jkm +aPB +aox +aox +aov +aBq +aov +aox +aox +aPf +jkm +jkm +aol +aGK +oor +aDf +acb +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +isl +amI +amP +oQh +abk +abk +abk +abk +amT +amT +amT +amT +amT +amT +amT +amT +amT +anc +abg +amR +jyl +aaZ +jMs +bZW +ahq +rxa +dmH +doP +lum +aQI +qLV +afC +cyG +qLp +mJI +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(129,1,3) = {" +tAt +tAt +aRD +aDK +aDK +aDK +aDK +azG +azG +aFh +aQE +aDK +aDK +aQE +aTZ +azG +azG +aUw +aUN +okS +amu +ams +amo +alZ +alR +alY +alF +alF +alF +alF +alF +amb +amb +amb +alF +alF +alF +alF +alF +alF +alF +alF +alF +alF +alF +alF +wEn +cMc +cMc +cMc +cMc +cMc +tag +alo +alo +alt +qJU +qJU +aYF +hVb +hVb +aTk +fHK +tAt +aTk +eae +uGW +oor +aGK +aol +aDr +aDr +aor +aPC +aov +aoC +aov +fOf +aow +aow +aov +aPg +aor +aor +aGL +aoO +aGH +oor +gIh +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +isl +amI +amP +amP +amP +aKS +amP +aJX +aKP +anM +amJ +amP +amP +amP +amP +amQ +amQ +and +azB +azB +azt +azk +akZ +akV +ahr +rxa +dmH +maa +tOG +rOk +xnz +afC +eYA +qLp +aaj +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(130,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aUf +aUf +aDK +aDK +aDK +aQE +aQE +aVu +azG +azG +aUZ +okS +tHw +amf +amp +amp +alF +alF +alF +alF +wyg +alF +alF +wyg +alF +amb +alF +wyg +alF +alF +wyg +alF +alF +alF +wyg +alF +alF +wyg +alF +fOq +uDI +uDI +uDI +uDI +uDI +rDh +alo +alo +alo +alo +alo +uvN +hVb +alq +hVb +asq +tAt +aTk +uGW +oor +aGX +aoO +afN +jkm +jkm +jkm +aPD +aok +pyn +nUy +nUy +aea +adV +aok +aPh +jkm +uaB +jkm +abP +aol +aol +oor +aTl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +isl +amI +anF +anJ +anJ +anJ +anK +anK +amJ +amJ +amJ +cBU +aJY +anF +amK +anv +amQ +ane +amS +amS +jyl +aaZ +jMs +rVR +akF +rxa +dmH +vwS +ftt +lum +aaH +afC +iUw +qLp +aai +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(131,1,3) = {" +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aUn +aWG +aNi +aUM +aVj +okS +tHw +amf +uUq +amm +amm +aXo +rgX +alF +lCQ +aLX +aLX +aLX +aLX +cPt +alF +lCQ +aLX +aLX +aLX +aLX +cPt +alF +lCQ +aLX +aLX +aLX +aLX +cPt +cHd +lwr +lwr +lwr +lwr +lwr +qWS +alo +alo +alo +aYX +alo +lGk +egI +hVb +hVb +asq +tAt +aTn +oor +aol +aol +aGW +lQa +aJD +afb +aor +aPD +aev +fZg +aoO +aoO +pBA +tQj +adP +aPh +adC +aor +aDh +lQa +amH +aol +aol +tHP +pTo +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +isl +amI +anF +amP +amP +amP +anK +anK +amJ +amK +amK +anK +anH +anF +amP +amK +amP +oQh +amT +amT +jyl +aaZ +jMs +vXG +akG +rxa +dmH +lVg +lum +lum +qLV +aaA +cyG +qLp +aQD +aaf +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(132,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aUn +aUn +azG +azG +aUw +aUN +okS +tHw +amf +amg +amv +dwM +dwM +whg +mCt +alF +cCN +alJ +aOs +alJ +fqT +dCs +alF +cCN +alJ +alJ +alJ +iYF +dCs +alF +cCN +aOo +aJP +alJ +uJp +saO +alF +alo +bVN +mDn +mDn +mDn +mDn +xRd +xaS +xaS +adk +qCx +xaS +uvN +hVb +aCw +asq +asq +tHP +aol +aol +lQa +aor +lQa +aor +nTB +jkm +aeF +dNo +fZg +fMs +aoO +dHH +tQj +adQ +aPh +jkm +abP +aor +lQa +aor +lQa +aol +aol +xVl +pTo +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +njj +njj +njj +aTk +tAt +tAt +tAt +tAt +tAt +isl +amI +anP +abU +amP +anP +amU +anF +anF +anF +anF +anK +abt +aKN +amP +abm +uiq +uiq +uiq +amU +amJ +dmH +qLp +rtA +akH +alc +dmH +dmH +ezm +cnG +emH +afl +aTK +qLp +qbt +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(133,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +aUn +azG +azG +azG +aUX +beO +lUr +tHw +aJT +amy +amx +amv +sjP +amq +tat +gPw +alF +cCN +alJ +aOt +alJ +vCp +dCs +alF +cCN +alJ +alJ +alJ +alJ +dCs +alF +cCN +aJP +uvu +alJ +cBG +dCs +alG +lnF +aJx +hjX +hjX +hjX +hjX +dmK +alv +uAA +uAA +uAA +xaS +uvN +hVb +hVb +asq +asq +aol +aol +aor +lQa +aor +lQa +aor +lQa +aPa +aeF +adQ +apg +mQE +aee +jGz +dOx +aTG +aPh +aPa +lQa +aor +lQa +aor +lQa +aor +aol +aol +bxd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bcw +rBQ +rBQ +rBQ +rBQ +rBQ +bcc +tAt +tAt +tAt +tAt +isl +anI +aJv +anm +amP +anm +amI +qfK +amI +qfK +amI +qfK +amI +anm +amP +anm +amI +amI +amI +amI +amI +dmH +lum +rtA +akJ +rxa +rtA +dmH +hCD +bjV +aQH +mKY +aav +aap +aQC +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(134,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aDK +aDK +aDK +azG +azG +azG +aVG +aWH +aCr +tHw +vbI +amg +amy +amy +amv +eQZ +dwn +bbG +bbF +alF +cCN +alJ +aOu +alJ +wcW +dCs +alF +cCN +alJ +alJ +alJ +alJ +dCs +alF +cCN +alJ +fAj +alJ +uqN +dCs +alG +bPK +aJx +hjX +hjX +hjX +hjX +aXw +alv +uAA +uAA +uAA +xaS +uvN +hVb +hVb +asq +aol +aol +mgM +mgM +mgM +aPJ +aOW +aOW +aOW +aPb +tKR +aOM +aOM +lux +aOM +lux +aOM +aOO +eOZ +aPb +aOW +adv +aOW +aOP +mgM +mgM +mgM +aol +nyA +bcu +bcu +bcu +bcu +bcu +bcu +bcu +bcK +gCx +rYJ +rYJ +rYJ +atG +bcm +bcu +bcu +bcu +bcu +isl +isl +isl +isl +che +isl +isl +wus +isl +afR +isl +wus +isl +isl +che +isl +isl +isl +isl +isl +isl +dmH +mJI +rtA +akJ +rxa +rtA +dmH +aaN +aJV +lum +mKY +rtA +aan +aQC +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(135,1,3) = {" +tAt +tAt +tAt +aDK +aDK +aDK +aQE +aDK +aDK +azG +azG +azG +beR +beQ +uEk +dgG +amh +amg +amy +amy +amv +eQZ +dwn +bbG +bbF +alF +cCN +alJ +qAW +alJ +jPC +dCs +alF +cCN +alJ +alJ +alJ +alJ +dCs +alF +cCN +alJ +pzy +alJ +yfR +dCs +alG +bPK +aJx +hjX +hjX +hjX +hjX +aXw +alv +uAA +uAA +uAA +xaS +uvN +hVb +hVb +asq +asq +aoi +aoi +aoi +nVE +aqj +aow +aov +aov +aow +aow +aov +aov +oFY +aqt +oFY +aSu +aoC +aow +aow +aDk +aov +aov +aOQ +adf +aoi +aoi +jZU +rYJ +rYJ +rYJ +rYJ +rYJ +rYJ +rYJ +rYJ +rYJ +kbl +kbl +kbl +kbl +wza +rYJ +rYJ +rYJ +rYJ +rYJ +fLD +anQ +anf +amz +amB +isl +lvD +anL +abc +ahN +abx +anL +abc +aTT +amB +amz +abl +abc +amX +abc +aba +amz +mJI +rtA +akL +agZ +afF +agY +agb +aQJ +afF +afD +aDC +aan +mJI +oVG +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(136,1,3) = {" +tAt +tAt +tAt +beI +aDK +aDK +aQE +aDK +aDK +aUf +azG +azG +azG +azG +aVx +uIh +dgG +amh +amy +amy +amv +qrw +rGV +bbH +gPw +alF +cCN +alJ +xdL +alJ +aOq +dCs +alF +cCN +alJ +alJ +alJ +alJ +dCs +alF +cCN +alJ +omW +alJ +dzN +dCs +alG +bPK +aJx +oeN +hjX +hjX +hjX +dmK +alv +uAA +uAA +uAA +xaS +hVb +aCw +hVb +arh +aqY +aok +aok +pyn +aRh +aqk +uHG +aox +lVH +aox +aox +aox +aox +iMj +aox +iMj +aox +aox +aox +aox +anz +aox +rMH +aOR +aQX +aos +aok +bLP +jZU +wza +wza +wza +wza +wza +wza +wza +aeT +abG +qOc +aBy +sVT +jYP +wza +wza +wza +wza +wza +fLD +anQ +anQ +abV +lUM +pmX +anf +anw +anf +amB +amB +amB +amB +amB +anf +abn +amB +anf +amB +amA +amM +amz +lum +rtA +akJ +rxa +aaT +mJI +mJI +qLp +aTN +mJI +mJI +aaq +mJI +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(137,1,3) = {" +tAt +tAt +tAt +beI +aDK +aDK +aDK +aDK +aDK +aDK +aVy +azG +azG +azG +aVp +aAR +uIh +dgG +amh +amg +amv +wvv +wvv +bbN +mCt +alF +cCN +alJ +hMF +alJ +aOr +dCs +alF +cCN +alJ +alJ +alJ +alJ +dCs +alF +cCN +alJ +des +alJ +oAy +dCs +alF +alo +fst +asq +bOJ +bOJ +bOJ +bOJ +xaS +xaS +xaS +qCx +aYJ +alr +hVb +alq +arG +aoj +aoj +aoj +aVR +aKu +aOS +aox +lVH +tdh +aox +aox +bOE +aoB +ykj +aoB +ykj +aoB +hTQ +aox +aox +tdh +anz +aox +aOS +aoo +rjp +aoj +aoj +aoj +jZU +wza +kbl +kbl +kbl +aGl +wza +wza +rYJ +rYJ +rYJ +rYJ +wza +wza +wza +kbl +kbl +kbl +fLD +anQ +anQ +anQ +lUM +uTb +amC +amC +amC +amC +amC +amC +amC +amC +amC +amC +amC +ang +amB +abd +amz +amz +dmH +aaX +ahp +rxa +rtA +rtA +rtA +qLp +qLp +aaB +aaw +aar +aak +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(138,1,3) = {" +tAt +tAt +tAt +beI +beI +aDK +aDK +aQE +aQE +aDK +aDK +aVy +azG +azG +azG +aVp +beM +uIh +dgG +amh +amw +aJS +amn +aXp +muz +alF +hQl +qWZ +qWZ +qWZ +qWZ +fUY +alF +hQl +qWZ +qWZ +qWZ +qWZ +fUY +alF +hQl +qWZ +qWZ +qWZ +qWZ +fUY +mAz +cMc +aXd +asq +asq +cMc +tag +alw +aNh +alo +jwI +als +hVb +tav +hVb +hVb +arG +fHE +dSX +ahu +aoo +aoo +aOS +lVH +tdh +ijN +aox +aeG +aew +aLi +ykR +ykR +ykR +aLi +aoB +hTQ +aox +qjn +tdh +anz +axt +aoo +aoo +acX +fHE +fHE +aoh +aoh +kcW +aFA +acp +azl +acF +acF +acF +acF +acF +acF +acF +acF +mNQ +dRz +aBC +acm +amG +amG +aca +amN +amB +lPf +aAL +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAA +aAu +anh +amB +amA +amN +amz +rtA +rbL +ahq +nTP +bZW +bZW +bZW +acd +rYp +fKh +aax +mJI +aai +kyA +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(139,1,3) = {" +tAt +tAt +tAt +beI +beI +aDK +aDK +aQE +aQE +aQE +aQE +aDK +aUf +aUh +azG +azG +beH +aAR +uIh +dgG +amh +amp +amp +alF +alF +alF +alF +wyg +alF +alF +wyg +alF +aTU +alF +wyg +alF +alF +wyg +alF +alF +alF +wyg +alF +alF +wyg +alF +fOq +uDI +asq +asq +asq +aNC +rDh +alo +alo +alo +jwI +jwI +arH +arH +ars +arh +aqN +aoi +aoi +aoi +aoi +nVE +aOS +afO +tdh +mRq +bOE +aew +aLi +aLi +qjH +pNy +mBO +aLi +aLi +aoB +hTQ +mRq +tdh +adq +aOR +mab +acY +acY +aoi +aoi +aoi +jZU +rYJ +rYJ +rYJ +wza +wza +wza +kbl +kbl +kbl +kbl +wza +wza +wza +rYJ +rYJ +rYJ +fLD +anQ +anQ +anQ +lUM +lvX +aAT +fNX +amB +amB +amB +amB +anf +anf +amB +amB +ano +anh +amB +amA +amN +amz +rtA +xax +akM +vXG +vXG +vXG +vXG +vKk +mVE +pTA +aax +mJI +aQC +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(140,1,3) = {" +tAt +tAt +tAt +beI +beI +aDK +aDK +aDK +aQE +aQE +aDK +aQE +aDK +aQE +aVy +aWc +aNi +aGi +aAR +uIh +dgG +amt +amr +aVT +aVT +xFU +alF +alF +alF +alF +alF +amb +amb +amb +alF +alF +alF +alF +alF +alF +alF +alF +alP +alF +alF +alF +cHd +lwr +lwr +aCw +asq +lwr +qWS +alo +alo +hVb +jwI +ari +ari +ari +asq +asq +mKr +aPR +aOM +aOO +aOM +agH +aPL +qjn +tdh +anz +aoB +aLi +aLi +aep +pnA +fMN +igm +vlF +aLi +aLi +dBo +lVH +tdh +ijN +aOT +aou +aOO +aOO +aOM +aOH +aOG +aOF +aOA +aOA +aOA +aOA +aOA +aOE +noO +xqG +xqG +jFb +aOB +aOA +aOA +aOA +aOA +aOA +aOz +aOx +aOx +aOx +aOy +aOx +aOw +anf +abH +abB +swb +abv +swb +swb +mTJ +anw +anp +anh +amB +amA +amN +amz +rtA +aXg +akO +aQN +aQL +aaS +aQK +xax +urW +rtA +aax +mJI +aQC +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(141,1,3) = {" +tAt +tAt +tAt +beI +beI +beI +aDK +aDK +aDK +aDK +aQE +aDK +aDK +aQE +aQE +aDK +aNp +azG +aUg +aAR +pqC +fMt +hCk +hCk +pIh +axf +xFU +alF +fmC +aVU +iLC +ama +xFU +alF +fmC +aVU +aVT +aVT +tpr +alF +fmC +aVU +aVT +aVT +xFU +alF +fmC +cYO +hVb +ars +asq +asq +ars +jME +dyT +arH +ars +ari +ari +arZ +asq +asq +aor +aOI +aoj +aoj +aoj +agI +aOS +tDi +qjn +tdh +aoB +ykR +xsM +wiY +btr +jku +btr +dsG +xsM +ykR +adD +tdh +ijN +woT +aOR +rjp +aoj +aoj +aoj +aOI +aoj +jZU +kbl +kbl +kbl +wza +wza +wza +rYJ +rYJ +rYJ +rYJ +wza +wza +wza +kbl +kbl +kbl +fLD +anQ +anQ +anQ +lUM +oUN +aAT +abL +abI +abC +jfH +jfH +jfH +jfH +oHj +anf +anp +anh +amB +aQS +amz +amz +dmH +aQQ +akO +dmH +dmH +dmH +dmH +aXg +rxa +rtA +qLp +mJI +aQC +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(142,1,3) = {" +tAt +tAt +tAt +beI +beI +beI +beI +beI +aDK +aDK +aQE +aDK +aDK +aDK +aDK +aDK +aTZ +azG +azG +beR +beJ +aUE +aUv +asq +hCk +hCk +thk +gsI +aXl +hCk +pIh +hCk +orR +aVT +aCG +arT +aru +aru +aOm +asq +ikM +hCk +pIh +hCk +asq +ars +arH +arH +arH +ars +ars +asq +arv +ari +snv +arT +ari +arv +ari +ars +asq +lQd +aor +aPS +aSx +aoo +aoo +aoo +aDs +mRq +mRq +tdh +aoB +ykR +udW +gim +khB +jku +khB +yjv +ddq +ykR +adE +tdh +mRq +mRq +ntv +aLi +aoo +aoo +aON +aOJ +aoh +aoh +kcW +aFA +acp +azl +acF +acF +acF +acF +acF +acF +acF +acF +mNQ +dRz +aBC +acm +amG +amG +anf +amN +anf +lPf +aAT +anf +jzN +anl +vDZ +vTJ +qXW +anl +aKM +anf +anp +anh +amB +amA +amN +amz +rtA +aXg +akO +dmH +huy +evZ +dmH +aXg +rxa +aaC +qLp +mJI +mJI +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(143,1,3) = {" +tAt +tAt +tAt +tAt +beI +beI +beI +beI +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aDK +aQE +aml +azG +azG +azG +azG +azG +bbQ +asq +asq +asq +asq +alL +qZs +qZs +qZs +qcI +sNg +diS +arH +arH +ars +ars +asq +asq +asq +asq +asq +asq +ars +ari +ari +ari +ari +ari +mQa +ari +arT +ari +ari +ari +ari +ari +ari +ars +kqq +bvx +aqY +aoi +acY +acY +agJ +aOR +kBh +lVH +tdh +aoB +ykR +afn +wEe +kVs +jku +kVs +unM +afn +ykR +adE +tdh +anz +oFm +aOR +mab +aoi +aoi +aoi +aOK +aoi +jZU +rYJ +rYJ +rYJ +wza +wza +wza +kbl +kbl +kbl +kbl +wza +wza +wza +rYJ +rYJ +rYJ +fLD +anQ +anQ +anQ +lUM +lvX +aAY +aHv +jzN +anl +grQ +swz +luN +anl +jhJ +amB +anp +anh +amB +amA +amN +amz +rtA +aXg +akO +wtv +huy +huy +oWq +aXg +aaI +qLp +qLp +aat +mJI +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(144,1,3) = {" +tAt +tAt +tAt +tAt +tAt +beI +beI +beI +aDK +aDK +aDK +aQE +aDK +aDK +aVq +aVq +aDK +aDK +aUf +aUf +aml +azG +azG +azG +aFh +asq +asq +asq +asq +asq +asq +asq +ars +ars +ari +arT +ari +ars +ars +ars +asq +asq +asq +asq +asq +auQ +arT +arv +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +jhu +aqN +aPT +aPO +aOM +aOM +aqx +aPM +lVH +tdh +ijN +aoB +aLi +aLi +vlF +jbo +mHf +qiN +adW +aLi +aLi +adF +qjn +tdh +anz +aOT +aou +aOM +aOO +aOO +aOL +aOG +aOF +aOA +aOA +aOA +aOA +aOA +aOE +noO +xqG +xqG +jFb +aOB +aOA +aOA +aOA +aOA +aOA +aOz +aOx +aOx +aOx +aOy +aOx +aOw +aAF +jzN +swz +cBs +cBs +cBs +swz +anD +aAD +aAx +anh +amB +abd +amz +amz +dmH +aaY +akO +uAM +lHL +vaX +vmH +aXg +rxa +qLp +qLp +mJI +aai +qfy +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(145,1,3) = {" +tAt +tAt +tAt +tAt +tAt +beI +beI +beI +aDK +aDK +aDK +aQE +aDK +aLQ +azG +azG +aFh +aDK +aQE +aQE +aDK +aUf +aUf +aUf +aDK +asq +asq +asq +asq +asq +asq +asq +auQ +ari +ari +arv +ari +arH +ari +arT +ari +asq +asq +asq +aJK +ari +ari +ari +aKs +ari +ari +ari +ari +ari +ari +ars +ari +ari +ari +arT +ari +arH +aqN +aoj +aoj +aoj +aoj +hNl +aOS +afO +tdh +mRq +tEB +aoB +aLi +aLi +tPh +xoQ +jiH +aLi +aLi +adJ +dwf +mRq +tdh +adr +aOS +rjp +aoj +aon +aon +aoj +aoj +jZU +kbl +kbl +kbl +wza +wza +wza +rYJ +rYJ +rYJ +rYJ +wza +wza +wza +aFQ +kbl +kbl +fLD +anQ +anQ +anQ +lUM +oUN +aAT +anf +jzN +aJt +fYs +anx +kqW +anl +abq +anf +anp +anh +amB +amA +amA +anT +rtA +tyB +akO +wZv +aOf +sHk +lEA +aXg +rxa +aaD +qLp +mJI +aai +oVG +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(146,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +beI +aDK +aDK +aDK +aDK +aUs +azG +azG +azG +aFm +aUn +aQE +aQE +aQE +aQE +aDK +aDK +aDK +aDK +aDK +asq +asq +aDK +asq +asq +asq +ari +ari +ari +ari +arH +ari +ari +arv +ari +asq +asq +ave +ars +ari +ari +ari +ari +ari +arv +ari +ari +arv +ars +ars +ari +ari +arv +arS +hiC +aqN +fHE +fHE +ahu +aoo +aoo +aOS +qjn +tdh +anz +aox +tEB +aDm +aLi +ykR +ykR +ykR +aLi +aoB +dwf +aox +lVH +tdh +ijN +aOS +aoo +aoo +acZ +fHE +fHE +aoh +aoh +kcW +aFA +acp +azl +acF +oLu +acF +acF +acF +acF +oLu +acF +mNQ +dRz +aBC +acm +amG +amG +abX +amN +amB +lPf +aAT +anf +jzN +anl +gvC +bSa +xgg +anl +abq +anf +anp +anh +amB +amA +amN +amA +rtA +tyB +akO +rtA +aJW +aax +rtA +tyB +rxa +aaE +qLp +aai +aQC +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(147,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aQE +aDK +aUs +azG +azG +azG +azG +azG +aFh +aDK +aDK +aQE +aDK +aUn +aUn +aDK +azG +azG +azG +azG +aFh +asq +asq +asq +ars +ars +ars +ars +ari +ari +arT +ari +ari +ari +aCu +arv +ari +ari +ari +arT +ari +ari +ari +ari +ari +ars +ari +ari +ari +ari +ari +arH +aqN +aqN +aoi +aqN +aqN +aoo +aOS +aox +qjn +tdh +aox +aox +tEB +aoB +ykj +aoB +ykj +aoB +dwf +aox +aox +tdh +ijN +aox +aOS +aoo +mab +aoi +aoi +aoi +jZU +wza +rYJ +pmm +rYJ +wza +oLu +wza +kbl +kbl +kbl +kbl +oLu +oLu +wza +rYJ +rYJ +rYJ +fLD +anQ +anQ +anQ +lUM +lvX +aAT +amB +vQY +hwl +aKO +hwl +hwl +hwl +abr +anf +anp +anh +amB +amA +amN +amA +rtA +tyB +gru +bZW +bZW +bZW +bZW +pEQ +nTP +fKh +rtA +aai +aQC +rtA +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(148,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aUn +aQE +aQE +aRD +bgA +azG +azG +azG +azG +azG +bgn +aRD +aDK +aDK +aUs +azG +azG +aSS +ami +aPi +azG +aSS +aPi +asq +asq +asq +asq +ari +ari +ari +ari +arT +ari +ari +ari +arv +ari +ari +ari +ari +arv +gAG +gAG +gAG +gAG +ari +ari +ari +ari +arT +ari +ari +aJH +ars +ars +lzd +aqY +aqN +apg +asq +xrO +ekG +aox +qjn +aox +aox +aox +aox +iMj +aox +iMj +aox +aox +aox +aox +ijN +aox +sNb +aOR +aQY +dOx +aok +bLP +jZU +wza +wza +wza +wza +oLu +wza +oLu +aeT +aLB +aLc +aKW +cvA +jYP +oLu +wza +wza +wza +wza +fLD +anQ +anQ +anQ +lUM +oUN +aAT +aKQ +amV +any +any +abw +any +any +amO +amB +anp +anh +amB +amA +asn +amA +rtA +tyB +akM +tKh +vXG +vXG +vXG +vKk +mVE +pTA +rtA +aai +aQF +kyA +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(149,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +azG +aFm +aDK +aRD +aRD +aVE +azG +azG +bgq +bff +aRD +aRD +aQE +aDK +aLQ +azG +azG +aSS +aQE +aNM +aXk +aXk +aXj +asq +asq +asq +asq +asq +ari +arv +ari +ari +ari +ars +ari +ari +ari +ars +ari +aJI +asq +gAG +akX +piM +gAG +asq +arT +ari +ari +ari +ari +ari +ari +ars +asq +arh +asq +asq +uJK +hNl +aOQ +aow +aoC +aow +aow +aov +aow +aow +aej +aov +oFY +aov +aov +aoC +aow +aov +aow +aow +aOU +rjp +aoj +aoj +jZU +kbl +kbl +xKm +wza +oLu +oLu +oLu +oLu +wza +rYJ +pmm +pmm +rYJ +wza +wza +oLu +oLu +oLu +kbl +fLD +anQ +amB +abW +amB +lPf +aAT +amB +amB +amB +amB +anf +anf +anf +amB +abp +anq +anh +amB +amB +amB +amB +rtA +tyB +akR +afF +aaU +akN +age +bri +oOt +rtA +aax +mJI +mJI +aag +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(150,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +azG +azG +aFm +aRD +bgA +azG +azG +bgq +aRD +bgo +aRD +aRD +aRD +aUs +azG +azG +azG +aUj +aDK +aUc +aXn +aMS +asq +asq +asq +asq +asq +asq +ari +ari +arT +ari +ari +ars +ars +aJK +ari +aKs +ari +ari +asq +beE +alU +swv +beC +asq +ari +ari +ari +arv +ari +ari +arT +ars +asq +asq +aoo +apx +apx +apx +aPN +aPH +aRV +aPH +aPF +iit +aOM +aOM +lux +aOM +aeb +aOM +aOM +eyu +aPc +aOX +aOX +aOX +aOV +wNe +wNe +wNe +aol +itN +nWA +asq +ieJ +ieJ +sLn +tww +tww +tww +tww +tww +tww +tww +tww +ieJ +sLn +ieJ +asq +wrT +amz +amz +amz +anf +aii +lvX +aAZ +azm +azm +azm +azm +azm +azm +azm +azm +azm +ans +ani +azm +azD +azm +azm +ala +akW +akT +aaV +mJI +mJI +agv +aax +aaJ +aax +aax +kyA +dmH +dmH +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(151,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +azG +azG +azG +bgn +aRD +bff +bff +bgu +aRD +bgo +aRD +aRD +aRD +aUs +azG +azG +aSR +aPi +aQE +aUc +aXn +aMS +aMS +aMS +aMS +aTS +aTI +art +ari +ari +ari +ari +ari +arv +ari +arv +ari +ari +ari +ari +asq +aTS +aTS +aTS +beD +asq +ari +ari +ars +ars +ari +ari +ari +ari +asq +asq +aoo +aoo +aor +lQa +aor +lQa +aor +nwX +aPa +lGD +aex +pyn +bBh +nUy +bBh +aos +adR +xGN +aPa +lQa +aor +lQa +aor +nwX +aSq +aol +aol +xVl +tAt +asq +aJw +tww +tww +aTF +tww +tww +ieJ +rio +tww +tww +aKa +tww +tww +aJw +asq +arY +arY +arY +amz +anf +rIY +ann +anj +amD +amD +amD +amD +amD +amD +amD +amD +amD +ann +anj +amD +azY +amD +amD +vXG +vXG +dQi +qLp +mJI +mJI +mJI +mJI +qLp +mJI +mJI +qfy +dmH +aah +aae +aad +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(152,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aUf +azG +aSR +aRD +aRD +aRD +bfq +bgv +bgr +bgo +aRD +aRD +aRD +aUs +azG +aSR +aDK +aPi +aUc +aMS +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +ari +ari +ari +auQ +ari +ari +ari +ari +ari +ari +ari +ari +asq +aTS +aTS +aTS +aTS +asq +ari +ari +ars +ari +ari +ari +ari +arv +art +ari +cpS +aoo +aoo +lQa +aor +lQa +aor +wbQ +jkm +lGD +aJC +fZg +uxH +vFB +wAT +tQj +adS +xGN +jkm +kZI +aor +lQa +aor +lQa +aol +aol +xVl +akP +tAt +asq +cya +cya +cya +tww +aKa +cya +cya +cya +tww +agw +cya +cya +cya +asq +asq +asq +tAt +fzy +amz +abX +abR +ant +ank +anf +anf +anf +amB +anf +amB +amB +amB +amB +ant +ank +amB +aAe +amB +amB +rtA +rtA +qLp +qLp +qLp +kTd +kTd +qLp +qLp +qLp +mJI +qfy +dmH +aac +aKE +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(153,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aUf +aDK +aRD +aRD +aRD +bfs +aRD +bgs +bgo +aRD +aRD +aRD +aQE +aUf +aDK +aQE +aPi +aUc +aMS +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +arT +ari +ari +ars +ars +ars +aOn +ari +ari +ari +arv +ari +arT +dqw +oqa +oqa +dxE +ari +ari +arv +ari +ari +ari +ari +ari +ari +ari +ari +cya +cpS +aoo +aoo +aor +lQa +aor +aor +aor +lGD +aey +fZg +aoO +aoO +pBA +tQj +adT +xGN +aor +aor +adw +lQa +aor +aol +aol +xVl +akP +tAt +asq +asq +cya +cya +cya +wxU +wxU +cya +cya +cya +wxU +wxU +cya +cya +cya +asq +asq +asq +tAt +arY +amz +abY +tsG +evB +tCF +abM +abD +abD +tCF +rYu +wRq +aMI +aMI +aMI +aMI +aMI +qjL +xDX +amE +amE +aai +mJI +qLp +pZd +qLp +azh +rtA +qLp +pZd +qLp +mJI +oVG +dmH +aac +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(154,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bfb +bfb +bgC +bgy +bgy +bgy +aVw +aUO +aUO +bgp +aUO +aUO +aUy +aDK +aDK +aDK +aQE +aPi +aUc +aMS +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +ari +ari +ari +asq +asq +ars +ari +arv +ari +ari +ari +ari +ari +ari +arv +ari +ari +ari +ari +ari +ari +ari +arT +ari +ari +ari +ari +ari +wxU +agw +tww +aoo +aoo +afP +jkm +jkm +jkm +lGD +aok +apg +cDH +cDH +cDH +dOx +aok +xGN +jkm +jkm +jkm +ads +aol +aol +xVl +asq +asq +asq +asq +asq +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +asq +asq +asq +tAt +arY +amz +abZ +amE +vrt +anl +anx +hgy +sBZ +anl +odb +wkU +anl +anx +anx +vSh +anl +caQ +aAj +amN +amE +aai +mJI +qLp +aJr +qLp +kTd +aaO +qLp +aQO +qLp +mJI +mJI +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(155,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aRD +aRD +bgz +bgw +dvZ +dvZ +dvZ +dvZ +dvZ +aUF +aUy +aDK +aDK +aQE +aPi +aUc +aMS +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +ari +ari +ari +asq +ari +ari +ari +ari +ari +ari +ari +aKs +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +ari +arv +ari +ari +ari +ari +gnf +rio +tww +tww +aoo +aoo +aor +aor +aor +aeH +aow +aov +aov +aef +aow +aov +aov +jLR +aor +aor +aor +aol +aol +rHP +asq +asq +asq +nBn +rio +tww +tww +tww +rio +tww +tww +tww +tww +tww +agw +rio +tww +tww +tww +asq +asq +asq +tAt +arY +amY +amA +amE +vrt +anl +anx +anx +anx +anl +odb +wkU +anl +swz +lwc +swz +anl +caQ +aAj +eTC +amF +aai +mJI +mJI +aai +aai +akS +aai +aai +mJI +mJI +aai +mJI +cnM +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(156,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aRD +aVH +bgw +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aUF +aUy +aDK +aUn +aPi +aUd +aMS +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +arv +ari +ari +ari +ari +ari +ari +ari +arT +iou +ars +atz +ari +ari +ari +ari +ari +aru +ari +aru +ari +ari +ari +aQf +aru +ari +ari +ari +cya +cya +tww +tww +aql +aoo +aoo +jkm +jkm +aeI +apj +aox +aDw +aom +aow +aox +aox +aRU +jkm +jkm +aol +aol +spw +asq +asq +cya +asq +tww +tww +tww +tww +tww +tww +tww +agw +tww +tww +tww +tww +tww +asq +asq +asq +asq +asq +asq +tAt +arY +amY +amA +amE +vrt +swz +cBs +cBs +cBs +swz +odb +wkU +swz +cBs +cBs +cBs +swz +caQ +ayV +cBs +amG +qLp +aQR +kTd +aTE +kTd +aaP +ahs +aai +mJI +mJI +aai +kyA +dmH +aac +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(157,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aRD +aRD +bgB +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aUz +aUs +azG +aUe +aDK +aUc +aXn +aMS +aMS +aMS +aMS +aTS +aXe +ari +ari +ari +arv +ari +ari +ari +arv +ari +asq +asW +ars +ari +ari +ari +aru +ari +ars +ars +ari +ari +aKs +ari +ars +ars +asq +ari +aru +ari +cya +cya +tww +tww +tww +tww +aoo +aoo +aDp +aeJ +apj +aox +aov +aom +aow +aox +aox +cjd +aor +aol +aol +asq +asq +asq +asq +cya +cya +tww +tww +tww +tww +tww +cya +tww +tww +tww +tww +tww +tww +dLv +asq +asq +asq +asq +asq +tAt +tAt +arY +amz +amO +amE +vrt +anl +anx +mag +sBZ +anl +odb +abu +anl +swz +lwc +swz +anl +caQ +aAj +anT +amG +mJI +mJI +aQM +aQP +aQM +qLp +qLp +mJI +mJI +mJI +mJI +dmH +dmH +aac +aTl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(158,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aRD +aRD +bgB +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aUz +aUs +azG +azG +aFh +aUc +aXn +aMS +aMS +aMS +aMS +aTS +aXh +ari +ari +ari +ari +ari +ari +pNL +pNL +tAA +tAA +asW +aru +ari +atz +ari +ari +atz +asq +asq +ari +arv +aru +ari +aJK +ars +asq +ari +arv +ari +wxU +tww +tww +rio +tww +tww +tww +aoo +aoo +aVP +aVO +aDg +aDg +aDg +aDg +aDg +aDg +aof +aol +aol +asq +asq +tww +vgx +tww +tww +rio +tww +tww +agw +tww +tww +cya +gAG +aJw +tww +tww +aKa +tww +asq +asq +asq +asq +asq +asq +asq +asq +amz +amz +amz +aQU +vrt +anl +anx +anx +anx +anl +odb +abu +anl +anx +anx +vSh +anl +aKL +aAj +amA +amG +mJI +mJI +kTd +aQO +kTd +qLp +qLp +mJI +mJI +mJI +mJI +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(159,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aRD +aVI +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +aUz +aUs +azG +azG +aFh +aUc +aXn +aMS +aMS +aMS +ari +arv +ari +ari +ari +ari +arT +ari +ari +ari +asq +asq +asq +vQv +apS +arw +aqO +aqO +aqO +atA +asq +asq +aqO +arw +aqO +apI +apI +pOw +pWK +aqO +aqO +ari +gnf +aqm +agw +tww +tww +agw +tww +cpS +asq +aol +aol +aol +aol +aol +aol +aol +aol +aol +aol +mcf +asq +asq +jXq +tww +tww +tww +tww +tww +tww +rio +tww +tww +gAG +gAG +gAG +tww +tww +tww +tww +asq +asq +asq +wst +lsv +asq +asq +dvZ +dvZ +dvZ +dvZ +amz +eLu +abE +abE +abE +abE +sBY +vDc +dlo +bCl +bCl +bCl +bCl +bCl +fBX +ayW +amG +amG +qLp +mJI +mJI +mJI +mJI +mJI +aaQ +mJI +mJI +dmH +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(160,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aDK +aVI +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +aUz +aUs +azG +azG +aFh +aUc +aXn +aMS +aMS +aMS +ari +ari +arT +ari +ari +ari +arT +ari +ari +vZx +asq +aIr +aJG +aqO +apI +apI +aqO +asf +aqO +aqO +aqP +aja +aqO +aqO +aqO +aSo +aqO +apI +aqO +aKm +arw +aFZ +cya +cya +aqm +tww +tww +tww +rio +tww +asq +asq +gAG +gAG +gAG +gAG +gAG +gAG +gAG +gAG +gAG +asq +asq +asq +asq +rio +agw +tww +tww +tww +tww +tww +tww +tww +tww +aBj +tww +agw +tww +rio +tww +tww +asq +asq +lsv +asq +asq +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +amz +anN +abN +amE +amE +amV +any +any +abs +any +any +aJs +amA +amA +aAl +azy +amG +kyA +qJZ +rtA +rtA +rtA +rtA +rtA +kyA +dmH +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(161,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aDK +aVI +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aUz +aUs +azG +azG +aFm +aUd +aXn +aJZ +aeY +ari +ari +ari +ari +ari +ari +arv +ari +ari +arv +ari +asq +aJN +aqO +lDE +rew +aKy +apI +knd +knd +ubK +aqP +aqP +aqO +pzV +aKt +aiH +ssv +aJJ +pOh +aqO +aqO +aGa +cya +cya +tww +tww +tww +tww +tww +tww +tww +asq +gAG +gAG +gAG +gAG +gAG +gAG +gAG +gAG +gAG +asq +asq +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +asq +asq +asq +asq +asq +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +amz +amz +amY +amY +amz +amz +amz +amz +amz +amz +amz +ayX +ayX +ayX +amz +amz +dmH +dmH +cnM +cnM +cnM +cnM +cnM +dmH +dmH +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(162,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aQE +aQE +aVk +aVC +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aUG +aUB +aDK +aUo +azG +azG +aFm +aUa +aJZ +aeY +aVW +aVW +aVW +aVW +aVV +ari +ari +ari +ari +ari +arT +asq +aJN +aqO +aqO +izT +asf +apS +asf +apz +apz +aqP +aqP +aqO +apz +apz +apz +apz +apz +iSk +aqO +aqO +aGa +apz +cpS +aql +aqm +aqm +tww +tww +tww +tww +tww +cya +gAG +gAG +cya +tww +aJw +tww +wxU +rio +agw +tww +tww +tww +tww +rio +tww +tww +tww +aKa +tww +tww +tww +tww +tww +rio +tww +tww +tww +tww +tww +asq +asq +tAt +tAt +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +amz +aae +aae +aae +aae +aae +aae +aae +aae +aGZ +aae +azC +pYk +ayZ +aae +aGZ +aae +aae +aae +aae +aae +aae +aae +aae +aae +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(163,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aQE +aQE +aVk +aVC +dvZ +dvZ +dvZ +dvZ +dvZ +aUG +aUB +aDK +aUs +azG +azG +azG +azG +aFh +azG +asq +asq +asq +asq +asq +asq +ari +ari +apI +kQk +won +apS +apI +aIs +aqO +aKm +izT +asf +asf +atV +gXJ +apz +aKx +ajb +aqO +apz +aiO +cMG +nEm +apz +iSk +aqO +aqO +aGb +apz +cpS +hvS +hmB +tww +tww +tww +tww +tww +tww +tww +tww +nBn +tww +tww +tww +tww +wxU +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +rio +tww +tww +tww +tww +tww +tww +tww +asq +asq +asq +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +ncP +tYo +aTk +aTk +aTk +aTk +aTk +aTk +gWu +ncP +ncP +aza +aza +aza +ncP +ncP +aze +aTL +aTk +aTk +aTk +aTk +aTk +aTk +aTo +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(164,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aDK +aQE +aQE +aUr +aUm +aUm +aVc +aUm +aUm +aUB +aDK +aDK +aDK +aUf +aUf +aUh +azG +aFh +azG +azG +azG +asq +asq +asq +asq +ari +apI +kQk +apI +apI +arw +aKC +aIs +kvm +ajL +auF +apz +asf +qHS +nsU +atB +aqP +aqP +nCI +gYL +aiP +aiI +aiy +apz +iSk +kvm +aij +aGa +apz +cpS +aql +aqm +aqm +agw +tww +tww +tww +tww +rio +tww +agw +tww +aKa +tww +tww +cya +cya +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +agw +tww +tww +tww +tww +tww +tww +asq +asq +asq +tAt +tAt +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ijl +ncP +ncP +vaA +ubd +vaA +ncP +ncP +fcb +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(165,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +aDK +aUn +aUn +aUn +aDK +aQE +aQE +aVd +aDK +aDK +aDK +aQE +aQE +aQE +aQE +aDK +aDK +bff +aRD +azG +azG +azG +tAt +asq +asq +apS +apI +imQ +kQk +apz +asq +asq +apz +aIt +dQX +auR +ajC +apz +aum +atV +obP +apz +aqP +aqP +aqO +apz +asy +tcf +aiz +apz +ait +aim +aGn +aGc +apz +adc +adc +adc +aRX +aqm +rio +tww +tww +tww +tww +tww +tww +tww +rio +tww +cya +cya +gAG +aOY +tww +tww +rio +tww +tww +tww +tww +agw +rio +tww +tww +tww +tww +tww +tww +tww +tww +tww +asq +asq +asq +tAt +tAt +tAt +qHa +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wsJ +eyY +aVS +vaA +ubd +vaA +aVS +eyY +hLp +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(166,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aDK +azG +azG +azG +aFh +aQE +aDK +aVe +aUS +aQE +aQE +aDK +aDK +aDK +aDK +aDK +aRD +aRD +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +kQk +kQk +kzp +asf +awj +asq +asq +apS +aIl +auR +ajC +apz +apz +apz +apz +apz +aqO +aqO +aRp +apz +apz +apz +apz +apz +ait +aim +aGo +ahQ +apz +adc +atm +adc +adc +aqm +tww +aqm +tww +tww +tww +tww +tww +tww +tww +tww +gAG +gAG +cya +rio +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +asq +rio +asq +asq +asq +tAt +tAt +tAt +tAt +abO +aEd +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akI +azj +akI +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(167,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +aFm +aUn +aDK +aDK +aDK +aDK +aDK +aDK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asf +asf +apI +asf +asf +apT +apz +asq +asq +aJM +auR +ajC +apz +ajz +uxb +mno +apz +aqO +aqO +aqO +apz +aiQ +aiJ +aiA +apz +ait +aim +aGo +dPu +apz +apz +ehA +apz +asq +asq +asq +asq +asq +tww +rio +tww +tww +tww +tww +tww +tww +cya +cya +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +rio +tww +tww +dLv +asq +asq +asq +asq +asq +asq +asq +asq +ayI +abO +gWg +mfg +tAt +pjZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akI +azj +akI +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(168,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +azG +azG +aFm +aDK +aDK +aDK +aDK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +asq +asq +apz +awF +asf +avS +avS +rVx +avS +avS +asq +asq +dQh +ary +izT +apz +wEH +ajt +aSh +atC +oFE +aqP +obO +gYL +aiP +qTP +aiB +apz +ait +aim +aGo +dPu +apz +vUE +vUE +agK +bjk +rkF +asq +kJj +asq +asq +tww +tww +tww +tww +tww +agw +tww +tww +wxU +tww +tww +tww +agw +tww +tww +tww +tww +tww +tww +tww +tww +tww +tww +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +abO +lQi +tAt +tAt +tAt +pjZ +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +azj +akI +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(169,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +azG +azG +aSR +aUf +azG +aFh +aDK +aDK +aDK +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +mBb +asq +asq +asq +asq +apz +axn +asf +awk +avT +awk +awk +avT +asq +asq +aJM +ary +ajD +apz +piJ +bAK +atN +apz +aqO +aqP +aqO +apz +lYF +aiK +dpf +apz +ait +aim +aGo +dPu +apz +ahv +aqE +rkF +kIk +rkF +afx +rkF +apz +asq +asq +asq +tww +tww +tww +tww +tww +rio +wxU +agw +tww +tww +tww +tww +tww +rio +tww +tww +tww +asq +tww +asq +aJw +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(170,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +avS +avS +awE +avS +avS +apS +asq +cCc +aIl +auR +ajC +apz +apz +apz +apz +apz +aqO +aqP +aqO +apz +apz +apz +apz +apz +ait +aim +aGo +dPu +apz +eXf +rkF +rkF +kIk +rkF +rkF +rkF +apA +asq +asq +tww +tww +rio +tww +tww +tww +tww +wxU +tww +tww +tww +tww +tww +dLv +tww +tww +tww +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +abO +lQi +asq +asq +asq +asq +asq +pjZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(171,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +asq +fqa +avS +eQp +awE +avS +avS +myH +asq +apS +aIl +aKz +ajC +apz +uxb +atV +ajp +apz +aqO +aqP +aqO +apz +aiR +hNi +nEm +apz +iSk +ain +aGo +dPu +apz +mWQ +mWQ +dze +bjk +afQ +rkF +afc +apz +asq +asq +asq +asq +tww +tww +asq +tww +tww +asq +tww +tww +rio +tww +tww +asq +tww +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(172,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +asq +apz +avS +avS +akm +nHl +avS +sId +avS +apz +ajP +aIm +ajM +ajC +apz +ivQ +ajo +aSi +atC +fXs +aqP +tQM +gYL +aSg +qTP +uNL +apz +iSk +arI +arz +ahP +apz +ahw +bjk +agL +kIk +afS +rkF +rkF +apz +asq +bHT +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tww +tww +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(173,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +lwA +apz +apz +apz +apz +awF +xFa +apz +apz +apz +aRu +aFI +aqP +ajC +apz +piJ +cbD +ajq +apz +aqO +aqO +aqP +apz +aiS +aiL +aiD +apz +iSk +aqO +aik +dPu +apz +apz +apz +apz +aqn +apz +apz +apz +apz +asq +lBV +lBV +tAt +tAt +asq +asq +asq +asq +psN +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pjZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(174,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +lwA +apz +apT +apT +apT +kCS +apT +apA +rHA +rHA +nmP +aFI +aqP +ajC +apz +apz +apz +apz +apz +aqO +aqO +aqO +apz +apz +apz +apz +apz +iSk +aio +aFI +ldH +abJ +abJ +apA +apT +agj +afT +apS +asq +asq +asq +asq +lBV +lBV +tAt +mBb +asq +asq +asq +lBV +lsv +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pjZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(175,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +acO +apA +aIX +aIP +aIP +aIP +aka +ood +aFr +avJ +avv +aGp +aFr +mkS +aIh +aIh +ajr +ajr +ajj +aFr +aFr +aFr +aHw +aGC +aGC +aKn +aGC +lbQ +aip +aGp +qOb +ipY +aFr +aEW +agM +aqo +aEP +aEI +asq +apA +fMe +asq +asq +aAq +qxU +asq +asq +asq +lBV +lBV +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pjZ +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(176,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +acO +apz +akw +akt +apT +tUr +apT +apA +aqO +ajT +ajQ +aqO +auS +aqP +aqP +aqP +aqO +aqO +aqO +atj +aqO +aqO +apS +aCa +arw +apI +aqO +aJG +aJG +aqO +eFs +rCg +aqP +ahm +apT +agk +apT +apT +apI +apz +fMe +xEC +cCP +ycI +aDE +asq +asq +asq +asq +asq +asq +asq +asq +tAt +xdq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pjZ +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(177,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +acO +apz +apz +apz +apz +aqn +apz +apz +aRx +aqP +aIu +aqO +otw +aqP +aun +ebP +aQr +aqO +aqO +aqO +aqO +apI +apI +apI +wpF +aqO +aJG +asq +asq +pWK +aqO +aFI +aRj +ahn +apz +aqn +apz +apz +apz +apz +fMe +tAt +cCP +cCP +aDE +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +xdq +asq +asq +aTm +aTm +aTm +aTm +azW +tAt +abO +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +pjZ +tAt +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(178,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +acO +atX +akx +awP +akn +mAm +akb +atX +plk +atE +veD +aqZ +aqZ +aqZ +aqZ +aqZ +aqZ +agd +agd +agd +agd +agd +agd +agd +apz +aEI +asq +asq +asq +asq +kVP +aFJ +ccL +aqF +agN +agl +afU +afy +afd +apk +fMe +xEC +cCP +jUb +aDE +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +dvZ +dvZ +dvZ +dvZ +aaa +syq +lQi +tAt +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +pjZ +tAt +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(179,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +aky +awP +awP +mAm +akc +atX +ozC +atE +sCv +aqZ +uTF +uTF +ohK +xDV +gDz +sEF +sEF +sEF +sEF +sEF +sEF +sEF +asq +apS +asq +qdL +qdL +asq +asq +aFJ +agR +aqF +agO +agm +lnM +lnM +afe +apk +fMe +tAt +cCP +cCP +aDE +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +jOx +asq +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aEb +azW +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +pjZ +tAt +tAt +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(180,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pRd +oNK +acO +avA +eRp +eRp +eRp +bPl +akd +atX +aKD +atE +sCv +aqZ +pPg +ajE +pPg +pPg +gDz +dXh +tAA +tAA +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +aFJ +gBJ +apk +agP +agn +afW +klk +klk +apl +fMe +xEC +cCP +ycI +aDE +tAt +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +akU +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(181,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +pRd +acq +atX +axo +atX +avz +avz +eRp +atX +ozC +aJQ +aJO +aqZ +aqZ +aqZ +bNk +hVX +nqc +dQr +pvA +aqZ +aqZ +aqZ +aqZ +aiT +asq +asq +asq +asq +arJ +aqZ +bAC +aFK +gBJ +apk +klk +ago +cqf +apk +mVj +apk +fMe +tAt +cCP +cCP +aDE +tAt +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +ack +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +aTk +asq +asq +aTk +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(182,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bbE +aHn +atX +gSr +atX +ako +akh +avz +atX +aTD +atk +aJO +aqZ +ucd +vjq +hVX +hVX +hVX +vjq +hVX +aqZ +hSG +hSG +aqZ +hVX +arK +asg +asq +asq +arK +arA +aGd +aDP +gBJ +apk +agQ +agp +cqf +apk +qfw +apk +asq +asq +sFj +sFj +uIn +asq +asq +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +ack +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +asq +azj +akI +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(183,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bbE +aAs +atX +atX +atX +atX +atX +atX +atX +awl +ajV +ajU +aJO +aqZ +hVX +hVX +hVX +hVX +hVX +bNk +hVX +ase +hSG +hSG +ase +hVX +arJ +asq +asq +asq +hVX +arB +aGd +aDP +gBJ +apk +apk +apk +apk +apk +apk +apk +apk +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akI +azj +akI +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(184,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +jCt +atX +eOL +akp +atX +ozr +klF +siU +atk +quv +aqZ +aOv +igN +liV +nWU +afV +nqc +afV +aqZ +iXw +dIA +aqZ +hVX +hVX +asq +nGP +asq +aiq +aqZ +abj +qJn +shC +tay +deG +apk +afX +vqb +sRX +qCo +apk +apk +fMe +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +joh +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aBD +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +akI +azj +hRK +azv +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(185,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +axw +atX +awZ +akq +atX +ozC +atE +atE +atk +aKA +aqZ +aqZ +aqZ +aqZ +aqZ +aqZ +aqZ +aqZ +asq +asq +asq +asq +aqZ +sQI +aqZ +asq +asq +aqZ +aqZ +aFL +aDP +qJn +qJn +agR +apk +aRW +apo +dMn +qCo +xmI +apk +fMe +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jgG +ace +dvZ +dvZ +dvZ +dvZ +aBD +lYd +nxB +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +xAK +aBB +aBB +aDi +aFE +aBB +aWn +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(186,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +wKn +ato +akz +axa +eOL +atX +ozC +atE +ajW +avK +ajR +gjW +aHh +aHg +aqZ +goW +aju +goW +aqZ +fZl +hII +ucg +aqZ +fdJ +ahS +goW +aqZ +lEF +lEF +aqZ +aFS +raF +kOx +qJn +agS +apk +qCo +lFl +aph +aph +apn +apl +fMe +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +aEh +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +xAK +aDy +aAN +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(187,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +eOL +atF +ato +gnn +eOL +atX +ozC +atE +avU +aqZ +aGf +gjW +aHi +ajF +aGD +aGG +aGI +aGq +aGD +mvA +mvA +mvA +aGD +aGG +aGI +aGG +aGD +aGq +aGr +aqZ +aGf +aqZ +ahx +qJn +agT +apk +pAy +lvI +qCo +apn +pcG +apk +fMe +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +xAK +ayQ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(188,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +jjs +eOL +eOL +axb +awm +atX +ozC +atE +avU +aqZ +aGh +goW +aGh +ajH +aqZ +eAG +aGh +goW +aqZ +ajh +aiY +aiY +aqZ +aDI +aGh +aiE +aqZ +nFe +pVA +fhM +pVA +aqZ +glY +aDP +gBJ +apk +pAy +lvI +qCo +aeS +apo +asq +fMe +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +hTO +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(189,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +atX +atX +awH +awm +awm +ozC +atk +avV +aqZ +aIv +ajF +aIk +goW +aqZ +aqZ +aGf +aqZ +aqZ +aqZ +pdD +aqZ +aqZ +aqZ +aGf +aqZ +aqZ +isx +aGs +aGq +ahR +aqZ +aqQ +aDP +tRj +apk +apk +vwN +apk +apk +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +hTO +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(190,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +avz +avz +avz +aku +avz +awm +awm +atk +avW +aqZ +aIw +aHk +aHj +goW +aqZ +arL +aGM +wPY +wPY +wPY +asz +wPY +wPY +wPY +aGJ +cNj +aqZ +lmR +lWc +goW +aGh +aqZ +ahx +qJn +aph +izA +izA +rRx +izA +asq +asq +asq +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +hTO +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(191,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +aII +aIM +aIM +aIM +aIM +aIM +aIL +aIL +aIK +aqZ +aGf +aqZ +aqZ +aqZ +aqZ +ajA +aGM +asz +asz +asz +asz +aiU +aiU +aiU +aGM +aiF +aqZ +aqZ +aqZ +aqZ +pdD +aqZ +aFs +aEX +apn +aqp +izA +izA +izA +apB +aph +asq +aph +aTk +tAt +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +hTO +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(192,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +avz +awm +avz +avz +avz +awm +plk +atk +avX +avL +aIx +aqZ +ajN +rsV +aRn +arL +aGM +aiU +ajl +aiU +asz +asz +asz +aiU +aiN +arL +aRn +rsV +rsV +aqZ +aGk +pIW +bvw +apn +aph +asq +apo +aph +aph +aph +qXE +qqp +aph +aTk +tAt +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +hTO +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(193,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +awm +awm +avz +awm +atX +ozC +aSm +aIA +atP +atF +aqZ +ajN +ajI +rsV +aiM +aGM +aiU +aiU +aiU +asz +asz +asz +aiU +aGM +arL +aiv +rsV +rsV +aqZ +qJn +arb +qJn +qJn +aph +asq +asq +jEk +apk +apk +apn +aph +aTk +akU +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +jpC +aDF +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(194,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +awQ +awQ +awQ +awG +awQ +atX +ato +atk +awm +dXj +asq +aqZ +hVp +ajJ +gWi +aiM +aGM +asz +aiW +wrc +fQZ +bRo +aiW +asz +aGJ +arL +rKZ +rsV +air +aqZ +ahT +aFL +qJn +qJn +asq +asq +asq +asq +asq +asq +asq +aTk +akU +tAt +tAt +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +aDz +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(195,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +awQ +awm +awQ +awG +awQ +ato +ozC +atk +atF +asq +asq +aqZ +asq +asq +asq +aiM +aGM +asz +aqZ +aqZ +aqZ +aqZ +aqZ +asz +aGJ +aiG +aHb +rsV +rsV +aqZ +ahU +aFL +aRk +apk +asq +qdL +qdL +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +jpC +gbu +aXa +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(196,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +awQ +awQ +awQ +awG +awQ +atF +ato +asq +asq +asq +asq +asq +asq +arK +arL +aiM +aGM +asz +asz +asz +asz +asz +asz +asz +aGJ +arL +arL +arL +arL +aqZ +ahU +aFL +qJn +apk +asq +asq +asq +apB +asq +asq +asq +asq +lsv +asq +asq +abO +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(197,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +akK +ato +aSn +axc +hJb +asq +asq +asq +asq +asq +asq +asq +asq +arL +aiM +aiM +ajv +aiM +aiM +arL +aHG +aiM +arL +arL +aGJ +arL +arL +arL +arL +aqZ +fKm +aFJ +qJn +apk +asq +asJ +twr +qxs +xmK +vQo +asq +asq +aRD +asq +asq +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(198,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +bEc +ato +mFF +axd +asq +asq +asq +asq +asq +asq +asq +aqZ +uKm +arL +aiM +arL +aIe +aHE +aHE +aHl +aHH +aHE +aHl +aHl +aGN +arL +aRM +arL +arL +aqZ +ahU +aFJ +apn +vaw +apn +apo +asJ +bqU +iPS +qxs +asq +asq +asq +asq +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(199,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +atP +ato +ato +atF +asq +asq +asq +avY +ccl +asq +aqZ +aqZ +cMh +aqZ +aqZ +aqZ +xBU +xBU +xBU +ajc +xBU +xBU +aiV +sAw +aqZ +asq +arK +aqZ +aqZ +ahU +aFJ +aph +apn +apv +gEr +asJ +hSo +kJe +aph +asq +asq +qdL +lQi +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(200,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bbz +mjf +atX +atX +pre +ato +awt +aki +asq +atX +atk +ato +jrG +aqZ +vjq +hVX +dQr +aqZ +ajw +xBU +xBU +xBU +xBU +xBU +xBU +xBU +aDH +aqZ +asq +arV +asq +aqZ +fKm +aFJ +qJn +apk +qxT +iTk +nJG +xmK +jXI +apk +asq +asq +asq +qdL +qxU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(201,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bbz +mjf +atX +axp +awm +awt +awt +ato +awm +atk +awm +ato +aqZ +ajO +hVX +hVX +aqZ +ajw +xBU +xBU +xBU +xBU +xBU +xBU +arK +asq +asq +asq +asq +qdL +asq +pxX +aFM +qJn +apk +rxO +rOw +rEg +apU +rdD +apk +asq +asq +asq +mKt +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(202,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +axe +axe +awR +tXp +aws +atX +atE +aIA +jrG +aqZ +vII +qyx +nlT +aqZ +ajy +ajs +ajm +aji +ajd +aiZ +aiX +asq +asq +asq +asq +qdL +asq +asq +apo +aFM +apB +apk +qSe +bAB +jOo +jOo +hLs +apl +asq +asq +asq +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +aTk +aTk +aTk +aTk +aTk +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(203,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +awt +awt +awt +awG +awt +awm +atE +aHQ +jrG +aqZ +aqZ +aqZ +aqZ +aqZ +gDz +gDz +gDz +gDz +gDz +gDz +gDz +gDz +gDz +aqZ +aqZ +asq +aqZ +aqZ +fKm +aFJ +qJn +apk +agU +isU +jOo +jOo +jOo +apk +asq +asq +asq +mKt +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +xAK +aBB +aBB +aBB +aBB +aBB +akI +pDO +aDG +akI +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(204,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +awt +axg +awt +awG +awt +atX +atk +aIB +aIy +aRs +auT +aHY +pSA +abK +aQm +unR +atD +wPp +aje +qEC +aHx +eSn +aNF +eKa +aGE +owN +ein +aRm +aGm +aFO +qJn +apk +rAw +bAB +oyC +jOo +iaR +apk +asq +asq +asq +asq +bcO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +xAK +aDy +aAN +dvZ +dvZ +dvZ +dvZ +bDY +uFg +aTk +aTk +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(205,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +awm +atX +awm +awH +awm +awm +atk +aHP +atE +atE +atE +atE +atk +acg +fvJ +abF +aHP +atk +ajf +qJn +aFL +abA +sVb +aab +qJn +apB +qJn +qJn +qJn +aFJ +qJn +apk +apk +seA +apk +apk +apk +apk +asq +aph +aph +aph +lPn +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +xAK +ayQ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(206,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +akA +axh +awS +akj +avz +eAa +atk +aHQ +atk +atk +atk +atk +atk +auo +atW +atO +aHQ +atk +bfc +qJn +aFL +kBz +qUm +fXH +aiw +aiu +qJn +qJn +qJn +aFJ +aHa +apn +izA +gtC +izA +afz +izA +apn +aph +aph +apo +aph +lPn +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +hTO +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(207,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +aIY +aIM +aIM +aIM +aIM +awn +aIL +aIC +wkp +atX +atX +atX +atX +atX +auY +qbh +aHR +atl +asI +flf +aHy +tYn +dCO +apk +apk +apk +apk +apk +jhC +aFS +aFt +aEY +aEU +aEU +afY +afA +aEB +apn +aph +aph +aph +aph +aFn +azp +azp +azp +azp +azp +azp +azp +azp +azp +azp +tXj +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(208,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +akB +avz +awS +akk +avz +avA +pfi +aHQ +kWk +atX +nfK +kWf +dUG +atX +atX +kFG +aHS +atn +flf +flf +aHz +xor +apk +apk +aix +eGn +nZc +apk +vdF +aFJ +grj +apn +agV +agq +afZ +afB +izA +apU +aph +aph +aph +aph +pIV +aOa +aOa +aOa +aOa +aOa +aOa +aOa +aOa +aOa +aOa +azn +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(209,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +atX +atX +atX +awI +atX +atX +sHu +aHQ +atk +avf +kcU +kcU +bPl +oOx +atX +aNP +atn +wjM +seC +jGW +aNO +aNN +apk +tmR +imn +klk +imn +eBl +ahV +xdp +sWp +apk +apk +vwN +apk +apk +apk +apk +aph +asq +aph +aOj +dpD +azr +azr +azr +azr +azr +azr +azr +azr +azr +azr +aDN +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(210,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +akC +akv +awT +akl +ake +atX +xDC +aHQ +wkp +atX +vmD +ajK +iTX +lQm +atX +atP +atF +xYy +ydM +tSv +apB +aPU +apk +lDY +lDY +pXf +xNp +apk +ahW +aFL +mfH +apk +mkg +agr +eTv +tsq +afg +apk +asq +asq +asq +asq +asq +asq +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +hTO +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(211,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +atX +akD +qUE +akr +xxV +xbb +atX +okp +aHQ +jrG +atX +vKb +oOx +iTX +ajB +atX +drK +drK +ato +apB +aph +aph +asJ +apk +uKC +lDY +pXf +rAS +apk +ahU +aFL +ugd +apk +agW +agr +apJ +pIb +afh +apk +asq +asq +asq +asq +asq +asq +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +akU +aXf +aXb +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(212,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +acO +avA +axq +awU +awU +xxV +sSM +atX +xDC +aHQ +jrG +aSj +aSj +aSj +aSj +aSj +aSj +atI +atI +atp +asY +qch +asJ +asJ +aPU +aRY +aRY +aRY +aRY +aRY +ahU +aFL +mfH +apk +saD +agr +aga +bgW +apJ +apl +azX +asq +asq +asq +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(213,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +mBb +asq +asq +acO +atX +axo +atX +dzw +atl +akf +atX +ajX +aHQ +jrG +aSj +eTj +xAm +xAm +aSC +atY +aQh +urt +qGh +urt +iSa +qGh +urt +urt +qGh +aSC +xAm +xAm +aRY +fKm +aFJ +mfH +apk +lDI +kAa +rOw +apk +qJo +apk +asq +asq +asq +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(214,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +acO +atX +akE +atX +bGb +pmc +dun +atX +xDC +aHQ +bic +aSj +etI +ara +vEh +vEh +vEh +vEh +leQ +hgL +asZ +tCN +vEh +vEh +vEh +vEh +vEh +gOc +xAm +aRY +rld +vjO +mfH +apk +lWl +bJS +vRQ +apk +afi +apk +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(215,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +acO +tAA +tAA +tAA +tAA +atX +atX +atX +bCi +aHQ +atk +asq +qGh +eHk +obT +obT +asa +obT +asa +obT +asa +obT +asa +obT +asa +obT +obT +bmF +urt +xmK +qJn +aFJ +xnn +apk +apk +apk +apk +apk +apk +apk +asq +qdL +qdL +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(216,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +bbz +oMG +sjK +ylj +tAA +avw +akg +ajS +avw +aID +avw +avg +urt +eHk +obT +asa +asa +asa +asa +asa +smb +asa +asa +smb +asa +asa +obT +bmF +urt +arj +lkn +aFU +lkn +lkn +lkn +lkn +apk +asq +asq +asq +asq +qdL +qdL +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(217,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +akU +pAB +iaX +tAA +aRy +avw +avw +avw +aIE +avw +avh +qGh +eHk +asa +asa +obT +obT +asa +asa +asa +asa +asa +obT +obT +asa +asa +bmF +urt +bUf +lkn +aFW +lkn +lkn +lkn +aRe +apk +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(218,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +tAt +tAt +akU +kkk +fbt +ajS +avw +avw +ajY +aIE +avw +asq +xAm +eHk +obT +asa +mLa +obT +asa +asa +aCf +asa +asa +obT +obT +asa +obT +bmF +qGh +xmK +lkn +aFW +lkn +lkn +lkn +aph +apl +asq +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(219,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +mBb +asq +asq +tAt +tAt +qdL +bcR +asq +asq +asq +asq +acO +tAA +atF +ajS +avw +avw +aIE +ajS +aSj +xAm +eHk +asa +asa +obT +obT +asa +asa +asa +asa +asa +obT +obT +asa +asa +bmF +xAm +aRY +lkn +aFW +lkn +apB +aph +mEO +asq +asq +asq +asq +aAw +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(220,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +qdL +qdL +asq +asq +asq +asq +asq +ato +ato +atP +avw +aIE +avw +aSj +aSI +eHk +obT +asa +obT +obT +asa +asa +smb +asa +asa +obT +mLa +asa +obT +bmF +aSz +aRY +lkn +aFW +lkn +lkn +qdH +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(221,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +qdL +asq +asq +asq +tAA +asX +ato +ato +avw +aIE +avx +aSj +xAm +auG +asa +asa +obT +obT +obT +obT +obT +obT +obT +obT +obT +asa +asa +cFJ +xAm +aRY +lkn +ahF +lkn +lkn +lkn +pJC +apk +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(222,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +atF +ato +avw +aIE +avw +asq +qGh +auG +obT +asa +obT +obT +mLa +obT +hzD +obT +mLa +obT +obT +asa +obT +tUE +xAm +aRY +lkn +aFW +lkn +lkn +lkn +oNk +apk +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(223,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +atX +atX +avi +avi +aIG +avh +asq +xAm +auG +asa +smb +obT +obT +obT +obT +obT +obT +obT +obT +obT +asa +asa +oOK +qGh +xmK +arj +aFX +xmK +apk +apk +apk +apk +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(224,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +acO +asq +asq +tuy +ajZ +ajZ +aIH +avy +aSj +xAm +eHk +obT +asa +obT +obT +asa +asa +smb +asa +asa +obT +obT +asa +obT +bmF +urt +xmK +agX +aFY +aFu +kAa +kAa +ags +apk +asq +aHA +aAq +aAq +qxU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(225,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +acO +atX +uoG +avM +avw +avw +aIH +sEW +aSj +qGh +eHk +asa +asa +obT +obT +asa +asa +asa +asa +asa +obT +obT +asa +asa +bmF +urt +xmK +kAa +kAa +ahy +kAa +agX +agt +apk +asq +vxj +cCP +ycI +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(226,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +acO +atX +atX +atX +atX +atX +aIH +avz +avi +urt +eHk +obT +asa +obT +obT +asa +asa +asa +asa +asa +obT +obT +smb +obT +bmF +urt +arj +kAa +kAa +aFv +kAa +kAa +kAa +apk +asq +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(227,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +asq +asq +acO +atX +avw +avw +avw +avw +aIH +avz +avg +urt +eHk +asa +asa +obT +obT +smb +asa +asa +asa +asa +obT +obT +asa +asa +bmF +urt +arj +kAa +kAa +aFv +aho +kAa +kAa +apl +asq +vxj +cCP +jUb +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(228,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +asq +acO +atX +dsu +avM +ajZ +ajZ +aIH +avz +avg +urt +eHk +obT +asa +asa +asa +asa +asa +asa +asa +smb +asa +asa +asa +obT +bmF +qGh +xmK +kAa +apo +aFv +kAa +kAa +agu +apl +lJH +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(229,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +mBb +asq +asq +asq +asq +atX +atX +atX +pAF +sEW +avi +urt +eHk +obT +obT +asa +obT +asa +obT +asa +obT +asa +obT +asa +obT +obT +bmF +xAm +asq +aNN +ahH +aFv +kAa +kAa +agt +apk +fMe +vxj +cCP +ycI +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(230,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +acO +atX +atF +avw +avw +avw +aIH +avz +aSj +qGh +wQe +gdc +gdc +gdc +gdc +aCj +sTd +ata +vWb +gdc +gdc +gdc +gdc +gdc +hDy +xAm +asq +asq +kAa +aFv +agX +kAa +kAa +apk +fMe +tAt +cCP +cCP +aDE +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(231,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +atX +atX +bTU +ajZ +ajZ +aII +avz +aSj +qeB +urt +pob +asq +asq +qGh +urt +aCb +eiL +mRZ +aCb +urt +qGh +asq +asq +asq +asq +asq +ahX +agt +aFx +kAa +agt +apk +apk +fMe +nxB +sFj +sFj +uIn +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(232,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +atX +atX +atX +atX +avA +avA +aSj +aah +aae +aae +asq +asq +gAG +qdm +pGZ +tyk +qdL +gAG +gAG +asq +asq +asq +asq +cAv +apk +apk +apk +apl +apl +apk +apk +pVf +aXr +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(233,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +aXa +aXa +asq +aXa +cMj +aae +aae +aad +aTk +asq +asq +asq +ehZ +ehZ +ehZ +ehZ +ehZ +ehZ +gAG +asq +asq +asq +aTk +azd +aeZ +aeZ +asq +aXa +aXa +aXa +qZs +aXr +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(234,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +aTk +asq +kVD +iOL +asq +asq +asq +asq +ehZ +ehZ +ehZ +ehZ +ehZ +ehZ +asq +asq +asq +akU +aXF +aTk +aTk +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(235,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +kVD +asq +asq +asq +asq +asq +asq +asq +ehZ +fki +fki +fki +ehZ +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(236,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(237,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(238,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(239,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(240,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +tAt +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(241,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(242,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(243,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(244,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(245,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(246,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(247,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(248,1,3) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} + +(1,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(2,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(3,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(4,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(5,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(6,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(7,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(8,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(9,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(10,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(11,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(12,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(13,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(14,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(15,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(16,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(17,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(18,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(19,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(20,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(21,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(22,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(23,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(24,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(25,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(26,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(27,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(28,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(29,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(30,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(31,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(32,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(33,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(34,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(35,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(36,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bdY +akU +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(37,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(38,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(39,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(40,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +oJq +cAM +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +aco +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(41,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +rMv +rMv +gVz +baK +baK +baK +baK +baK +baK +baK +gVz +rMv +rMv +rMv +rMv +hfZ +eAj +eAj +eAj +eAj +eAj +eAj +mgc +rMv +rMv +rMv +oGD +oGD +izg +tAt +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(42,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +aTk +aTk +akU +aTk +aTk +rMv +rMv +gVz +gVz +hGp +fsJ +lER +aLs +aLs +sbR +bpe +gVz +rMv +rMv +rMv +hfZ +pZw +ldP +aMe +aMe +aMe +aMe +uaG +lWf +mgc +rMv +rMv +oGD +oGD +rMv +jAE +ftM +tAt +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(43,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +akU +aTk +tAt +tAt +aTk +tAt +rMv +rMv +uVv +gVz +nBu +ibm +gSb +iAA +gSb +wIJ +kzc +sJe +gVz +rMv +rMv +hfZ +pZw +aMe +aMe +bEf +vdv +vdv +gPx +aMe +aMe +lWf +mgc +nIm +aKv +aKv +aKv +aKv +izg +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(44,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +oJq +rMv +rMv +uVv +uVv +gwY +sIY +oqy +kqt +csm +csm +csm +hAM +ufE +rCE +rMv +rMv +xli +ldP +aMe +bEf +vdv +rpi +rpi +vdv +gPx +aMe +uaG +txX +hTP +aKv +tfC +bpW +aKv +rMv +jAE +ftM +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(45,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +uVv +uVv +uVv +kZL +gwY +nnR +dre +rPG +fbV +jTX +vvf +iHs +num +rCE +rMv +rMv +xli +aMe +aMe +vdv +rpi +rpi +rpi +rpi +vdv +aMe +aMe +txX +hTP +aKv +ltn +nyX +aKv +aKv +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(46,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +uVv +lrF +hnd +jvy +gwY +jNo +hqt +csm +csm +kqt +csm +iHs +rKm +rCE +rMv +rMv +xli +aMe +aMe +vdv +rpi +rpi +rpi +rpi +vdv +aMe +aMe +txX +hTP +aKv +xub +aAW +aAW +dCF +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(47,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +uVv +tel +qQI +jpN +gwY +cEf +tEH +kTQ +aLs +lER +lER +aLs +qJT +gVz +rMv +rMv +xli +eHq +aMe +dLB +vdv +rpi +rpi +vdv +pEW +aMe +lwh +txX +nIm +aKv +qkB +qYg +pqV +eTO +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(48,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +uVv +kZL +reu +kZL +gwY +gwY +gwY +gwY +rFc +rFc +rFc +ylC +rFc +gVz +rMv +rMv +mgH +qgR +aMe +aMe +dLB +vdv +vdv +pEW +aMe +aMe +xTJ +vIV +rMv +aKv +bnd +qYg +pqV +nlu +aKv +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(49,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +bwo +mZj +kSA +aBE +aZP +lxY +kau +tJE +tJE +tJE +gtS +kSA +cqQ +pwH +rMv +rMv +rMv +mgH +dOT +eHq +aMe +aMe +aMe +aMe +lwh +xTJ +vIV +rMv +rMv +aKv +jyI +rGy +rGy +pIv +aKv +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(50,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +bwo +qBf +bbX +eFH +iVi +iVi +iVi +jdV +eFH +eFH +sSH +iUR +hsb +pwH +rMv +rMv +rMv +rMv +niU +jRu +ooV +ooV +wkl +sZs +hCB +vIV +rMv +rMv +rMv +aKv +bJG +hLn +aSy +uvV +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(51,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +bwo +nsw +opu +jWf +dXX +dXX +tNB +kSA +wCn +opu +qbx +kSA +lMJ +pwH +rMv +rMv +rMv +fTs +izg +nJz +qoC +qoC +jsi +mtm +rMv +rMv +rMv +rMv +azT +aKv +aAz +vZQ +lcN +rIk +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(52,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +ifO +diA +diA +diA +diA +diA +pha +oeU +pha +diA +lIO +kSA +dcd +pwH +pwH +rMv +rMv +ien +izg +miy +wPk +xog +jsi +mtm +gVE +gVE +gVE +gVE +gVE +aKv +lBR +aAO +ucq +lBR +aKv +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(53,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +ifO +kBq +tyb +ccb +rCh +oET +oET +hTv +mZX +diA +tkI +kSA +qJR +drW +pwH +pwH +rMv +rMv +izg +miy +wPk +xog +jsi +mtm +gVE +rTb +ocd +gvv +ffo +ffo +ffo +ffo +ffo +oaf +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(54,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +mih +gzo +kDZ +bvZ +srB +oET +npk +pKO +cuX +diA +hXw +kSA +qJR +poP +nbx +bwo +rMv +rMv +izg +miy +qoC +qoC +jsi +mtm +gVE +sCx +bsG +djx +rwH +aNJ +aNJ +azR +crO +vNq +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(55,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +mih +gzo +qhR +clu +jcA +hTv +iMP +fMT +qpj +diA +jKY +kSA +bMe +poP +vZl +bwo +rMv +rMv +izg +miy +qoC +qoC +jsi +mtm +gVE +rpj +ocd +aNH +rwH +cdC +cdC +cdC +crO +pAO +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(56,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +mih +lDA +kDZ +usD +cUH +oEF +iMP +keC +bSp +diA +grP +kSA +bMe +poP +vZl +bwo +rMv +rMv +izg +miy +qoC +qoC +jsi +mtm +gVE +fml +epI +djx +rwH +dmx +lcr +fGT +aLW +gXH +gVE +izg +tAt +akU +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(57,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +mih +htE +wxI +iXq +gxJ +hTv +oWj +sDy +tWB +diA +grP +kSA +bMe +poP +vZl +pwH +rMv +rMv +izg +miy +qoC +qoC +jsi +mtm +gVE +fGT +fjy +aNH +aNJ +hgW +wAO +xrQ +rwH +gXH +gVE +izg +tAt +akU +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(58,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +ifO +lCu +ilQ +ilQ +vCg +pEt +diA +diA +diA +diA +grP +kSA +bMe +poP +vZl +pwH +rMv +rMv +izg +miy +wPk +xog +jsi +mtm +gVE +gVE +gVE +uET +sQo +rRU +rRU +fkx +rwH +gyZ +gVE +izg +tAt +akU +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(59,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +ifO +eum +tTo +ilQ +eum +jQJ +oXd +oYg +wlA +jQJ +grP +wBd +qJR +poP +vZl +bwo +rMv +rMv +izg +miy +nvZ +kBt +jsi +mZF +bAL +bAL +gVE +aNH +nmz +iQx +iQx +iQx +lxu +acw +gVE +izg +tAt +akU +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(60,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +ifO +eum +sQV +czW +eum +jQJ +kvy +bLq +dVY +jQJ +pYN +kSA +bMe +poP +vZl +bwo +rMv +rMv +izg +miy +qoC +qoC +hyE +rpg +tuU +ble +gVE +lzb +fkD +rwn +rwn +rwn +bhs +gXH +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(61,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +ifO +diA +diA +diA +diA +jQJ +tAe +iHf +ugH +jQJ +isN +kSA +bMe +poP +wdt +bwo +rMv +rMv +izg +miy +qoC +bgV +qoC +xog +kBt +mPQ +gVE +aNH +tQt +hNu +hNu +hNu +oTo +vNq +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(62,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +nvA +sjy +sjy +sjy +sjy +isz +kho +dKd +aAi +jQJ +lUx +kSA +lIc +kVA +pwH +pwH +rMv +rMv +izg +xeq +qoC +qoC +qoC +xog +wPk +jsi +gVE +aNH +mIQ +rwn +rwn +rwn +bfL +pAO +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(63,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +nvA +ixA +orG +kRI +cqI +kRI +cuO +aek +rnI +bld +eFH +bbX +sIP +pwH +pwH +rMv +rMv +rMv +izg +bNU +iBh +gXh +gXh +njV +wPk +jsi +gVE +aNH +nUG +gLO +gLO +qak +orQ +vNq +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(64,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +nvA +nKn +izE +gkN +wHp +umH +riK +vcU +sud +jQJ +bMr +kSA +cvm +pwH +rMv +rMv +rMv +rMv +rMv +jAE +jAE +jAE +ftM +miy +qoC +jsi +gVE +idw +cdC +cdC +cdC +cdC +cdC +ujm +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(65,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +nvA +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +jQJ +gtV +ioy +gtV +mcY +bAL +bAL +bAL +bAL +bAL +bAL +bAL +bAL +jXP +miy +qoC +jsi +aKi +xXz +fDh +gtN +xXz +xXz +hIw +oMm +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(66,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +rHi +bry +wEu +xjJ +cKx +qSH +dLf +bAi +mDG +uav +kiZ +iRo +vcH +nmS +rpg +rpg +rpg +rpg +rpg +rpg +rpg +rpg +rpg +tuf +qoC +jsi +aKi +aKh +waE +waE +hLj +xXz +cvJ +lrf +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(67,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mtm +nmS +paV +nWo +rGw +cko +dvS +mHU +xqz +eyG +rUh +lTL +ilx +aYk +xqz +qoC +xog +cmb +qoC +qoC +uLq +eyI +qoC +qoC +qoC +wPk +jsi +aKi +aMw +wyt +iNQ +lSX +xXz +osa +lLy +gVE +izg +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(68,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +nmS +gvL +lPZ +tec +tec +lPZ +iKi +fXU +eyG +rZz +cXN +rUh +aYk +fXU +qoC +cdT +fAZ +qoC +qoC +cdT +cdT +qoC +qoC +qoC +gxh +jsi +aKi +kpw +iNQ +iNQ +aAV +xXz +gBV +enL +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(69,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +rHi +sIL +kBN +bXM +myz +ezM +eaE +bAi +fuS +xSX +gxR +qOh +nnx +nmS +gXh +gXh +gXh +gXh +gXh +gXh +gXh +gXh +gXh +njV +qoC +jsi +aKi +ueN +kAP +mue +aAV +xXz +gBV +enL +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(70,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +rHi +rHi +tqc +tqc +mHT +mHT +sPc +mHT +sPc +mHT +mHT +tqc +rHi +rHi +jAE +jAE +jAE +jAE +jAE +jAE +jAE +jAE +ftM +miy +qoC +jsi +aKi +ueN +kAP +mue +tMi +xXz +hsd +tVG +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(71,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +mtm +rMv +rHi +rHi +tqc +mHT +nyk +rOe +rRn +uvY +xje +mHT +tqc +rHi +rMv +rMv +rMv +rMv +rMv +rMv +rMv +rMv +cXJ +izg +miy +qoC +jsi +aKi +aKh +gAI +aMc +uPn +xXz +gVE +gVE +gVE +izg +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(72,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +mZF +bAL +rMv +rHi +tqc +mHT +mKV +bbj +xzT +kli +nrc +mHT +tqc +rHi +rMv +bAL +bAL +bAL +bAL +bAL +bAL +rMv +rMv +izg +miy +qoC +jsi +aKi +aAy +fDh +byE +aKi +aKi +gVE +rMv +bAL +jXP +tAt +tAt +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(73,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +tAt +mtm +rHi +rHi +ije +gwA +dzI +lKy +nEy +mNp +ije +rHi +rMv +jXP +tAt +tAt +tAt +tAt +tAt +tAt +mZF +rMv +izg +miy +wPk +hyE +rpg +rpg +tuf +kIF +mtm +rMv +rMv +izg +tAt +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(74,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +tAt +mZF +bAL +rMv +ije +sGW +ttA +fBd +tEc +nlz +ije +rMv +jXP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +mZF +izg +miy +gvo +iXi +gXh +gXh +vyC +qzB +mtm +fLv +bAL +jXP +tAt +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(75,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +akU +tAt +aTk +aTk +aTk +akU +akU +kVD +kVD +tAt +kVD +akU +aTk +tAt +tAt +tAt +tAt +tAt +mtm +ije +ije +fIl +fIl +fIl +ije +ije +izg +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +izg +miy +xog +jsi +oJq +jAE +jAE +jAE +rMv +izg +tAt +tAt +tAt +tAt +tAt +aTk +aTk +kVD +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(76,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +aTk +aTk +tAt +tAt +tAt +tAt +akU +akU +akU +kVD +kVD +kVD +aTk +aTk +tAt +tAt +tAt +tAt +mZF +bAL +bAL +bAL +bAL +bAL +bAL +bAL +jXP +tAt +tAt +tAt +aTk +aTk +aTk +aTk +tAt +tAt +tAt +jXP +xUl +gfb +vvo +mZF +bAL +bAL +bAL +bAL +jXP +tAt +tAt +tAt +tAt +aTk +aTk +kVD +kVD +kVD +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(77,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +akU +tAt +akU +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +mIp +rIA +fBe +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +akU +aTk +akU +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(78,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +tAt +akU +akU +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +mIp +rIA +fBe +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +aTk +kVD +kVD +kVD +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(79,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +akU +aTk +aTk +urX +tKp +tKp +tKp +tKp +tIn +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +bjh +qKh +vej +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tAt +udB +bkp +bkp +bkp +bkp +sKU +tAt +tAt +aTk +akU +aTk +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(80,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +aTk +tAt +tAt +tAt +aTk +urX +tKp +eJV +eJV +eJV +eJV +eJV +eJV +tKp +tKp +tIn +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +urX +tKp +tKp +tKp +tKp +tKp +tKp +tKp +tIn +tAt +tAt +tAt +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tJP +hlF +tkb +exQ +udB +bkp +bkp +bkp +bkp +sKU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +udB +bkp +cFv +xNr +xNr +gIE +xNr +cFv +bkp +sKU +aTk +aTk +aTk +aTk +aTk +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(81,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +aTk +tAt +tAt +tAt +tAt +tAt +naP +nzU +nzU +aXD +aXD +aXD +aXD +aXD +nzU +nzU +efR +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +naP +eJV +eJV +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tJP +jdf +cGP +usj +bAm +icG +icG +icG +icG +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bAm +xNr +xNr +xNr +riA +riA +xNr +xNr +xNr +cFv +bkp +sKU +tAt +tAt +tAt +aTk +akU +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(82,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +aTk +tAt +tAt +tAt +tAt +urX +tKp +eJV +nzU +kwe +rsl +enK +sLl +nWR +nWR +fUd +nzU +eJV +tKp +tKp +tKp +tKp +tKp +tKp +tKp +tKp +tKp +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +tIn +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +udB +tJP +jdf +gEX +usj +bAm +icG +fhb +nZB +icG +cFv +bkp +bkp +bkp +bkp +bkp +bkp +bkp +bkp +bkp +cFv +xNr +qtx +qtx +ciM +sUN +izk +peZ +xNr +xNr +xNr +tJP +tAt +tAt +tAt +tAt +aTk +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(83,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +tAt +tAt +tAt +naP +nzU +nzU +nzU +jXL +diL +ygb +wik +diL +ygb +kpo +nzU +nzU +nzU +nzU +nzU +aXD +aXD +aXD +nzU +nzU +nzU +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +eJV +eJV +tIn +tAt +tAt +tAt +tAt +tAt +tAt +udB +cFv +tJP +jdf +xnW +usj +bAm +icG +fhb +nkk +icG +cFv +cFv +jUU +jUU +jUU +jUU +jUU +jUU +ipN +ipN +kst +jUU +jkb +jkb +jkb +jkb +jyM +jkb +qtx +qfo +xNr +tJP +tAt +tAt +tAt +tAt +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(84,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +urX +tKp +tKp +eJV +nzU +ijZ +haU +ebl +ebl +wiV +wiV +wiV +ebl +ebl +xEF +wJR +mmQ +iCb +axK +wiV +wiV +wiV +sqh +fhX +uxQ +mJh +dQF +dQF +dQF +dQF +dQF +bCp +klG +naP +eJV +eJV +tIn +tAt +tAt +tAt +udB +bkp +cFv +llU +tJP +jdf +xnW +usj +bAm +icG +fVP +fVP +icG +cFv +cFv +jUU +hZb +ukC +fWh +mmU +gdM +gdM +eeY +gdM +gdM +gdM +dnc +gdM +gdM +gdM +jiK +qtx +pta +xNr +cFv +bkp +bkp +sKU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(85,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nzU +nzU +nzU +nzU +fYI +vdn +kkQ +kkQ +vmL +vmL +vmL +kkQ +kkQ +kkQ +kkQ +hsk +kkQ +kkQ +kkQ +kkQ +kkQ +vdn +qUT +oKk +tIJ +wey +jBH +jBH +wey +jBH +byk +hog +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +llU +cFv +tJP +jdf +gEX +usj +bAm +icG +aFe +kpy +icG +cFv +cFv +jUU +czB +kVu +cOP +jkb +erm +ttc +fgp +erm +lOK +lOK +lOK +lOK +lOK +lOK +fhz +qtx +ckk +xNr +xNr +xNr +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(86,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +naP +nzU +nNU +ebl +xEF +duj +tvo +uNg +yfU +lij +lij +lij +lij +lij +lij +opr +opr +opr +heF +qjR +wnM +wnM +nIP +tpJ +uxQ +ykS +oYP +oYP +oYP +oYP +wVU +byk +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +gEX +usj +bAm +icG +hla +ixc +icG +cFv +cFv +jUU +hrS +eQt +lkA +iYT +maz +tty +fgp +maz +okw +okw +okw +okw +okw +fdR +fhz +oUW +jKV +peZ +jKV +gIE +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(87,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +naP +nzU +mtI +prz +vmL +vmL +wjO +bJd +elY +kxV +cBO +nWR +sLl +nWR +enK +dLC +dxj +dxj +ugI +xpj +fuG +kpY +tvo +bJd +nzU +tKp +tKp +tKp +tKp +tIn +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +fZp +icG +hla +ixc +icG +cFv +cFv +jUU +nNc +jkb +iYT +iYT +maz +tty +fgp +maz +okw +okw +okw +okw +okw +okw +fhz +qtx +pta +nUq +jKV +xNr +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(88,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nzU +qla +nIP +heF +wnM +nIP +sll +vfx +pfV +vfx +mKL +mKL +mKL +mKL +vfx +vfx +vfx +sVG +fNm +duN +kpY +tvo +eFc +nzU +eJV +eJV +eJV +wMI +efR +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +gEX +blI +cQV +tGE +hla +ixc +tGE +cFv +cFv +jUU +oGw +erm +lOK +lOK +okw +tty +fgp +maz +okw +okw +okw +okw +okw +okw +fhz +xNr +xNr +oHa +dED +xNr +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(89,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nzU +ouc +nIP +sll +vfx +jGm +mKL +vfx +aYq +lJe +rim +rim +fND +rim +kEf +fPN +mKL +soG +onE +mXD +kpY +tvo +wve +nzU +eJV +eJV +eJV +eJV +efR +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +vIi +ujw +xnW +jrp +hla +ixc +tGE +cFv +cFv +jUU +oGw +maz +okw +okw +okw +tty +fgp +maz +okw +okw +okw +okw +okw +okw +nOp +jUU +tJP +owT +vHm +oAS +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(90,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nzU +oRV +tvo +sll +pfV +bVb +gLr +gLr +gLr +gLr +gLr +tQP +ngi +tQP +eQm +caD +mKL +fAF +rDG +mXD +kpY +tvo +sll +uxQ +eJV +eJV +eJV +eJV +efR +dBJ +byk +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +vzW +cKJ +tGE +lXx +ixc +tGE +cFv +cFv +jUU +oQx +maz +okw +okw +okw +tty +fgp +maz +okw +okw +okw +okw +okw +okw +fhz +jUU +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(91,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nzU +rnA +tvo +bJd +vfx +uYQ +nYL +nYL +nYL +nYL +nYL +nYL +nYL +nYL +spH +mWe +pfV +suq +gJo +mXD +fuG +nIP +vTG +uxQ +eJV +eJV +eJV +eJV +efR +dBJ +byk +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +udB +icG +icG +icG +icG +cFv +cFv +kst +oGw +maz +okw +okw +nUa +uXu +fgp +vuB +nUa +nUa +okw +okw +okw +fdR +fhz +jUU +tJP +jdf +ewU +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(92,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +naP +nzU +kpY +tvo +gDV +vfx +hjt +nYL +oZR +mJk +evP +nYL +evP +oZR +mJk +spH +aKV +vfx +hwS +rbf +dnN +fuG +nIP +uKv +nzU +eJV +eJV +eJV +eJV +efR +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +usj +bAm +cFv +cFv +cFv +cFv +cFv +cFv +jUU +oGw +maz +okw +okw +okw +tty +fgp +eUJ +okw +okw +okw +okw +okw +okw +fhz +jUU +tJP +jdf +ewU +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(93,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +tAt +tAt +naP +uxQ +fuG +nIP +bJd +mKL +hKm +nYL +nYL +nYL +fTg +nYL +iST +njc +iST +spH +fQy +vfx +uiI +eEe +dnN +kpY +tvo +uKv +nzU +eJV +eJV +eJV +eJV +efR +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +usj +bAm +cFv +cFv +cFv +cFv +cFv +cFv +jUU +oGw +maz +okw +okw +okw +tty +fgp +dKZ +okw +okw +okw +okw +okw +okw +fhz +hBr +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(94,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +uxQ +fuG +nIP +bJd +mKL +hKm +nYL +nYL +nYL +nYL +nYL +nYL +xIn +nYL +pLz +uzP +vfx +aGQ +aDB +aBP +tEk +yaN +bii +nDe +eJV +eJV +eJV +eJV +efR +dBJ +wey +wAM +naP +eJV +eJV +efR +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +dOq +dOq +tNa +tNa +dOq +xkK +jUU +oGw +uWC +xua +xua +xua +mSE +fgp +uWC +xua +xua +xua +xua +xua +xua +fhz +hBr +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(95,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +uxQ +oho +nIP +bJd +mKL +hKm +nYL +mJk +evP +oZR +nYL +oZR +mJk +evP +pLz +fQy +vfx +aGQ +aDB +aCn +tEk +uoQ +bii +nDe +oEl +mQs +mQs +mQs +rXN +dBJ +byk +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +dOq +jcz +pPB +vEL +kEL +fwH +mmU +eeY +nqJ +nqJ +nqJ +nqJ +nqJ +eeY +dlI +dlI +dlI +dlI +dlI +dlI +dlI +gdM +hBr +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(96,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +naP +nDe +fWH +keo +tDM +vfx +caW +beF +nYL +krK +bgt +nYL +nYL +nYL +xzN +spH +sxy +vfx +aGQ +aDB +ffn +iEs +yaN +cyC +vih +aTX +aTX +aTX +aTX +bUB +dBJ +byk +wAM +naP +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +hdr +usj +bAm +lZD +pPB +nVK +vEL +xLq +xLq +iYT +oGw +erm +lOK +lOK +lOK +wFn +fgp +erm +lOK +lOK +lOK +lOK +lOK +lOK +ttc +hBr +tJP +jdf +ewU +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(97,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +naP +nDe +nwD +rXV +tDM +vfx +gFk +nYL +nYL +nYL +nYL +nYL +nYL +nYL +sQb +spH +iHj +pfV +tYG +bjf +ffn +tEk +yaN +tDM +vih +aTX +cQr +cQr +aTX +bUB +dBJ +wey +wAM +naP +yed +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +fvE +tJP +jdf +uMN +usj +bAm +lZD +mqF +nVK +pPB +nHn +nGH +jkb +oGw +maz +okw +okw +okw +tty +fgp +maz +okw +okw +okw +okw +okw +okw +tty +hBr +tJP +jdf +ewU +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(98,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +tAt +naP +nDe +dNM +rXV +tDM +pfV +kYY +ilO +ocr +ykL +cQS +cQS +cQS +dpw +dpw +dsJ +nkz +vfx +gKi +yal +kGi +tEk +yaN +tDM +nDe +aTX +cQr +cQr +aTX +bUB +dBJ +wey +wAM +naP +eJV +rBO +joM +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +lZD +tlY +nVK +vEL +kmY +bZh +jkb +oGw +maz +okw +okw +okw +tty +fgp +maz +okw +okw +xua +xua +xNd +xua +mSE +mkX +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(99,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +tAt +naP +nDe +fWH +xNu +tDM +vfx +vfx +vfx +vfx +pfV +vfx +mKL +mKL +mKL +mKL +jGm +mKL +vfx +kGi +kGi +kGi +tEk +kUw +aBW +nDe +aTX +aTX +aTX +aTX +bUB +dBJ +wey +wAM +naP +efR +hsx +hsx +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +dOq +asV +nVK +vFs +ghj +ghj +jkb +oQx +maz +okw +okw +okw +tty +fgp +maz +okw +tty +jUU +jUU +jUU +jUU +jUU +jUU +tJP +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(100,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +tAt +tAt +tAt +tAt +naP +nDe +exc +kUw +tDM +ghL +ghL +iVY +xXl +xXl +pPt +hmm +jtY +chK +pQb +yaN +lWE +iEs +kGi +kGi +enR +tEk +kUw +tDM +nDe +jda +bNc +bNc +bNc +lSf +dBJ +wey +wAM +qnr +joM +hsx +hsx +tAt +tAt +tAt +fZp +hPY +hPY +hPY +tNM +jdf +xnW +usj +fZp +dOq +vEL +pPB +vEL +vEL +xoZ +jkb +oGw +maz +okw +okw +okw +tty +fgp +maz +okw +tty +jUU +hPY +hPY +hPY +hPY +hPY +tNM +jdf +xnW +usj +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(101,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +tAt +tAt +naP +nDe +fbE +yaN +fKk +dTY +dTY +dTY +mef +xVz +mef +dTY +dTY +dTY +ofU +kUw +fKk +iHC +sNr +fwY +iHC +ofU +kUw +wDq +vih +mJh +dQF +dQF +dQF +dQF +qnH +byk +sTc +dQF +dQF +uNq +fCp +mxF +vqU +vqU +uEm +cQV +cQV +cQV +cQV +bvE +uMN +blI +sFM +lZD +dDp +sGY +sGY +dDp +sGY +iYT +oGw +uWC +xua +xua +xRA +pfo +fgp +qPM +xRA +pfo +hBr +uEm +cQV +cQV +cQV +cQV +cQV +bvE +ewU +slU +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(102,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTc +aTb +tAt +tAt +tAt +naP +nDe +qGS +xFG +dlq +jGq +dlq +mZH +jGq +dlq +jGq +jGq +jGq +jGq +dlq +mZH +jGq +jGq +jGq +jGq +jGq +dlq +nvk +dAm +wHW +tIJ +wey +nLd +nLd +uIF +wey +fZk +nLd +wey +nLd +ofW +fCp +dKG +oFk +oFk +cMv +pjT +hdr +xnW +xnW +hdr +hdr +hdr +tAO +pUj +xqB +fSp +xqB +wJg +wJg +mmU +eeY +nqJ +nqJ +nqJ +nqJ +nqJ +eeY +nqJ +nqJ +nqJ +mmU +cMv +hdr +hdr +xnW +xnW +xnW +hdr +ngr +slU +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(103,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTc +aTb +tAt +tAt +tAt +naP +nDe +gwQ +brA +gjJ +juj +vaN +bcq +bcj +hEC +kwZ +kwZ +kwZ +iWX +enR +kUw +iWI +wqb +gjJ +brA +aQG +exc +kUw +ivS +vih +ykS +oYP +dxu +jBH +uRZ +oYP +oYP +oYP +oYP +tvY +bkz +fCp +ddK +dKB +dKB +ewF +cKJ +cKJ +cKJ +cKJ +qqK +uMN +vzW +bEw +lZD +lTC +eRx +mGC +ikT +vvg +iYT +sph +weK +vah +vah +vah +rSO +fgp +eQH +vah +dQV +hBr +ewF +cKJ +cKJ +cKJ +cKJ +cKJ +cKJ +qsM +dmQ +bAm +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(104,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +eyY +eyY +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +ydL +ogg +pXn +pXn +jwe +fJh +jwe +pXn +xSY +xSY +xSY +xSY +hou +smG +hou +xSY +xSY +xSY +xSY +eJP +sMx +aUl +nDe +tKp +tIn +dBJ +wey +wAM +urX +tKp +tKp +tKp +tIn +hsx +hsx +tAt +tAt +tAt +udB +bkp +bkp +bkp +sKU +jdf +xnW +usj +udB +mhc +fBf +eBS +fBf +fBf +fBf +gzH +gzH +gzH +gXr +gXr +lLh +lLh +lnI +lLh +lLh +gXr +lKH +bkp +bkp +bkp +bkp +bkp +bkp +bkp +bkp +bkp +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(105,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +sfT +jgW +hiK +pXn +myp +oTe +oTe +mro +fjo +xSY +mLK +qUP +qSa +bBm +olG +pQp +wyf +oGi +mqG +xSY +wYr +qAE +wYr +nDe +lvP +efR +dBJ +wey +wAM +naP +eJV +eJV +eJV +efR +hsx +hsx +tAt +aTk +tAt +bAm +jIw +cFv +cFv +tJP +jdf +xnW +usj +bAm +mhc +kRQ +pIL +rVs +aZH +uLa +pFq +hUY +loI +gXr +rex +gTw +ufT +gTw +gTw +ufT +xMJ +lKH +guz +dwW +dwW +dwW +dwW +guz +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(106,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +brj +hiK +pXn +ezq +vlu +hwD +piA +rNg +xSY +xqc +mgp +mgp +sOL +uIX +ows +gcW +wsE +vpC +xSY +mSs +tIJ +jMA +naP +lvP +efR +dBJ +wey +wAM +naP +eJV +eJV +eJV +eJV +tKp +tIn +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +jRd +gzg +aTY +gmI +mTy +uJZ +low +dZT +oCH +gXr +kLW +dgc +inH +inH +inH +bsv +jjJ +iEU +sIn +adl +adl +adl +adl +sRM +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(107,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +smL +gHu +pXn +irH +piA +oOE +piA +sYW +hou +mAh +thC +pxU +vEp +guA +tEh +bwt +igs +jUS +tDl +dBJ +wey +wAM +qnr +rBO +joM +dBJ +wey +wAM +naP +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +usj +bAm +jRd +mVt +nza +aVz +xSA +aVz +xSA +aTY +tEz +gXr +vGh +mbp +inH +cma +inH +kWK +oXM +iEU +sIn +adl +tXO +tXO +adl +sRM +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(108,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +xhx +gHu +pXn +lyn +iOc +icc +tIB +vVS +smG +ykT +dHq +oxX +qxj +sQT +mgp +fVy +rjv +wmZ +tDl +dBJ +jBH +ccw +dQF +dQF +dQF +qnH +rqT +wAM +naP +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +usj +bAm +jRd +mVt +aTY +aTY +iej +aTY +aTY +aTY +tEz +gXr +umo +ubD +uQD +nVc +inH +jKK +oXM +lKH +sIn +adl +tXO +tXO +adl +sRM +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(109,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +sfT +oMD +eRg +pXn +rDu +nXA +jwA +hfV +sYW +hou +ePz +thC +lpP +njy +qzV +pxU +lWv +thC +mkL +tDl +moF +nLd +nLd +wey +wey +wey +nLd +uox +dmp +naP +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +bAm +mhc +iuF +ulJ +jHs +lSv +aYx +aYx +aYx +jcZ +gXr +mAc +dgc +uQD +pzO +inH +dgc +oXM +lKH +sIn +adl +adl +adl +adl +sRM +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(110,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +biX +qFs +pXn +pMv +dCY +sIN +sIN +vVS +xSY +vet +tCR +thC +pMC +ckX +ckX +fqb +thC +iNk +xSY +ctZ +xlX +oYP +oYP +oYP +oYP +oYP +pWv +tTK +naP +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +bAm +cFv +cFv +cFv +tJP +jdf +xnW +usj +fZp +mhc +egi +egi +gzH +gzH +xbT +gzH +nwA +egi +gXr +mAc +jql +inH +szy +inH +mTK +oXM +lKH +guz +nro +nro +nro +nro +guz +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(111,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +naP +ydL +ydL +ydL +pXn +qVq +dCY +dUh +kGY +vVS +xSY +bYG +iyD +kwF +mgp +mgp +mgp +xZV +rXj +nFO +xSY +tKp +tKp +tKp +tKp +tKp +tKp +tKp +tKp +tKp +eJV +eJV +eJV +eJV +eJV +eJV +efR +tAt +aTk +tAt +bAm +cFv +cFv +cFv +tJP +jdf +uMN +blI +cQV +jRd +bPA +bPA +uoC +bSG +pJK +uHB +bPA +dvv +gXr +bUd +bKO +inH +inH +inH +gDA +uVH +lKH +cFv +cFv +cFv +cFv +cFv +cFv +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(112,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +qnr +rBO +eJV +pXn +pXn +uLH +dCY +xSB +xSB +sYW +xSY +pSE +tGt +feC +hXf +hXf +hXf +aXq +eYm +cjE +xSY +eJV +huQ +eJV +eJV +eJV +eJV +nbP +wMI +eJV +eJV +eJV +eJV +eJV +eJV +rBO +joM +tAt +aTk +tAt +fZp +hPY +cFv +cFv +tJP +qor +ujw +ujw +xnW +xFw +bPA +iLx +kuu +kuu +qPY +iLx +xbl +iLx +gXr +rzP +kcL +dgc +pqx +ryZ +dgc +jjJ +iEU +cFv +cFv +cFv +cFv +cFv +cFv +cFv +cFv +hPY +hPY +tNM +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(113,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +naP +pXn +pXn +pXn +rzk +mgv +gSO +pAi +hrY +fxI +fVM +mui +ddD +qmb +uTJ +uTJ +gue +gNS +hrY +eJV +eJV +eJV +eJV +eJV +eJV +eJV +yed +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bAm +cFv +tJP +qdF +qLq +cKJ +cKJ +jRd +ufa +iLx +gEK +kuu +iLx +iLx +dvv +uBD +gXr +vce +oQp +wud +hMW +bMS +xRx +iCt +iEU +cFv +cFv +cFv +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(114,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTc +aTb +aTb +tAt +tAt +tAt +tAt +qnr +rBO +eJV +pXn +xfb +hVQ +jbZ +dvr +xSY +pXu +iea +pTW +oOy +phq +phq +voa +guG +rRg +xSY +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +rBO +joM +tAt +tAt +tAt +tAt +tAt +tAt +tAt +fZp +hPY +cFv +bkp +bkp +bkp +bkp +mhc +mhc +sHa +cOw +drj +vbA +dca +cwW +hbW +gXr +dgc +uyn +iko +xtk +fFx +jKK +lKH +lKH +cFv +cFv +cFv +cFv +cFv +cFv +hPY +tNM +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +kVD +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(115,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTc +aTb +aTb +tAt +tAt +tAt +tAt +tAt +tAt +naP +pXn +pXn +bcs +qhd +pXn +xSY +xSY +dUA +dUA +dUA +dUA +dUA +dUA +dUA +xSY +xSY +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +eJV +efR +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bAm +cFv +gKR +gKR +cFv +cFv +mhc +ucK +mhc +mhc +mhc +mhc +ucK +mhc +lKH +ojG +ojG +lKH +lKH +ojG +ojG +lKH +cFv +cFv +cFv +cFv +cFv +cFv +tJP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(116,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +qnr +rBO +bcE +bct +bcl +rBO +rBO +goe +bbW +rBO +bbD +bbD +rBO +rBO +rBO +ojx +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +rBO +joM +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +fZp +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +hPY +tNM +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +tAt +tAt +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +tAt +tAt +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +kVD +dvZ +dvZ +dvZ +aRD +aRD +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(117,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +akU +kVD +kVD +kVD +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +aDv +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tHP +akU +tAt +tAt +akU +ete +fGf +tAt +tAt +tAt +tAt +tAt +tAt +ete +fGf +akU +tAt +tAt +akU +ete +fGf +tAt +tAt +tAt +tAt +ete +fGf +akU +tAt +dvZ +dvZ +aRD +aRD +aRD +aRD +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(118,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +kVD +kVD +kVD +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +bdX +bdX +bdX +bdX +bdX +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +api +api +api +api +api +api +api +nyg +nyg +nyg +nyg +api +api +api +api +api +api +bdL +bdL +bdL +pNx +pNx +pNx +pNx +bdL +bdL +bdL +bdL +dvZ +dvZ +aRD +aRD +aRD +aRD +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(119,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +aTk +aTk +aTk +akU +tAt +tAt +tAt +kVD +kVD +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +aDv +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +vZH +lJR +cEG +icw +icw +wIx +rMK +cEG +icw +icw +icw +icw +icw +icw +wIx +rMK +cEG +icw +anm +geS +kKR +aVQ +geS +geS +geS +geS +kKR +aVQ +geS +bdL +dvZ +dvZ +dvZ +aRD +aRD +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(120,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +tAt +tAt +tAt +kVD +tAt +akU +aTk +aTk +tAt +tAt +tAt +kVD +tAt +aTk +tAt +tAt +tAt +aTk +aTk +aTk +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +kVD +kVD +kVD +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +vZH +lJR +cEG +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(121,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +tAt +tAt +tAt +kVD +tAt +kVD +tAt +tAt +tAt +kVD +tAt +kVD +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +aTk +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +vZH +lJR +cEG +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +lJR +anm +rsz +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(122,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +kVD +tAt +kVD +tAt +tAt +tAt +kVD +tAt +kVD +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +aMQ +aMQ +tAt +tAt +aTk +kYL +kYL +hoK +api +lJR +cEG +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +geS +geS +qLp +qLp +geS +geS +geS +geS +bdL +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(123,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +kVD +kVD +kVD +tAt +tAt +tAt +kVD +kVD +kVD +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +aTk +aTk +aTk +aTk +aTk +aTk +aTk +aTk +kVD +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kYL +tAt +tAt +tAt +tAt +aTk +aTk +akU +aTk +aTk +api +cEG +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +geS +geS +qLp +kIy +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(124,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +kVD +tAt +kVD +kVD +kVD +kVD +aTk +aTk +aTk +akU +akU +api +icw +icw +icw +icw +jAf +bXx +lJR +icw +icw +icw +icw +jAf +tfI +tfI +bXx +icw +icw +icw +icw +lJR +anm +rsz +geS +geS +geS +geS +geS +geS +hqv +rKf +tXJ +gwb +ltI +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(125,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +isl +isl +isl +isl +isl +isl +isl +isl +isl +isl +isl +tAt +tAt +tAt +kVD +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +wIx +cEG +icw +icw +icw +icw +lJR +wIx +rMK +rMK +cEG +lJR +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +geS +geS +dLn +geS +geS +hqv +kIy +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(126,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aZe +aZA +aZA +aZe +tAt +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +kVD +kVD +kVD +isl +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +isl +kVD +tAt +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +lJR +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +dmH +dmH +kIy +geS +geS +hqv +kIy +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(127,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +tAt +aTk +aTk +aTk +aTk +aTk +bcN +bcN +bcN +acR +acR +acR +aZe +aZe +aZe +acR +acR +acR +aZe +aZe +aZg +aZg +aZg +aZe +aZe +aZe +aZg +aZg +aZe +aZg +aZg +aZA +aZL +aZn +aZe +aZe +aZe +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +kVD +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +kVD +tAt +tAt +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +lJR +anm +rsz +geS +geS +geS +dmH +dmH +arF +kIy +geS +geS +hqv +tEN +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(128,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +akU +aTk +aTk +tAt +tAt +bcN +bcN +bda +bcS +bcP +bcG +bbI +bbm +bbm +bch +bbm +bbm +bbm +bbI +bbm +bbm +bbm +bbm +bbm +bbc +aZG +aZe +aZi +aZi +aZi +bab +bab +aZT +aZi +aZB +aZi +aZi +aZe +aZe +tAt +tAt +tAt +tAt +aTk +tAt +tAt +tAt +kVD +tAt +tAt +tAt +kVD +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +kVD +tAt +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +geS +geS +geS +geS +dmH +rKf +rKf +kIy +geS +geS +hqv +qLp +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(129,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aTk +aTk +tAt +tAt +bcN +bcN +bdf +bdb +bcT +bcP +bcH +bcx +bcn +bbC +bbC +bbC +bbA +bbA +bbA +bbC +bbC +bbA +bbw +bbn +bbd +aZG +aZe +aZi +baw +ban +bdt +aZU +aZU +aZD +aZD +aZu +aZp +aZi +aZg +tAt +tAt +tAt +tAt +kVD +akU +tAt +tAt +kVD +tAt +tAt +kVD +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +kVD +tAt +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +icw +icw +lJR +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +geS +geS +geS +geS +dmH +geS +geS +hqv +gwb +gwb +arF +qLp +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(130,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aTk +aTk +tAt +tAt +bcN +bcN +bdn +bdg +bdc +bcU +bcN +bcH +bcy +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbo +bbe +aZG +baM +aZi +bax +bao +baf +bac +aZG +aZG +aZE +aZv +bds +aZj +aZg +tAt +tAt +tAt +tAt +kYL +kVD +asq +tAt +kVD +tAt +kVD +isl +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +lJR +lJR +lJR +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +geS +geS +geS +geS +dmH +geS +geS +hqv +rKf +rKf +arF +qLp +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(131,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +tAt +bcQ +bdn +bdn +bdg +bdb +bcV +bcN +bcH +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbf +baU +baN +aZi +bax +aZM +bae +aZG +aZM +aZM +aZG +aZv +aZp +aZl +aZe +aYW +aYW +tAt +tAt +tAt +asq +asq +tAt +kVD +kVD +tHP +isl +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +isl +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +lJR +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +geS +geS +geS +geS +dmH +gwb +gwb +kIy +geS +geS +hqv +qLp +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(132,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aTk +aTk +tAt +tAt +tAt +tAt +bcQ +bdn +bdh +aHr +bdb +bcU +bcQ +bcI +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbg +baV +aZe +aZi +aZM +baf +baf +bad +aZM +aZM +aZr +aZw +lyT +hCk +hCk +hCk +aYW +tAt +tAt +tAt +asq +asq +tAt +isl +isl +isl +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +ctC +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +api +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +icw +lJR +anm +rsz +geS +geS +geS +dmH +dmH +arF +kIy +geS +geS +hqv +tEN +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(133,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +tAt +aTk +tAt +tAt +tAt +tAt +tAt +bcN +bdm +aKF +bdh +bdb +bcW +bcQ +bcI +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbd +baW +aZe +aZi +bax +aZG +aZG +bae +aZr +aZr +aZI +aZx +asq +hCk +hCk +hCk +aYW +tAt +tAt +asq +asq +tAt +tAt +isl +isl +aBl +mre +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +api +icw +icw +lJR +icw +lJR +icw +icw +icw +icw +icw +icw +icw +lJR +icw +lJR +icw +icw +icw +icw +icw +anm +geS +geS +geS +geS +geS +dmH +dmH +kIy +geS +geS +hqv +kIy +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(134,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +bcQ +bdm +bdh +bdj +bdb +bcX +bcN +bcI +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbg +baU +aZg +aZi +bax +bae +aZn +baf +aZM +aZM +bgX +aZx +aZx +asq +asq +hCk +aYW +tAt +tAt +asq +asq +tAt +isl +isl +aoz +aBl +mre +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +isl +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +kVD +tAt +tAt +tAt +tAt +tAt +kVD +kVD +kVD +kVD +kVD +api +api +api +api +nyg +api +api +api +api +api +api +api +api +api +nyg +api +api +api +api +api +api +anm +geS +geS +geS +geS +geS +dmH +rKf +kIy +geS +geS +hqv +kIy +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(135,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +tAt +tAt +aTk +tAt +tAt +tAt +tAt +tAt +bcQ +bdm +bdh +bdk +bdc +bcY +bcN +bcI +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbg +aZG +aZg +aZi +bae +aZn +aZn +aZn +aZM +aZr +aZr +aZr +aZq +aZx +asq +asq +aYW +tAt +tAt +kVD +asq +asq +asq +aoz +aoz +aBl +mre +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +kKq +ale +cxE +iyO +iyO +iyO +iyO +iyO +iyO +iyO +fYw +cyp +kKq +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +geS +hqv +gwb +vVA +rKf +uCR +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(136,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +aMT +aTk +tAt +tAt +tAt +tAt +tAt +bcN +bdg +bdp +aIf +bdc +bcT +bcQ +bcJ +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbd +aZG +aZe +bab +bae +aZn +aZn +aZn +aZy +aZy +aZy +aZw +aZr +aZr +asq +asq +asq +tAt +tAt +tAt +asq +aoz +aoz +aoz +aoz +aBl +pQM +aKw +aoz +aoz +aoz +aoz +adp +aAG +aAG +aAG +aAG +aAG +aAG +aAG +azN +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +mwR +fAt +fAt +fAt +fAt +fAt +hvy +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +geS +qLp +kIy +geS +geS +geS +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(137,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +aTk +aTk +tAt +tAt +tAt +tAt +bcQ +bdn +bdo +bdl +bdc +bcV +bcQ +bcJ +bcz +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbd +aZG +baO +bab +aZr +aZn +aZn +aZn +aZy +aZy +aZy +aZy +aZs +aZr +hCk +asq +aYW +tAt +tAt +asq +asq +aAG +aAG +aAG +aAG +aoz +aWh +aWe +adI +aAG +aAG +aAG +kuC +azH +dFa +dFa +dFa +dFa +dFa +wrA +aKw +aAG +aAG +aAG +aAG +kuC +fuU +aKw +aAG +aAG +aAG +aAG +npT +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +kKq +amz +rsz +geS +geS +geS +geS +geS +geS +qLp +qLp +geS +geS +geS +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(138,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +aTk +aTk +tAt +tAt +tAt +bcQ +bdn +bdn +bdg +bdd +bcV +bcN +bcH +bcA +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbp +bbd +baX +aZe +bab +aZr +aZn +aZn +aZn +aZy +aZy +aZn +aZn +aZn +aZn +asq +asq +tAt +tAt +asq +asq +asq +lfp +asq +lfp +lfp +qPX +aov +aow +lfp +lfp +lfp +lfp +dFa +aBp +tAA +beS +beS +beS +tAA +aBp +dFa +lfp +lfp +lfp +lfp +lfp +aXt +aXs +dFa +dFa +dFa +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +kKq +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(139,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +bdY +aTk +tAt +tAt +bcN +bcN +bdn +bdm +bdv +bcV +bcN +bcH +bcB +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +aZn +bbq +bbd +aZG +aZr +aZM +aZr +aZn +aZn +aZy +aZy +aZy +aZn +aZn +aZn +aZn +asq +asq +asq +asq +asq +asq +asq +hDM +hDM +hDM +aZF +aWo +aow +aWf +vpZ +hDM +hDM +aZF +ctC +tAA +tAA +aRD +aRD +aRD +tAA +tAA +gIb +aAS +hDM +hDM +hDM +hDM +rYV +mre +vpZ +hDM +hDM +hDM +aKJ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(140,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aTk +aTk +tAt +tAt +bcN +bcN +bdf +bdb +bcT +bcP +bcH +bcC +bco +bbx +bbx +bbx +bbx +bbx +bbx +bbx +bbx +bbx +bbx +bbr +bbd +aZM +baP +bae +bae +aZr +aZn +aZn +aZy +aZN +aZn +aZn +aZn +asq +asq +asq +asq +asq +asq +asq +asq +aoz +aoz +aoz +aoz +rYV +mre +aAS +aoz +aoz +aoz +aBl +tAA +tAA +aRD +aRD +aRD +aRD +aRD +tAA +tAA +cmK +aoz +aoz +aoz +aoz +aBl +mre +cmK +aoz +aoz +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +rsz +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(141,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aTk +aTk +tAt +tAt +bcN +bcN +bde +bcZ +bcP +bcL +bbs +bbT +bbT +bbT +bbs +bbs +bbT +bbs +bbs +bbs +bbB +bbs +bbs +bbh +baY +baQ +baD +aZM +bae +aZq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aAG +aAG +aAG +aAG +kuC +mre +cmK +aoz +aoz +aoz +aBl +beS +aRD +aRD +aRD +aRD +aRD +aRD +aRD +beS +cmK +aoz +aoz +aoz +aoz +xyE +mre +adI +aAG +aAG +aAG +azN +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +kKq +amz +rsz +geS +geS +rsz +rsz +rsz +rsz +geS +geS +geS +rsz +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(142,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aTk +aTk +aTk +aTk +aTk +bcN +bcN +bcN +bcM +baN +bcp +lyT +lyT +asq +bbU +bbU +baN +asq +asq +asq +asq +bbt +baP +aZx +aZM +bay +baE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +lfp +lfp +lfp +tOZ +tOZ +tMz +cmK +aoz +aoz +aoz +aBl +beS +aRD +aRD +aRD +aRD +aRD +aRD +aRD +beS +cmK +aoz +aoz +aoz +aoz +sWt +aov +tOZ +lfp +lfp +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +kKq +eEP +eEP +ale +mWG +cyp +eEP +eEP +feI +feI +feI +szt +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +rsz +geS +geS +rsz +geS +geS +geS +rsz +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(143,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +aMT +aMT +aTk +aTk +aTk +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aWi +aWi +aWi +aYm +aZO +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +hDM +hDM +hDM +hDM +aZF +mre +cmK +aoz +aoz +aoz +aBl +beS +aRD +aRD +aRD +aRD +aRD +aRD +aRD +beS +cmK +aoz +aoz +aoz +aoz +rYV +pQM +aAS +hDM +hDM +hDM +aKJ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +eXW +feI +szt +hAb +cMi +cMi +cMi +fYw +eXW +feI +feI +feI +feI +feI +feI +amz +geS +geS +geS +geS +geS +geS +geS +geS +geS +rsz +rsz +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(144,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aMT +aMT +aMT +kVD +kVD +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYe +aYp +aYp +aYe +aYp +aYm +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aoz +aoz +aoz +aoz +aBl +mre +cmK +aoz +aoz +aoz +aBl +tAA +tAA +aRD +aRD +aRD +aRD +aRD +tAA +tAA +cmK +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +aoz +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +cxE +oUM +oUM +oUM +uEV +anx +anx +aMt +uEV +oUM +oUM +oUM +oUM +oUM +oUM +oUM +fcu +rsz +geS +geS +geS +geS +geS +geS +geS +geS +rsz +rsz +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(145,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +hhH +hhH +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYC +bba +bar +bex +baz +bdZ +bei +aYs +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +aAG +aAG +aAG +aAG +kuC +hpv +aKw +aAG +aAG +aAG +kuC +aBp +tAA +tAA +aRD +aRD +aRD +tAA +tAA +gIb +aKw +aAG +aAG +aAG +aAG +kuC +pQM +aKw +aAG +aAG +aAG +azN +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +mwR +fAt +hvy +xHJ +xRs +xRs +xRs +fYw +mwR +fAt +fAt +fAt +fAt +fAt +fAt +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +rsz +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(146,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +hhH +hhH +aRD +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYD +aYD +aYl +aYe +aYp +bal +aYt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +rVq +rVq +rVq +rVq +wZS +aov +aXs +rVq +rVq +rVq +rVq +gjc +aBp +tAA +beS +beS +beS +tAA +aBp +gjc +rVq +rVq +rVq +rVq +rVq +qPX +aXt +rVq +rVq +rVq +isl +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +kKq +eEP +eEP +ale +mWG +cyp +eEP +eEP +fAt +fAt +fAt +owU +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +rsz +geS +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(147,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aRD +aRD +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +bbb +aYD +aYl +aYe +aYg +bec +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +hDM +hDM +hDM +aZF +aWo +aow +tMz +vpZ +hDM +hDM +hDM +aZF +azK +gjc +gjc +gjc +gjc +gjc +rFP +aAS +hDM +hDM +hDM +hDM +aZF +aXu +aAS +hDM +hDM +hDM +hDM +hLp +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(148,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +akU +bea +bea +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYe +aYe +aYe +aYe +bec +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +aoz +aoz +aBl +ctC +aBp +gIb +cmK +aoz +aoz +aoz +aKo +hDM +hDM +hDM +hDM +hDM +hDM +hDM +aKJ +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(149,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +kVD +siq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYC +aYe +aYe +aYe +bel +asq +tAA +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aBp +aBp +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +aoz +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +cBs +eEP +eEP +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(150,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +kVD +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYe +bap +bap +bec +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +isl +isl +aYo +aBp +aBp +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +aoz +isl +kVD +kVD +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +kVD +cBs +cBs +cBs +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +bdL +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(151,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +akU +tAt +kVD +tAt +siq +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +asq +asq +asq +aYe +bap +bap +bem +bag +aZd +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +isl +aow +aBp +aBp +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +cmK +isl +isl +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +cBs +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +geS +rsz +geS +geS +geS +geS +rsz +geS +geS +geS +bdL +tAt +tAt +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(152,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +kVD +tAt +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +asq +aZd +aYe +aYe +aYe +aYp +bdw +aZd +tAA +asq +asq +tAA +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +aov +aow +aow +aBp +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +pQM +isl +isl +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +cBs +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +rsz +rsz +rsz +geS +geS +rsz +rsz +rsz +geS +geS +bdL +tAt +tAt +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(153,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +akU +tAt +tAt +kVD +tAt +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +aZd +baF +aYe +aYe +aZh +beb +aYf +aZd +asq +asq +aZd +asq +asq +asq +asq +aAJ +asq +asq +asq +asq +aov +aWp +aov +aYi +aov +gIb +cmK +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aBl +isl +isl +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +cBs +eEP +ale +mWG +cyp +eEP +eEP +eEP +eEP +eEP +ale +xbF +cyp +eEP +eEP +eEP +eEP +eEP +eEP +eEP +geS +geS +rsz +geS +rsz +geS +geS +rsz +geS +rsz +geS +geS +bdL +tAt +akU +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(154,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +akU +tAt +tAt +kVD +tAt +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +tAA +tAA +aZd +baG +aYg +aYe +aZh +bdw +aYp +aYp +aYC +aYe +aYe +asq +asq +aWq +aYC +aYP +aYe +asq +asq +aRQ +aRt +aWi +aWi +aWi +aWi +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +cBs +eEP +ale +mWG +eXW +feI +feI +feI +feI +feI +szt +xbF +eXW +feI +feI +feI +feI +feI +feI +eEP +geS +geS +rsz +geS +rsz +geS +geS +rsz +geS +rsz +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(155,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +dvZ +dvZ +dvZ +dvZ +dvZ +ayU +azW +tAt +tAt +tAt +akU +tAt +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +aZd +aYe +bap +bap +aYe +bec +aYe +aYp +aYp +aYp +aZt +aZh +aYp +aYp +aYp +aYQ +aYe +aYf +aYg +aYe +aYe +aYp +aYp +aYe +aYe +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +cBs +feI +szt +cxE +dyy +cMi +cMi +cMi +dyy +dyy +dyy +uEV +cMi +cMi +cMi +dyy +dyy +dyy +lmm +cyp +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +pNx +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(156,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aRv +azW +tAt +tAt +akU +tAt +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +asq +aYC +aYD +aYD +aYr +bec +aYp +aYl +aYr +aYe +aYr +aYY +aYp +aYl +aYl +aYe +aYe +aYr +aYD +aYD +aYe +aYp +aYr +aYl +aYf +asq +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +cBs +dyy +dyy +uEV +uEV +anx +anx +aMt +uEV +uEV +uEV +uEV +anx +anx +aMt +uEV +iyO +iyO +hhu +amz +rsz +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +geS +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(157,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +akU +akU +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +asq +asq +asq +aYp +baA +baq +aYr +bec +aYe +aYr +aYr +aYg +aYr +aYl +aZh +aYY +aYY +aYp +aYe +aYr +aYD +aYD +aWQ +aRo +aVF +aVA +aYg +asq +asq +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +cBs +uEV +rcF +uEV +iyO +xRs +xRs +xRs +iyO +iyO +iyO +uEV +xRs +xRs +xRs +oGN +mwR +fAt +eEP +amz +geS +geS +geS +geS +geS +rsz +rsz +geS +geS +geS +geS +bdL +bdL +tAt +akU +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(158,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +akU +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +tAA +asq +asq +asq +aYf +aYE +bar +aWQ +bed +aVF +aVF +aVF +aVF +bdZ +aZo +bdN +bdr +bdN +bdN +aVF +bdI +aYE +aYE +bdw +aYm +aYm +aYm +aYh +asq +asq +asq +isl +isl +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +aoz +isl +isl +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +cBs +cBs +cBs +ale +fYw +bXC +fAt +fAt +fAt +fAt +fAt +owU +xbF +mwR +fAt +fAt +fAt +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +rsz +rsz +geS +geS +geS +bdL +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(159,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +pdb +usc +usc +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +akU +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +asq +asq +tAA +asq +asq +baR +baH +baB +beo +bdx +aYt +aYt +aZO +aYm +aYe +aZd +aZd +aZd +aZd +aYZ +aYe +aYe +bdJ +bdB +aVF +bdx +aYt +aYs +tAA +tAA +asq +asq +asq +asq +isl +aWd +aXI +aXI +aXI +aXI +aXI +aXI +aXI +aVZ +isl +isl +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +aRD +aRD +asq +asq +dvZ +dvZ +dvZ +dvZ +cBs +uEV +lmm +eXW +feI +feI +feI +feI +szt +xbF +cyp +eEP +eEP +eEP +eEP +eEP +kKq +amz +rsz +geS +geS +geS +geS +geS +geS +geS +geS +bdL +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(160,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +pdb +pdb +pdb +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +akU +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +bbK +aZz +asq +aZZ +aZQ +aYt +aYt +aWr +baC +aWr +aYt +aYm +aZV +asq +aAJ +aAJ +tAA +tAA +tAA +tAA +asq +aYR +aYs +aWr +bdC +aWr +aYt +aYv +aYt +asq +asq +tAA +asq +asq +asq +asq +aWa +aWa +aWa +aWa +aWa +aWa +aWa +aWa +aWa +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aRD +asq +asq +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +isl +uEV +dyy +dyy +dyy +dyy +dyy +dyy +fYw +cyp +eEP +eEP +eEP +eEP +eEP +eEP +amz +geS +geS +geS +geS +geS +geS +geS +geS +bdL +dvZ +dvZ +dvZ +pdb +usc +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(161,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +cYW +tAt +tAt +tAt +akU +tAt +kVD +aRD +siq +bbK +bbK +bbK +bbK +bbK +bbK +aZz +aZz +aZQ +aZQ +aZQ +aZR +aZQ +aWL +ber +aWJ +aZQ +aZQ +aZz +asq +asq +asq +asq +asq +asq +asq +asq +asq +aYL +aWy +aYG +aWs +aXy +asq +asq +asq +asq +tAA +asq +asq +asq +asq +aXX +aXz +aXA +aXU +aXH +aXM +aXJ +aXz +aXC +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +dvZ +dvZ +dvZ +aRD +aRD +dvZ +dvZ +dvZ +cBs +cBs +sur +sur +cBs +cBs +cBs +cBs +cBs +cBs +cBs +cBs +cBs +cBs +cBs +cBs +bdL +bdL +pNx +pNx +pNx +pNx +pNx +bdL +bdL +dvZ +dvZ +pdb +usc +pdb +usc +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(162,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +akU +akU +asq +asq +asq +bbK +bbK +bbK +bbK +bbK +aZz +aZz +aZQ +aZQ +aZQ +bbi +aZY +aZY +aWL +ber +bas +aZY +aZQ +aZQ +aZQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +aWy +aYG +aWs +aYA +asq +asq +tAA +tAA +tAA +tAA +asq +asq +aXZ +aXz +aQg +aPX +aPX +aND +aXH +aXH +aXz +aXy +asq +asq +tAA +asq +asq +asq +asq +asq +asq +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +dvZ +dvZ +aRD +aRD +aRD +aRD +dvZ +dvZ +isl +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +pdb +pdb +usc +pdb +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(163,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +dvZ +dvZ +dvZ +dvZ +dvZ +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +aWP +aWP +aWP +aWP +aWP +aZz +aZQ +aZR +aZQ +bbu +aZY +aZY +aZY +aWL +bes +bep +ben +bah +aZW +aZR +asq +asq +asq +asq +asq +asq +asq +asq +asq +aWy +aYG +aWs +aXy +aXv +asq +aYb +aYb +aYb +aYb +aYb +aXz +aXz +aXH +aQj +aXz +aXH +aXz +aXz +aXz +aXG +aWb +aWN +aAJ +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +dvZ +dvZ +aRD +aRD +aRD +aRD +dvZ +dvZ +dvZ +akU +akU +akU +akU +akU +akU +akU +akU +ncP +ncP +ncP +ncP +ncP +ncP +ncP +akU +akU +akU +akU +akU +akU +akU +akU +akU +dvZ +dvZ +dvZ +pdb +pdb +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(164,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +baL +aZY +bam +aZX +bah +aZz +aZz +aZJ +aWO +aWO +bbk +aWO +aWO +aWM +ber +aWK +bai +bai +aWF +aZQ +asq +tAA +tAA +tAA +tAA +tAA +tAA +tAA +asq +aWz +aYG +aWv +aWj +aWj +aWj +aYn +bdq +aWg +aXG +aYc +aXz +aXH +aXH +aUx +aXz +aXT +aXQ +aXz +aXz +aXz +aXz +aXz +aXv +aVX +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +dvZ +dvZ +dvZ +aRD +aRD +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ncP +ncP +tAt +tAt +tAt +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(165,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +baI +bah +aZX +bah +aZY +bah +aZX +aZX +bah +aZY +aZY +aZY +aZY +aZY +ber +bah +bah +bah +aZX +aZz +aZJ +gAG +gAG +gAG +gAG +gAG +gAG +gAG +aWk +aWk +aYG +aWk +aWk +aWk +aWk +aWk +aWk +aWg +aXz +aXz +aXA +aXJ +aXz +aUx +aXJ +aXR +aXR +aXA +aXz +aXz +aXA +aXA +aXx +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +dvZ +dvZ +dvZ +dvZ +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(166,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +baI +aZY +bah +aZY +beB +beA +beA +beA +beA +beA +beA +beA +beA +bez +bet +aZY +aZY +aZY +aZY +aZz +aZz +aZz +gAG +gAG +gAG +gAG +aZa +aYT +aWk +aWk +bdD +aWk +aWk +aWk +aWk +aWk +aWk +aWg +aXH +aXz +aXA +aXA +aXz +aUx +aXJ +aXR +aXS +aXA +aXH +aXH +aXA +aXB +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +dvZ +dvZ +dvZ +dvZ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(167,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +bci +bcf +bcd +baS +bbL +baS +baS +baS +baS +bbv +baS +baS +baS +baI +beu +bat +baj +baj +aZz +aZS +tAA +gAG +gAG +gAG +gAG +gAG +gAG +aXv +aWC +aWA +bdE +bdA +bdy +aWl +aWl +aWl +aWl +aVv +aYd +aPX +aVo +aVl +aVl +aUY +aXz +aXQ +aXT +aXN +aXH +aXz +aXE +aAJ +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(168,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +aZJ +bce +bbV +ben +aZQ +aZY +aZY +bby +aZY +bbl +aZz +baT +baI +beu +bau +aZJ +bak +asq +asq +tAA +asq +asq +asq +asq +asq +asq +aYU +aWk +aWA +aYG +aWw +bdz +aYw +aWb +aXy +aXy +aYb +aYb +aYb +aYa +aXz +aXY +aXH +aXz +aXz +aXz +aXz +aXG +aXy +aXy +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(169,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +aZz +bcg +aZJ +aAJ +bbM +aZQ +aZR +aZQ +asq +asq +asq +asq +aAJ +baJ +beu +bau +aZz +aZz +asq +asq +asq +asq +asq +asq +asq +asq +aXy +aWb +aYM +aWA +aYG +aWw +aWb +aWb +aYu +aXv +aYb +aYb +asq +asq +asq +aXZ +aXx +aXz +aXz +aXz +aXz +aXO +aXK +aXv +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(170,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAA +asq +aZz +aZQ +asq +asq +asq +dtA +lei +tAA +bdu +ber +bav +aZY +aZz +asq +asq +asq +asq +asq +asq +asq +asq +aZb +aWk +aYO +aWA +aYH +aWw +aXy +aYy +aAJ +asq +asq +tAA +asq +asq +asq +asq +asq +aXW +aXz +aXV +aXQ +aXP +aXL +aVY +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(171,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +tAA +tAA +tAA +tAA +tAA +asq +pqy +bFF +lei +rky +baL +beu +bau +aZY +aZY +aZZ +tAA +asq +asq +asq +asq +asq +asq +aZc +aWk +aWk +aWA +bdD +aWw +aXE +aAJ +aAJ +asq +asq +tAA +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(172,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +asq +tAA +tAA +asq +asq +asq +asq +cSZ +pYw +qOr +rky +baI +beu +bav +bah +bah +aZQ +asq +asq +bbK +bbK +bbK +asq +asq +aXy +aWk +aWk +aWA +bdD +aWb +aWb +aAJ +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(173,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +kYT +lNs +rky +baI +beu +bav +bam +aZQ +aZQ +aZQ +bbK +bbK +bbK +bbK +bbK +aXy +aXy +aXy +aWk +aYI +bdD +aWw +aYu +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(174,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +gAG +hGe +pWQ +tAA +baI +beu +bav +aZY +aZR +aZQ +bbK +bbK +bbK +bbK +bbK +bbK +bbK +aXy +aXv +aWk +aWA +bdD +aWw +aXy +aXv +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(175,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +gAG +gAG +gAG +tAA +baI +mNU +bav +aZY +aZQ +aZQ +bbK +bbK +bbK +bbK +bbK +bbK +bbK +aWD +aWD +iaG +aYK +bdF +laz +gkw +aWD +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(176,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aZZ +baJ +ber +bav +aZQ +aZQ +aZQ +bbK +bbK +bbK +bbK +bbK +bbK +bbK +aWD +aYB +nyR +vTx +bdF +laz +aWD +gkw +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(177,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aZZ +pny +beu +bav +aZQ +aZZ +aZZ +bbK +bbK +bbK +bbK +bbK +bbK +bbK +aWD +aWD +aWD +vTx +bdF +laz +aWD +aYz +asq +asq +tAA +tAA +tAA +tAA +tAA +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(178,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +aZZ +baI +beu +bav +tcK +aZZ +aZZ +bbK +bbK +bbK +bbK +bbK +bbK +bbK +viE +aWD +aWD +vTx +bdF +laz +aYB +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +ncP +ncP +ncP +ncP +phQ +tAt +tAt +tAt +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(179,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAA +asq +asq +asq +tAA +tAA +tAA +tAA +viE +hfe +bdF +med +asq +asq +viE +bYO +bYO +bYO +bYO +bYO +bYO +bYO +viE +aWD +aWD +vTx +bdG +laz +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +aRD +asq +asq +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +asq +ncP +ncP +ncP +ncP +ncP +ncP +phQ +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(180,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +viE +sJx +bev +uoV +asq +asq +asq +dAk +dAk +dAk +dAk +dAk +dAk +dAk +asq +asq +oCA +iAe +bdF +laz +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +ncP +ncP +ncP +oMM +oxI +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(181,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +viE +vKO +bev +iaG +iaG +lyT +lyT +cEJ +cEJ +xNo +cEJ +nAE +oRk +cEJ +lyT +lyT +iaG +nyR +bdF +laz +viE +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +ncP +ncP +oMM +oxI +oMM +oxI +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(182,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +viE +hfe +bev +cEJ +aZf +lyT +cEJ +sZk +qKH +fFV +fFV +fFV +fFV +aTi +iaG +asq +iaG +iaG +bev +laz +viE +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAt +asq +asq +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +ncP +ncP +oMM +oMM +oxI +oMM +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(183,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +viE +hfe +bev +lfM +paj +vTx +iaG +aTi +aTg +aTi +aTi +aTg +aTi +aTi +iaG +med +lck +fLz +bdF +kAC +viE +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +ncP +ncP +ncP +oMM +oMM +ncP +ncP +ncP +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(184,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +tAA +tAA +viE +hfe +bev +dXJ +sqk +vTx +iaG +gFS +xWY +xWY +xWY +xWY +okl +gFS +iaG +med +oBW +nsW +aSQ +laz +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +ncP +ncP +ncP +ncP +ncP +ncP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(185,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +viE +vkr +bev +dXJ +sqk +vTx +aTf +aTg +tiQ +aWD +aWD +aWD +tiQ +aTg +aTf +med +oBW +sqk +bev +wfQ +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +qHa +ncP +ncP +ncP +ncP +kZO +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(186,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +viE +hfe +bdF +oBW +sqk +vTx +aTg +aTg +xMW +aWD +aWD +aWD +bGr +aTg +aTg +med +oBW +sqk +bdF +laz +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(187,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +viE +bLu +aTj +aTe +aTd +flK +viE +vqh +tiQ +vWA +tiQ +tiQ +tiQ +xzX +viE +uKr +aTe +aTd +bdH +cSG +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(188,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +tAA +tAA +tAA +tAA +tAA +viE +vKO +iaG +kve +xsQ +beg +viE +viE +dJd +tiQ +tiQ +bGr +btR +viE +viE +bdR +kve +sXe +iaG +laz +viE +viE +asq +asq +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(189,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +wnO +wnO +gea +iaG +iaG +iaG +beg +mPV +viE +gDQ +xAk +cRQ +cUV +mtv +viE +aTh +bdR +iaG +cEJ +iaG +lYQ +asd +asd +qzf +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(190,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +cEJ +nAE +iaG +iaG +iaG +beg +wgF +beq +ruO +gEs +eTr +nsJ +umt +beq +wgF +bdR +gsa +iaG +iaG +iaG +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(191,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +iaG +oRk +iaG +iaG +iaG +beg +wgF +nsJ +nsJ +nsJ +nsJ +kZm +nsJ +nsJ +wgF +bdR +iaG +iaG +iaG +iaG +smS +cEJ +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(192,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +byZ +ldC +fGD +iaG +iaG +iaG +beg +mPV +dWw +nhq +nsJ +bAs +nsJ +frp +hrV +wgF +bdR +iaG +iaG +nyR +tHs +pAm +mMZ +hPv +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(193,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAt +asq +asq +asq +asq +tAA +asq +tAA +tAA +tAA +asq +asq +asq +viE +tQI +iaG +iaG +iaG +beg +mPV +dWw +vpV +wQY +vgg +eOe +eSR +hrV +mPV +bdR +iaG +iaG +cEJ +vUx +viE +viE +viE +tAA +tAA +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(194,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +bfK +iaG +iaG +iaG +beg +wgF +nsJ +nsJ +oOp +bfE +nsJ +nsJ +bWj +mPV +bdR +iaG +iaG +cEJ +dej +viE +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(195,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +bfK +iaG +aUA +ycg +beg +wgF +dWw +oKT +umt +dWw +nsJ +vpV +hrV +mPV +bdR +aUA +hgJ +cEJ +dej +viE +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(196,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +xNo +cIB +eet +beg +wgF +dWw +vvq +umt +vpV +nsJ +ghN +hrV +mPV +bdR +wPh +ryB +cEJ +dej +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(197,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +wPh +eet +beg +mPV +nsJ +nsJ +bgQ +xAW +umt +nsJ +xUO +mPV +vaQ +wPh +ryB +cEJ +dej +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(198,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +bfK +iaG +wPh +eet +beg +mPV +dWw +vpV +bgR +efu +nsJ +vpV +hrV +wgF +bdR +wPh +ryB +cEJ +kbE +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(199,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +bfK +iaG +wPh +eet +beg +mPV +jFk +deF +umt +mjs +nsJ +cHh +hrV +mPV +bdR +wPh +eet +iaG +vUx +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(200,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +viE +tQI +nAE +nky +gCI +beg +bfA +pkR +mPV +bgS +bfF +bgP +dtH +mPV +bfA +bdR +hfH +gCI +iaG +iaG +viE +asq +asq +tAA +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(201,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +viE +tQI +cEJ +cEJ +iaG +bdS +oCA +oCA +oCA +bfI +bfG +bfB +oCA +oCA +oCA +bdS +iaG +iaG +xNo +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(202,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +iaG +xiC +iaG +beh +bdM +sKX +bdV +bfJ +bfH +bfC +bgO +bdV +bdV +bdT +iaG +iaG +cEJ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(203,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +jeL +asq +waU +fFV +bdU +fFV +epZ +epZ +wjJ +wjJ +wjJ +wjJ +wjJ +fFV +bdU +qVQ +wsK +iaG +xFO +viE +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aTm +aTm +aTm +aTm +aTm +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(204,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +jeL +asq +bYO +bYO +aBf +baa +bYO +bYO +bYO +bYO +bYO +bYO +bYO +luq +pVx +viE +vTx +oRk +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +jOx +aGv +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(205,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +asq +asq +tAA +tAA +asq +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +wCD +aGv +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ayU +azW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(206,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +tAA +asq +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(207,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +bYO +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(208,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +qQO +asq +asq +tAA +tAA +aYV +bYO +bYO +bYO +bYO +bYO +bYO +bYO +aYV +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oxI +oxI +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(209,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +aEa +wnl +asq +asq +tAA +tAA +tAA +bYO +bYO +bYO +bYO +bYO +bYO +bYO +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +oMM +oMM +oMM +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(210,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +aPw +eUs +ePD +ePD +asq +tAA +asq +asq +bYO +bYO +bYO +bYO +bYO +bYO +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +ack +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +ncP +cYW +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(211,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +aPw +pFT +rVO +asq +asq +tAA +asq +asq +tAA +bYO +bYO +bYO +bYO +bYO +asq +asq +tAA +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(212,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +aPw +qut +rky +asq +asq +tAA +tAA +asq +tAA +bYO +bYO +bYO +bYO +bYO +asq +asq +tAA +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +aEh +fon +ncP +ncP +ncP +ncP +ncP +aFV +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(213,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +ePD +qut +rky +xeD +okQ +okQ +okQ +okQ +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +aEh +lgZ +lgZ +lgZ +lgZ +lgZ +lYd +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(214,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +ePD +qut +nYr +okQ +okQ +okQ +okQ +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(215,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAA +tAA +tAA +eUs +cCU +nYr +xeD +okQ +okQ +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(216,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAA +asq +asq +aSZ +cCU +nYr +xeD +okQ +okQ +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(217,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +asq +asq +tAA +asq +asq +ePD +aFl +rky +xeD +okQ +okQ +okQ +okQ +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(218,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +asq +asq +tAA +asq +asq +ePD +asq +asq +xeD +okQ +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(219,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +xeD +okQ +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(220,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(221,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(222,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(223,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(224,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(225,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(226,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(227,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(228,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +tAt +tAt +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(229,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(230,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(231,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +tAA +asq +tAA +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(232,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAA +tAA +tAA +tAA +tAA +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(233,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +tAt +tAt +hhH +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(234,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +asq +asq +asq +tAt +asq +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(235,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(236,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(237,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(238,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(239,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +asq +asq +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(240,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(241,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(242,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(243,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(244,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(245,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(246,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(247,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} +(248,1,4) = {" +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +tAt +"} diff --git a/maps/map_files/Navalis_Platform_13/sprinkles/.gitkeep b/maps/map_files/Navalis_Platform_13/sprinkles/.gitkeep new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/maps/map_files/Navalis_Platform_13/sprinkles/.gitkeep @@ -0,0 +1 @@ + diff --git a/maps/map_files/Navalis_Platform_13/standalone/clfspecforce.dmm b/maps/map_files/Navalis_Platform_13/standalone/clfspecforce.dmm new file mode 100644 index 000000000000..42bc30e586cc --- /dev/null +++ b/maps/map_files/Navalis_Platform_13/standalone/clfspecforce.dmm @@ -0,0 +1,1019 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"aK" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"bb" = ( +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"cu" = ( +/obj/structure/bed/chair/dropship/passenger, +/obj/structure/machinery/door_control/brbutton{ + id = "clf_umbilical_1"; + pixel_x = 1; + pixel_y = 28; + range = 20 + }, +/obj/effect/landmark/survivor_spawner/clf/navalis, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"cG" = ( +/obj/structure/cable/heavyduty{ + icon_state = "4-8" + }, +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"cY" = ( +/turf/open/floor/roof_weedable/outerhull_dir/west, +/area/navalis/outdoors/exterior/med_ext/upper) +"db" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 25 + }, +/obj/effect/landmark/survivor_spawner/clf/navalis, +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/clf_shuttle) +"dm" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan5" + }, +/area/navalis/indoors/clf_shuttle) +"dB" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/navalis/outdoors/exterior/med_ext/upper) +"dG" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"dS" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/flight) +"ei" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"eP" = ( +/obj/effect/landmark/survivor_spawner/clf/navalis, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/clf_shuttle) +"fw" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"gj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"gr" = ( +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"gx" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/station_alert{ + icon_state = "atmosb"; + stat = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"gI" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"hg" = ( +/obj/structure/prop/hybrisa/xenobiology/small/empty, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"hC" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/closed/shuttle/ert{ + icon_state = "stan1" + }, +/area/navalis/indoors/clf_shuttle) +"iq" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"iP" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"jA" = ( +/turf/open/floor/prison/blue/northeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"lB" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent5" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"nw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"nO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"og" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"ou" = ( +/obj/structure/prop/hybrisa/airport/dropshipenginedamage{ + light_on = 1; + light_power = 5; + light_range = 6; + pixel_y = -13; + pixel_x = -6 + }, +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/navalis/outdoors/exterior/med_ext/upper) +"pz" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/botany/extractor{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"pB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2/southwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"pE" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"pR" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 10; + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"qv" = ( +/turf/open/floor/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"qR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"qY" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/flight) +"rA" = ( +/obj/structure/prop/hybrisa/airport/dropshipenginedamagenofire{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/closed/shuttle/ert{ + icon_state = "stan5" + }, +/area/navalis/indoors/clf_shuttle) +"rB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/north, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rI" = ( +/turf/closed/wall/hybrisa/research, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"rK" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"rP" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan9" + }, +/area/navalis/indoors/clf_shuttle) +"sc" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"se" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan23" + }, +/area/navalis/indoors/clf_shuttle) +"sq" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan22" + }, +/area/navalis/indoors/clf_shuttle) +"sT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + icon_state = "commb"; + stat = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"tW" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"ua" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_leftengine" + }, +/area/navalis/indoors/clf_shuttle) +"ut" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"uR" = ( +/obj/structure/platform_decoration/metal/kutjevo/west, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"vj" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent3" + }, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"vm" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan3" + }, +/area/navalis/indoors/clf_shuttle) +"vA" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1" + }, +/area/navalis/outdoors/exterior/med_ext/upper) +"vL" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"wz" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan8" + }, +/area/navalis/indoors/clf_shuttle) +"xr" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner/clf/navalis, +/turf/open/floor/almayer/orange/west, +/area/navalis/indoors/clf_shuttle) +"xA" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3" + }, +/area/navalis/outdoors/exterior/med_ext/upper) +"yc" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + dir = 1 + }, +/obj/effect/landmark/survivor_spawner/clf_lead/navalis, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"yz" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"zb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open_space, +/area/navalis/indoors/med_sci/upper_level/corridor) +"zc" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -12; + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/outdoors/exterior/med_ext/upper) +"zo" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner/clf_engi/navalis, +/turf/open/floor/almayer/orange/east, +/area/navalis/indoors/clf_shuttle) +"zz" = ( +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/med_ext/upper) +"zU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine{ + department = "CLF - Cell 42" + }, +/obj/item/paper/varadero/clf, +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"Az" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"AP" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"AQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1; + dir = 1 + }, +/obj/effect/landmark/survivor_spawner/clf_heavy, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"Bi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"Bs" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/roof_weedable/outerhull_dir/north, +/area/navalis/outdoors/exterior/med_ext/upper) +"BD" = ( +/obj/effect/landmark/survivor_spawner/clf/navalis, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"Co" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner/clf_medic/navalis, +/turf/open/floor/almayer/orange/east, +/area/navalis/indoors/clf_shuttle) +"CK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"Dm" = ( +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"Dw" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/item/reagent_container/food/drinks/jar{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"DL" = ( +/obj/effect/landmark/survivor_spawner/clf/navalis, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"Ep" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"Ev" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"EJ" = ( +/turf/open/floor/plating/plating_catwalk, +/area/navalis/outdoors/exterior/med_ext/upper) +"Fp" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"FF" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_l_w" + }, +/area/navalis/indoors/clf_shuttle) +"FL" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"FW" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked1, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"GA" = ( +/turf/open/floor/roof_weedable/outerhull_dir/southwest, +/area/navalis/outdoors/exterior/med_ext/upper) +"Hg" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_rightengine" + }, +/area/navalis/indoors/clf_shuttle) +"Ht" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"Hu" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"JH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"JT" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan27" + }, +/area/navalis/indoors/clf_shuttle) +"Lz" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/navalis/indoors/med_sci/upper_level/corridor) +"LO" = ( +/obj/structure/surface/table/almayer{ + dir = 1; + flipped = 1 + }, +/obj/structure/machinery/power/apc{ + dir = 8 + }, +/turf/open/floor/prison/blue/east, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"Nk" = ( +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"NY" = ( +/obj/effect/landmark/survivor_spawner/clf/navalis, +/turf/open/floor/almayer, +/area/navalis/indoors/clf_shuttle) +"Oc" = ( +/turf/open/floor/prison/darkpurple2/northeast, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"Om" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"OY" = ( +/obj/structure/machinery/door/poddoor/almayer{ + id = "clf_umbilical_1"; + name = "\improper Umbillical Airlock" + }, +/turf/open/floor/plating/kutjevo, +/area/navalis/indoors/clf_shuttle) +"Pt" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_r_w" + }, +/area/navalis/indoors/clf_shuttle) +"PI" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan20" + }, +/area/navalis/indoors/clf_shuttle) +"PM" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"Ri" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"Rm" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/machinery/door/poddoor/hybrisa/open_shutters, +/turf/open/floor/plating, +/area/navalis/indoors/med_sci/upper_level/corridor) +"RE" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan_inner_w_1" + }, +/area/navalis/indoors/clf_shuttle) +"Sy" = ( +/obj/structure/machinery/xenoanalyzer, +/turf/open/floor/prison/blue/north, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"SS" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"TG" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/floor/roof_weedable/outerhull_dir, +/area/navalis/outdoors/exterior/med_ext/upper) +"Uq" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"UO" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"US" = ( +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"UT" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3"; + pixel_y = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) +"VM" = ( +/turf/closed/shuttle/ert, +/area/navalis/indoors/clf_shuttle) +"XM" = ( +/turf/closed/shuttle/ert{ + icon_state = "stan25" + }, +/area/navalis/indoors/clf_shuttle) +"XP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_lab) +"XY" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"YA" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurplefull2, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"YC" = ( +/obj/structure/machinery/chem_simulator, +/turf/open/floor/prison/blue/northwest, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"YP" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"YS" = ( +/obj/structure/bed/chair/comfy{ + dir = 5 + }, +/turf/open/floor/prison/bluefull, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"ZC" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/floor/roof_weedable, +/area/navalis/outdoors/exterior/med_ext/upper) +"ZD" = ( +/turf/closed/wall/hybrisa/research, +/area/navalis/indoors/med_sci/upper_level/sci_scan) +"ZM" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full"; + pixel_y = 13 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4"; + pixel_y = -10 + }, +/turf/open/floor/almayer/plate, +/area/navalis/outdoors/exterior/med_ext/upper) + +(1,1,1) = {" +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +cY +GA +"} +(2,1,1) = {" +dS +US +US +US +US +ZC +Ht +Ht +Ht +Ht +Ht +Ht +uR +US +US +US +ZD +ZD +Nk +"} +(3,1,1) = {" +dS +US +US +US +ZC +iP +zc +tW +tW +tW +tW +dG +XY +uR +US +US +ZD +ZD +US +"} +(4,1,1) = {" +dS +US +US +ZC +iP +tW +PI +VM +Pt +VM +VM +ua +ou +dB +uR +US +Ri +Ri +Ri +"} +(5,1,1) = {" +qY +US +US +YP +zc +PI +sq +fw +RE +zo +Co +wz +VM +hC +SS +US +Ri +pz +LO +"} +(6,1,1) = {" +qY +US +US +YP +tW +JT +sT +yc +RE +cu +NY +DL +eP +OY +SS +US +Ri +YS +Ep +"} +(7,1,1) = {" +qY +US +US +YP +tW +JT +gx +AQ +pE +NY +NY +BD +eP +OY +SS +US +Ri +YC +CK +"} +(8,1,1) = {" +dS +US +US +YP +pR +XM +se +zU +RE +db +xr +rP +rA +vm +SS +US +Ri +gr +Om +"} +(9,1,1) = {" +dS +US +US +sc +Fp +tW +XM +dm +FF +dm +dm +Hg +xA +vA +UO +US +Ri +Sy +Om +"} +(10,1,1) = {" +Lz +US +US +US +sc +AP +pR +tW +tW +tW +tW +rK +gI +UO +US +US +Ri +jA +bb +"} +(11,1,1) = {" +Lz +US +US +US +US +TG +FL +Uq +Uq +ZM +Bs +ut +UO +US +US +US +Ri +YA +nO +"} +(12,1,1) = {" +Lz +US +US +US +vj +Nk +UT +Dm +Dm +Bi +zz +US +US +US +US +rI +Ri +JH +Oc +"} +(13,1,1) = {" +Lz +Lz +US +US +lB +Nk +Az +cG +EJ +Bi +zz +PM +PM +PM +PM +PM +Ri +og +pB +"} +(14,1,1) = {" +zb +Lz +Lz +US +US +Nk +Az +cG +EJ +Bi +zz +PM +FW +nw +Ev +yz +yz +yz +yz +"} +(15,1,1) = {" +qR +vL +Rm +US +US +Nk +Az +Dm +Dm +Bi +zz +PM +hg +XP +rB +qv +Hu +Hu +ei +"} +(16,1,1) = {" +qR +gj +Rm +US +US +Nk +Az +Dm +Dm +Bi +zz +PM +Dw +nw +aK +aa +iq +iq +iq +"} diff --git a/maps/map_files/Sekhmet_Swamp/Sekhmet_Swamp.dmm b/maps/map_files/Sekhmet_Swamp/Sekhmet_Swamp.dmm new file mode 100644 index 000000000000..3cf02a0b7240 --- /dev/null +++ b/maps/map_files/Sekhmet_Swamp/Sekhmet_Swamp.dmm @@ -0,0 +1,170920 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/southeast_road) +"aab" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"aac" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/catwalk) +"aad" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/central_road) +"aae" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"aaf" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"aag" = ( +/obj/structure/platform_decoration/metal/kutjevo/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"aah" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/swamp) +"aai" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"aaj" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/sky) +"aak" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"aal" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aam" = ( +/obj/structure/closet/crate, +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aan" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aao" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"aap" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"aaq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"aar" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"aas" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/garage) +"aat" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"aau" = ( +/obj/structure/platform/metal/shiva/east, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"aav" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aaw" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/low_level_gen) +"aax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"aay" = ( +/obj/structure/platform/metal/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aaz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aaA" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/garage) +"aaB" = ( +/obj/effect/sentry_landmark/lz_2/bottom_left, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"aaC" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 7; + pixel_y = -24 + }, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/southroad) +"aaD" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"aaE" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/gm/dirt2, +/area/sekhmet/shuttles/drop2) +"aaF" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/southroad) +"aaG" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/southroad) +"aaH" = ( +/obj/effect/sentry_landmark/lz_2/bottom_right, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"aaI" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"aaJ" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"aaK" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"aaL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"aaM" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"aaN" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"aaO" = ( +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"aaP" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/sekhmet/int_glass/hosptial) +"aaQ" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"aaR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"aaS" = ( +/obj/structure/platform/metal/shiva/east, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"aaT" = ( +/obj/effect/sentry_landmark/lz_2/top_left, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aaU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"aaV" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"aaW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"aaX" = ( +/obj/structure/platform/metal/shiva/north, +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"aaY" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"aaZ" = ( +/obj/structure/machinery/door/airlock/upp/engi/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"aba" = ( +/turf/open/floor/prison, +/area/sekhmet/int_glass/hosptial) +"abb" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/belt/medical/lifesaver/upp, +/obj/item/device/defibrillator/compact{ + pixel_y = -6 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"abc" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/belt/medical{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/storage/belt/medical{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/clothing/accessory/armband/medgreen{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/clothing/accessory/armband/medgreen{ + pixel_x = -13; + pixel_y = 7 + }, +/obj/item/clothing/accessory/armband/medgreen{ + pixel_x = -16; + pixel_y = -3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"abd" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/sekhmet/int_glass/hosptial) +"abe" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = 8; + name = "colonial operations terminal"; + color = "#8B9490"; + layer = 6.01; + pixel_y = 1 + }, +/obj/structure/machinery/sensortower{ + pixel_x = -20; + layer = 6 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"abf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/north, +/area/sekhmet/int_glass/hosptial) +"abg" = ( +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"abh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/sekhmet/int_glass/hosptial) +"abi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/hosptial) +"abj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/hosptial) +"abk" = ( +/turf/closed/wall/upp_ship/reinforced, +/area/sekhmet/int_glass/hosptial) +"abl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/sekhmet/int_glass/hosptial) +"abm" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"abo" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + locked = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"abq" = ( +/obj/structure/platform/metal/shiva, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"abr" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"abs" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abt" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"abu" = ( +/obj/structure/machinery/door/airlock/upp/generic/solid/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"abw" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abx" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"aby" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"abz" = ( +/obj/structure/stairs, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"abA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"abB" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"abC" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"abD" = ( +/obj/structure/machinery/light/spot/blue{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"abE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 22; + pixel_x = -7; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/prop/colony/canister{ + pixel_x = 10; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"abF" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"abG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"abH" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"abI" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"abJ" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/eng/autoname{ + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"abK" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/eng/autoname{ + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/engineering) +"abL" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"abM" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"abN" = ( +/obj/structure/machinery/door/airlock/upp/engi/autoname{ + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"abO" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"abP" = ( +/obj/structure/machinery/landinglight/spoke{ + pixel_y = -5; + pixel_x = 13 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"abQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/eng/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"abR" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"abS" = ( +/obj/structure/machinery/door/airlock/upp/engi/autoname{ + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/engineering) +"abT" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"abU" = ( +/obj/structure/machinery/door/airlock/upp/generic/solid/autoname{ + req_access = null; + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"abV" = ( +/obj/structure/machinery/door/airlock/upp/engi/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/engineering) +"abW" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"abX" = ( +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"abY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"abZ" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/carpet, +/area/sekhmet/int_reg/complex_operation) +"aca" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"acb" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acc" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acd" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"ace" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + locked = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"acf" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/caves/west_cave) +"acg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 6; + pixel_y = 2; + dir = 10 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"ach" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -11; + pixel_y = 19 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"aci" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"acj" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/black_double/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/entry_zone) +"ack" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 4 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acl" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_comms) +"acm" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/entry_zone) +"acn" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"aco" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acp" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"acq" = ( +/obj/structure/prop/dam/drill, +/turf/open/floor/plating, +/area/sekhmet/caves/west_cave) +"acr" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"acs" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"act" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -13; + pixel_y = -5; + dir = 6 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acu" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"acv" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acw" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acx" = ( +/obj/item/tool/pickaxe, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acy" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 15; + pixel_y = 7 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -8; + pixel_y = -7 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acA" = ( +/obj/structure/desertdam/decals/road_stop{ + icon_state = "road_edge_decal5"; + pixel_x = -14 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"acB" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -16; + pixel_y = -5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acC" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = -6 + }, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"acD" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acE" = ( +/obj/effect/mist/steam{ + pixel_x = 11; + pixel_y = 2 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"acF" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acG" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acH" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = -6 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"acI" = ( +/obj/effect/mist/steam{ + pixel_x = 11; + pixel_y = 2 + }, +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"acJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"acK" = ( +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"acL" = ( +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acM" = ( +/obj/effect/mist/steam{ + pixel_x = -13; + pixel_y = 10 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"acN" = ( +/obj/effect/mist/steam{ + pixel_x = -17; + pixel_y = 6 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"acO" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"acP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acQ" = ( +/obj/structure/prop/ice_colony/soil_net, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 4; + pixel_x = -4; + pixel_y = -5 + }, +/obj/structure/prop/ice_colony/soil_net, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acS" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{ + locked = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"acT" = ( +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"acU" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + pixel_y = -4 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acV" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/catwalk) +"acW" = ( +/obj/effect/mist/steam{ + pixel_x = -17; + pixel_y = 6 + }, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"acX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 3; + pixel_y = 36 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acY" = ( +/obj/item/tool/shovel, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"acZ" = ( +/obj/structure/machinery/landinglight/spoke{ + pixel_y = -5; + pixel_x = -13 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"ada" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adb" = ( +/obj/structure/cargo_container/upp_small/container_20/left, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"adc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -16; + pixel_y = 23 + }, +/obj/structure/cargo_container/upp_small/container_20/right, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"add" = ( +/obj/structure/barricade/sandbags{ + dir = 8; + color = "#a98c7c" + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"ade" = ( +/obj/effect/mist/steam{ + pixel_x = 5; + pixel_y = -10 + }, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"adf" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"adg" = ( +/obj/structure/largecrate/random, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"adh" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{ + locked = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_intel) +"adi" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adj" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adk" = ( +/obj/structure/largecrate/hunter_games_ammo/good, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adl" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_comms) +"adm" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + color = "#77b300"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"adn" = ( +/turf/open/floor/plating, +/area/sekhmet/caves/west_cave) +"ado" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -16; + pixel_y = 23 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"adp" = ( +/obj/structure/bed/chair, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adq" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adr" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 10; + pixel_y = 9 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"ads" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"adt" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"adu" = ( +/obj/effect/mist/steam{ + pixel_x = -15; + pixel_y = -14 + }, +/turf/open/gm/river/no_overlay, +/area/sekhmet/outside/swamp) +"adv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = -5; + dir = 8; + pixel_x = -31 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adw" = ( +/obj/effect/mist/steam{ + pixel_x = -15; + pixel_y = -14 + }, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/swamp) +"adx" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/effect/mist/steam{ + pixel_x = -15; + pixel_y = -14 + }, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"ady" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 10; + pixel_y = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 4; + pixel_y = -12 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adz" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 10; + pixel_y = -1 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adB" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"adC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = -4 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"adF" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"adG" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_comms) +"adH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adI" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"adJ" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"adK" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"adL" = ( +/obj/structure/platform/metal/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"adM" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -13 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adO" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"adP" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/sentry_landmark/lz_1/bottom_right, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"adR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"adS" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 11; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"adT" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 4; + pixel_y = -12 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"adU" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"adV" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"adW" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"adX" = ( +/turf/closed/wall/upp_ship/reinforced, +/area/sekhmet/int_reg/comms_lower) +"adY" = ( +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"adZ" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"aea" = ( +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"aeb" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"aec" = ( +/obj/structure/machinery/landinglight/spoke{ + pixel_y = -5; + pixel_x = 13 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aed" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/warehouse) +"aee" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/warehouse) +"aef" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/warehouse) +"aeg" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"aeh" = ( +/obj/structure/machinery/landinglight/spoke{ + pixel_y = -5; + pixel_x = -13 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aei" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_heavy/low_level_gen) +"aej" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/ship2) +"aek" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"ael" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/airfield) +"aem" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/airfield) +"aen" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southeast_road) +"aeo" = ( +/obj/structure/machinery/power/apc/no_power/east, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"aep" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"aeq" = ( +/obj/structure/machinery/landinglight/spoke, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"aer" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aes" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aet" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aeu" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aev" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aew" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aex" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"aey" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"aez" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"aeA" = ( +/obj/structure/flora/jungle/vines/heavy, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/airfield) +"aeB" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"aeC" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"aeD" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = -5; + dir = 8; + pixel_x = -31 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 4; + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"aeH" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#648c57"; + icon_state = "bush3"; + pixel_x = -15; + pixel_y = -6; + layer = 4.11 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeI" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#648c57"; + icon_state = "bush3"; + pixel_x = -7; + pixel_y = -6; + layer = 4.11 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeJ" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeK" = ( +/obj/structure/cargo_container/canc/left{ + layer = 2.98 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aeL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = -5; + dir = 8; + pixel_x = -31 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -16; + pixel_y = 23 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeN" = ( +/obj/structure/flora/jungle/vines/light_3, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/airfield) +"aeO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/clothing/shoes/marine/upp{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/clothing/shoes/marine/upp{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"aeP" = ( +/obj/structure/flora/jungle/vines/light_2, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 3; + pixel_y = 36 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeR" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeS" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#648c57"; + icon_state = "bush2"; + pixel_x = -17; + pixel_y = -4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeU" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeV" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#648c57"; + icon_state = "bush3"; + pixel_x = -17; + pixel_y = -4; + layer = 4.11 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"aeY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"aeZ" = ( +/obj/structure/flora/jungle/thickbush/large_jungle_bush{ + color = "#648c57"; + icon_state = "bush2"; + pixel_x = -24; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"afa" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"afb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -16; + pixel_y = 23 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"afc" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/effect/landmark/objective_landmark/close, +/turf/open/gm/river/desert/tyrargo/no_slowdown, +/area/sekhmet/int_reg/water_filters) +"afd" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"afe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = -4 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"aff" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -4; + pixel_y = 9 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"afg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"afh" = ( +/obj/structure/tunnel, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"afi" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"afj" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"afk" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_y = 6 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afl" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"afm" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_y = 22 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -16; + pixel_y = 23 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afo" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afp" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afq" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"afr" = ( +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/caves/west_cave) +"afs" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 4; + pixel_y = -12 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"aft" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afu" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/barricade/sandbags{ + dir = 4; + color = "#a98c7c" + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afv" = ( +/obj/structure/cargo_container/upp_small/container_15/left, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afw" = ( +/obj/structure/cargo_container/upp_small/container_15/right, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afx" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/airfield) +"afy" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"afz" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/airfield) +"afA" = ( +/obj/structure/largecrate, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"afB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/outside/swamp) +"afC" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"afD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/no_power/south, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"afE" = ( +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"afF" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 7; + pixel_y = -8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"afH" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afI" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 4; + pixel_y = -12 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"afJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_x = 6 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"afK" = ( +/obj/structure/tunnel, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"afL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"afM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 4; + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"afN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"afO" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"afP" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"afQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"afR" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"afS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"afT" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"afU" = ( +/turf/open/floor/plating/warnplate/east, +/area/sekhmet/shuttles/drop3) +"afV" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"afW" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"afX" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"afY" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"afZ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -31; + pixel_y = -5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"aga" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + color = "#a98c7c" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"agb" = ( +/obj/structure/barricade/sandbags{ + dir = 1; + color = "#a98c7c" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"agc" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"agd" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/surface/rack, +/obj/item/tool/shovel/etool/folded, +/obj/item/tool/shovel/etool/folded, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"age" = ( +/obj/structure/largecrate, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"agf" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"agg" = ( +/obj/structure/surface/rack, +/obj/item/clothing/shoes/marine/upp/black/knife, +/obj/item/clothing/mask/gas/upp_pfb, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"agh" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/structure/surface/rack, +/obj/item/clothing/shoes/marine/upp/black/knife, +/obj/item/clothing/mask/gas/upp_pfb, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"agi" = ( +/obj/structure/tunnel, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"agj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_y = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agk" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/southroad) +"agl" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agm" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_y = 12; + pixel_x = -10 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agn" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -26; + pixel_y = -14 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = 7; + pixel_y = -9 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_y = 12; + pixel_x = -10 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"ago" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_y = -14 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agp" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agq" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = 7; + pixel_y = -9 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"agr" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"ags" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"agt" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/computer/objective{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"agu" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"agv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"agw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"agx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"agy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/chem_master, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agz" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/hypospray, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agA" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/storage/box/beakers{ + pixel_x = -11; + pixel_y = 1 + }, +/obj/item/storage/box/beakers{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agB" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pouch/vials, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pouch/stimulant_injector{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/pouch/pressurized_reagent_canister, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agE" = ( +/obj/structure/machinery/chem_storage/misc, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "rsrSTORE" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"agG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/sleep_console{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"agH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/recharger, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agI" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/blood/empty{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/reagent_container/blood/empty{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agJ" = ( +/obj/structure/pipes/standard/simple/visible{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"agK" = ( +/obj/structure/pipes/standard/tank/oxygen{ + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"agL" = ( +/obj/structure/machinery/body_scanconsole{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"agM" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"agN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/blood/OPlus{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/reagent_container/blood/BMinus{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"agO" = ( +/obj/structure/pipes/unary/freezer{ + icon_state = "freezer_1" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"agP" = ( +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"agQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "Research - Virology Laboratory"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"agR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/implant{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/storage/box/sprays{ + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"agS" = ( +/obj/structure/prop/server_equipment{ + pixel_x = 16; + pixel_y = 3; + layer = 3.01 + }, +/obj/structure/prop/server_equipment{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/podhatchfloor, +/area/sekhmet/int_reg/complex_operation) +"agT" = ( +/obj/structure/prop/server_equipment{ + pixel_x = 4; + pixel_y = 3; + layer = 3.02 + }, +/turf/open/floor/podhatchfloor, +/area/sekhmet/int_reg/complex_operation) +"agU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"agV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/structure/prop/server_equipment/laptop/closed, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"agW" = ( +/obj/structure/machinery/telecomms/bus/preset_one, +/turf/open/floor/podhatchfloor, +/area/sekhmet/int_reg/complex_operation) +"agX" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"agY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/ammo_magazine/flamer_tank/survivor, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"agZ" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 13 + }, +/obj/item/tool/warning_cone{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/sekhmet/int_glass/hosptial) +"aha" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random, +/turf/open/floor/prison/darkyellow2/north, +/area/sekhmet/int_glass/hosptial) +"ahb" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 12; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"ahc" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 12; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"ahd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 18; + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"ahf" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt/desert2, +/area/sekhmet/outside/swamp) +"ahg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 4; + dir = 8; + pixel_x = 23 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahh" = ( +/turf/open/gm/dirt/desert1, +/area/sekhmet/outside/swamp) +"ahi" = ( +/turf/open/gm/dirt/desert2, +/area/sekhmet/outside/swamp) +"ahj" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"ahk" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahl" = ( +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/swamp) +"ahm" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 15 + }, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"ahn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = 1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"aho" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -7 + }, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"ahp" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"ahq" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"ahr" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"ahs" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"aht" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 5 + }, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"ahu" = ( +/turf/open/gm/dirt/desert0, +/area/sekhmet/outside/swamp) +"ahv" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"ahw" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"ahx" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"ahy" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"ahz" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"ahA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"ahB" = ( +/turf/open/gm/dirt/desert3, +/area/sekhmet/outside/swamp) +"ahC" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"ahD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -3; + pixel_y = -4; + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahE" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"ahF" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"ahG" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"ahH" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"ahI" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"ahJ" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"ahK" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"ahL" = ( +/turf/closed/wall/upp_ship, +/area/space) +"ahM" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/orange_edge/west, +/area/sekhmet/int_reg/comms_lower) +"ahN" = ( +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/strata/floor3, +/area/space) +"ahO" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/space) +"ahU" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/entry_zone) +"ahV" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/entry_zone) +"ahW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_y = -1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 2; + dir = 8; + pixel_x = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ahY" = ( +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/swamp) +"ahZ" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"aia" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"aib" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_y = -1 + }, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"aic" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = -5 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"aid" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"aie" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"aig" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"aih" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"aii" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = 1 + }, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"aij" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"aiD" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"ajr" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"ajs" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"ajt" = ( +/obj/structure/fence/slim/upp/door, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"aju" = ( +/obj/structure/machinery/colony_floodlight_switch, +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"ajv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"ajw" = ( +/obj/structure/fence/slim/upp/door, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"ajx" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"ajy" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clipboard{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/tool/pen{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/box/evidence{ + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"ajz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -3; + pixel_y = -4; + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajA" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"ajB" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajC" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 7; + pixel_y = -8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajD" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/gm/coast/south, +/area/sekhmet/outside/temple_outer) +"ajE" = ( +/obj/structure/cargo_container/hd/right, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"ajF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajH" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajI" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/temple_outer) +"ajJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_y = -1 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/temple_outer) +"ajK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 2; + dir = 8; + pixel_x = 8 + }, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/temple_outer) +"ajL" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajM" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = 10; + pixel_y = 9 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajN" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/open/gm/coast/north, +/area/sekhmet/outside/temple_outer) +"ajO" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = 1; + pixel_y = 15 + }, +/turf/open/gm/coast/north, +/area/sekhmet/outside/temple_outer) +"ajP" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/temple_outer) +"ajQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = 1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajR" = ( +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -7 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ajT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 2; + dir = 8; + pixel_x = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"akw" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"akA" = ( +/obj/effect/decal/siding/wood_siding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"akR" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/folded_tent/big{ + pixel_x = -3; + pixel_y = -11; + color = "#666600"; + name = "folded UPP Big Tent"; + desc = "A standard UPP Tent. This one is just a bigger, general purpose version. Unfold in a suitable location for maximum FOB vibes. Mess Tech not included. ENTRANCE TO THE SOUTH." + }, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Warehouse Access"; + id = "wrehouse1" + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"alb" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/obj/item/device/radio{ + pixel_x = 13; + pixel_y = 3 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"alp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"alq" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"alT" = ( +/obj/structure/platform_decoration/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ama" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"ame" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"aml" = ( +/obj/structure/machinery/camera{ + c_tag = "Communication - Servers"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"amt" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"amu" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"amv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"ano" = ( +/obj/structure/platform/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"anX" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"aof" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sky) +"aon" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"aop" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"aoO" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_glass/complex_generic) +"apm" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/effect/mist/steam{ + pixel_x = -15; + pixel_y = -14 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"apw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/complex_comms) +"aqa" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"aqx" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/airfield) +"aqE" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"arN" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/sekhmet/int_reg/ship1) +"arR" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"asw" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"asL" = ( +/obj/structure/largecrate, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"asT" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"ate" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"atl" = ( +/obj/structure/largecrate/goat, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"auc" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1; + pixel_y = 12 + }, +/obj/structure/barricade/handrail/wire, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"aue" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/card{ + dir = 4; + pixel_x = 2; + pixel_y = 3; + desc = "Terminal for programming worker ID card access." + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"aul" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/caves/west_cave) +"avp" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/camera{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/device/camera{ + pixel_x = 4 + }, +/obj/item/device/camera_film{ + layer = 3.03; + pixel_x = -9; + pixel_y = 14 + }, +/obj/item/device/camera_film{ + layer = 3.03; + pixel_x = -11; + pixel_y = 3 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"avA" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -16; + pixel_y = 3 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 16; + pixel_y = 3 + }, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/entry_zone) +"avG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"awX" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/sekhmet/int_reg/ship1) +"axl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"axz" = ( +/obj/effect/decal/siding{ + icon_state = "siding5" + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"axI" = ( +/turf/closed/shuttle/elevator, +/area/sekhmet/int_heavy/research) +"ayp" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"aza" = ( +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"azu" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"azx" = ( +/turf/closed/shuttle/elevator, +/area/sekhmet/int_reg/military_hangar) +"azK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"azR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"aAk" = ( +/turf/closed/shuttle/elevator{ + dir = 5 + }, +/area/sekhmet/int_reg/comms_lower) +"aAs" = ( +/obj/structure/desertdam/decals/road_stop, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"aAv" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"aAw" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"aAD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"aAJ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/int_heavy/research) +"aAN" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/backpack/lightpack/upp, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Storeroom"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"aAP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"aAV" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/complex_comms) +"aBa" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aBg" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"aBk" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"aBm" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"aBs" = ( +/obj/item/tool/warning_cone{ + pixel_x = -12 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"aBv" = ( +/obj/effect/decal/siding{ + icon_state = "siding8" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/disk{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/item/disk{ + pixel_y = 4 + }, +/obj/item/disk{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"aBK" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"aBM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"aCl" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/north, +/area/sekhmet/outside/airfield) +"aCZ" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/shuttles/drop3) +"aDg" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"aDp" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -26 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"aDC" = ( +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"aDG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/southwest_complex) +"aDJ" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"aDK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar2"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/plate, +/area/sekhmet/int_heavy/research) +"aEe" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"aEi" = ( +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -1 + }, +/obj/item/tool/pen{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"aEn" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aEu" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"aEH" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/shuttles/drop3) +"aEN" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + layer = 2.98 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"aFl" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"aGr" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/caves/south_cave) +"aGG" = ( +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"aHj" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/gm/coast/east, +/area/sekhmet/outside/temple_outer) +"aHH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"aHM" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/darkyellow2/east, +/area/sekhmet/int_glass/hosptial) +"aHY" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"aIc" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"aIv" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/comms_lower) +"aIL" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/central_road) +"aIS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/floodlight/landing/floor, +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aJP" = ( +/obj/structure/machinery/camera{ + c_tag = "Warehouse - Lobby"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/warehouse) +"aJX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"aKO" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/sekhmet/int_reg/ship2) +"aLY" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"aMv" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/int_heavy/research) +"aMK" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "UPPmilArmory"; + name = "Armory Shutters"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"aNB" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/southeast_road) +"aNQ" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"aNR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"aOu" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"aOT" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/central_road) +"aOW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"aPh" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/ship2) +"aPj" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside, +/area/sekhmet/int_reg/air_filters) +"aPu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/arrow_east, +/area/sekhmet/int_heavy/research) +"aPz" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/pouch/syringe{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/storage/pouch/medical{ + pixel_x = -8 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"aPI" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"aPL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"aPP" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aQt" = ( +/obj/structure/barricade/wooden, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"aRl" = ( +/obj/structure/machinery/door_control/brbutton{ + id = "rsrHangarRepair" + }, +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_heavy/research) +"aRx" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"aRz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"aTq" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/catwalk) +"aUO" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"aUZ" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aVs" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"aVx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/warehouse) +"aVP" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + layer = 2.98 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"aWj" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/belt{ + pixel_y = 3 + }, +/obj/item/clothing/suit/storage/webbing{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/clothing/suit/storage/webbing{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/fuel_cell, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"aWR" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"aWW" = ( +/obj/structure/barricade/handrail/medical{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"aXq" = ( +/obj/structure/machinery/chem_storage/medbay, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"aXx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"aXH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/central_road) +"aYf" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"aYy" = ( +/obj/structure/stairs, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"aZh" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"aZO" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/temple_outer) +"bay" = ( +/obj/structure/bed/chair/comfy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"bbr" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 21; + pixel_x = 11; + anchored = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"bbA" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/packageWrap, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"bce" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) +"bcS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"bcV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"bcZ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"bda" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/platform/stone/soro, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"beB" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"beH" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"beN" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 1 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"bfq" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"bgl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"bgm" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"bhh" = ( +/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{ + unacidable = 1; + name = "Elevator Lock" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/comms_lower) +"bhU" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 3; + pixel_y = 14 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"bhY" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"bhZ" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"bjr" = ( +/obj/structure/terminal{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"bju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"bjz" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/garage) +"bjW" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"bkr" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"bkx" = ( +/turf/closed/shuttle/elevator{ + dir = 1 + }, +/area/sekhmet/int_heavy/research) +"blc" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/pill_bottle/imidazoline{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/storage/pill_bottle/antitox, +/obj/item/storage/firstaid/toxin/empty{ + pixel_x = -3; + pixel_y = 22 + }, +/obj/item/storage/firstaid/toxin/empty{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"blv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/head/welding{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/circuitboard/apc{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"blZ" = ( +/turf/open/floor/corsat, +/area/sekhmet/int_reg/engineering) +"bmp" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 4; + pixel_x = -2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"bou" = ( +/obj/structure/stairs, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"boE" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"bpy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"bpB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/red1, +/area/sekhmet/int_reg/complex_operation) +"bpU" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/temple_outer) +"bqD" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldpack{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/item/tool/weldingtool/simple, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"bqJ" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"brx" = ( +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/swamp) +"brD" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"bsn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/outside/central_road) +"bsA" = ( +/turf/open/gm/coast/east, +/area/sekhmet/outside/east_jungle) +"bsP" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"btA" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 21; + pixel_x = 11; + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"btR" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"btV" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"btX" = ( +/turf/open/gm/coast/south, +/area/sekhmet/outside/airfield) +"bua" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"bum" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_y = 16; + pixel_x = 8 + }, +/obj/item/book/manual/engineering_hacking, +/obj/item/clothing/accessory/device/whistle{ + pixel_x = 5 + }, +/obj/item/device/taperecorder/empty{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/device/taperecorder/empty{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"buw" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/central_road) +"bva" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"bvk" = ( +/obj/structure/bed/sofa/south/grey/left{ + pixel_y = 7 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"bvW" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"bwh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"bws" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/pen{ + pixel_x = 2; + pixel_y = -8 + }, +/obj/item/tool/pen{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"bwI" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"bxi" = ( +/turf/closed/shuttle/elevator{ + dir = 8 + }, +/area/sekhmet/int_heavy/research) +"bxE" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"bye" = ( +/obj/structure/sign/safety/suit_storage{ + pixel_x = 30; + pixel_y = -12 + }, +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/ship1) +"byO" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/mask/gas{ + pixel_x = -4; + pixel_y = 11 + }, +/obj/item/clothing/mask/gas{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/explosive/grenade/high_explosive/stick, +/obj/item/explosive/grenade/high_explosive/stick{ + pixel_x = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"byR" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"bzv" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/yard) +"bzC" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/swamp) +"bAK" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/turf/open/floor/filtrationside/north, +/area/sekhmet/int_reg/air_filters) +"bBc" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"bBn" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"bBX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"bDx" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/outside/central_road) +"bEm" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison, +/area/sekhmet/int_glass/hosptial) +"bEu" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/weapon/gun/pistol/highpower, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"bEV" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"bFp" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"bFR" = ( +/turf/open/gm/dirt2, +/area/sekhmet/shuttles/drop2) +"bGy" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"bGA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "paparmory"; + name = "\improper Weapon Storage"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"bGK" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/water_filters) +"bGQ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/upp_ship, +/area/sekhmet/caves/south_cave) +"bHe" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"bHE" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"bIr" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"bIv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/closet/crate/trashcart{ + name = "clothing bin"; + color = "#5c5c3d" + }, +/obj/item/clothing/suit/storage/jacket/marine/corporate/black, +/obj/item/clothing/suit/storage/jacket/marine/corporate/formal, +/obj/item/clothing/suit/storage/jacket/marine/corporate/formal, +/obj/item/clothing/suit/storage/jacket/marine/corporate/blue, +/obj/item/clothing/under/colonist/workwear/blue, +/obj/item/clothing/under/colonist/workwear/green, +/obj/item/clothing/under/colonist/workwear/green, +/obj/item/clothing/under/colonist/workwear/blue, +/obj/item/clothing/under/marine/veteran/van_bandolier, +/obj/item/clothing/gloves/fyellow, +/obj/item/clothing/gloves/black, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel/hyd, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"bIF" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"bIM" = ( +/obj/structure/bed/chair/comfy/orange, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"bIO" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"bJh" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"bJt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"bKF" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"bLQ" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"bMc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"bMB" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"bMJ" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"bNo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"bNq" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/device/flashlight, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"bNM" = ( +/obj/structure/platform/metal/shiva/east, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"bNS" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"bOd" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/botany/extractor{ + density = 0; + pixel_x = -10; + pixel_y = 9 + }, +/obj/item/device/analyzer/plant_analyzer{ + pixel_x = 6 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"bOf" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"bOI" = ( +/obj/effect/decal/remains/human, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"bPj" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"bPr" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/obj/structure/platform/metal/shiva/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"bPu" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"bPL" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"bPS" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/pen/clicky, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"bQE" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"bQF" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"bQJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"bQU" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"bRy" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/central_road) +"bRC" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/pouch/first_responder, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Treatment"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"bRJ" = ( +/obj/structure/fence/slim/upp, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"bSa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"bSJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"bSW" = ( +/obj/structure/machinery/door_control{ + pixel_x = 1; + pixel_y = 25; + id = "UPPmilCloset" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"bTc" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"bTW" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"bUq" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/ship2) +"bVs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"bVH" = ( +/turf/open/shuttle/dropship/light_grey_bottom_right, +/area/sekhmet/int_reg/ship1) +"bVZ" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/weapon/pole{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/prop/magazine{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"bWr" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"bWL" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"bWM" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"bXs" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/device/autopsy_scanner{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/storage/box/bodybags{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/item/tool/surgery/circular_saw{ + pixel_x = -26; + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"bZt" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"bZV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/largecrate/random/secure{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"caj" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/engineering) +"can" = ( +/obj/structure/machinery/disposal{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"cao" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"cau" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"cbg" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp9" + }, +/area/sekhmet/int_reg/ship2) +"cbR" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"cbZ" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"cch" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 14 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"ccA" = ( +/turf/open/floor/plating/warnplate/southwest, +/area/sekhmet/shuttles/drop3) +"ccD" = ( +/obj/structure/bed/chair, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"ccW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"cde" = ( +/obj/vehicle/powerloader/jd{ + name = "\improper CosmosStal 12 Bogatyr Power Loader"; + color = "#A2B4AC"; + desc = "The CosmosStal 12 Bogatyr Power Loader is a commercial mechanized exoskeleton used for lifting heavy materials and objects based on the Caterpillar P-5000, first designed in January 29, 2025 by the Weyland Corporation. An old but trusted design used in warehouses, constructions and military ships everywhere." + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"cem" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/tool/pen/clicky, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"ceP" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/medkit{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/storage/pouch/medical{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/pouch/first_responder{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"cfy" = ( +/obj/structure/largecrate/supply/supplies/flares, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"cgo" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/weapon/gun/shotgun/type23, +/obj/item/ammo_magazine/shotgun/heavy/slug, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/complex_operation) +"cgE" = ( +/obj/structure/closet{ + pixel_x = -8 + }, +/obj/structure/closet{ + pixel_x = 8 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/item/storage/pouch/flare, +/obj/item/tool/shovel/etool/folded, +/obj/item/storage/pouch/tools, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"chE" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"chO" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"chP" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/warehouse) +"cio" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"cit" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sky) +"cjq" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"cjt" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/complex_operation) +"cjJ" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"ckC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/sky) +"ckN" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"clb" = ( +/obj/structure/largecrate/supply/supplies/sandbags, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"clc" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/shuttles/drop3) +"clH" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -2 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 18; + pixel_x = 14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"clZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"cmk" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"cmX" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"cnr" = ( +/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor{ + unacidable = 1; + name = "Elevator Lock" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"cnx" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"cnK" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"coB" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"coD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"cpl" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/kitchen, +/area/sekhmet/int_glass/south_complex) +"cqG" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"cqP" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"cqZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" + }, +/area/sekhmet/int_reg/ship2) +"crC" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -6 + }, +/obj/item/storage/box/lights/tubes{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/storage/box/lights/tubes{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/engineering) +"crL" = ( +/turf/open/slippery/hull/dir/northeast, +/area/sky) +"ctd" = ( +/obj/structure/reagent_dispensers/tank/fuel/gas, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/yard) +"ctg" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"cti" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"ctH" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"ctT" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"cub" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/east_jungle) +"cuh" = ( +/obj/structure/noticeboard{ + pixel_x = 16; + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"cup" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"cuq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"cuY" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"cvv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"cvw" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"cvP" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"cvT" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/clicky{ + pixel_x = -8; + name = "pen" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"cwx" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"cwT" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"cxi" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"cxM" = ( +/obj/structure/stairs, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"cyh" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/swamp) +"cyJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_x = -5 + }, +/obj/item/device/flashlight{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/device/flashlight{ + pixel_x = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"cyV" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"czP" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/donut_box{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"cAp" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"cAB" = ( +/obj/structure/machinery/vending/cigarette, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"cBa" = ( +/obj/effect/decal/siding{ + icon_state = "siding8" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"cBf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"cBB" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/belt{ + pixel_y = 3 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"cBH" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"cCd" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -7 + }, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/temple_outer) +"cCn" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"cCF" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"cCI" = ( +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/east_jungle) +"cDW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/crate/secure/gear, +/obj/item/prop/helmetgarb/riot_shield{ + desc = "A proper face protector that doesn't ruin that beautiful face of yours"; + name = "face shield protector" + }, +/obj/item/prop/helmetgarb/riot_shield{ + desc = "A proper face protector that doesn't ruin that beautiful face of yours"; + name = "face shield protector" + }, +/obj/item/prop/helmetgarb/riot_shield{ + desc = "A proper face protector that doesn't ruin that beautiful face of yours"; + name = "face shield protector" + }, +/obj/item/clothing/head/helmet/marine/veteran/UPP/army, +/obj/item/clothing/head/helmet/marine/veteran/UPP/army, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"cEt" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Warehouse Access"; + id = "wrehouse2" + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"cER" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"cET" = ( +/obj/structure/inflatable/door, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"cFu" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"cFD" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"cFP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"cGg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"cGG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/crowbar/tactical{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/tool/crowbar/tactical, +/obj/item/storage/firstaid/regular, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"cGL" = ( +/obj/structure/cargo_container/upp/mk6/mid, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"cHF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/orange_edge/west, +/area/sekhmet/int_reg/complex_comms) +"cHQ" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"cHU" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"cHW" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"cIm" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/west, +/area/sekhmet/shuttles/drop3) +"cIq" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/temple_outer) +"cIL" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"cIM" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/southeast_road) +"cJb" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"cJf" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"cJi" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/shuttles/drop3) +"cJo" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/obj/structure/platform/metal/strata/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"cJw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/constructable_frame{ + pixel_x = 16; + pixel_y = -10 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"cJU" = ( +/turf/closed/shuttle/elevator{ + dir = 5 + }, +/area/sekhmet/int_reg/military_hangar) +"cJX" = ( +/obj/structure/platform/metal/shiva/north, +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"cKb" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"cKf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"cKg" = ( +/obj/structure/largecrate/random/case, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"cKW" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"cLj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"cLy" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/turf/open/floor/elevatorshaft, +/area/sekhmet/int_reg/air_filters) +"cLQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tool/hand_labeler{ + pixel_x = 13; + pixel_y = 7 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"cMb" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"cNg" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 15; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"cNj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"cNp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"cOl" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -14; + pixel_y = 10 + }, +/obj/item/prop/almayer/box{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"cOE" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"cOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"cPI" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"cPL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"cPW" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"cRa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"cRi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "South Complex - East Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/south_complex) +"cRv" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"cRQ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"cRZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"cSb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "Site - Filtration"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/air_filters) +"cTk" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/effect/spawner/random/toolbox, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"cUa" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"cUd" = ( +/obj/structure/machinery/chem_dispenser, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"cUT" = ( +/obj/structure/machinery/camera{ + c_tag = "Central Complex - Operations"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"cVa" = ( +/turf/closed/shuttle/elevator{ + dir = 5 + }, +/area/sekhmet/int_heavy/research) +"cVU" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"cWe" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"cWg" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"cXe" = ( +/obj/structure/cargo_container/canc/mid{ + layer = 2.98 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"cZp" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"daO" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"dbj" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"dbQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"ddS" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/closed/wall/r_wall/bunker, +/area/sekhmet/int_reg/air_filters) +"deE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"deF" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_x = -4 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"deH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"dfr" = ( +/turf/open/floor/filtrationside/southeast, +/area/sekhmet/int_reg/air_filters) +"dfJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/item/tool/hand_labeler{ + pixel_x = 9; + pixel_y = 13 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"dga" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"dgs" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"dhg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"dhA" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"dhH" = ( +/obj/structure/window_frame/wood, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -4; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 2; + pixel_y = 12; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -4; + pixel_y = 4; + anchored = 1 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"dhJ" = ( +/obj/item/paper_bin{ + pixel_y = 5; + pixel_x = 6 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/pen{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/tool/pen{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"dhK" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 8; + pixel_x = -16; + anchored = 1 + }, +/obj/effect/spawner/random/powercell, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"djf" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"djB" = ( +/obj/item/stool{ + pixel_x = 2; + pixel_y = 15 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"djD" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Research Storage Entry Inner Access"; + id = "rsrCargoEntry2"; + pixel_x = 7; + pixel_y = 3 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Research Storage Entry Outer Access"; + id = "rsrCargoEntry"; + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"djH" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"djM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"djN" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_heavy/research) +"djV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/cell_charger{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/cell/hyper/empty{ + pixel_x = 8 + }, +/obj/item/ammo_box/magazine/misc/power_cell/empty{ + pixel_y = 11; + pixel_x = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"dkh" = ( +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop1) +"dkq" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"dkI" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"dkY" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/central_road) +"dlh" = ( +/obj/structure/kitchenspike, +/turf/open/floor/prison/kitchen, +/area/sekhmet/int_glass/south_complex) +"dlC" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"dlD" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics{ + icon_state = "hydrotray4" + }, +/turf/open/floor/strata/green1, +/area/sekhmet/int_glass/complex_generic) +"dlU" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/southeast_road) +"dlW" = ( +/obj/structure/cargo_container/upp/mk6/left{ + pixel_x = -2 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"dmz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"dmX" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship1) +"doo" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"dor" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/machinery/door_control{ + pixel_x = 9; + pixel_y = -29; + id = "biggarage" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/garage) +"doN" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -1 + }, +/obj/item/tool/pen{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"doT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/greengrid, +/area/sekhmet/outside/central_road) +"doX" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"dpa" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"dpM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_heavy/research) +"dqe" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"dqA" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"dqS" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirt2, +/area/sekhmet/caves/south_cave) +"drk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/warehouse) +"drs" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"drR" = ( +/obj/structure/stairs, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"dsE" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"dtH" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/storage/fancy/candle_box{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/prop/magazine/book{ + pixel_x = -2; + pixel_y = 8; + name = "Heartfelt Commotions"; + desc = "A book about a man too stupid to realize that he has several lovers! To him each and every confession is a trap for him and he doubles it back at the person to show off his brilliant skills to not realizing he is actually getting lovers!? This seems to be a colony made mock up of recent trending titles of romance comedies. This one appears to be signed by the author." + }, +/obj/item/prop/magazine{ + pixel_x = 8; + pixel_y = -7 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"dtV" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"duG" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/central_road) +"duM" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"duO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"duT" = ( +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"duW" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_comms) +"dve" = ( +/obj/structure/machinery/optable, +/obj/structure/sink{ + layer = 3.1; + dir = 4; + pixel_x = -22; + pixel_y = -1 + }, +/obj/item/tool/surgery/drapes{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/tool/surgery/scalpel/laser/improved{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"dwo" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"dwu" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8 + }, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"dwK" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"dxe" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp21" + }, +/area/sekhmet/int_reg/ship2) +"dxf" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"dxu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"dxB" = ( +/obj/structure/machinery/door/poddoor/almayer/blended{ + name = "Entry Zone Lock"; + id = "EZlock" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/entry_zone) +"dyd" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"dzs" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/military_hangar) +"dzy" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"dAw" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"dBp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"dBq" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"dCp" = ( +/obj/structure/dropship_equipment/weapon/launch_bay, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"dDe" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"dDA" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"dDK" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"dEa" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"dEj" = ( +/obj/structure/machinery/camera{ + c_tag = "Central Complex - North Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"dEo" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/east_jungle) +"dEJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"dEL" = ( +/obj/structure/sign/safety/water{ + pixel_x = -18 + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"dEM" = ( +/obj/vehicle/powerloader/jd{ + name = "\improper CosmosStal 12 Bogatyr Power Loader"; + color = "#A2B4AC"; + desc = "The CosmosStal 12 Bogatyr Power Loader is a commercial mechanized exoskeleton used for lifting heavy materials and objects based on the Caterpillar P-5000, first designed in January 29, 2025 by the Weyland Corporation. An old but trusted design used in warehouses, constructions and military ships everywhere."; + dir = 1 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/sekhmet/int_heavy/research) +"dFn" = ( +/obj/structure/machinery/vending/cigarette, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"dFu" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"dFK" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/upp, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"dGl" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/sekhmet/outside/temple_outer) +"dGr" = ( +/obj/structure/sink{ + layer = 3.1; + dir = 8; + pixel_x = -16 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"dGP" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"dGR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"dHd" = ( +/obj/structure/filtration/machine_96x96/filtration, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southwest, +/area/sekhmet/int_reg/water_filters) +"dHu" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/east_jungle) +"dHG" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"dHP" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"dIs" = ( +/turf/closed/shuttle/elevator{ + dir = 6 + }, +/area/sekhmet/int_reg/comms_lower) +"dIS" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"dJm" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"dJC" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"dJM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Therapeutics"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/hosptial) +"dKc" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"dKF" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/item/clothing/mask/gas/upp_pfb, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/air_filters) +"dKY" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/southroad) +"dLs" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"dLt" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"dLx" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"dLM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"dNg" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"dNB" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"dOw" = ( +/obj/structure/stairs, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"dPG" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"dQa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"dQj" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 10 + }, +/obj/structure/curtain, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"dQm" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -3; + pixel_y = 11 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"dQr" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/complex_generic) +"dRp" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 6; + pixel_y = 18 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"dRq" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"dRt" = ( +/obj/item/stool{ + pixel_x = -8; + pixel_y = 17 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"dRu" = ( +/obj/structure/platform/metal/shiva/west, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"dRL" = ( +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/airfield) +"dSq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"dTp" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"dTx" = ( +/obj/effect/decal/siding{ + icon_state = "siding2" + }, +/obj/structure/bed/chair{ + dir = 1; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"dTK" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"dTW" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"dTX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"dUL" = ( +/obj/structure/sign/nosmoking_2, +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/catwalk) +"dVl" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/garage) +"dVp" = ( +/obj/structure/cargo_container/canc/right{ + layer = 2.98 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"dVw" = ( +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"dVU" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"dVW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/sign/safety/ammunition{ + pixel_x = 7; + pixel_y = -24 + }, +/turf/open/floor/strata/red1, +/area/sekhmet/int_reg/complex_operation) +"dWb" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"dWD" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/shuttle/dropship/light_grey_left_to_right, +/area/sekhmet/int_reg/ship1) +"dXC" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"dYj" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/int_heavy/research) +"dYn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"dYT" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/item/storage/box/mre/upp{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/prop/geiger_counter, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"dYU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/emails{ + dir = 8; + pixel_y = 4; + pixel_x = -2 + }, +/obj/item/tool/pen/clicky{ + pixel_x = -8; + name = "pen" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"dZb" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_intel) +"dZp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -19 + }, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/complex_comms) +"dZz" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/device/megaphone{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"ead" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/temple_outer) +"eae" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"ear" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"eaO" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/airfield) +"ebs" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/head/uppcap, +/obj/item/tool/stamp/approved{ + pixel_x = -19; + pixel_y = 9 + }, +/obj/item/tool/stamp/denied{ + pixel_x = -14; + pixel_y = -1 + }, +/obj/item/map, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"ebA" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"ebT" = ( +/obj/structure/closet/cabinet, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"ect" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"ecE" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"ecL" = ( +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"ecO" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/comms_lower) +"edG" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"edO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 1; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 1; + color = "#8B7B5B" + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"eek" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"eeE" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/east_jungle) +"eeH" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"efi" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"efm" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/backpack/marine/satchel/rto{ + phone_category = "Sekhmet Net"; + name = "\improper Military Surplus Radio Telephone Pack"; + desc = "A heavy-duty pack, used for telecommunications between central command. Commonly carried by RTOs. This one is set up to serve the Ravdonika Archaeo research team."; + networks_receive = list("Colonist"); + networks_transmit = list("Colonist") + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"efq" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/air_filters) +"efR" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/south_cave) +"ege" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"egh" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"egj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"egr" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/outside/southroad) +"egw" = ( +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"egB" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"egE" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"eha" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"ehb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"eiV" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"ejc" = ( +/obj/structure/largecrate, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"ejR" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"ekO" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/sekhmet/int_reg/ship2) +"ekV" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/ammo_magazine/handful/shotgun/heavy/dragonsbreath, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"elF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"emG" = ( +/obj/structure/largecrate/random/case/double{ + layer = 2.99 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"emO" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"enc" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"enl" = ( +/turf/open/floor/plating/warnplate/north, +/area/sekhmet/shuttles/drop3) +"enu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"enz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = 6 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"eoi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"eoO" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"epi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_container/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 5; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"epM" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"eqz" = ( +/obj/structure/cargo_container/canc/left, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"eqH" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/entry_zone) +"eqJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_intel) +"eqX" = ( +/obj/effect/vehicle_spawner/van/decrepit, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/garage) +"ery" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/entry_zone) +"esh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"esu" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + name = "Staircase Access" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"esx" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"etc" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"etm" = ( +/obj/structure/closet/crate/secure/gear, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"etG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"etT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"eua" = ( +/obj/structure/largecrate, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"eub" = ( +/obj/vehicle/train/cargo/engine{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"euH" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"euL" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/effect/decal/siding{ + icon_state = "siding2"; + pixel_y = 10 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"euU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"evV" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/airfield) +"ewf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"exa" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/sekhmet/outside/temple_outer) +"exp" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/swamp) +"eyb" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"eyh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 28 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"eym" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"eyx" = ( +/obj/structure/largecrate, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"eyI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"ezh" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/engineering) +"ezK" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"eAl" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"eAy" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/south_complex) +"eBe" = ( +/obj/item/maintenance_jack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/garage) +"eBm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"eBp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_glass/south_complex) +"eCp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"eCz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"eCB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/firecloset{ + pixel_y = 15; + pixel_x = 8; + can_block_movement = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"eDr" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"eDx" = ( +/obj/structure/machinery/deployable/barrier, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"eFl" = ( +/obj/item/tool/kitchen/rollingpin{ + pixel_y = 2 + }, +/obj/item/tool/kitchen/knife{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"eFo" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"eFO" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/device/autopsy_scanner{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -5; + pixel_y = 14 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"eFR" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"eFZ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/window/westright{ + dir = 1; + layer = 2.9; + req_one_access_txt = "106;233;235;240;241" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"eGq" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + pixel_x = -9; + pixel_y = -21; + id = "interro_privacy"; + name = "privacy shutters" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"eGB" = ( +/obj/structure/sink{ + pixel_y = 24; + layer = 3.1 + }, +/obj/structure/mirror{ + pixel_y = 35; + pixel_x = -1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 19 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"eGL" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"eGR" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/prop/almayer/box{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"eHb" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/garage) +"eHe" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"eHg" = ( +/obj/structure/cargo_container/upp/mk6/right{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff"; + pixel_y = 21 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"eHl" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"eHV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"eJn" = ( +/obj/structure/filtration/machine_96x96/disinfection, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southwest, +/area/sekhmet/int_reg/water_filters) +"eJN" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"eKo" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"eKt" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"eKM" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/yard) +"eLh" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/recharger{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"eLr" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"eLH" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "biggarage"; + name = "Garage Shutters"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/garage) +"eLY" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"eMy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"eNl" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"eNo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"eOm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"eOy" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/plating/warnplate/southwest, +/area/sekhmet/shuttles/drop3) +"eOO" = ( +/obj/structure/window_frame/wood, +/obj/item/stack/sheet/wood{ + pixel_x = 2; + pixel_y = -4; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 1; + pixel_y = 12; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 4; + anchored = 1 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"ePb" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"ePr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"ePL" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"ePW" = ( +/obj/structure/bed/chair, +/obj/effect/decal/siding, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"eQp" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"eQz" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"eQR" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"eQT" = ( +/obj/structure/window_frame/wood, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -4; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = 12; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_y = 4; + anchored = 1 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"eQV" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/device/flashlight, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"eRq" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"eRu" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"eRK" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"eRZ" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/temple_outer) +"eSg" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"eSY" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"eTn" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"eTJ" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/engineering) +"eTO" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"eTQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/prop/colony/game{ + pixel_x = 7 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"eTW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "South Complex - West Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"eUG" = ( +/obj/structure/platform/metal/shiva/west, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"eUP" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"eVd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/arrow_west, +/area/sekhmet/int_heavy/research) +"eVw" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"eVS" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/plating/warnplate/east, +/area/sekhmet/shuttles/drop3) +"eWG" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp22" + }, +/area/sekhmet/int_reg/ship1) +"eXg" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"eXE" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"eYt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"eYv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"eZo" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_heavy/research) +"eZD" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"fad" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"fbc" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade{ + pixel_x = 2; + pixel_y = -10 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"fbA" = ( +/obj/structure/prop/dam/crane/damaged{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"fdy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/military_hangar) +"fej" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/disposal, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"feP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"ffk" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ffu" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 7; + pixel_y = -24 + }, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/southroad) +"ffM" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"fgk" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/sekhmet/int_reg/ship1) +"fgn" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"fgq" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + layer = 4.01 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"fgy" = ( +/obj/vehicle/train/cargo/engine, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"fgz" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"fgY" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"fgZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"fha" = ( +/obj/structure/stairs, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/ship2) +"fhd" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"fhF" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp2" + }, +/area/sekhmet/int_reg/ship1) +"fhY" = ( +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"fiL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/prop/cash_register/off, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"fjb" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/int_heavy/research) +"fjc" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"fjg" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"fji" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"fjm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Bridge"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"fjS" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 30 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"fkc" = ( +/obj/structure/machinery/sleep_console{ + dir = 8; + pixel_x = 11; + pixel_y = 17 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"fkg" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"fkl" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"flr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"flw" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"fly" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"flJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/structure/largecrate/black_market/clf_supplies{ + name = "unmarked supply crate" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"fmB" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1 UPP Military Landing Pad" + }, +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop1) +"fmG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/garage) +"fmL" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"fmU" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"fnb" = ( +/obj/structure/coatrack{ + pixel_x = 7 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"fnc" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/comms_lower) +"fnv" = ( +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/airfield) +"fnO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"fob" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/device/motiondetector/hacked{ + iff_signal = "TWE"; + name = "Glitchy UDO-58 motion detector"; + desc = "Ustroystvo Dalnego Obnaruzhenia/Long Range Detection Device. A military grade, hand-held motion detection device designed not long after its analogue in the USCM was developed. The device can penetrate most anything and has an approximate range of 28 meters. Can also be utilized to scan vehicle interiors. This one is glitched and seems to detect something else that is not UPPC Naval Infantry." + }, +/obj/structure/closet/crate/ammo, +/obj/item/prop/almayer/handheld1{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"fot" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"foF" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/complex_comms) +"foI" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"foL" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/central_road) +"fpK" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"fqb" = ( +/turf/open/gm/river/no_overlay, +/area/sekhmet/outside/swamp) +"frb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"frQ" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -3; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"frZ" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"fse" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"fsK" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/comp_closed{ + pixel_x = -4; + pixel_y = 13 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"ftl" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/int_reg/yard) +"ftw" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_reg/complex_intel) +"ftM" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"fuf" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"fuv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"fvf" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"fvC" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"fvI" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"fvZ" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"fwv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"fwP" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/carpet, +/area/sekhmet/int_reg/complex_operation) +"fxj" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"fxW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/temple) +"fxX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"fyj" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"fyD" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/shiva, +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"fzc" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"fzo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"fzA" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"fzH" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"fzV" = ( +/obj/item/tool/warning_cone{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"fAn" = ( +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"fAq" = ( +/turf/open/floor/prison/kitchen, +/area/sekhmet/int_glass/south_complex) +"fAH" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/crew_monitor, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"fBe" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/radio{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/storage/pouch/general/medium{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/effect/spawner/random/tool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"fBF" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"fBY" = ( +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"fBZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"fCc" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -8; + pixel_y = -7 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -10; + pixel_y = 3 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = -1; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"fCg" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"fCk" = ( +/turf/open/gm/coast/north, +/area/sekhmet/outside/airfield) +"fCB" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/elevatorshaft, +/area/sekhmet/int_reg/air_filters) +"fCU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fCZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"fDb" = ( +/turf/closed/shuttle/elevator{ + dir = 10 + }, +/area/sekhmet/int_heavy/research) +"fFo" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"fFq" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"fFz" = ( +/turf/closed/shuttle/elevator{ + dir = 1 + }, +/area/sekhmet/int_reg/comms_lower) +"fFG" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 11; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"fFX" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fFY" = ( +/obj/structure/bed/chair/comfy/beige, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"fGq" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp23" + }, +/area/sekhmet/int_reg/ship1) +"fGF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"fHd" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"fHq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/glasses/regular/hipster{ + pixel_x = -3; + pixel_y = -14 + }, +/obj/item/clothing/head/headset{ + pixel_x = 8; + pixel_y = -9 + }, +/obj/structure/machinery/computer/communications{ + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"fHR" = ( +/obj/structure/window/framed/shiva, +/obj/structure/curtain, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/complex_generic) +"fHS" = ( +/obj/structure/noticeboard{ + pixel_x = 1; + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"fIA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"fJi" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/sekhmet/int_reg/ship2) +"fJp" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"fJS" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangarStorage2"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"fJT" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/int_reg/military_hangar) +"fJW" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"fKs" = ( +/obj/structure/largecrate/random, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"fKy" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"fKL" = ( +/obj/structure/platform/metal/strata, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"fLs" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/airfield) +"fLT" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop1) +"fMe" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/sekhmet/int_heavy/research) +"fMm" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"fNw" = ( +/turf/open/floor/plating/warnplate/northeast, +/area/sekhmet/shuttles/drop3) +"fNX" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"fOq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"fOx" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/photo_album{ + pixel_y = -1; + pixel_x = -4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"fPb" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"fPe" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"fPv" = ( +/obj/structure/largecrate/supply/floodlights, +/obj/structure/machinery/camera{ + c_tag = "Warehouse - East Room"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"fPz" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fQE" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"fRj" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/bedsheetbin{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty"; + pixel_y = 10; + pixel_x = -26 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"fRM" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fSx" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -7; + pixel_y = -6 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -11; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"fSF" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/southroad) +"fTI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"fUo" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"fUt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"fUJ" = ( +/obj/structure/largecrate, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"fVb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"fVc" = ( +/obj/item/prop/colony/canister, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fVe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"fVO" = ( +/obj/structure/machinery/blackbox_recorder{ + name = "blackbox processor" + }, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"fVR" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"fWd" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/swamp) +"fWg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"fWC" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"fWL" = ( +/obj/structure/machinery/computer/med_data, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"fWX" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/garage) +"fXb" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/maintenance_jack, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fXi" = ( +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/temple_outer) +"fXn" = ( +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/complex_operation) +"fXF" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"fYo" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"fYr" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/surgical_tray, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/tool/surgery/drapes{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/device/flashlight/pen{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/item/clothing/gloves/latex{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"fYy" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"fZo" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/temple_outer) +"fZr" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"fZy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"gab" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/swamp) +"gaO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "UPP - Stairway Entry"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"gaS" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"gaT" = ( +/obj/structure/cargo_container/upp/mid, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"gbt" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/swamp) +"gbW" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_glass/south_complex) +"gcv" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"gcL" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/comms_lower) +"gcR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/int_heavy/research) +"gcZ" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"gdL" = ( +/obj/structure/bed{ + icon_state = "abed"; + pixel_y = 8 + }, +/obj/item/book, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"gdZ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"gfh" = ( +/obj/structure/machinery/camera{ + c_tag = "Central Complex - West Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"gfq" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ggi" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ggq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/camera{ + c_tag = "Research - Hangar"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"ggt" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"ggG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"ghl" = ( +/obj/structure/janitorialcart, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"ghq" = ( +/obj/structure/cargo_container/upp/mk6/right{ + pixel_x = -2 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ghB" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"ghR" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"gip" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"giq" = ( +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"giF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/tool/mop{ + pixel_x = -12; + pixel_y = 22 + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"gjA" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"gjZ" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"gkq" = ( +/turf/open/shuttle/dropship/light_grey_bottom_left, +/area/sekhmet/int_reg/ship1) +"gkr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"gkH" = ( +/turf/closed/shuttle/elevator{ + dir = 10 + }, +/area/sekhmet/int_reg/military_hangar) +"gkP" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/camera{ + pixel_x = -14; + pixel_y = 10 + }, +/obj/item/device/camera_film{ + pixel_y = 10 + }, +/obj/item/device/camera_film{ + pixel_x = 11; + pixel_y = 10 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = -5; + pixel_x = -8 + }, +/obj/item/storage/box/disks{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"gkV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_intel) +"gkY" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/ammo_box/magazine/ak4047{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/ammo_magazine/rifle/type71{ + pixel_x = -2 + }, +/obj/item/ammo_magazine/rifle/type71{ + pixel_x = -8 + }, +/obj/item/ammo_magazine/shotgun/heavy/buckshot{ + pixel_y = 7; + pixel_x = 9 + }, +/obj/item/ammo_magazine/shotgun/heavy/slug{ + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"glq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"glr" = ( +/obj/effect/decal/siding{ + icon_state = "siding8" + }, +/obj/structure/safe, +/obj/item/book/codebook/upp, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"glA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"glX" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"gmh" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/clothing/gloves/brown, +/obj/item/clothing/accessory/storage/webbing, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"gmk" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"gmF" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"gmH" = ( +/obj/structure/bed/chair, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"gnz" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"gnB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/sign/prop2{ + icon_state = "nobugs"; + pixel_y = 32; + name = "I hate BUGS!!!"; + desc = "A campaign made to stop the bug menace, the mosquito!!!" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"gnO" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/storage/fancy/cigar/tarbacks{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/tool/hand_labeler{ + pixel_x = 9; + pixel_y = 2 + }, +/obj/item/folder/red{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"gnQ" = ( +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B" + }, +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B"; + pixel_y = 12 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"gnR" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/sekhmet/int_glass/hosptial) +"gob" = ( +/obj/structure/prop/dam/truck/mining, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"goj" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sky) +"goq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"gox" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"goI" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"goL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"gph" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -16; + pixel_y = 24 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"gpj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/entry_zone) +"gpl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"gpu" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"gpB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"gpJ" = ( +/obj/structure/machinery/bioprinter{ + name = "\improper MinZdrav synthetic limb printer 2000" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"gpR" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"gpV" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"gqh" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/fishing_pole, +/obj/item/fishing_pole{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"gqM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"grb" = ( +/obj/effect/decal/siding{ + icon_state = "siding2" + }, +/obj/structure/machinery/vending/coffee, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"grz" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"grS" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"grY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"gsu" = ( +/obj/structure/platform/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"gtq" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/bcircuit, +/area/sekhmet/int_reg/engineering) +"gtx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar1"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/plate, +/area/sekhmet/int_heavy/research) +"guk" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 12; + pixel_y = 19 + }, +/obj/item/reagent_container/food/drinks/bottle/gin{ + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"guq" = ( +/obj/effect/decal/siding{ + icon_state = "siding6" + }, +/obj/structure/bed/chair{ + dir = 1; + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"gve" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/east_jungle) +"gvf" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_y = 9; + pixel_x = 7; + can_block_movement = 0; + anchored = 1 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 11; + pixel_x = 10 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 7; + pixel_x = 6 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 10; + pixel_x = 9 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"gwp" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/shuttles/drop3) +"gwr" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/temple_outer) +"gwu" = ( +/obj/structure/barricade/metal{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_x = 1 + }, +/obj/structure/barricade/metal{ + dir = 8; + pixel_y = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_y = 8; + pixel_x = 1 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/curtain{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/sekhmet/int_glass/offices) +"gwH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/engineering) +"gxu" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"gxy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"gxQ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"gyG" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"gyI" = ( +/obj/structure/platform_decoration/metal/shiva, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"gza" = ( +/obj/structure/machinery/camera{ + c_tag = "Entry Zone - Expeditionary Office"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"gzF" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"gAj" = ( +/obj/structure/reagent_dispensers/tank/fuel/gas, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/yard) +"gAn" = ( +/obj/structure/machinery/vending/dinnerware, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"gBu" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"gCv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"gCy" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/backpack/marine/satchel/rto{ + phone_category = "Sekhmet Net"; + name = "\improper Military Surplus Radio Telephone Pack"; + desc = "A heavy-duty pack, used for telecommunications between central command. Commonly carried by RTOs. This one is set up to serve the Ravdonika Archaeo research team."; + networks_receive = list("Colonist"); + networks_transmit = list("Colonist") + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"gDb" = ( +/obj/structure/fence/slim/upp, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"gDr" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"gDs" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"gDx" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"gDG" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"gDI" = ( +/obj/structure/sink{ + pixel_y = 24; + layer = 3.1 + }, +/obj/structure/mirror{ + pixel_y = 35; + pixel_x = -1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 19 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/offices) +"gEt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning"; + dir = 1; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"gFp" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"gFL" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_intel) +"gGq" = ( +/turf/open/floor/filtrationside, +/area/sekhmet/int_reg/air_filters) +"gHe" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"gHy" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/emails, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"gIN" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/sekhmet/int_reg/ship2) +"gIW" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"gKc" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/southeast_road) +"gKe" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"gKk" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"gKt" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"gKv" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"gLu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"gME" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"gNu" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"gND" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/yard) +"gNO" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"gNZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"gOr" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"gOF" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/CICmap/upp{ + pixel_y = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"gPv" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"gPC" = ( +/obj/structure/cargo_container/upp/mk6/mid, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"gPT" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"gPU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + layer = 2.98; + pixel_y = 17 + }, +/obj/structure/machinery/computer/communications{ + dir = 4; + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"gQf" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"gQJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_heavy/research) +"gRw" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 1 + }, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"gRy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"gSs" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"gSC" = ( +/obj/structure/closet/crate/trashcart{ + name = "clothing bin"; + color = "#5c5c3d" + }, +/obj/item/clothing/suit/storage/jacket/marine/vest/grey, +/obj/item/clothing/suit/storage/jacket/marine/vest/grey, +/obj/item/clothing/suit/storage/jacket/marine/pilot{ + name = "frontier vest"; + desc = "a comfy vest meant to comfort the people in the cockpit!" + }, +/obj/item/clothing/suit/storage/jacket/marine/bomber/grey, +/obj/item/clothing/suit/storage/jacket/marine/bomber/red, +/obj/item/clothing/suit/storage/jacket/marine/bomber, +/obj/item/clothing/suit/storage/jacket/marine/vest/tan, +/obj/item/clothing/suit/storage/jacket/marine/vest/grey, +/obj/item/clothing/gloves/brown, +/obj/item/storage/backpack, +/obj/item/storage/backpack/satchel/med, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"gSW" = ( +/obj/effect/decal/siding{ + icon_state = "siding2" + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"gTa" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"gTc" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"gTo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"gTK" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southeast_road) +"gTN" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"gTU" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -16; + pixel_y = 24 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"gUE" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"gUJ" = ( +/obj/structure/machinery/landinglight, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"gVs" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/swamp) +"gVC" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 8; + layer = 2.99 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"gVK" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/caves/west_cave) +"gVN" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"gVV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/cargo_container/hd/left, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"gWz" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"gWX" = ( +/obj/structure/sign/flag/upp{ + pixel_x = -29 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"gXs" = ( +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"gXx" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/east_jungle) +"gXy" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/outside/southeast_road) +"gXF" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"gXT" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"gYc" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"gYw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"gZb" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"gZm" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 18; + pixel_y = 9 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"gZN" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"gZS" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + density = 1; + color = "#8B9490" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"hal" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"haq" = ( +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/offices) +"har" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"haL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/cameras{ + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8; + layer = 2.96; + pixel_y = 7 + }, +/obj/structure/machinery/computer/card{ + dir = 8; + pixel_y = -6; + layer = 2.97; + desc = "Terminal for programming worker ID card access." + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"hbF" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"hbJ" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"hbS" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"hcq" = ( +/obj/structure/machinery/computer/telecomms/server{ + density = 1; + color = "#8B9490"; + layer = 3.21 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"hdJ" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/bcircuit, +/area/sekhmet/int_reg/engineering) +"hdN" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79; + pixel_x = -20; + pixel_y = 4 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79; + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/backpack/marine/satchel/rto{ + phone_category = "Sekhmet Net"; + name = "\improper Military Surplus Radio Telephone Pack"; + desc = "A heavy-duty pack, used for telecommunications between central command. Commonly carried by RTOs. This one is set up to serve the Ravdonika Archaeo research team."; + networks_receive = list("Colonist"); + networks_transmit = list("Colonist"); + pixel_x = -17; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"hev" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"heY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"hfA" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"hfJ" = ( +/obj/structure/closet, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/obj/item/clothing/head/chefhat, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"hfX" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/swamp) +"hhn" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/southroad) +"hhx" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_y = 14; + pixel_x = 9 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_y = -8; + pixel_x = -6 + }, +/obj/item/clipboard{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"hhD" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = -3; + name = "colonial operations terminal"; + color = "#8B9490" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/cameras{ + colony_camera_mapload = 0; + network = list("Sekhmet"); + layer = 3.01; + pixel_y = -1; + pixel_x = -5; + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"hhJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/vending/snack, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"hiT" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"hiY" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_glass/south_complex) +"hjc" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"hjv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/reagent_dispensers/beerkeg/alt_dark{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"hjH" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/large_holster/machete/full, +/obj/item/prop/helmetgarb/bug_spray{ + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/east_jungle) +"hka" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"hkq" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sky) +"hkH" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -1; + pixel_y = 10 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"hli" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"hlj" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"hlU" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"hmi" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"hmu" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"hmJ" = ( +/obj/structure/barricade/metal{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_x = 1 + }, +/obj/structure/barricade/metal{ + dir = 8; + pixel_y = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_y = 8; + pixel_x = 1 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/curtain{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/sekhmet/int_reg/southwest_complex) +"hmU" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"hnk" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"hnw" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"hnD" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"hnK" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"hnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"hnZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/hosptial) +"hoc" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"hpm" = ( +/obj/structure/largecrate/random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"hpz" = ( +/obj/structure/bed/chair/office/light, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"hpJ" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"hqL" = ( +/obj/structure/bed/chair, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"hqU" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + layer = 4.01 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"hqZ" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"hrg" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/south_complex) +"hrR" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/storage/backpack/lightpack, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"hsh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/air_filters) +"hsu" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/central_road) +"hsQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"htF" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/computer/emails{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"htM" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"htW" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"hun" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"huJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/storage/beer_pack, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"hva" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southroad) +"hvd" = ( +/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/marked, +/area/sekhmet/outside/southeast_road) +"hvh" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"hvl" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/weapon/gun/flamer/m240{ + pixel_y = 3 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/item/ammo_magazine/flamer_tank{ + pixel_x = 9 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"hvA" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"hvC" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/comms_lower) +"hxg" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 2.991 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/swamp) +"hxB" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 5; + buckling_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"hxS" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"hyn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = 3; + pixel_y = 20 + }, +/obj/item/weapon/gun/smg/nailgun, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"hyo" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_rightengine" + }, +/area/sekhmet/int_reg/ship1) +"hyA" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/airfield) +"hyJ" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"hzt" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"hzC" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"hzO" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"hzQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/comp_closed{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/prop/almayer/comp_closed{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"hzV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 9; + pixel_y = -12 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 6; + pixel_y = -8 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/effect/spawner/random/toolbox, +/obj/item/tool/crowbar/tactical, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/engineering) +"hzY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"hAG" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"hAW" = ( +/obj/structure/sign/safety/bathunisex, +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/complex_operation) +"hBH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer/guestpass{ + dir = 4; + pixel_y = 17; + layer = 3 + }, +/obj/structure/machinery/computer/crew/alt{ + dir = 4; + pixel_y = 2; + faction = "UPP"; + layer = 3.01 + }, +/obj/structure/machinery/door_control{ + dir = 1; + id = "medical_entry"; + name = "Door Release"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = -14 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"hBJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"hCi" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"hCj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"hCr" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"hCs" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/space) +"hCt" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"hEu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"hEW" = ( +/obj/structure/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/air_filters) +"hFd" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"hFf" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "UPPmilStairwell1L"; + name = "Staircase Access"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"hFB" = ( +/turf/open/floor/plating/warnplate/northwest, +/area/sekhmet/shuttles/drop3) +"hFJ" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"hGC" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"hGF" = ( +/obj/structure/prop/almayer/computers/mapping_computer{ + name = "colonial operations terminal"; + color = "#8B9490"; + pixel_x = -1 + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 16; + pixel_x = -12; + anchored = 1 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"hGQ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrCargoEntry"; + name = "Research Storage Entry"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"hGT" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"hHI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/temple_outer) +"hHQ" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/west_cave) +"hIw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"hJb" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"hJk" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"hJF" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"hKm" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/obj/item/clipboard{ + pixel_y = -1; + pixel_x = -4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"hKD" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"hKK" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"hKU" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/east_jungle) +"hLo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"hLC" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/tray{ + pixel_y = 6 + }, +/obj/item/tool/surgery/drapes{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/device/flashlight/pen{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"hLF" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"hMf" = ( +/obj/structure/cargo_container/hd/mid, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"hNj" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"hNm" = ( +/obj/structure/machinery/camera{ + c_tag = "Central Complex - East Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"hNW" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"hNZ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"hOt" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/outside/swamp) +"hOD" = ( +/obj/structure/bed/chair/comfy/beige, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"hPA" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/radio{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/storage/pouch/magazine{ + pixel_x = -3 + }, +/obj/item/storage/pouch/flamertank, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"hQh" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"hQi" = ( +/obj/structure/filtration/machine_96x96/sedimentation, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southwest, +/area/sekhmet/int_reg/water_filters) +"hQk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/conference_room{ + pixel_x = 33 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"hQv" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"hQz" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/ship2) +"hQB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"hQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_intel) +"hQV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"hRw" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"hSa" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"hTh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"hTI" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"hTM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"hUh" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/glass/rag{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/reagent_container/glass/rag/polishing_rag, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"hUF" = ( +/obj/structure/closet/secure_closet/hydroponics{ + pixel_x = 8 + }, +/obj/structure/closet/secure_closet/hydroponics{ + pixel_x = -8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/complex_generic) +"hUS" = ( +/obj/structure/closet/crate/secure/gear, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"hUU" = ( +/turf/open/floor/plating/warnplate/west, +/area/sekhmet/shuttles/drop3) +"hVA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"hVI" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/toy/plush/therapy/green{ + pixel_x = 4; + pixel_y = 3; + name = "Caesar Czar CXIII" + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = 23 + }, +/obj/item/storage/box/pdt_kit{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"hWo" = ( +/obj/item/stool{ + icon_state = "stool_alt"; + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/decal/siding/wood_siding{ + pixel_y = 3 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"hWq" = ( +/obj/docking_port/stationary/emergency_response/port1{ + name = "Short Range Vessel Ocelot Research Landing Pad" + }, +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop3) +"hWz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_x = 11; + pixel_y = 20 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"hXm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"hXr" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/gm/river/desert/tyrargo/no_slowdown, +/area/sekhmet/int_reg/water_filters) +"hXK" = ( +/obj/structure/cargo_container/hd/left/alt, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"hYS" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"hYX" = ( +/turf/closed/shuttle/elevator{ + dir = 9 + }, +/area/sekhmet/int_reg/comms_lower) +"hYZ" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"hZn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/complex_generic) +"hZD" = ( +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/east_jungle) +"hZL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"iaB" = ( +/turf/open/gm/dirt2, +/area/sekhmet/int_glass/complex_generic) +"ibJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/extinguisher/mini{ + pixel_x = 12; + pixel_y = 17 + }, +/obj/item/tool/extinguisher/mini{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/clothing/accessory/armband/engine{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/clothing/accessory/armband/engine, +/obj/item/clothing/accessory/armband/engine{ + pixel_x = -7; + pixel_y = -4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"ibM" = ( +/obj/structure/surface/table{ + color = "#8B7B5B"; + pixel_x = 19; + density = 0 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/item/storage/donut_box{ + pixel_x = 22; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"idI" = ( +/obj/structure/cargo_container/upp/right, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"idL" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/southeast_road) +"iew" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_glass/south_complex) +"ify" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"ifP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/swamp) +"ign" = ( +/obj/structure/cargo_container/hd/right/alt, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"igR" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ihq" = ( +/obj/structure/cargo_container/upp/mk6/right, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"ihO" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"iiA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_comms) +"iiB" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"iiJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clipboard{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"iiM" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"ijq" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"ijs" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"ijC" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"ika" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"ikX" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"ikY" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"ilc" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"ilp" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) +"ilu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/vending/sovietsoda{ + icon_state = "sovietsoda-broken"; + stat = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"ime" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"imf" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"imC" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"imP" = ( +/obj/structure/stairs, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"imZ" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"inP" = ( +/obj/structure/machinery/power/smes/buildable{ + name = "backup power SMES" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"ioD" = ( +/obj/structure/machinery/chem_storage/misc, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/hosptial) +"ipk" = ( +/obj/structure/machinery/vending/hydronutrients, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"ipE" = ( +/obj/structure/prop/almayer/computers/sensor_computer1, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"ipG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"ipK" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"ipP" = ( +/obj/structure/machinery/blackbox_recorder, +/turf/open/floor/podhatchfloor, +/area/sekhmet/int_reg/complex_operation) +"ipT" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"ipU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"iqA" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/outside/swamp) +"iqB" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/southroad) +"iqF" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/shiva/east, +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"iry" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"isf" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/central_road) +"isC" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"isM" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southeast_road) +"itG" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/complex_operation) +"itN" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 13 + }, +/obj/structure/bedsheetbin{ + icon_state = "linenbin-empty"; + pixel_y = -12; + pixel_x = 10 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"itO" = ( +/obj/structure/cargo_container/upp/mk6/left{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"iuf" = ( +/obj/structure/machinery/computer/crew/colony, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"iup" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"iuy" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"iuz" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"iuH" = ( +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"iuW" = ( +/obj/structure/cargo_container/upp/tan/mid, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"iva" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"ivL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/glass/rag{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/toy/dice{ + pixel_x = 9 + }, +/obj/item/toy/dice{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"iwf" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"iwq" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/complex_operation) +"iwv" = ( +/obj/effect/decal/siding/wood_siding{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"iwU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/explosive/mine/pmc{ + iff_signal = "UPP"; + color = "#009933"; + name = "MON-50/2 Directional fragmentation mine"; + desc = "The MON-50/2 DFM is modeled after the pre-spaceflight mines. Its design is simple as they are effective. This is made with the IFF signals of UPP."; + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/explosive/mine/pmc{ + iff_signal = "UPP"; + color = "#009933"; + name = "MON-50/2 Directional fragmentation mine"; + desc = "The MON-50/2 DFM is modeled after the pre-spaceflight mines. Its design is simple as they are effective. This is made with the IFF signals of UPP."; + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/explosive/mine/pmc{ + iff_signal = "UPP"; + color = "#009933"; + name = "MON-50/2 Directional fragmentation mine"; + desc = "The MON-50/2 DFM is modeled after the pre-spaceflight mines. Its design is simple as they are effective. This is made with the IFF signals of UPP."; + pixel_x = 1; + pixel_y = -7 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"ixp" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"ixr" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"ixJ" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/platform/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ixS" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp25" + }, +/area/sekhmet/int_reg/ship2) +"iyf" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/offices) +"iyl" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/engineering) +"iyp" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 8 + }, +/turf/open/floor/filtrationside/southwest, +/area/sekhmet/int_reg/air_filters) +"iyO" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 2; + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"izc" = ( +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/east_jungle) +"izT" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"iAj" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"iAI" = ( +/obj/effect/decal/siding/wood_siding{ + pixel_y = 2 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"iBk" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"iBq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"iBK" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"iBO" = ( +/obj/structure/machinery/cm_vending/sorted/walkman, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"iCq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"iCs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"iDc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"iDd" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/outside/east_jungle) +"iDs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"iDv" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"iDD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"iDS" = ( +/obj/item/tool/warning_cone{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"iFg" = ( +/obj/structure/bed/chair, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"iFI" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"iFL" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "UPPmilArmory"; + name = "Armory Shutters"; + color = "#8B9490"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"iGt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"iGM" = ( +/obj/structure/bed/chair, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"iHY" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"iIo" = ( +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/swamp) +"iJn" = ( +/obj/vehicle/powerloader/jd{ + name = "\improper CosmosStal 12 Bogatyr Power Loader"; + color = "#A2B4AC"; + desc = "The CosmosStal 12 Bogatyr Power Loader is a commercial mechanized exoskeleton used for lifting heavy materials and objects based on the Caterpillar P-5000, first designed in January 29, 2025 by the Weyland Corporation. An old but trusted design used in warehouses, constructions and military ships everywhere." + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"iJy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"iJN" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 7; + pixel_y = -24 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"iJW" = ( +/obj/structure/largecrate, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"iJY" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/temple) +"iKH" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"iLb" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"iLO" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"iLY" = ( +/obj/structure/machinery/door/poddoor/almayer/blended{ + name = "Entry Zone Lock"; + id = "EZlock2" + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/entry_zone) +"iMt" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/device/radio{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/item/tool/stamp{ + pixel_x = -14; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"iNA" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"iNP" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"iNZ" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"iOD" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/complex_comms) +"iOH" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"iOR" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"iPd" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"iQu" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"iQV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = null; + name = "Research Storage"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"iRa" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"iRo" = ( +/turf/closed/shuttle/elevator{ + dir = 4 + }, +/area/sekhmet/int_heavy/research) +"iRD" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"iRF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"iRH" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/prop/colony/canister{ + pixel_x = 13; + pixel_y = 14 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/garage) +"iSq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"iTv" = ( +/obj/structure/closet/secure_closet/personal{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/structure/closet/secure_closet/personal{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/weapon/gun/pistol/np92{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/weapon/gun/pistol/np92{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/head/uppcap/peaked/police, +/obj/item/clothing/head/uppcap/peaked/police, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"iTI" = ( +/turf/open/slippery/hull/dir/northwest, +/area/sky) +"iTM" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"iTN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"iTV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"iTY" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"iUh" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"iUn" = ( +/obj/structure/machinery/camera{ + c_tag = "UPP - Powerloader Station"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"iUA" = ( +/obj/effect/decal/siding/wood_siding{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"iVb" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"iVp" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/computer/atmos_alert, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/air_filters) +"iVw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"iVO" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"iVW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/turf/open/floor/elevatorshaft, +/area/sekhmet/outside/temple_outer) +"iWH" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/airfield) +"iXF" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/airfield) +"iXZ" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"iYL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"iYU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"iZc" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = -3; + pixel_y = -6 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"iZm" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/north, +/area/sekhmet/int_reg/water_filters) +"iZJ" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/east_jungle) +"iZK" = ( +/turf/open/gm/coast/south, +/area/sekhmet/outside/east_jungle) +"iZP" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"iZR" = ( +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/airfield) +"iZT" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"jab" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"jaf" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"jal" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/east_jungle) +"jaZ" = ( +/obj/item/toy/gun, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"jbb" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"jbz" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"jbR" = ( +/obj/structure/machinery/light/small, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/sekhmet/int_glass/hosptial) +"jdk" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"jdB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"jdI" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"jdV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/candle{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/item/tool/candle{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/tool/candle{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/item/storage/bible{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"jeX" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/shovel/etool/folded{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/pouch/construction, +/obj/item/clothing/accessory/storage/webbing, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pouch/tools, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"jfe" = ( +/obj/item/storage/backpack/marine/ammo_rack{ + desc = "This ammo rack has been handcrafted by one of the ship's sappers. Union's ingenuity at it's finest."; + name = "\improper makeshift ammo rack" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"jfF" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/warehouse) +"jfH" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/sekhmet/outside/temple_outer) +"jfM" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"jfR" = ( +/obj/structure/closet, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/head/chefhat, +/obj/item/clothing/head/chefhat, +/obj/item/reagent_container/spray/cleaner{ + pixel_y = 9; + pixel_x = -10 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"jgg" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"jhg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/engineering) +"jhz" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"jhR" = ( +/obj/structure/machinery/floodlight/landing/floor, +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"jiB" = ( +/obj/structure/machinery/washing_machine, +/obj/structure/machinery/washing_machine{ + pixel_y = 13 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"jja" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"jjj" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"jjy" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/central_road) +"jjE" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"jjR" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"jky" = ( +/obj/structure/bed{ + icon_state = "abed"; + pixel_y = 8 + }, +/obj/item/book{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"jkU" = ( +/obj/structure/machinery/cm_vending/sorted/medical/marinemed/antag, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"jkY" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"jlA" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"jma" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/radio{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/device/radio{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"jmw" = ( +/obj/structure/largecrate, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 16; + pixel_y = -8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"jmz" = ( +/obj/structure/platform/metal/shiva/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"jmG" = ( +/turf/open/floor/strata/orange_edge/southeast, +/area/sekhmet/int_reg/comms_lower) +"jmZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"jnn" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"joh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/vehicle/powerloader/jd{ + name = "\improper CosmosStal 12 Bogatyr Power Loader"; + color = "#A2B4AC"; + desc = "The CosmosStal 12 Bogatyr Power Loader is a commercial mechanized exoskeleton used for lifting heavy materials and objects based on the Caterpillar P-5000, first designed in January 29, 2025 by the Weyland Corporation. An old but trusted design used in warehouses, constructions and military ships everywhere."; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"jov" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"joF" = ( +/obj/structure/machinery/computer/med_data, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"jpb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/multitool{ + pixel_x = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"jpc" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"jpn" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"jpp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"jpt" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/garage) +"jpA" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"jpL" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"jpT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"jqu" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"jqw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/siding{ + icon_state = "siding2"; + layer = 2.5 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/garage) +"jqC" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"jqL" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"jrf" = ( +/obj/structure/cargo_container/upp/right, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"jrB" = ( +/obj/item/device/megaphone{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/structure/machinery/prop/almayer/CICmap/upp, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"jtt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "Administration - Office"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"jtC" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"jtN" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp1" + }, +/area/sekhmet/int_reg/ship2) +"jue" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"juu" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"juN" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"juV" = ( +/obj/structure/cargo_container/upp/mk6/mid{ + pixel_x = -2 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"jvT" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/scythe, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"jwi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"jwu" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"jwZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"jxo" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/swamp) +"jxs" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"jxF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"jxO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/belt/marine/upp/scarce, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"jxS" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"jye" = ( +/obj/effect/decal/siding, +/obj/structure/prop/souto_land/pole{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"jyi" = ( +/obj/structure/closet/crate/freezer/cooler, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"jym" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_glass/offices) +"jyE" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"jyS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"jyT" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"jAk" = ( +/obj/structure/cargo_container/upp/mk6/right{ + pixel_x = -2 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"jAI" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/temple_outer) +"jAP" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"jAR" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/stack/sheet/wood, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"jBH" = ( +/obj/structure/platform_decoration/metal/shiva, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"jBW" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"jCa" = ( +/turf/open/floor/interior/tatami, +/area/sekhmet/int_reg/complex_intel) +"jCo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"jCF" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"jCJ" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_intel) +"jCM" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/swamp) +"jCS" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"jDq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/stamp/approved{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/item/tool/stamp/denied{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/item/tool/pen/clicky{ + pixel_x = -8; + name = "pen" + }, +/obj/item/device/megaphone, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"jDX" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"jFe" = ( +/obj/structure/closet/crate/ammo, +/obj/effect/decal/cleanable/dirt, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"jFO" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + color = "#77b300"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"jGq" = ( +/obj/structure/machinery/prop/almayer/computer{ + pixel_y = 32; + layer = 2.9; + pixel_x = -1 + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + color = "#ffffb3"; + pixel_y = 2 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"jHo" = ( +/obj/structure/machinery/camera{ + c_tag = "Research - Storage Entryway"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"jHt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"jIj" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"jIq" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 8 + }, +/turf/open/floor/filtrationside/west, +/area/sekhmet/int_reg/air_filters) +"jID" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"jJo" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + color = "#8B7B5B" + }, +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + color = "#8B7B5B" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"jJT" = ( +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/airfield) +"jKo" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"jKv" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"jKx" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"jKF" = ( +/obj/structure/machinery/recharge_station, +/obj/structure/machinery/camera{ + c_tag = "Engineering - U.R.A.L.O.I.D Bay"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"jKT" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"jLq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -11; + pixel_y = -1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"jMn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"jMw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar2"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/filtrationside/north, +/area/sekhmet/int_heavy/research) +"jMN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_intel) +"jNo" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/airfield) +"jNC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"jNI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/camera{ + c_tag = "UPP - Elevator Access"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"jNM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"jNQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/multitool{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 9; + pixel_y = 13 + }, +/obj/item/prop/helmetgarb/compass{ + pixel_y = 1; + pixel_x = 9 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"jNU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 4; + pixel_y = 11 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"jOc" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/comms_lower) +"jOi" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/east_jungle) +"jOD" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/upp, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship2) +"jPG" = ( +/obj/structure/machinery/telecomms/relay/preset/ice_colony{ + density = 0; + layer = 6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"jPH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/red1, +/area/sekhmet/int_reg/complex_operation) +"jQh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"jRI" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/tools{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"jSy" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"jSE" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"jSG" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/item/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"jTj" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 4 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"jTw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/shovel, +/obj/item/tool/shovel{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"jTy" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/crowbar/tactical, +/obj/item/ammo_box/magazine/misc/flares, +/obj/item/weapon/gun/flare, +/obj/item/storage/belt/gun/flaregun{ + pixel_y = -4 + }, +/obj/item/storage/belt/gun/flaregun{ + pixel_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"jVm" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"jVt" = ( +/obj/structure/largecrate/random/secure, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship1) +"jVv" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"jWa" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"jWo" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/swamp) +"jWH" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"jXA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"jXE" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"jXF" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/secure_data{ + dir = 8; + req_access = null + }, +/obj/structure/barricade/handrail/wire, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"jXW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"jXZ" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/yard) +"jYe" = ( +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B" + }, +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B"; + pixel_y = 12 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"jYm" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"jYw" = ( +/obj/structure/barricade/metal{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_x = 1 + }, +/obj/structure/barricade/metal{ + dir = 8; + pixel_y = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_y = 8; + pixel_x = 1 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/curtain{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/sekhmet/int_reg/complex_operation) +"jYC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"jZi" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/swamp) +"kah" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"kbg" = ( +/turf/open/gm/coast/beachcorner2/south_east, +/area/sekhmet/outside/swamp) +"kbH" = ( +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/east_jungle) +"kbS" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"kcK" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"kcL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"kcN" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"kdG" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"kdU" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"kex" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/janitorialcart, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"keF" = ( +/obj/item/stool{ + icon_state = "stool_alt"; + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"kfB" = ( +/obj/structure/surface/table{ + color = "#8B7B5B"; + pixel_x = 19; + density = 0 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/item/reagent_container/food/drinks/milk{ + pixel_x = 17; + pixel_y = 15 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"kfK" = ( +/obj/effect/decal/remains/xeno, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"kgg" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"kgy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"kgF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/power_transformer, +/turf/open/floor/greengrid, +/area/sekhmet/outside/central_road) +"khb" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"khs" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"kip" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"kis" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/ore_box{ + name = "wooden cargo crate" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"kiw" = ( +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"kiL" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "paparmory"; + name = "\improper Weapon Storage"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_operation) +"kjG" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/turf/open/floor/filtrationside/northeast, +/area/sekhmet/int_reg/air_filters) +"kjH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"kky" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"kkC" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"klo" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/temple_outer) +"klL" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"knF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"kpO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"kpU" = ( +/obj/structure/curtain, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"kqm" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"kqL" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_intel) +"kqM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"kqO" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/southroad) +"krx" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"krQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"krY" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"ksb" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"ksB" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/swamp) +"ktt" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"ktz" = ( +/obj/structure/closet{ + pixel_x = -8 + }, +/obj/structure/closet{ + pixel_x = 8 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/storage/pouch/tools/full{ + pixel_y = 5 + }, +/obj/item/storage/backpack/general_belt, +/obj/item/storage/backpack/marine/tech{ + name = "technician backpack"; + desc = "a heavy-duty backpack meant for more technical issues on the field." + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"ktO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"kuk" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"kuu" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"kuQ" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sky) +"kvj" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"kvm" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/plating/warnplate/west, +/area/sekhmet/shuttles/drop3) +"kvB" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"kvV" = ( +/obj/structure/dropship_equipment/fulton_system, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"kwI" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"kwM" = ( +/obj/structure/prop/invuln{ + desc = "big pile energy."; + icon = 'icons/obj/structures/props/ice_colony/barrel_yard.dmi'; + icon_state = "pile_0"; + name = "barrel pile"; + layer = 2.98 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"kxb" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pill_bottle/packet/oxycodone{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/storage/pill_bottle/packet/oxycodone{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/storage/pill_bottle/packet/bicaridine{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/storage/pill_bottle/packet/bicaridine{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/storage/pill_bottle/packet/kelotane{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/storage/pill_bottle/packet/kelotane{ + pixel_x = -4; + pixel_y = -5 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"kxh" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside, +/area/sekhmet/int_reg/water_filters) +"kxD" = ( +/obj/structure/machinery/vending/sovietsoda, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"kxL" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"kxV" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"kzt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"kzu" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"kAI" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/clicky{ + pixel_x = -8; + name = "pen" + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"kBT" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"kCi" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"kCv" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"kCV" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/swamp) +"kCX" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"kDH" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"kEa" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"kEW" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"kFa" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/hosptial) +"kFf" = ( +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"kFg" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"kFo" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"kFr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"kFt" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"kFA" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"kGe" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Central Complex Lockdown"; + id = "ComSecSh"; + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"kGi" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"kGR" = ( +/obj/structure/machinery/computer/telecomms/server{ + density = 1; + color = "#8B9490"; + layer = 3.21 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"kHb" = ( +/turf/open/slippery/hull, +/area/sky) +"kHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"kHD" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"kHH" = ( +/obj/structure/platform_decoration/metal/kutjevo/west, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"kIC" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"kJY" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/swamp) +"kLl" = ( +/turf/closed/shuttle/elevator{ + dir = 9 + }, +/area/sekhmet/int_reg/military_hangar) +"kLq" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"kLT" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"kMe" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/air_filters) +"kMs" = ( +/turf/open/gm/coast/north, +/area/sekhmet/outside/temple_outer) +"kMJ" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/air_filters) +"kNS" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangarRepair"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"kNV" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/hosptial) +"kOe" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"kOn" = ( +/obj/structure/fence, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"kOw" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"kOU" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/shuttles/drop3) +"kPE" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"kQO" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/item/prop/colony/canister{ + pixel_x = -6; + pixel_y = 18 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"kQU" = ( +/obj/structure/machinery/autolathe/full, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"kRb" = ( +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/swamp) +"kRL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"kRP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"kSu" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = -13; + pixel_y = 3 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"kTF" = ( +/obj/item/prop/colony/canister{ + pixel_x = 1; + pixel_y = 19 + }, +/obj/item/prop/colony/canister{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/yard) +"kTG" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"kUr" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + color = "#8B9490"; + name = "colonial operations terminal" + }, +/obj/structure/machinery/computer3{ + pixel_y = 21 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"kWa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/packageWrap, +/obj/item/stack/sheet/cardboard/medium_stack{ + pixel_x = -9 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"kWJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/item/reagent_container/food/snacks/cubancarp{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"kWZ" = ( +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"kXg" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"kXM" = ( +/obj/structure/machinery/vending/walkman, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"kYE" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator/access, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"kZx" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"lap" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"laF" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"laP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"laU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/firstaid/adv, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"lba" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"lbA" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + layer = 2.98 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"lbS" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"ldj" = ( +/obj/effect/decal/siding, +/obj/structure/prop/souto_land/pole{ + dir = 4; + pixel_y = 24 + }, +/obj/structure/sink/kitchen{ + pixel_y = -22; + dir = 1 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"ldp" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/shuttles/drop3) +"ldu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/true_random{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"ldC" = ( +/obj/structure/largecrate, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"lfE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"lfU" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"lgD" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"lhd" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"lhe" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"lhk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"lho" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"lid" = ( +/turf/open/gm/coast/west, +/area/sekhmet/outside/temple_outer) +"ljc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"ljn" = ( +/obj/structure/closet/crate/ammo, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"ljy" = ( +/obj/item/stool{ + pixel_x = 7; + pixel_y = 20 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"ljK" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"lka" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"lke" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"lko" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_x = 3 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"lkv" = ( +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"lkz" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 6 + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_y = -3 + }, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"lle" = ( +/obj/structure/largecrate, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"llU" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"lmv" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"lnu" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"lnB" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/gm/dirt, +/area/sekhmet/outside/southroad) +"lnV" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/machinery/light/small, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"lnY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"loX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"lpp" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"lpv" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrCargoEntry2"; + name = "Research Storage Entry"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"lpJ" = ( +/obj/structure/closet/secure_closet/personal{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/structure/closet/secure_closet/personal{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/weapon/gun/pistol/np92{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/weapon/gun/pistol/np92{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/clothing/head/uppcap/peaked/police, +/obj/item/clothing/head/uppcap/peaked/police, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"lqq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"lqt" = ( +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"lrG" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"lss" = ( +/turf/open/floor/corsat, +/area/sekhmet/int_reg/air_filters) +"lsy" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"lsz" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"lsG" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"lth" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"ltl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/engineering) +"ltz" = ( +/obj/structure/machinery/door_control{ + pixel_x = 24; + id = "rsrHangarStorage" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"ltJ" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"ltT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"luo" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/caves/south_cave) +"luC" = ( +/obj/structure/machinery/door_control{ + dir = 1; + id = "medical_entry"; + name = "Door Release"; + normaldoorcontrol = 1; + pixel_x = 7; + pixel_y = 26 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"luF" = ( +/obj/structure/machinery/microwave{ + density = 0; + pixel_y = 5 + }, +/obj/structure/machinery/microwave{ + pixel_y = 17 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"luG" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"luW" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"luY" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"lvb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"lvn" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/weapon/classic_baton{ + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/reagent_container/glass/rag{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"lvo" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"lvU" = ( +/obj/structure/terminal{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"lvZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"lwf" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/weapon/gun/pistol/np92{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/device/binoculars/civ{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"lxl" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "papgarage"; + name = "garage door"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/complex_operation) +"lxK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/greengrid, +/area/sekhmet/outside/central_road) +"lyM" = ( +/obj/structure/barricade/metal{ + dir = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_x = 1 + }, +/obj/structure/barricade/metal{ + dir = 8; + pixel_y = 8; + pixel_x = -1 + }, +/obj/structure/barricade/metal{ + dir = 4; + pixel_y = 8; + pixel_x = 1 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/curtain{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/sekhmet/int_glass/complex_generic) +"lyQ" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"lzp" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"lzB" = ( +/obj/structure/cargo_container/canc/tan/mid, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"lzJ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"lzP" = ( +/obj/item/stool{ + pixel_x = -1; + pixel_y = 18 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"lzW" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/water_filters) +"lAV" = ( +/obj/structure/machinery/smartfridge/chemistry, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"lBd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"lCC" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"lDM" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/tool/pen/clicky, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"lDQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"lEd" = ( +/turf/open/slippery/hull/dir, +/area/sky) +"lEH" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"lER" = ( +/obj/structure/cargo_container/upp/mk6/left{ + pixel_x = -2 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"lEY" = ( +/obj/item/device/lightreplacer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/hand_labeler{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/engineering) +"lFB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/vending/cola, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"lFM" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + layer = 4.01 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"lGA" = ( +/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{ + pixel_x = 29; + name = "\improper MinZdrav dispenser"; + desc = "A wall-mounted medical equipment dispenser. Provided by Ministry of Health of UPP, it contains a small quantity of emergency supplies." + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"lGP" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"lHt" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northeast, +/area/sekhmet/int_reg/water_filters) +"lHC" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_3"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"lHJ" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff"; + pixel_y = 6 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"lHR" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"lIB" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"lID" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = 7; + pixel_y = 15 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"lIG" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"lIM" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp20" + }, +/area/sekhmet/int_reg/ship1) +"lIT" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"lIU" = ( +/obj/item/tool/warning_cone, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"lIV" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"lJs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 8; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"lJM" = ( +/obj/item/stool, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"lKb" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/box/masks{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/storage/box/masks{ + pixel_x = 9; + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"lKq" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/warehouse) +"lLB" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"lLV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "wrehouse2"; + name = "Warehouse Storage"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/warehouse) +"lMd" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"lMr" = ( +/obj/structure/closet/crate/freezer/cooler{ + pixel_x = 13; + pixel_y = -4 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 3; + pixel_x = 14 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 3; + pixel_x = 12 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_x = 13 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = -2; + pixel_x = 11 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = -6; + pixel_x = 7 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"lMt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"lMz" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/southroad) +"lMJ" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 4 + }, +/turf/open/floor/filtrationside/east, +/area/sekhmet/int_reg/air_filters) +"lNs" = ( +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"lNQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/magazine/book{ + desc = "A copy of La Fumée, a UPP magazine that mostly circulates in its French-influenced territories, though this particular print has been translated to reach a wider audience. On the cover is a stylized depiction of a deadman's head with white antlers growing out the sides."; + name = "La Fumée, Vol. 4 No. 15"; + pixel_y = -5; + icon_state = "tome"; + pixel_x = -4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"lOt" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"lOH" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"lPj" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/swamp) +"lPq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"lPO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9 + }, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"lQy" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/offices) +"lQz" = ( +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/comms_lower) +"lQA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"lQG" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"lQT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"lRz" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"lRE" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/warnplate/west, +/area/sekhmet/shuttles/drop3) +"lRQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Eastern Lock Access"; + id = "hvysec2" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"lRW" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/box/gloves{ + pixel_x = -6; + pixel_y = 17 + }, +/obj/item/roller{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/roller{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"lSs" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/candle{ + pixel_x = 12; + pixel_y = 13 + }, +/obj/item/tool/candle{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/tool/candle{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/poster, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"lSt" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"lSB" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"lSE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"lTn" = ( +/turf/open/gm/coast/west, +/area/sekhmet/outside/east_jungle) +"lTr" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"lTE" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"lUB" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/hosptial) +"lVg" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/southeast_road) +"lVB" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"lVJ" = ( +/obj/effect/decal/siding/wood_siding{ + pixel_y = -32 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"lVQ" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/warehouse) +"lVU" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"lWm" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"lWF" = ( +/obj/structure/dartboard{ + pixel_y = 29; + layer = 3.51 + }, +/obj/structure/surface/table/reinforced/cloth, +/obj/item/attachable/bayonet/upp, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"lYf" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/yard) +"lYR" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"lZd" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"lZj" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/toy/deck{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"lZu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mas" = ( +/obj/structure/platform{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/shuttles/drop3) +"maD" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_glass/complex_generic) +"mbf" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"mbv" = ( +/obj/structure/bed/chair/comfy/beige, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"mbW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mcA" = ( +/obj/vehicle/train/cargo/engine{ + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"mcQ" = ( +/obj/structure/machinery/optable, +/obj/structure/sink{ + layer = 3.1; + dir = 4; + pixel_x = -22; + pixel_y = -1 + }, +/obj/item/tool/surgery/drapes{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"mdn" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mdw" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/prop/geiger_counter, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -4 + }, +/obj/item/device/flashlight, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"mdC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"mdS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"meY" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"mfv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"mgu" = ( +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"mgC" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrSTORE"; + name = "Research Storage"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"mgJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"mgP" = ( +/obj/structure/sign{ + desc = "Comrade! Don't forget to return your state-issued items to your assigned locker before returning to hypersleep!"; + icon_state = "securearea"; + name = "Vnimanie! 注意!"; + pixel_y = 31; + layer = 2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"mgR" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_reg/military_hangar) +"mhf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"mhk" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.01 + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"mhv" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"miq" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"miR" = ( +/obj/structure/machinery/cryo_cell, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"mjg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/table/gamblingtable{ + color = "#aeaeae" + }, +/obj/item/toy/deck{ + pixel_x = -6 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"mkd" = ( +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/head/welding{ + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"mkN" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"mma" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"mmb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"mmw" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/airfield) +"mne" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mnf" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"mnA" = ( +/turf/closed/wall/wood, +/area/sekhmet/outside/east_jungle) +"mox" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"moY" = ( +/obj/structure/machinery/door_control{ + pixel_x = 24; + id = "rsrHangar2" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"mpc" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mpd" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"mpj" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mqu" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Water Closet" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"mqT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"mqV" = ( +/obj/structure/machinery/prop/almayer/computer{ + pixel_y = 32; + layer = 2.9; + pixel_x = 9 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + color = "#ffffb3"; + pixel_y = 2 + }, +/obj/structure/machinery/prop/almayer/computer{ + pixel_y = 32; + layer = 2.9; + pixel_x = -10 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship2) +"mro" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/plating/warnplate/northwest, +/area/sekhmet/shuttles/drop3) +"mrO" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 7; + pixel_y = 13 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"mrR" = ( +/obj/structure/prop/static_tank, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mrU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random/case/small{ + pixel_x = 2 + }, +/obj/structure/largecrate/random/mini/small_case/b{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"msA" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"msM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/south_complex) +"msN" = ( +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/east_jungle) +"msQ" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"mtm" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mtu" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/ship2) +"mtL" = ( +/obj/item/prop/tableflag/upp{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/structure/machinery/prop/almayer/CICmap/upp, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"mtP" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"mui" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"mvM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"mvY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mwq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"mws" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"mwV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"mxp" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/device/megaphone{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"mxA" = ( +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"mxJ" = ( +/turf/closed/shuttle/elevator{ + dir = 4 + }, +/area/sekhmet/int_reg/military_hangar) +"mxU" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"myi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"myV" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/south_cave) +"mAm" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"mAu" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"mAK" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"mBh" = ( +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"mBr" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"mBF" = ( +/turf/open/gm/coast/south_east, +/area/sekhmet/outside/temple_outer) +"mCY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"mDI" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"mEt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"mFr" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8; + dir = 1 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8; + dir = 1 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"mFC" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"mFE" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mGj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"mGB" = ( +/obj/structure/cargo_container/upp/mk6/left, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"mHn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"mHP" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"mIP" = ( +/obj/structure/morgue/crematorium, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"mIV" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"mJJ" = ( +/obj/structure/machinery/telecomms/relay/preset/ice_colony{ + density = 0; + layer = 6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floor_marked, +/area/sekhmet/outside/east_jungle) +"mJU" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"mJY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"mJZ" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"mKr" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/swamp) +"mKL" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/enzyme{ + pixel_y = 17; + pixel_x = -7 + }, +/obj/item/reagent_container/food/condiment/enzyme{ + pixel_y = 11; + pixel_x = -14 + }, +/obj/item/reagent_container/food/condiment/sugar{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"mMa" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"mMd" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"mMe" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/hosptial) +"mMl" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"mMS" = ( +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"mNh" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/hosptial) +"mNn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mNo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"mNB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"mND" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Entry Zone Inner Access"; + id = "EZlock"; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"mNH" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 14; + can_block_movement = 0; + opacity = 0 + }, +/obj/item/book/manual/surgery{ + icon_state = "book_tan"; + color = "#8B9490" + }, +/obj/item/prop/magazine/book/theartofwar, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"mNJ" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/device/radio, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"mOe" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"mOC" = ( +/obj/structure/sign/safety/water{ + pixel_x = -18 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"mPs" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"mPS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"mPX" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/swamp) +"mQj" = ( +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/southwest_complex) +"mQx" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"mRl" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"mRo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"mRp" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"mRF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"mRJ" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southroad) +"mRV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"mSn" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"mSo" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"mSt" = ( +/obj/structure/prop/static_tank/water, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"mSV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"mTj" = ( +/obj/structure/machinery/vending/hydroseeds, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"mTp" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/east_jungle) +"mUj" = ( +/obj/structure/bed/chair, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"mVe" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/complex_generic) +"mVK" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"mVQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"mVW" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/east_jungle) +"mWE" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"mWJ" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"mWX" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner2/south_east, +/area/sekhmet/outside/swamp) +"mXe" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/east_jungle) +"mXl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"mXJ" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/gm/coast/west, +/area/sekhmet/outside/airfield) +"mXK" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"mYe" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/structure/stairs, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"mYj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/roller/medevac, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"mYw" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_intel) +"mYz" = ( +/obj/structure/sign/safety/water{ + pixel_x = 16 + }, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"mZm" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"nai" = ( +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/swamp) +"naC" = ( +/obj/structure/cargo_container/canc/tan/right, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"naI" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"nbh" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/roller/bedroll{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/roller/bedroll{ + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/east_jungle) +"nbl" = ( +/obj/structure/sign/safety/storage, +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/catwalk) +"nby" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"nbA" = ( +/obj/structure/bed/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"nbU" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 8 + }, +/obj/structure/noticeboard{ + pixel_x = 16; + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"ncm" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ncD" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 15; + pixel_y = 29 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/southwest_complex) +"ncI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"nda" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/southeast_road) +"ndL" = ( +/obj/structure/cargo_container/upp/mid, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"ndU" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"nel" = ( +/obj/structure/machinery/vending/sovietsoda, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"nfb" = ( +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/obj/item/attachable/bayonet/upp, +/obj/item/ammo_magazine/pistol/t73, +/obj/item/ammo_magazine/pistol/t73, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"nfl" = ( +/obj/structure/machinery/vending/sovietsoda, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"nfH" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/machinery/line_nexter{ + icon_state = "turnstile_strata"; + layer = 4.1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"ngu" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/military_hangar) +"ngZ" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"nhe" = ( +/obj/structure/platform/metal/shiva, +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"nho" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northwest, +/area/sekhmet/int_reg/air_filters) +"nhq" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"nhU" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_3"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"niq" = ( +/obj/structure/cargo_container/upp/tan/right, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"niM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"nje" = ( +/obj/item/clothing/suit/chef/classic/medical{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/tool/surgery/scalpel{ + pixel_x = 18 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"njC" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"nkg" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/engineering) +"nkF" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/east, +/area/sekhmet/shuttles/drop3) +"nlq" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"nlt" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_reg/air_filters) +"nlA" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"nlN" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"nmm" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"nmt" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"nmz" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/invuln/fire{ + pixel_x = 14; + pixel_y = -7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"nmC" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"nmD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/constructable_frame{ + pixel_x = -11; + pixel_y = -16 + }, +/obj/item/circuitboard/apc{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"nmH" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/conference_room{ + pixel_x = -18 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"nnm" = ( +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"nnp" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"nns" = ( +/obj/structure/sign/safety/elevator, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"nnx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"nnI" = ( +/obj/structure/cargo_container/horizontal/blue/bottom{ + color = "#77b300"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"nnT" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/window/brigdoor/westright{ + dir = 1; + req_one_access = list(101); + req_access = null + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"noc" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"noW" = ( +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/structure/closet/secure_closet/personal{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"npB" = ( +/obj/structure/machinery/camera{ + c_tag = "South Complex - General Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"npQ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_one_access_txt = "240"; + req_access = null; + can_block_movement = 0; + pixel_y = 15; + name = "equipment locker"; + pixel_x = -5 + }, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/obj/item/clothing/head/helmet/marine/veteran/UPP/army, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"npR" = ( +/obj/structure/platform{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/shuttles/drop3) +"npW" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 16; + pixel_y = -8 + }, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"nqa" = ( +/obj/structure/largecrate/guns/russian{ + pixel_x = -2 + }, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/comms_lower) +"nqL" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"nsm" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"nsp" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/wood, +/area/sekhmet/outside/east_jungle) +"nsD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"nsP" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"ntr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/greengrid, +/area/sekhmet/outside/central_road) +"nts" = ( +/obj/structure/machinery/chem_dispenser/soda/beer{ + pixel_y = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"ntM" = ( +/obj/structure/machinery/optable, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"nvf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/firstaid/o2, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"nvi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"nvY" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"nwf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -12 + }, +/obj/item/storage/box/packet/high_explosive/upp{ + pixel_x = 3 + }, +/obj/item/storage/box/packet/high_explosive/upp{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"nwH" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/bcircuit, +/area/sekhmet/int_reg/engineering) +"nwX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"nxa" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"nxi" = ( +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"nxm" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = -5 + }, +/obj/item/storage/box/handcuffs{ + pixel_y = -3; + pixel_x = 7 + }, +/obj/item/storage/box/evidence{ + pixel_y = 7; + pixel_x = 6 + }, +/obj/item/storage/box/tapes{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"nxB" = ( +/obj/structure/prop/static_tank, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/air_filters) +"nxC" = ( +/obj/structure/tent/big, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/east_jungle) +"nxD" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/gm/river/desert/tyrargo/no_slowdown, +/area/sekhmet/int_reg/water_filters) +"nzu" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"nzz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"nzL" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/central_road) +"nzW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"nAj" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1 + }, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship2) +"nAw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "Administration - Office"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"nAy" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/offices) +"nAK" = ( +/obj/structure/largecrate/random/case, +/obj/structure/largecrate/random/case/double{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"nBp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"nBw" = ( +/obj/structure/droppod/container, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"nBA" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"nBN" = ( +/obj/structure/machinery/seed_extractor, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"nCq" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/int_reg/complex_operation) +"nCv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 14; + pixel_x = 10; + anchored = 1 + }, +/obj/item/tool/pen, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = 13; + pixel_y = 8; + layer = 3.03 + }, +/obj/item/ammo_magazine/pistol/t73, +/obj/item/weapon/gun/pistol/t73, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"nDx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/knife{ + pixel_x = -4 + }, +/obj/item/tool/kitchen/knife{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"nEF" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"nEG" = ( +/obj/structure/prop/almayer/cannon_cable_connector, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"nEV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/closet/crate/ammo, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"nEY" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"nGt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"nGz" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 4; + pixel_x = -5 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"nHq" = ( +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"nID" = ( +/obj/item/tool/wet_sign, +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"nIT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"nJe" = ( +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"nJh" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/complex_generic) +"nJq" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Garage"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"nJL" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"nKD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/explosive/plastic{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"nKG" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"nLd" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"nLM" = ( +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"nMq" = ( +/obj/structure/machinery/recharge_station, +/obj/structure/platform/metal/shiva/west, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"nMw" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"nNS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/stack/medical/advanced/bruise_pack/upgraded{ + amount = 2; + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/stack/medical/advanced/ointment/upgraded{ + amount = 2; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"nOY" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"nPc" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"nPx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"nPA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"nQp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/prop/almayer/CICmap, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"nQF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_y = 1; + pixel_x = -25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/complex_operation) +"nQJ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"nRG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"nSu" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"nSM" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"nSQ" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"nSY" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/device/radio, +/obj/item/device/radio, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"nTd" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/ammo_box/magazine/misc/mre, +/obj/item/clothing/gloves/black, +/obj/item/device/walkman, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/obj/item/storage/fancy/trading_card/red{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/storage/fancy/trading_card/red{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"nUe" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"nUi" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"nUk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/siding{ + icon_state = "siding2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/garage) +"nUz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/military_hangar) +"nUB" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"nUI" = ( +/obj/structure/machinery/door/airlock/upp/engi/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"nVK" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_reg/garage) +"nVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"nVU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"nWc" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp4" + }, +/area/sekhmet/int_reg/ship1) +"nWg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"nWX" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"nXc" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"nXi" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"nYt" = ( +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"nZF" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/curtain/medical, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"nZY" = ( +/obj/structure/machinery/computer3/server/rack, +/obj/structure/machinery/camera{ + c_tag = "Communication - Transmissions"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"oaK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"oaP" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/sekhmet/int_heavy/research) +"obb" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/general/medium{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/storage/pouch/general/medium{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/storage/pouch/general/large{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/machinery/camera{ + c_tag = "Warehouse - Workers Station"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"obo" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"obB" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters{ + dir = 4; + id = "interro_privacy"; + name = "Privacy" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_operation) +"obF" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/central_road) +"obH" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"obI" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"obS" = ( +/obj/structure/machinery/chem_master{ + pixel_y = 3 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"obT" = ( +/turf/open/slippery/hull/dir/east, +/area/sky) +"ocw" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"odl" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "smallgarage"; + name = "Garage Shutters"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/southwest_complex) +"odx" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"odI" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"odL" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"odM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/swamp) +"odU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"oei" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"oey" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/desk_bell{ + pixel_y = 11; + pixel_x = -5; + anchored = 1 + }, +/obj/item/newspaper, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"ofo" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/prop/almayer/computers/mapping_computer{ + name = "colonial operations terminal"; + color = "#8B9490"; + pixel_x = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"ofA" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"ofV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"ofY" = ( +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B" + }, +/obj/structure/bookcase{ + icon_state = "book-5"; + color = "#8B7B5B"; + pixel_y = 12 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"ogg" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"ohs" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"ohF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar1"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/plate, +/area/sekhmet/int_heavy/research) +"ohI" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/entry_zone) +"ohO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"ohU" = ( +/obj/structure/platform{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/shuttles/drop3) +"oil" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/southroad) +"oiw" = ( +/obj/structure/fence/slim/upp, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"oix" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangarStorage"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"oja" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"ojJ" = ( +/obj/effect/decal/siding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"okq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/structure/flora/pottedplant{ + pixel_x = -21 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"okx" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"okB" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"okQ" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/south_complex) +"okW" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"olw" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"olG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"omg" = ( +/obj/item/stool, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"omQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"ona" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"ons" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/complex_generic) +"onE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"onG" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -5 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"onU" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"ooc" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"oot" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"opf" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"opw" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 50; + pixel_x = -2; + pixel_y = -5 + }, +/obj/item/stack/sheet/mineral/phoron{ + amount = 50; + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"opM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door_control{ + pixel_x = 9; + pixel_y = -29; + id = "smallgarage" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"oqd" = ( +/obj/structure/cargo_container/hd/mid, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"oqw" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"oqM" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"oqU" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/temple_outer) +"oqW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"orD" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"orF" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"osr" = ( +/obj/effect/decal/siding{ + icon_state = "siding6" + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"osD" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/engineering) +"otg" = ( +/obj/structure/machinery/gel_refiller, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"ots" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"otE" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/ship2) +"otQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/head/hardhat/white{ + pixel_y = 5 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"ouA" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"ovh" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/barricade/handrail/wire, +/obj/item/notepad/red{ + pixel_y = 15; + pixel_x = 2 + }, +/obj/item/folder{ + pixel_y = 9; + pixel_x = -11 + }, +/obj/item/folder{ + pixel_y = 21; + pixel_x = -9 + }, +/obj/item/device/clue_scanner{ + pixel_y = 3; + pixel_x = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"ovl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"ovs" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"ovw" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"ovM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"owu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/turf/open/floor/strata/red1, +/area/sekhmet/int_reg/complex_operation) +"owO" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"owU" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"owY" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"owZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"oxo" = ( +/obj/structure/stairs, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"oxw" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southroad) +"oxx" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"oyh" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"oyE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"oyW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"oza" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"oAb" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/reagent_container/food/drinks/cans/thirteenloko{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/reagent_container/glass/rag{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/device/lightreplacer, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"oBb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"oBj" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"oBm" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/east_jungle) +"oBv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"oBW" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"oCv" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"oCC" = ( +/obj/structure/platform/metal/shiva/east, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"oCD" = ( +/obj/structure/closet/crate/trashcart{ + name = "clothing bin"; + color = "#5c5c3d" + }, +/obj/item/clothing/under/blackskirt, +/obj/item/clothing/suit/storage/jacket/marine/corporate, +/obj/item/clothing/under/colonist/workwear/blue, +/obj/item/clothing/under/colonist/workwear/green, +/obj/item/clothing/under/colonist/workwear/pink, +/obj/item/clothing/under/colonist/workwear/khaki, +/obj/item/clothing/under/colonist/workwear/pink, +/obj/item/clothing/gloves/grey, +/obj/item/storage/backpack/satchel/black, +/obj/item/storage/backpack/satchel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"oCT" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Water Closet" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"oDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"oDs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/pickaxe{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/tool/pickaxe{ + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"oDz" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"oDJ" = ( +/obj/structure/machinery/chem_master/industry_mixer, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"oGb" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"oHC" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"oIk" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/sekhmet/int_glass/hosptial) +"oIn" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/ashtray/bronze{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/storage/fancy/cigar/tarbacks{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/paper{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/folder/red{ + pixel_x = -3 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"oIQ" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"oJC" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"oJY" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"oKg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"oKv" = ( +/obj/structure/janitorialcart, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"oLj" = ( +/obj/structure/safe/floor{ + name = "safe"; + spawnkey = 0 + }, +/obj/item/prop{ + icon = 'icons/obj/items/disk.dmi'; + icon_state = "nucleardisk"; + desc = "A disk containing information valuable to those interested in UPP intel."; + name = "Ravdonika Archaeo invoice disk"; + w_class = 1 + }, +/obj/item/weapon/pole/wooden_cane, +/obj/item/storage/fancy/cigar, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"oLw" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"oMv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"oNs" = ( +/obj/structure/reagent_dispensers/beerkeg/alt{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/structure/reagent_dispensers/beerkeg/alt{ + pixel_x = -8; + pixel_y = 14 + }, +/obj/structure/reagent_dispensers/beerkeg/alt_dark{ + pixel_x = -4; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"oNQ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"oNV" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"oOu" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp5" + }, +/area/sekhmet/int_reg/ship2) +"oPg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"oPA" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"oPC" = ( +/obj/structure/largecrate/supply/medicine/iv, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"oQe" = ( +/obj/structure/cargo_container/canc/mid, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"oQE" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/elevatorshaft, +/area/sekhmet/int_heavy/low_level_gen) +"oQH" = ( +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/temple_outer) +"oQL" = ( +/obj/structure/machinery/camera{ + c_tag = "UPP - Communication Lobby"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"oQQ" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"oRx" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/south_cave) +"oSx" = ( +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/complex_operation) +"oTl" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/obj/structure/platform/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"oTC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = 5; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"oTJ" = ( +/obj/effect/decal/siding/wood_siding, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"oTM" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/temple_outer) +"oUb" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/orange_edge/west, +/area/sekhmet/int_reg/comms_lower) +"oUy" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northwest, +/area/sekhmet/int_reg/water_filters) +"oUD" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"oUQ" = ( +/obj/structure/sign/safety/elevator{ + pixel_x = 15 + }, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"oVe" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"oVP" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Bar"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"oVW" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"oWb" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"oWm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/device/broken_piano, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southroad) +"oWY" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"oXF" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/southroad) +"oYP" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"oZC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"oZN" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/clothing/mask/gas/upp_pfb, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"par" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/map/current_map, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"pat" = ( +/obj/structure/desertdam/decals/road_stop{ + icon_state = "road_edge_decal8"; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"paA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"paN" = ( +/obj/structure/cargo_container/upp/right, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"pbj" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"pdj" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/shuttles/drop3) +"pdy" = ( +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"pdY" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/warehouse) +"pem" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"pew" = ( +/obj/structure/machinery/deployable/barrier, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"pfa" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/north, +/area/sekhmet/int_reg/air_filters) +"pfm" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"pfs" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southroad) +"pfX" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"pgF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/swamp) +"phh" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"pik" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"piq" = ( +/obj/structure/machinery/portable_atmospherics/canister/air, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/air_filters) +"piI" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"pjw" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"pjE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"pjF" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"pjK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/item/bodybag/tarp, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"pjN" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/suit/chef/classic/medical, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"pjW" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"pki" = ( +/turf/closed/shuttle/elevator{ + dir = 1 + }, +/area/sekhmet/int_reg/military_hangar) +"pkv" = ( +/obj/structure/machinery/camera{ + c_tag = "South Complex - Central Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"pkD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/complex_generic) +"plt" = ( +/obj/vehicle/powerloader/jd{ + name = "\improper CosmosStal 12 Bogatyr Power Loader"; + color = "#A2B4AC"; + desc = "The CosmosStal 12 Bogatyr Power Loader is a commercial mechanized exoskeleton used for lifting heavy materials and objects based on the Caterpillar P-5000, first designed in January 29, 2025 by the Weyland Corporation. An old but trusted design used in warehouses, constructions and military ships everywhere." + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/sekhmet/int_reg/military_hangar) +"plU" = ( +/obj/structure/platform/stone/soro, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"pmn" = ( +/obj/item/tool/warning_cone{ + pixel_x = 13; + pixel_y = 16 + }, +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"pmI" = ( +/obj/structure/prop/almayer/computers/sensor_computer2, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 22; + pixel_x = -10 + }, +/obj/item/reagent_container/food/drinks/bottle/beer/craft/tazhushka{ + pixel_y = 5; + pixel_x = -7 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"pmM" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"pnA" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 8 + }, +/turf/open/floor/filtrationside/northwest, +/area/sekhmet/int_reg/air_filters) +"poH" = ( +/turf/closed/shuttle/elevator{ + dir = 8 + }, +/area/sekhmet/int_reg/military_hangar) +"ppm" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"ppA" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"ppC" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"ppD" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"ppG" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/airfield) +"pqK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"pqO" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"pqZ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"pre" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"prf" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/southroad) +"prj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"prx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"prE" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"prF" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"prO" = ( +/obj/structure/fence/slim/upp, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/southeast_road) +"prW" = ( +/obj/structure/bed/sofa/south/grey{ + pixel_y = 7 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"psA" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"psY" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/military_hangar) +"pth" = ( +/turf/open/floor/strata/orange_edge, +/area/sekhmet/int_reg/comms_lower) +"pux" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"pvc" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"pvn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"pvv" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/sekhmet/outside/temple_outer) +"pwN" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"pwO" = ( +/obj/structure/platform_decoration/stone/soro/north, +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"pwS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 6; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"pxl" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/under/marine/veteran/UPP{ + pixel_y = 13; + pixel_x = -7 + }, +/obj/item/clothing/under/marine/veteran/UPP{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/item/ammo_box/magazine/type71/empty{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"pxB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/shuttles/drop3) +"pxL" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"pAn" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"pAH" = ( +/obj/item/prop/tableflag/upp{ + pixel_x = 11; + pixel_y = 37 + }, +/obj/structure/machinery/cm_vending/sorted/boozeomat/chess{ + density = 0; + pixel_x = -5; + pixel_y = 21 + }, +/obj/structure/machinery/cm_vending/sorted/boozeomat/chess{ + density = 0; + pixel_x = 19; + pixel_y = 21 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"pAN" = ( +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"pAS" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"pAX" = ( +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"pBh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/camera{ + c_tag = "Central Complex - Holding"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"pBz" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"pCu" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"pCS" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"pDI" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/central_road) +"pEa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_intel) +"pEy" = ( +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"pED" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"pEI" = ( +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"pFj" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/storage/pouch/flare/full{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/storage/pouch/flare{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"pFr" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"pFW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"pGJ" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"pGS" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"pHa" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"pHf" = ( +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"pHi" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/mask/gas/upp_pfb, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"pHo" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/east_jungle) +"pHO" = ( +/turf/open/gm/coast/west, +/area/sekhmet/outside/airfield) +"pIz" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "paparmory"; + name = "\improper Weapon Storage"; + color = "#8B9490"; + dir = 4; + pixel_y = 1 + }, +/obj/structure/machinery/door/airlock/upp/generic/solid/autoname{ + req_access = null; + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"pJc" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/clothing/accessory/health/scrap{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"pKm" = ( +/obj/structure/closet/crate/ammo, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship1) +"pKy" = ( +/obj/structure/cargo_container/canc/tan/left, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"pKC" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"pKE" = ( +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/swamp) +"pLW" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = 8; + dir = 1 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -8; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/ship2) +"pMQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"pMZ" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"pNc" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp8" + }, +/area/sekhmet/int_reg/ship2) +"pNj" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/southeast_road) +"pNL" = ( +/turf/open_space, +/area/sky) +"pOe" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/warehouse) +"pOj" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/item/device/flashlight{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"pOk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"pOP" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"pPn" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"pPN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/camera{ + c_tag = "Research - Storage Transfer Hall"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"pQf" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"pQL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"pQW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526"; + dir = 4 + }, +/turf/open/floor/filtrationside/east, +/area/sekhmet/int_reg/air_filters) +"pRu" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"pRQ" = ( +/obj/item/prop/tableflag/upp{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/structure/machinery/prop/almayer/CICmap/upp, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"pSm" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/southwest_complex) +"pSz" = ( +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/east_jungle) +"pUz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"pUI" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"pUT" = ( +/obj/structure/bed/chair/wheelchair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"pVj" = ( +/obj/item/paper/research_notes/grant/high, +/obj/structure/safe, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"pVC" = ( +/obj/structure/cargo_container/upp/mk6/right{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"pVD" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/eng/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/catwalk) +"pWQ" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"pWT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"pXe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/machinery/vending/cigarette/wy, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southroad) +"pXE" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"pYl" = ( +/obj/item/weapon/gun/shotgun/type23, +/obj/item/weapon/gun/shotgun/type23, +/obj/structure/closet/secure_closet/guncabinet{ + req_one_access_txt = "106;233;235;240;241"; + req_access = null; + name = "gun locker" + }, +/obj/item/weapon/gun/shotgun/type23, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"pYM" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + can_block_movement = 0; + pixel_y = 15; + pixel_x = 1 + }, +/obj/item/weapon/gun/smg/bizon/upp, +/obj/item/ammo_magazine/smg/bizon, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"pYX" = ( +/obj/effect/decal/siding, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"pZf" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"pZo" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/airfield) +"pZy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"pZW" = ( +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"qak" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp27"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"qan" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"qbp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"qbt" = ( +/obj/structure/closet/secure_closet/guncabinet{ + req_one_access_txt = "106;233;235;240;241"; + req_access = null; + name = "gun locker" + }, +/obj/item/weapon/gun/rifle/type71, +/obj/item/weapon/gun/rifle/ak4047, +/obj/item/weapon/gun/rifle/ak4047, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"qbT" = ( +/obj/item/reagent_container/food/drinks/cans/boda{ + pixel_y = 11; + pixel_x = 1 + }, +/obj/structure/machinery/prop/almayer/CICmap/upp, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"qcm" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clipboard{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/clothing/mask/gas/upp_pfb{ + pixel_x = -4; + pixel_y = -10 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"qcy" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/temple_outer) +"qcH" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"qdz" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"qeq" = ( +/obj/structure/cargo_container/canc/right, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"qfM" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"qfU" = ( +/obj/structure/barricade/handrail/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"qgm" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pill_bottle/paracetamol{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/storage/pill_bottle/paracetamol{ + pixel_y = 13 + }, +/obj/item/storage/pill_bottle/paracetamol{ + pixel_x = -7; + pixel_y = 13 + }, +/obj/item/storage/pill_bottle/russianRed{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/pill_bottle/russianRed{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/pill_bottle/spaceacillin{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/storage/pill_bottle/spaceacillin{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/storage/pill_bottle/spaceacillin{ + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"qgz" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"qid" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"qif" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"qit" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"qiC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"qiJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/supply/supplies/metal, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"qjk" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"qjE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/invuln/overhead_pipe{ + dir = 4; + pixel_y = 10 + }, +/obj/structure/curtain, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"qjK" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + icon_state = "leftsecure"; + req_access = null; + req_one_access = list(101) + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"qkg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt2, +/area/sekhmet/outside/temple_outer) +"qkY" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"qlm" = ( +/obj/structure/bed{ + icon_state = "psychbed" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"qlo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"qlF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"qmf" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) +"qmq" = ( +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"qmL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"qoh" = ( +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/temple_outer) +"qow" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/prop/colony/canister{ + color = "#33ffff"; + pixel_y = 8; + name = "chemical can" + }, +/obj/item/prop/colony/canister{ + color = "#33ffff"; + pixel_y = -2; + name = "chemical can" + }, +/obj/item/tool/surgery/scalpel/pict_system, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"qoG" = ( +/obj/structure/bed/chair/comfy/black, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"qpi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"qpj" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"qpD" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"qqg" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"qqr" = ( +/obj/structure/machinery/door_control{ + pixel_x = 9; + pixel_y = -29; + id = "paparmory" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"qqy" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"qqG" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"qqZ" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"qrg" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"qrR" = ( +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"qrT" = ( +/turf/open/gm/coast/beachcorner, +/area/sekhmet/outside/east_jungle) +"qsI" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -9; + pixel_y = 5 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"qta" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pill_bottle/inaprovaline{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/storage/pill_bottle/inaprovaline{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/pill_bottle/alkysine{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/storage/pill_bottle/dexalin{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/obj/item/storage/pill_bottle/happy{ + pixel_x = -7; + pixel_y = 13; + desc = "It's an airtight container for storing medication."; + name = "Naproleve" + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"qty" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"qtO" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "rsrHangar1" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"quo" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/low_level_gen) +"quz" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/machinery/door_control{ + pixel_x = 9; + pixel_y = -29; + id = "biggarage2" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/garage) +"quT" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"qvg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Western Lock Access"; + id = "hvysec" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"qvl" = ( +/obj/structure/platform_decoration/stone/soro, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"qvF" = ( +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"qvT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/belt/marine/upp, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qwH" = ( +/obj/structure/cargo_container/upp/mk6/mid{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"qwM" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"qxi" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/south_east, +/area/sekhmet/outside/swamp) +"qxI" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"qyt" = ( +/obj/item/stool{ + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"qyM" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"qyR" = ( +/obj/structure/bed/chair/comfy/blue{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"qzh" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"qzM" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"qzO" = ( +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"qAf" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"qBE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"qCx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/reagent_analyzer{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"qCz" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/central_road) +"qCA" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/obj/item/folder/black_random{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 20; + pixel_x = -8 + }, +/obj/item/tool/hand_labeler{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/tool/crowbar/red, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"qCP" = ( +/obj/structure/closet/crate/trashcart{ + name = "clothing bin"; + color = "#5c5c3d" + }, +/obj/item/clothing/suit/storage/jacket/marine/vest, +/obj/item/clothing/suit/storage/jacket/marine/pilot{ + name = "frontier vest"; + desc = "a comfy vest meant to comfort the people in the cockpit!" + }, +/obj/item/clothing/suit/storage/jacket/marine/bomber/grey, +/obj/item/clothing/suit/storage/jacket/marine/bomber/red, +/obj/item/clothing/suit/storage/jacket/marine/bomber/red, +/obj/item/clothing/suit/storage/jacket/marine/bomber, +/obj/item/clothing/suit/storage/jacket/marine/vest, +/obj/item/clothing/gloves/yellow, +/obj/item/clothing/gloves/black, +/obj/item/storage/backpack/satchel/blue, +/obj/item/storage/backpack/lightpack, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"qCR" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_container/food/snacks/flour{ + pixel_x = -8; + pixel_y = 15 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"qCT" = ( +/obj/structure/inflatable, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"qDB" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"qDF" = ( +/turf/open/gm/coast/east, +/area/sekhmet/outside/airfield) +"qDK" = ( +/obj/effect/decal/siding{ + icon_state = "siding5" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"qDM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"qDT" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"qEe" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/airfield) +"qER" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/belt/gun/type47/np92, +/obj/structure/machinery/recharger{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/item/weapon/telebaton, +/obj/item/storage/backpack/general_belt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"qFw" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"qFO" = ( +/turf/open/gm/dirt2, +/area/sekhmet/caves/west_cave) +"qFP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"qFX" = ( +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qGy" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_x = -9; + pixel_y = 32; + layer = 3.02 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"qGY" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"qHq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"qHH" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "cables" + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/yard) +"qHY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/engineering) +"qIk" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"qIJ" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"qIL" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qJd" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"qJv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/water_filters) +"qJx" = ( +/obj/structure/prop/static_tank/fuel, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"qJQ" = ( +/turf/open/floor/corsat, +/area/sekhmet/int_reg/garage) +"qLO" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"qLS" = ( +/obj/structure/window_frame/wood, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = -4; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = 12; + anchored = 1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -2; + pixel_y = 4; + anchored = 1 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"qMQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/stamp/approved{ + pixel_x = 10 + }, +/obj/item/tool/stamp/denied{ + pixel_x = 15; + pixel_y = -4 + }, +/obj/item/device/flashlight/lamp{ + pixel_y = 12 + }, +/obj/item/key/cargo_train, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"qMZ" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/weapon/gun/pistol/es4, +/obj/item/ammo_magazine/pistol/es4, +/obj/item/device/motiondetector/m717/hacked{ + pixel_x = -4; + pixel_y = 5; + iff_signal = "CLF"; + name = "jailbroken M717 pocket motion detector"; + desc = "This prototype motion detector sacrifices versatility, having only the long-range mode, for size, being so small it can even fit in pockets. This one seems to be modified to some extent." + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"qNb" = ( +/obj/structure/bed/chair/comfy/beige, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"qNc" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "rsrHangarStorage2" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"qPd" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"qPy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"qPO" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"qPW" = ( +/obj/item/prop/colony/canister{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/garage) +"qQp" = ( +/obj/structure/prop/dam/crane{ + pixel_x = -11 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"qQw" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/east_jungle) +"qQB" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"qQX" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/rollingpin{ + pixel_x = -3 + }, +/obj/item/tool/kitchen/rollingpin{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/book/manual/chef_recipes{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"qQY" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qRh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/shuttle/dropship/light_grey_top, +/area/sekhmet/int_reg/ship1) +"qRi" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"qRy" = ( +/obj/structure/sign/safety/bathunisex{ + pixel_x = 33; + pixel_y = 1 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/offices) +"qSd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/complex_comms) +"qSD" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"qSP" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/central_road) +"qTc" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"qTH" = ( +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/swamp) +"qVQ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"qVS" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"qWg" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"qWz" = ( +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/airfield) +"qWP" = ( +/obj/structure/platform{ + dir = 4; + layer = 3.01 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"qWV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"qXe" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"qXz" = ( +/turf/open/floor/plating/warnplate/southeast, +/area/sekhmet/shuttles/drop3) +"qYb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qYr" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"qYD" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"qYY" = ( +/obj/structure/platform_decoration/metal/shiva, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"qZx" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"qZz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/spawner/random/toy, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"qZQ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"ran" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/int_heavy/entry_zone) +"rau" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"rbV" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/folder/red{ + pixel_x = -18; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = -10; + pixel_y = 1 + }, +/obj/item/folder/white{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/tool/pen/multicolor/fountain, +/obj/item/book/codebook/upp{ + icon_state = "book_green"; + pixel_y = 1; + pixel_x = 9 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"rcE" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"rcV" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator/access, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/low_level_gen) +"rdS" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/west_cave) +"rdV" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"rel" = ( +/obj/structure/machinery/computer/telecomms/server{ + density = 1; + color = "#8B9490"; + layer = 3.21 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"reT" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2 Field Clearing" + }, +/turf/open/gm/dirt2, +/area/sekhmet/shuttles/drop2) +"rfz" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"rfD" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/interior/tatami, +/area/sekhmet/int_reg/complex_intel) +"rgr" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"rgP" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"rgS" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"rhC" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"rit" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"rjN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/box{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/candy{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"rkw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"rlk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/secure_closet/guncabinet{ + req_access = null; + can_block_movement = 0; + pixel_y = 15; + name = "equipment locker"; + pixel_x = 1 + }, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"rlC" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clipboard{ + pixel_y = 7; + pixel_x = 9 + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_x = -8; + pixel_y = 14 + }, +/obj/item/clipboard{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"rlU" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1 + }, +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship1) +"rlY" = ( +/obj/structure/closet/radiation, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/engineering) +"rnj" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"rnq" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"rnD" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"rnH" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/complex_generic) +"rnM" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/structure/platform_decoration/metal/shiva/north, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"rof" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"rqa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/geiger_counter, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"rqb" = ( +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"rqd" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southeast_road) +"rqz" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/temple_outer) +"rqM" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/southeast_road) +"rqN" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/sekhmet/int_reg/ship1) +"rrZ" = ( +/obj/structure/cargo_container/hd/right, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"rse" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/filtration/machine_32x64/indestructible{ + bound_height = 32; + icon_state = "solo_tank_empty"; + layer = 5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/swamp) +"rsl" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/largecrate/random/mini/wooden{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"rsv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"rsY" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/south_cave) +"rtc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"rtl" = ( +/turf/open/space/basic, +/area/sky) +"rtz" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/tool/weldingtool/largetank, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"rtH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"rur" = ( +/obj/structure/machinery/bioprinter{ + name = "\improper MinZdrav synthetic limb printer 2000" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"rut" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/water_filters) +"ruy" = ( +/obj/structure/machinery/chem_dispenser/soda{ + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"ruG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice8"; + pixel_x = 16; + pixel_y = -8 + }, +/obj/structure/machinery/light, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"rvz" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"rvC" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/warnplate/east, +/area/sekhmet/shuttles/drop3) +"rvU" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/device/working_joe_pda, +/obj/item/prop/colony/game, +/obj/item/device/black_market_scanner, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"rwC" = ( +/obj/structure/filingcabinet/security{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16; + color = "#8B7B5B" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"rwE" = ( +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"rwT" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"rxa" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/outside/swamp) +"rxh" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = -7; + name = "colonial operations terminal"; + color = "#8B9490" + }, +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"rxq" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/bomb_supply, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"rxD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"rxE" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/garage) +"rxK" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"ryc" = ( +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"ryd" = ( +/obj/structure/prop/almayer/cannon_cables, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/east_jungle) +"ryx" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"ryy" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/temple_outer) +"ryJ" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"rzz" = ( +/obj/structure/bed/sofa/south/grey/right{ + pixel_y = 7 + }, +/obj/item/device/flashlight/lantern{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"rAZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/yard) +"rBi" = ( +/turf/open/floor/corsat/arrow_east, +/area/sekhmet/int_heavy/research) +"rBS" = ( +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship1) +"rCi" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"rCw" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"rCE" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"rCO" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"rCP" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/structure/largecrate/supply, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/comms_lower) +"rDo" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"rDx" = ( +/obj/structure/bed/chair/comfy/black, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"rDM" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"rDP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"rDV" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"rEe" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"rEu" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/temple) +"rEC" = ( +/turf/closed/shuttle/elevator, +/area/sekhmet/int_reg/comms_lower) +"rED" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"rEN" = ( +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/central_road) +"rEU" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"rFa" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"rFl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/garage) +"rGf" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"rGJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"rGW" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"rHq" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"rHs" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/southroad) +"rHX" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"rIb" = ( +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/swamp) +"rIN" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/beakers{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/storage/box/beakers{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/reagent_container/glass/beaker/catalyst/silver{ + pixel_x = -15; + pixel_y = 3 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"rJz" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"rJZ" = ( +/obj/vehicle/train/cargo/trolley, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"rKh" = ( +/obj/structure/stairs, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"rKk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"rKG" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"rKN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"rKX" = ( +/obj/structure/platform/metal/shiva/east, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"rLM" = ( +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_heavy/entry_zone) +"rMv" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"rMP" = ( +/obj/structure/cargo_container/upp/mk6/right, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"rMV" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/prop/helmetgarb/flair_uscm{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/spacecash/c1000{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/item/clothing/gloves/black, +/obj/item/device/walkman, +/obj/item/storage/fancy/trading_card/green{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/storage/fancy/trading_card/blue{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"rNg" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"rNu" = ( +/obj/structure/filtration/machine_96x96/filtration{ + name = "Air Filtration System" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southwest, +/area/sekhmet/int_reg/air_filters) +"rNQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"rNY" = ( +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"rOo" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/yard) +"rPi" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/southeast_road) +"rPt" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/water_filters) +"rPS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"rQO" = ( +/obj/structure/platform/metal/shiva, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"rQV" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/device/black_market_hacking_device, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"rRj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"rRr" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"rRA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"rRF" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp3" + }, +/area/sekhmet/int_reg/ship2) +"rRS" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"rRV" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/tool/pen/red/clicky, +/obj/item/device/flashlight/lamp/on{ + pixel_y = 12; + pixel_x = -7 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"rRW" = ( +/obj/structure/cargo_container/upp/mk6/left{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"rSb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"rSm" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"rSL" = ( +/obj/structure/platform/metal/strata, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"rSZ" = ( +/obj/item/stool, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"rTB" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"rTR" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"rUa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"rUK" = ( +/turf/open/floor/strata/orange_edge/west, +/area/sekhmet/int_reg/complex_comms) +"rVF" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"rWr" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/air_filters) +"rWJ" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/offices) +"rWW" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/outside/southeast_road) +"rXs" = ( +/obj/structure/coatrack{ + pixel_x = -4; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"rXH" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/shuttles/drop3) +"rXR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"rXT" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"rYe" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"rYX" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"sbj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/reagent_container/glass/canister/oxygen{ + pixel_y = 6 + }, +/obj/item/reagent_container/glass/canister/oxygen{ + pixel_x = -8 + }, +/obj/item/device/multitool, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"sbm" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/box/lightstick{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/storage/box/lightstick{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/circuitboard/apc, +/obj/effect/spawner/random/toolbox, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"sbD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/hosptial) +"sbG" = ( +/obj/structure/sign/safety/water, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"scn" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"scq" = ( +/obj/structure/displaycase, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"sdm" = ( +/obj/structure/window/framed/shiva, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_intel) +"sdn" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"sdD" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"seg" = ( +/obj/structure/machinery/power/smes/buildable{ + name = "backup power SMES" + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"sel" = ( +/obj/structure/mineral_door/wood, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"sfR" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"sgF" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/outside/southeast_road) +"shb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/central_road) +"shJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"sib" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"sif" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"sip" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"siu" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + dir = 1; + name = "Water Closet" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/offices) +"siB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/prop/broken_arcade, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"sjv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/accessory/poncho/green{ + desc = "The standard poncho has variations for every climate. Custom fitted to be attached to chest rigs it is comfortable, warming or cooling as needed, and well-fit."; + name = "Poncho"; + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/clothing/accessory/poncho/green{ + desc = "The standard poncho has variations for every climate. Custom fitted to be attached to chest rigs it is comfortable, warming or cooling as needed, and well-fit."; + name = "Poncho"; + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/clothing/accessory/poncho/green{ + desc = "The standard poncho has variations for every climate. Custom fitted to be attached to chest rigs it is comfortable, warming or cooling as needed, and well-fit."; + name = "Poncho"; + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/weapon/gun/flare, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"sjx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 1; + pixel_y = -7 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"sjB" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"sjE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"skk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"skA" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"skE" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_glass/complex_generic) +"skI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"skU" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/maintenance_jack, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"smk" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"smZ" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/warnplate/north, +/area/sekhmet/shuttles/drop3) +"snr" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_intel) +"snt" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"snv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"snH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"snJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"sod" = ( +/obj/structure/bed/chair, +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"som" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"soo" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"soL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"soZ" = ( +/obj/item/toy/plush/bee{ + pixel_y = 28 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"spW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/queen_spawn, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"sqI" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"sqS" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/air_filters) +"srh" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/obj/structure/machinery/door/window/brigdoor/westright{ + name = "Reception"; + req_access = null + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"srp" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"ssa" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 3.1; + pixel_y = 1; + pixel_x = -10 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"stj" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/sky) +"stn" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"stu" = ( +/obj/item/clothing/accessory/poncho/green{ + desc = "The standard poncho has variations for every climate. Custom fitted to be attached to chest rigs it is comfortable, warming or cooling as needed, and well-fit."; + name = "Poncho"; + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"stI" = ( +/obj/structure/machinery/message_server, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"stQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"suL" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"suW" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/clothing/head/uppcap{ + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"svT" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/outside/airfield) +"swe" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/window/reinforced, +/obj/item/storage/box/ids{ + pixel_x = -6; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"swM" = ( +/obj/structure/largecrate/supply/generator{ + pixel_x = -11; + pixel_y = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"syY" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/south, +/area/sekhmet/outside/airfield) +"sze" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"szk" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"szq" = ( +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"szK" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"sAk" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/firstaid/adv/empty{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/storage/firstaid/adv/empty{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"sAl" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"sAo" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood/vehicle{ + name = "\improper MinZdrav Blood Dispenser"; + desc = "The MinZdrav Blood Pack Dispensary is the premier, top-of-the-line blood dispenser of 2105! Get yours today!"; + pixel_y = 21 + }, +/obj/structure/machinery/iv_drip, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"sBz" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"sBG" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/firstaid/surgical/empty{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/roller{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"sCu" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"sEa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flash, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#C02526"; + color = "#C02526" + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"sEd" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"sEB" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"sES" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"sFK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"sFQ" = ( +/obj/structure/machinery/cm_vending/sorted/walkman, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"sGh" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"sGI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/almayer/computers/sensor_computer3{ + name = "colonial operations terminal"; + pixel_y = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"sGY" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/clothing/accessory/device/whistle{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"sHi" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/objective{ + dir = 4; + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"sHm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"sHo" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"sHu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"sHW" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/military_hangar) +"sHY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/prop/invuln/fire{ + pixel_x = 19; + pixel_y = -8 + }, +/obj/structure/prop/invuln/fire{ + pixel_x = -20; + pixel_y = 13 + }, +/obj/structure/machinery/constructable_frame{ + icon_state = "box_1" + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southroad) +"sIP" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"sKc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/southwest_complex) +"sKi" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = -7; + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"sLm" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"sLq" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"sMl" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"sMo" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "papgarage" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"sNc" = ( +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"sOb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"sOL" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"sOU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/weapon/butterfly{ + pixel_x = -6; + pixel_y = -9 + }, +/obj/item/ashtray/bronze{ + pixel_y = 5; + pixel_x = -2 + }, +/obj/item/map, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"sPy" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"sPW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"sQf" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/crowbar/tactical, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"sQh" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/swamp) +"sQk" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"sQz" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/airfield) +"sQB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/closet/firecloset{ + pixel_y = 15; + pixel_x = -8; + can_block_movement = 0 + }, +/obj/structure/closet/firecloset{ + pixel_y = 15; + pixel_x = 8; + can_block_movement = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"sQK" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"sQX" = ( +/obj/structure/platform_decoration/metal/shiva/west, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"sQZ" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"sSN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/complex_comms) +"sTl" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_heavy/research) +"sTU" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"sTX" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_reg/telecomm/lz1_southeast) +"sUb" = ( +/obj/structure/machinery/vending/coffee, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"sUs" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"sUE" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/outside/airfield) +"sUF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = 6 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"sUM" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff"; + pixel_y = 6 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"sVp" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"sVz" = ( +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"sVJ" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"sVP" = ( +/obj/item/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"sVQ" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"sVW" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"sWj" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"sWJ" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"sWR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"sWV" = ( +/obj/structure/sink{ + pixel_y = 24; + layer = 3.1 + }, +/obj/structure/mirror{ + pixel_y = 35; + pixel_x = -1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 19 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime4, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"sXe" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/engineering) +"sXi" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_comms) +"sXR" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/weapon/gun/rifle/ak4047{ + pixel_x = 0; + pixel_y = 7 + }, +/obj/item/weapon/gun/rifle/ak4047{ + pixel_x = 0; + pixel_y = -4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"sYm" = ( +/obj/structure/platform/stone/soro/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"sYn" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/photo_album{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_reg/complex_intel) +"sZi" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"sZn" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"tae" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/air_filters) +"tbg" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"tbu" = ( +/obj/structure/machinery/door/airlock/upp/generic/autoname{ + req_access = null; + dir = 2 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/southwest_complex) +"tcO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"tcV" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"tdi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"tek" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/complex_generic) +"teC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/prop/almayer/box, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"teX" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff"; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"tfE" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"tfG" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"tgW" = ( +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"thC" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/airfield) +"thE" = ( +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/temple_outer) +"thJ" = ( +/obj/structure/machinery/camera{ + c_tag = "Central Complex - Intelligence"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_intel) +"thT" = ( +/obj/structure/platform/metal/shiva, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"thZ" = ( +/obj/structure/platform{ + dir = 4; + layer = 3.01 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"tiw" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_intel) +"tkj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"tkC" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/curtain, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"tkF" = ( +/obj/structure/window/reinforced, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"tkH" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/southroad) +"tlx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/technology_scanner, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"tmf" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"tmu" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"tmJ" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/machinery/computer/emails, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"tnd" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice4"; + pixel_x = -16; + pixel_y = 24 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"tnn" = ( +/obj/structure/platform/metal/shiva, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"tnp" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"tns" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/spawner/random/tool, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"tnu" = ( +/obj/structure/cargo_container/upp/tan/mid, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"tog" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = 31 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"tpq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_y = -1 + }, +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/temple_outer) +"tpx" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/central_road) +"tql" = ( +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/airfield) +"tqt" = ( +/obj/structure/largecrate, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"tqB" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/southeast_road) +"tqH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"tri" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"trz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"trB" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"trG" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/military_hangar) +"tsd" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/folder/black{ + pixel_y = 22 + }, +/obj/item/folder/black{ + pixel_y = 20; + pixel_x = -8 + }, +/obj/item/folder/yellow{ + pixel_x = 8; + pixel_y = -5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_intel) +"tsp" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"tsN" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/box/tapes{ + name = "box of tapes"; + pixel_x = -8; + pixel_y = 9 + }, +/obj/item/device/taperecorder/empty{ + pixel_x = -7; + pixel_y = -7 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"tta" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"ttl" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/southeast_road) +"tuZ" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"tve" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/water_filters) +"tvB" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/airfield) +"tvL" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/airfield) +"twf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"twx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/window/reinforced, +/obj/item/storage/pouch/chem, +/obj/item/tool/stamp{ + pixel_x = -13; + pixel_y = 8 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"txk" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"txv" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"tyx" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/obj/item/stool, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"tze" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/circuitboard/apc{ + pixel_x = 10; + pixel_y = -1 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"tzx" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "rsrHangarStorage" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"tzE" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/cpr_dummy{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/bedsheet/medical{ + pixel_y = 9 + }, +/obj/item/bedsheet/medical{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"tAg" = ( +/obj/structure/platform/metal/shiva/north, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"tAv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"tAB" = ( +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sky) +"tAO" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"tBj" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/beachcorner2/south_west, +/area/sekhmet/outside/swamp) +"tCd" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/device/flashlight/combat{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/device/lightreplacer, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"tCs" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + color = "#77b300"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/bed/bedroll{ + pixel_x = 10; + pixel_y = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"tCz" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"tDp" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/book/manual/engineering_guide{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/book/manual/engineering_construction{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/device/flash{ + pixel_y = -11 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow{ + pixel_x = -7; + pixel_y = -3 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"tDr" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"tEw" = ( +/obj/structure/platform/stone/soro, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"tEM" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open_space, +/area/sky) +"tEP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/device/motiondetector/hacked, +/obj/item/device/motiondetector/hacked, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"tES" = ( +/obj/structure/sign/safety/elevator, +/turf/closed/wall/upp_ship/reinforced/outer, +/area/sekhmet/int_heavy/low_level_gen) +"tGX" = ( +/obj/structure/largecrate/supply/weapons{ + pixel_x = -13; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"tHg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"tHk" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/toy/blink{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"tHl" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/spawner/random/tool, +/obj/item/tool/extinguisher{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"tIc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/weapon/gun/pistol/t73, +/obj/item/ammo_magazine/pistol/t73, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"tIt" = ( +/obj/item/tool/wet_sign, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/water_filters) +"tJp" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"tJA" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"tJO" = ( +/obj/structure/window/reinforced{ + layer = 3 + }, +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/shiva/north, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"tJP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"tKd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"tKf" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/southroad) +"tKk" = ( +/obj/structure/surface/table/woodentable/poor, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"tKy" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/clothing/accessory/health/scrap, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"tLi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"tLq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"tLS" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"tMl" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"tMP" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/int_reg/complex_comms) +"tMT" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"tNi" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"tNF" = ( +/obj/structure/largecrate/random/case/small{ + pixel_x = 2; + pixel_y = 13 + }, +/obj/structure/largecrate/random/barrel/true_random{ + pixel_x = -10; + pixel_y = -1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"tNX" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/southroad) +"tOy" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/device/reagent_scanner{ + pixel_x = 7; + pixel_y = -8 + }, +/obj/item/co2_cartridge{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/tool/portadialysis, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"tOI" = ( +/obj/structure/stairs, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"tOU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clipboard{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/item/clipboard{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/tool/pen{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 1; + pixel_y = -4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"tOX" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/weapon/straight_razor, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/complex_operation) +"tPf" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"tPJ" = ( +/turf/closed/shuttle/ert{ + icon_state = "leftengine_2"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"tQA" = ( +/obj/structure/bed/chair, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"tQL" = ( +/obj/structure/sign/safety/commline_connection{ + pixel_x = -19 + }, +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/complex_comms) +"tQU" = ( +/obj/structure/bed/chair/office/light, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/entry_zone) +"tRs" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"tRB" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/southwest_complex) +"tSD" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"tSU" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/platform_decoration/metal/strata, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"tTE" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + dir = 8 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"tUv" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/entry_zone) +"tUL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/air_filters) +"tUV" = ( +/obj/item/stool, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"tUX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"tVj" = ( +/obj/structure/window/reinforced, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"tVD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"tVE" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"tVS" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"tVV" = ( +/turf/open/floor/corsat/arrow_west, +/area/sekhmet/int_heavy/research) +"tVZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"tWS" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/southroad) +"tWZ" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/outside/east_jungle) +"tXS" = ( +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"tYz" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"tZm" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/int_reg/yard) +"tZR" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/stack/folding_barricade/three, +/obj/item/stack/folding_barricade/three, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/complex_operation) +"ubf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/spawner/prop_gun/m41aMK1, +/obj/item/storage/briefcase/stowaway, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"ucq" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"ucx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_comms) +"udh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"udA" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"udG" = ( +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"uey" = ( +/obj/structure/machinery/prop/almayer/computer{ + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/prop/almayer/computers/sensor_computer2{ + color = "#ffffb3"; + pixel_y = 2 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"ufa" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"ufl" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/computer/emails{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/structure/machinery/computer/card{ + pixel_x = -10 + }, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 1; + icon_state = "leftsecure"; + req_access = null + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"ufF" = ( +/obj/structure/machinery/computer/drone_control, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"ugd" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"ugj" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"ugr" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_y = 16 + }, +/obj/structure/machinery/computer/med_data/laptop{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"uhd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"uhn" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/swamp) +"uhP" = ( +/obj/structure/cargo_container/upp/tan/right, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"uir" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"uis" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = 6 + }, +/obj/structure/machinery/camera{ + c_tag = "UPP - South Hangar"; + colony_camera_mapload = 0; + network = list("Sekhmet") + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"uiK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"uiR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller/hospital_empty/bigrollerempty3, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"ujl" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/computer3/server/rack, +/turf/open/floor/almayer/tcomms, +/area/sekhmet/int_reg/complex_comms) +"uju" = ( +/obj/structure/prop/dam/truck/cargo{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"ujy" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"ujS" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"ukE" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"ukQ" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"ulS" = ( +/obj/structure/cargo_container/upp/left, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"umt" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/entry_zone) +"umx" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"umy" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"uni" = ( +/obj/structure/machinery/door_control{ + pixel_x = 24; + id = "rsrHangar1" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"unM" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_reg/yard) +"uoM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"uoP" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"uoZ" = ( +/obj/structure/platform_decoration/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"upa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/box{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "UPP - Cargo Storage"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"upE" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/curtain, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/offices) +"upN" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/offices) +"uqk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"uqA" = ( +/turf/closed/shuttle/elevator{ + dir = 10 + }, +/area/sekhmet/int_reg/comms_lower) +"uqB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"uqM" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/outside/temple_outer) +"ura" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/box/packet/high_explosive/upp, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/ak4047{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"uri" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northeast, +/area/sekhmet/int_reg/air_filters) +"urk" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"urz" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"urT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow" + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"usc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"usd" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/southeast_road) +"uss" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"usZ" = ( +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"utx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/computer/crew/colony, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"utR" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"uvk" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/machinery/colony_floodlight, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"uvA" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"uvF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/southwest_complex) +"uwn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"uws" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"uwB" = ( +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"uxj" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/kitchen/knife/butcher{ + pixel_x = 6 + }, +/obj/item/tool/weldingtool/simple{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/structure/machinery/microwave{ + pixel_y = 5 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"uxA" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/int_heavy/research) +"uxH" = ( +/turf/open/floor/strata/orange_edge/east, +/area/sekhmet/int_reg/complex_comms) +"uxS" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"uxX" = ( +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"uyh" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"uyL" = ( +/obj/structure/prop/almayer/cannon_cable_connector, +/turf/open/floor/prison/floor_marked, +/area/sekhmet/outside/east_jungle) +"uze" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/comms_lower) +"uzf" = ( +/obj/structure/inflatable/door, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"uzk" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/sand_white/layer0, +/area/sekhmet/caves/south_cave) +"uzq" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_y = -6; + pixel_x = 4 + }, +/obj/item/device/analyzer{ + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"uzv" = ( +/obj/structure/terminal{ + dir = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"uzA" = ( +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"uzB" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"uzD" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/central_road) +"uAm" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"uAv" = ( +/obj/structure/noticeboard{ + pixel_x = 16; + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"uAR" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/engineering) +"uAS" = ( +/obj/structure/cargo_container/upp/tan/left, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"uBB" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/west, +/area/sekhmet/int_reg/air_filters) +"uCe" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/orange_edge/southwest, +/area/sekhmet/int_reg/comms_lower) +"uCn" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"uCw" = ( +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"uCG" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"uCR" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/southeast_road) +"uCU" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/hardpoint/locomotion/van_wheels, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"uDj" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"uDI" = ( +/obj/structure/machinery/pipedispenser, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"uEk" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"uEY" = ( +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"uFn" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/backpack/general_belt{ + pixel_y = -2 + }, +/obj/item/storage/backpack/general_belt{ + pixel_y = 8 + }, +/obj/item/clothing/accessory/storage/webbing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"uFt" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"uFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"uFI" = ( +/turf/closed/shuttle/elevator{ + dir = 9 + }, +/area/sekhmet/int_heavy/research) +"uGe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"uGr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"uGx" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"uGQ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/magazine/book{ + desc = "A copy of La Fumée, a UPP magazine that mostly circulates in its French-influenced territories, though this particular print has been translated to reach a wider audience. On the cover is a stylized depiction of a deadman's head with white antlers growing out the sides."; + name = "La Fumée, Vol. 4 No. 15"; + pixel_y = 10; + icon_state = "tome"; + pixel_x = 10 + }, +/obj/item/clothing/head/uppcap/civi{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/clothing/head/uppcap/beret{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"uGY" = ( +/obj/structure/cargo_container/canc/tan/mid, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"uHf" = ( +/obj/structure/stairs, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"uHm" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"uHt" = ( +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"uHL" = ( +/obj/structure/machinery/camera{ + c_tag = "Research - Storage Bay"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/research) +"uIO" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/gm/dirt, +/area/sekhmet/outside/southroad) +"uIY" = ( +/obj/structure/sign/safety/commline_connection{ + pixel_x = 15; + pixel_y = 29 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/southwest_complex) +"uIZ" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship1) +"uJc" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"uJp" = ( +/obj/item/tool/mop{ + pixel_x = 9; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket/janibucket{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"uJs" = ( +/obj/structure/prop/ice_colony/surveying_device{ + dir = 1 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"uJG" = ( +/obj/item/storage/box/gloves{ + pixel_x = -4; + pixel_y = 15 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/briefcase/inflatable, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"uJJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"uJM" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/accessory/health/scrap{ + pixel_x = -7; + pixel_y = 1 + }, +/obj/item/clothing/accessory/health/scrap{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/explosive/plastic/custom, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"uKt" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"uLa" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"uLs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"uLQ" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"uMX" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"uNb" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"uNg" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"uNA" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = -7; + name = "colonial operations terminal"; + color = "#8B9490" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + layer = 2.9; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"uNQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar2"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/plate, +/area/sekhmet/int_heavy/research) +"uNX" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_heavy/research) +"uOd" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"uPa" = ( +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"uPp" = ( +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop3) +"uPC" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/emails{ + pixel_y = 3 + }, +/obj/item/clipboard{ + pixel_x = 15; + pixel_y = 2 + }, +/obj/item/clothing/head/hardhat/dblue{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"uQP" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"uSe" = ( +/obj/structure/sign/safety/storage{ + pixel_x = 7; + pixel_y = -24 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southroad) +"uSu" = ( +/obj/structure/machinery/photocopier{ + wrenchable = 1 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"uSw" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"uTi" = ( +/obj/structure/barricade/handrail/kutjevo{ + density = 0; + name = "supports"; + desc = "a series of metal shafts in a pattern meant for holding stuff up including you, fatty."; + pixel_y = 12; + layer = 2.5 + }, +/obj/structure/platform/metal/kutjevo_smooth/north, +/obj/structure/platform/metal/kutjevo_smooth/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"uTm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/stool, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"uTr" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 8 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"uUq" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"uUF" = ( +/turf/closed/wall/upp_ship/reinforced, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"uVi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"uVJ" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"uWm" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_comms) +"uWM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"uWU" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/prop/server_equipment/laptop/on, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"uXm" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/corsat, +/area/sekhmet/int_reg/comms_lower) +"uXF" = ( +/turf/open/floor/strata/orange_edge/west, +/area/sekhmet/int_reg/comms_lower) +"uXZ" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/structure/machinery/power/apc/no_power/west, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"uYl" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/device/flashlight, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"vas" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/military_hangar) +"vaE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 1; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 1; + color = "#8B7B5B" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"vaX" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "UPPmilCloset"; + name = "Hangar Supply Space"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"vbm" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/plating/warnplate/southwest, +/area/sekhmet/shuttles/drop3) +"vbU" = ( +/turf/open/gm/coast/beachcorner/north_east, +/area/sekhmet/outside/east_jungle) +"vdt" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/syringe{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/pouch/pressurized_reagent_canister{ + pixel_y = -5 + }, +/obj/item/storage/pouch/autoinjector, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"vdH" = ( +/turf/open/floor/corsat/marked, +/area/sekhmet/outside/central_road) +"vdR" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/structure/sign/banners/colonial_marines_flag_worn{ + pixel_x = 16; + pixel_y = 30 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"vee" = ( +/obj/structure/bed/chair{ + buckling_y = 18; + dir = 8; + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/airfield) +"veu" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_intel) +"veG" = ( +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"vgq" = ( +/obj/structure/cargo_container/upp/mk6/mid{ + pixel_x = 1; + pixel_y = 11; + layer = 3.01 + }, +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff"; + pixel_y = 21 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"vgB" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"vgG" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp{ + id = "aft_door" + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/ship2) +"vgH" = ( +/turf/open/gm/coast/beachcorner/north_west, +/area/sekhmet/outside/temple_outer) +"vgM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/engineering) +"vhg" = ( +/obj/structure/closet/crate/trashcart, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"vhq" = ( +/turf/open/gm/coast/south, +/area/sekhmet/outside/temple_outer) +"vih" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/south_complex) +"viZ" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/paper{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/clothing/head/uppcap{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = -11; + pixel_y = 13; + anchored = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"vjh" = ( +/turf/open/slippery/hull/dir/southwest, +/area/sky) +"vjG" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/temple_outer) +"vjJ" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/temple_outer) +"vkr" = ( +/obj/structure/cargo_container/upp/tan/left, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"vkw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"vkO" = ( +/turf/closed/wall/r_wall/bunker, +/area/sekhmet/int_reg/air_filters) +"vlh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/engineering) +"vlo" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"vlT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"vmq" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"vmZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"vnP" = ( +/turf/open/gm/dirt2, +/area/sekhmet/caves/south_cave) +"vnY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/sekhmet/outside/central_road) +"voj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"voM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"voV" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth/west, +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"voZ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/ship1) +"vqf" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"vqZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"vrz" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/south, +/area/sekhmet/outside/swamp) +"vtL" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/swamp) +"vtY" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"vuc" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/ammo_magazine/lever_action/training{ + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/toy/deck, +/obj/item/weapon/gun/lever_action/r4t, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"vuh" = ( +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/clothing/suit/storage/marine/faction/UPP/army, +/obj/item/clothing/head/uppcap, +/obj/structure/closet/secure_closet/personal{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/tool/crew_monitor{ + faction = "UPP" + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/offices) +"vuu" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"vuy" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"vvv" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"vvx" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/central_road) +"vvz" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southroad) +"vvA" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + light_power = 0.3; + light_range = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"vwg" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/int_reg/military_hangar) +"vwh" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/gm/coast/east, +/area/sekhmet/outside/swamp) +"vwu" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"vwP" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"vxM" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southeast, +/area/sekhmet/int_reg/water_filters) +"vxU" = ( +/obj/structure/sign/safety/airtraffictower{ + pixel_y = 38 + }, +/obj/structure/sign/safety/flightcontrol{ + pixel_y = 24 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vxZ" = ( +/obj/structure/prop/dam/truck/cargo, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"vys" = ( +/obj/structure/largecrate, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vzh" = ( +/obj/structure/cargo_container/upp/left, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"vzi" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"vAw" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"vAD" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vAR" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/door_control/brbutton/alt{ + name = "Entry Zone Outer Access"; + id = "EZlock"; + pixel_y = 3 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"vBD" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"vCp" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"vCA" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/yard) +"vDd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/garage) +"vDl" = ( +/obj/structure/cargo_container/kelland/right{ + color = "#cc66ff" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"vDQ" = ( +/obj/structure/cargo_container/hd/left, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"vDY" = ( +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt2, +/area/sekhmet/outside/temple_outer) +"vEu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"vEC" = ( +/obj/structure/fence/slim/upp, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vEF" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/toy/plush/shark, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"vFk" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/dropshiprear/upp{ + id = "aft_door" + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/sekhmet/int_reg/ship1) +"vGM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/tool/shovel/spade, +/obj/item/tool/shovel/spade{ + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"vHo" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"vHI" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northeast, +/area/sekhmet/int_reg/water_filters) +"vHW" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/complex_generic) +"vIP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/tool/pen/red/clicky, +/obj/item/storage/box/pillbottles{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"vJh" = ( +/obj/structure/noticeboard{ + pixel_y = 33; + pixel_x = 1 + }, +/obj/structure/machinery/photocopier, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"vJs" = ( +/obj/structure/cargo_container/hd/mid/alt, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"vJA" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"vJJ" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 2.991 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/swamp) +"vJY" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/research) +"vKa" = ( +/obj/structure/bed, +/obj/structure/bed{ + pixel_y = 13 + }, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/window/reinforced/tinted{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced/tinted{ + layer = 4.01 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"vKb" = ( +/turf/closed/shuttle/ert{ + icon_state = "rightengine_2"; + opacity = 0 + }, +/area/sekhmet/int_reg/ship2) +"vKn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"vKr" = ( +/obj/structure/bed/chair/comfy/blue, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"vKy" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/air_filters) +"vKG" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"vKL" = ( +/obj/structure/closet{ + pixel_x = -8 + }, +/obj/structure/closet{ + pixel_x = 8 + }, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat/white, +/obj/item/clothing/head/hardhat/white, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/storage/pouch/sling, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"vKR" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"vLj" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vLs" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/comms_lower) +"vLw" = ( +/obj/effect/decal/siding, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"vLH" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"vMg" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"vNf" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"vNg" = ( +/obj/structure/stairs, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"vNz" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/mech_bay_recharge_floor, +/area/sekhmet/int_reg/military_hangar) +"vNC" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"vNN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 2 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"vOl" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"vOo" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"vOz" = ( +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"vOE" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"vOQ" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"vPe" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp16" + }, +/area/sekhmet/int_reg/ship1) +"vPj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"vPJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"vRk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_intel) +"vRr" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"vSu" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/upp_ship, +/area/sekhmet/outside/airfield) +"vTv" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"vTw" = ( +/obj/structure/flora/jungle/vines/light_1, +/obj/structure/platform_decoration/metal/kutjevo_smooth/north, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"vTz" = ( +/obj/structure/window/framed/upp_ship, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "Complex Security Shutter"; + id = "ComSecSh"; + color = "#8B9490"; + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_operation) +"vUj" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/yard) +"vUN" = ( +/obj/structure/fence/slim/upp, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"vUX" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 6 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"vVj" = ( +/obj/structure/surface/table/holotable{ + color = "#424a50" + }, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/outside/temple_outer) +"vVZ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"vWm" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/open/floor/prison/kitchen, +/area/sekhmet/int_glass/south_complex) +"vWD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"vWJ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"vWX" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/plating/warnplate/northwest, +/area/sekhmet/shuttles/drop3) +"vXf" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"vXP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"vYg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/strata/red1, +/area/sekhmet/int_reg/complex_operation) +"vYO" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/southwest_complex) +"vYR" = ( +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/east_jungle) +"vZd" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/central_road) +"vZO" = ( +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/temple_outer) +"vZY" = ( +/obj/structure/platform/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"wax" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"waz" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -3; + pixel_y = 16 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"waG" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 4 + }, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"waO" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + dir = 4 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"wbb" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/gm/dirt2, +/area/sekhmet/caves/temple) +"wbr" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/carpet, +/area/sekhmet/int_glass/complex_generic) +"wbE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"wbP" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"wcb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/south_complex) +"wcn" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"wda" = ( +/turf/open/shuttle/black, +/area/sekhmet/int_reg/ship2) +"wdz" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 24; + pixel_x = 16 + }, +/obj/structure/machinery/vending/cola, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"wed" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"wer" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/interior/plastic/alt, +/area/sekhmet/outside/temple_outer) +"wfa" = ( +/turf/open/floor/carpet, +/area/sekhmet/int_glass/offices) +"wfb" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"wfV" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "biggarage2"; + name = "Garage Shutters"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/garage) +"wgw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/garage) +"whb" = ( +/obj/structure/cargo_container/kelland/left{ + color = "#cc66ff"; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"whd" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/military_hangar) +"whm" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/item/clothing/glasses/sunglasses/aviator{ + pixel_y = 4; + pixel_x = 3 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"whn" = ( +/obj/structure/machinery/camera{ + c_tag = "Warehouse - West Room"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/obj/structure/platform/metal/shiva/east, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"wim" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"wiy" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"wje" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/water_filters) +"wki" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"wku" = ( +/obj/structure/platform/metal/shiva/east, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"wlg" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"wlD" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/briefcase, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"wlH" = ( +/obj/structure/surface/table{ + color = "#8B7B5B"; + pixel_x = 19; + density = 0 + }, +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/obj/item/notepad{ + pixel_x = 20; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"wlK" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_glass/hosptial) +"wme" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"wmh" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"wml" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/hosptial) +"wmL" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/west, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"wnn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"wnu" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/effect/spawner/random/bomb_supply, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"wnU" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/complex_generic) +"woj" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/faxmachine{ + wrenchable = 1; + target_department = "Union of Progress Peoples"; + department = "Ravdonika Archaeo"; + can_block_movement = 0; + network = "UPP Colonial Network" + }, +/obj/structure/platform/metal/shiva, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/complex_operation) +"wos" = ( +/obj/structure/filingcabinet/medical{ + pixel_x = 7; + pixel_y = 17; + can_block_movement = 0; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"wps" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"wpH" = ( +/obj/structure/janitorialcart, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"wqg" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"wqi" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"wqz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/temple_outer) +"wqY" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) +"wrn" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 5; + layer = 2.98; + pixel_y = 17 + }, +/obj/structure/machinery/computer/guestpass{ + dir = 4; + pixel_x = 5; + pixel_y = 2; + layer = 3 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"wrH" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro/north, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"wrY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_heavy/entry_zone) +"wso" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"wsv" = ( +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/complex_generic) +"wsA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"wsD" = ( +/turf/closed/shuttle/elevator{ + dir = 6 + }, +/area/sekhmet/int_heavy/research) +"wsG" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/warehouse) +"wsL" = ( +/obj/structure/prop/invuln/overhead/flammable_pipe/fly{ + dir = 8; + pixel_y = -7 + }, +/turf/open/gm/coast/beachcorner2/north_west, +/area/sekhmet/outside/temple_outer) +"wts" = ( +/obj/structure/cargo_container/upp/left, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"wuj" = ( +/obj/structure/machinery/door/airlock/multi_tile/elevator, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"wuu" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/desert_dug, +/area/sekhmet/outside/temple_outer) +"wuy" = ( +/obj/item/weapon/dart{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/weapon/dart{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/weapon/dart{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/weapon/dart/green{ + pixel_x = -2; + pixel_y = -7 + }, +/obj/item/weapon/dart/green{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/weapon/dart/green{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/device/flashlight/lamp/green, +/obj/structure/surface/table/reinforced/cloth, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"wvl" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/south_complex) +"wvB" = ( +/obj/structure/closet/coffin/woodencrate, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"wwh" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/coast/beachcorner2/north_east, +/area/sekhmet/outside/swamp) +"wwl" = ( +/obj/structure/machinery/door_control{ + pixel_x = -22; + id = "rsrHangar2" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"wwM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"wwR" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/outside/southeast_road) +"wya" = ( +/obj/structure/machinery/door/airlock/multi_tile/upp/medical/autoname{ + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"wyc" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/complex_operation) +"wys" = ( +/obj/effect/decal/siding{ + icon_state = "siding4" + }, +/obj/structure/bed/chair{ + dir = 1; + pixel_x = -1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"wyL" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"wzb" = ( +/obj/structure/platform/metal/kutjevo_smooth/north, +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"wAc" = ( +/obj/item/storage/pouch/pistol, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/sling{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/pouch/sling{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"wAg" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"wAB" = ( +/obj/structure/platform/metal/shiva/east, +/obj/effect/alien/weeds/node, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"wBn" = ( +/obj/structure/barricade/handrail/wire, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"wBG" = ( +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/complex_comms) +"wBI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"wBR" = ( +/obj/structure/machinery/reagentgrinder/industrial{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light/small{ + light_power = 0.25; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/south_complex) +"wCe" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"wCG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"wCW" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/int_reg/comms_lower) +"wDm" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"wDD" = ( +/obj/structure/barricade/handrail/wire{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/east_jungle) +"wDM" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"wDW" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/swamp) +"wEF" = ( +/turf/open/slippery/hull/dir/west, +/area/sky) +"wEH" = ( +/obj/structure/bed/chair, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"wEQ" = ( +/obj/structure/filtration/machine_96x96/distribution{ + density = 0 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"wEX" = ( +/obj/item/tool/wirecutters/tactical{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/largecrate/random/case, +/obj/structure/machinery/camera{ + c_tag = "South Complex - Water Filtration"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"wFi" = ( +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"wFy" = ( +/obj/structure/platform_decoration/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"wGb" = ( +/turf/open/gm/coast/beachcorner/south_west, +/area/sekhmet/outside/temple_outer) +"wGy" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"wGR" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southeast, +/area/sekhmet/int_reg/water_filters) +"wHd" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"wHy" = ( +/obj/structure/platform/metal/shiva/west, +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"wJm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"wJF" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/storage/pouch/autoinjector{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/item/storage/surgical_case/regular, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"wJT" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/warehouse) +"wKH" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/computer/card{ + dir = 8; + pixel_x = -2; + pixel_y = 2; + desc = "Terminal for programming worker ID card access." + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"wKS" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"wKY" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"wLb" = ( +/obj/structure/cargo_container/upp/mid, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"wLI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/prop/geiger_counter, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"wLY" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) +"wMb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "rsrHangar1"; + name = "Hangar Bay"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/filtrationside/north, +/area/sekhmet/int_heavy/research) +"wMD" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900" + }, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"wNR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/largecrate/random/secure, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"wNU" = ( +/obj/structure/cargo_container/horizontal/blue/top{ + color = "#77b300"; + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"wNY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_glass/hosptial) +"wOc" = ( +/obj/item/tool/mop{ + pixel_x = 12; + pixel_y = 23 + }, +/obj/item/reagent_container/glass/bucket/janibucket, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/water_filters) +"wOk" = ( +/obj/structure/sign/poster/art{ + pixel_x = -28; + pixel_y = 5 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"wOo" = ( +/obj/structure/platform_decoration/stone/soro/north, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt, +/area/sekhmet/outside/temple_outer) +"wOs" = ( +/turf/open/gm/coast/beachcorner2/south_east, +/area/sekhmet/outside/airfield) +"wOE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"wOV" = ( +/obj/structure/window/framed/strata, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/yard) +"wPb" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/east_jungle) +"wPp" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/hosptial) +"wPt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"wPI" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldpack{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/spawner/random/powercell, +/obj/item/storage/pouch/tools, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"wPK" = ( +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"wPT" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/water_filters) +"wPV" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sekhmet/outside/southeast_road) +"wQb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/military_hangar) +"wQY" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/gm/dirt, +/area/sekhmet/outside/east_jungle) +"wRd" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/central_road) +"wRx" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/military_hangar) +"wSz" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"wSH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"wTo" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"wTy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_glass/south_complex) +"wTO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_heavy/research) +"wTY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_heavy/research) +"wUa" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/offices) +"wUl" = ( +/obj/structure/bed/chair/comfy/beige{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"wUN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/garage) +"wUO" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/south_complex) +"wUW" = ( +/turf/closed/wall/shiva/prefabricated, +/area/sekhmet/outside/temple_outer) +"wVh" = ( +/obj/structure/sign/banners/upp_flag{ + pixel_y = 32; + can_block_movement = 0; + pixel_x = -10 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + pixel_y = 7; + pixel_x = 11; + layer = 3 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"wVS" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/storage/belt{ + pixel_y = 2 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/southwest_complex) +"wVW" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"wVX" = ( +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/structure/machinery/recharger{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/item/device/defibrillator{ + pixel_y = -13 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"wWG" = ( +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship2) +"wXa" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/storage/pouch/cassette, +/obj/item/storage/backpack/marine/engineerpack/ert, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"wXc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"wXj" = ( +/obj/structure/platform/stone/soro, +/turf/open/gm/dirt, +/area/sekhmet/outside/swamp) +"wXv" = ( +/obj/structure/barricade/handrail/wire, +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/swamp) +"wXx" = ( +/obj/structure/cargo_container/upp/mk6/mid{ + pixel_x = -2 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"wZh" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"wZA" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"wZZ" = ( +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/item/tool/weldingtool/simple, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_comms) +"xai" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/yard) +"xas" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"xay" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/east_jungle) +"xaB" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"xaE" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"xaO" = ( +/obj/structure/cargo_container/canc/tan/left, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"xbs" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/gm/coast/beachcorner/south_east, +/area/sekhmet/outside/swamp) +"xbF" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/south_east, +/area/sekhmet/outside/swamp) +"xbX" = ( +/obj/structure/closet/secure_closet/freezer/fridge/groceries, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"xch" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/arrow_west, +/area/sekhmet/int_heavy/research) +"xci" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"xco" = ( +/obj/structure/platform_decoration/metal/kutjevo_smooth, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"xcw" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/circuitboard/computer/communications{ + pixel_y = -11; + pixel_x = -5 + }, +/obj/item/tool/screwdriver{ + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/sekhmet/int_reg/complex_comms) +"xcP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"xeE" = ( +/turf/closed/wall/strata_ice/jungle{ + color = "#ffcc33" + }, +/area/sky) +"xeK" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "UPP - West Hangar"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 4 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"xeY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xfa" = ( +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/sekhmet/int_reg/ship1) +"xfb" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/item/prop/flower_vase/bluewhiteflowers{ + pixel_x = -10; + pixel_y = 21 + }, +/obj/item/coin/iron{ + pixel_x = 2; + pixel_y = 19 + }, +/obj/item/prop/helmetgarb/flair_io{ + pixel_x = -3; + pixel_y = 16; + desc = "a flair that shows off a moon of Jupiter. Hard to know when its scratched off." + }, +/obj/item/prop/tableflag/upp{ + pixel_y = 21; + pixel_x = 11; + anchored = 1 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"xgb" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xgA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/ammo_box/magazine/misc/flashlight/combat{ + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -3 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/entry_zone) +"xgG" = ( +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_reg/yard) +"xgQ" = ( +/obj/structure/sink{ + pixel_y = 24; + layer = 3.1 + }, +/obj/structure/mirror{ + pixel_y = 35; + pixel_x = -1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 19 + }, +/obj/effect/decal/strata_decals/grime/grime1{ + pixel_x = 8 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"xgX" = ( +/obj/structure/prop/static_tank/water, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/complex_generic) +"xgY" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/engineering) +"xhb" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/gm/dirt2, +/area/sekhmet/outside/central_road) +"xhD" = ( +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"xhF" = ( +/obj/structure/flora/grass/tallgrass/jungle{ + color = "#999900" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southroad) +"xhV" = ( +/obj/structure/prop/almayer/computers/sensor_computer1{ + name = "colonial operations terminal"; + color = "#8B9490" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/yard) +"xiF" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_heavy/research) +"xiN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"xiT" = ( +/obj/structure/window/framed/upp_ship, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"xjb" = ( +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/southroad) +"xjA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/telecomm/lz2_northeast) +"xka" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/military_hangar) +"xkB" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/camera{ + c_tag = "Central Complex - Dining"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"xkG" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"xkJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"xkK" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"xlm" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sky) +"xmf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/largecrate/random/barrel/true_random, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"xmw" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/corsat, +/area/sekhmet/shuttles/drop3) +"xmP" = ( +/obj/structure/machinery/door/airlock/upp/medical/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/hosptial) +"xmX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/camera{ + c_tag = "Central Complex - Stair Access"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"xnt" = ( +/obj/item/device/flashlight/lamp/green, +/obj/structure/surface/table/reinforced/cloth, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_glass/south_complex) +"xnx" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/barricade/handrail/wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"xny" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/southroad) +"xnE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/warehouse) +"xnN" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/southeast, +/area/sekhmet/int_reg/air_filters) +"xoA" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/outside/central_road) +"xpg" = ( +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/water_filters) +"xpu" = ( +/obj/structure/stairs/perspective/kutjevo, +/turf/open/floor/strata/floor3, +/area/sekhmet/outside/central_road) +"xpx" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"xpE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 8; + light_power = 0.25 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/hosptial) +"xqr" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xsl" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/int_glass/complex_generic) +"xtw" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"xty" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 30 + }, +/obj/structure/bed/chair/comfy/beige, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"xtA" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/int_reg/southwest_complex) +"xtB" = ( +/obj/structure/platform/metal/kutjevo_smooth/east, +/turf/open/auto_turf/strata_grass/layer0, +/area/sekhmet/outside/airfield) +"xtI" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xtW" = ( +/obj/effect/decal/cleanable/flour, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_glass/complex_generic) +"xtY" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/ship2) +"xul" = ( +/obj/structure/cargo_container/canc/tan/right, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"xuM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"xuS" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/ammo_box/magazine/misc/flashlight{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_heavy/research) +"xva" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"xvd" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/ashtray/bronze{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/paper{ + pixel_x = -2; + pixel_y = 13 + }, +/obj/item/prop{ + desc = "An issue of Kosmicheskaya Pravda, the newspaper circulating in UPP-controlled space."; + icon = 'icons/obj/items/paper.dmi'; + icon_state = "newspaper"; + name = "Kosmicheskaya Pravda"; + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/storage/fancy/cigar/matchbook/brown{ + pixel_x = 6 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/offices) +"xvx" = ( +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"xvy" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/item/storage/fancy/cigar/matchbook/brown{ + pixel_x = 12; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/offices) +"xvS" = ( +/obj/structure/closet{ + pixel_x = -8; + pixel_y = 15 + }, +/obj/structure/closet{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"xvZ" = ( +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_glass/complex_generic) +"xwu" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/plating/warnplate/northeast, +/area/sekhmet/shuttles/drop3) +"xwC" = ( +/obj/structure/noticeboard{ + pixel_x = 16; + pixel_y = 31 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"xwZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/almayer/silverfull, +/area/sekhmet/int_glass/hosptial) +"xxk" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/airfield) +"xxS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/southwest_complex) +"xyK" = ( +/turf/open/floor/carpet, +/area/sekhmet/int_reg/complex_operation) +"xyO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/garage) +"xyP" = ( +/obj/structure/surface/table/woodentable{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/shaker{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/strata/grey_multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"xzi" = ( +/obj/structure/stairs, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_glass/hosptial) +"xAA" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/southeast_road) +"xAK" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"xBu" = ( +/obj/structure/machinery/camera{ + c_tag = "UPP - East Hangar"; + colony_camera_mapload = 0; + network = list("Sekhmet"); + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/military_hangar) +"xBM" = ( +/turf/closed/shuttle/elevator{ + dir = 6 + }, +/area/sekhmet/int_reg/military_hangar) +"xBU" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/engineering) +"xBW" = ( +/obj/item/clothing/accessory/device/whistle{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#aeaeae" + }, +/obj/item/device/binoculars/civ{ + pixel_x = 3; + pixel_y = -9 + }, +/obj/item/weapon/gun/flare{ + pixel_x = 1; + pixel_y = -6 + }, +/obj/item/device/flashlight/flare{ + pixel_x = 11; + pixel_y = 11 + }, +/turf/open/gm/dirt2, +/area/sekhmet/outside/airfield) +"xCb" = ( +/obj/structure/filingcabinet/medical{ + pixel_x = 7; + pixel_y = 17; + can_block_movement = 0; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/bright_clean/southwest, +/area/sekhmet/int_reg/water_filters) +"xCP" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_intel) +"xCR" = ( +/obj/structure/stairs/perspective/kutjevo{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/central_road) +"xDg" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"xDS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/complex_operation) +"xEG" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/int_reg/air_filters) +"xEO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"xFv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/closet/crate, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/complex_generic) +"xFI" = ( +/obj/structure/cargo_container/upp/mk6/left, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo"; + pixel_x = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/warehouse) +"xGv" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/structure/machinery/botany/editor{ + density = 0; + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_glass/complex_generic) +"xGF" = ( +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"xGS" = ( +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/kutjevo/plate, +/area/sekhmet/outside/central_road) +"xGV" = ( +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/outside/swamp) +"xGW" = ( +/turf/open/gm/dirt2, +/area/sekhmet/outside/southroad) +"xIf" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"xIn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/siding{ + icon_state = "siding2" + }, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/garage) +"xKQ" = ( +/obj/structure/flora/grass/tallgrass/jungle/corner{ + color = "#999900"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/swamp) +"xLd" = ( +/turf/closed/wall/upp_ship, +/area/sekhmet/caves/south_cave) +"xLx" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/plating/warnplate/northeast, +/area/sekhmet/shuttles/drop3) +"xLP" = ( +/obj/structure/grille/fence, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_glass/south_complex) +"xMb" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/dirt2, +/area/sekhmet/outside/southeast_road) +"xMc" = ( +/obj/structure/largecrate/random/barrel/true_random, +/obj/structure/machinery/door_control{ + pixel_x = 24; + id = "rsrHangarStorage2" + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xMK" = ( +/turf/closed/shuttle/ert{ + icon_state = "upp_leftengine" + }, +/area/sekhmet/int_reg/ship1) +"xMW" = ( +/obj/structure/prop/structure_lattice{ + dir = 4 + }, +/obj/structure/prop/structure_lattice{ + dir = 4; + pixel_y = 13; + layer = 3.02 + }, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xNq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/sekhmet/int_heavy/research) +"xNu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/yard) +"xOl" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/southeast_road) +"xOP" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/structure/machinery/door/window/brigdoor/westleft{ + dir = 2; + icon_state = "leftsecure"; + id = "pharma"; + req_access = null + }, +/turf/open/floor/kutjevo/tan/plate, +/area/sekhmet/int_glass/hosptial) +"xOZ" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/tool/pen/blue, +/turf/open/floor/strata, +/area/sekhmet/int_reg/comms_lower) +"xPr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall/water{ + desc = "The heat is too intense to even be near." + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"xPx" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/obj/effect/alien/weeds/node, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"xPF" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + id = "wrehouse1"; + name = "Warehouse Storage"; + color = "#8B9490"; + dir = 2; + pixel_y = -2 + }, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/warehouse) +"xQa" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor/prison/kitchen, +/area/sekhmet/int_glass/south_complex) +"xQd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"xRn" = ( +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"xRZ" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/garage) +"xSw" = ( +/turf/open/slippery/hull/dir/southeast, +/area/sky) +"xSB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow"; + dir = 1 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/military_hangar) +"xTk" = ( +/obj/structure/machinery/power/apc/power/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/complex_operation) +"xTI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/temple_outer) +"xTJ" = ( +/turf/closed/wall/strata_outpost, +/area/sekhmet/outside/east_jungle) +"xTL" = ( +/turf/open/floor/strata/floor3/east, +/area/sekhmet/outside/east_jungle) +"xTT" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/airfield) +"xUc" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_glass/south_complex) +"xUq" = ( +/obj/structure/sink{ + pixel_y = 21 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/complex_operation) +"xUB" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"xUQ" = ( +/obj/structure/stairs{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/kutjevo/grey, +/area/sekhmet/int_heavy/research) +"xWx" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + color = "#8B7B5B" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"xWz" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_reg/catwalk) +"xWA" = ( +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_comms) +"xXb" = ( +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"xXn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/photocopier, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"xXD" = ( +/obj/structure/cargo_container/horizontal/blue/middle{ + pixel_x = 5; + pixel_y = 6; + layer = 2.98 + }, +/turf/open/auto_turf/sand_white/layer1, +/area/sekhmet/outside/airfield) +"xYp" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/river/no_slowdown, +/area/sekhmet/outside/swamp) +"xYu" = ( +/turf/closed/wall/rock{ + color = "#a39e99" + }, +/area/sekhmet/caves/west_cave) +"xYE" = ( +/turf/closed/wall/shiva/prefabricated/reinforced/hull, +/area/sekhmet/outside/east_jungle) +"xYO" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_heavy/research) +"xZk" = ( +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = -8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 16; + pixel_x = 8; + can_block_movement = 0; + layer = 3.02; + color = "#8B7B5B" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_reg/southwest_complex) +"xZK" = ( +/turf/open/floor/carpet, +/area/sekhmet/int_glass/hosptial) +"yab" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/gm/coast/north, +/area/sekhmet/outside/swamp) +"yal" = ( +/obj/structure/fence/slim/upp, +/obj/structure/flora/jungle/vines/light_1, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/east_jungle) +"yaz" = ( +/obj/structure/surface/table{ + color = "#8B7B5B" + }, +/obj/item/ammo_magazine/handful/lever_action/marksman{ + pixel_x = -5; + pixel_y = 15 + }, +/obj/item/ammo_magazine/handful/lever_action/marksman{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/int_heavy/research) +"yaI" = ( +/turf/open/slippery/hull/dir/north, +/area/sky) +"yaO" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/complex_operation) +"yba" = ( +/obj/structure/barricade/handrail/wire{ + dir = 8; + layer = 3.01 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/temple_outer) +"ybn" = ( +/obj/structure/flora/bush/ausbushes/grassybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/swamp) +"ybL" = ( +/obj/structure/barricade/handrail/type_b{ + layer = 3.01; + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/filtrationside/northwest, +/area/sekhmet/int_reg/water_filters) +"ybQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + light_power = 0.5; + dir = 8 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/sekhmet/int_reg/air_filters) +"ycr" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/strata_grass/layer1, +/area/sekhmet/outside/temple_outer) +"ydX" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Water Closet" + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/int_reg/complex_operation) +"yec" = ( +/turf/open/gm/coast/west, +/area/sekhmet/outside/swamp) +"yex" = ( +/obj/structure/pipes/vents/pump{ + dir = 4 + }, +/turf/open/floor/corsat/squares, +/area/sekhmet/int_reg/engineering) +"yeG" = ( +/turf/open/floor/plating/plating_catwalk/strata, +/area/sekhmet/outside/swamp) +"yeJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_heavy/research) +"yeT" = ( +/obj/structure/surface/rack{ + color = "#6b675e"; + layer = 2.79 + }, +/obj/item/weapon/gun/smg/bizon/upp, +/turf/open/floor/corsat/marked, +/area/sekhmet/int_reg/military_hangar) +"yfb" = ( +/obj/structure/flora/jungle/vines/light_1, +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/sekhmet/outside/central_road) +"yfc" = ( +/obj/structure/machinery/vending/cigarette{ + pixel_x = -5; + pixel_y = 17; + density = 0 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = 12; + pixel_y = 16; + desc = "A machine that dispenses water to drink. It has levers for hot and cold, but it only dispenses room-temperature water. You may also think this is a WY water cooler but in reality this is a WV brand." + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean, +/area/sekhmet/int_glass/offices) +"yfu" = ( +/turf/open/floor/strata/fake_wood, +/area/sekhmet/int_glass/complex_generic) +"yfM" = ( +/obj/structure/bed/chair{ + dir = 1; + pixel_x = 2; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_glass/south_complex) +"ygk" = ( +/obj/structure/closet{ + pixel_x = -8 + }, +/obj/structure/closet{ + pixel_x = 8 + }, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat/white, +/obj/item/storage/pouch/general/medium, +/obj/item/storage/pouch/electronics, +/obj/item/storage/backpack/general_belt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_reg/engineering) +"ygJ" = ( +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/effect/spawner/random/tool, +/obj/item/tool/extinguisher/mini{ + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/strata/floor2, +/area/sekhmet/int_reg/engineering) +"ygN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/prop/static_tank, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_heavy/research) +"ygP" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/sekhmet/outside/southeast_road) +"ygX" = ( +/obj/vehicle/train/cargo/engine, +/turf/open/floor/strata, +/area/sekhmet/int_reg/military_hangar) +"yhs" = ( +/turf/open/gm/coast/east, +/area/sekhmet/outside/temple_outer) +"yhG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#8B9490" + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath{ + pixel_x = -7; + pixel_y = -10 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/air_filters) +"yhX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/multi_tiles/southwest, +/area/sekhmet/int_reg/military_hangar) +"yij" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/sekhmet/int_reg/complex_operation) +"yiG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + dir = 4; + light_power = 0.25 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/sekhmet/int_glass/hosptial) +"yiH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor3, +/area/sekhmet/int_heavy/entry_zone) +"yiR" = ( +/obj/structure/prop/invuln{ + desc = "big pile energy."; + icon = 'icons/obj/structures/props/ice_colony/barrel_yard.dmi'; + icon_state = "pile_0"; + name = "barrel pile"; + layer = 2.98 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/invuln/fire{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/sekhmet/outside/southroad) +"yjd" = ( +/obj/structure/barricade/handrail/wire{ + layer = 3.1; + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/sekhmet/outside/swamp) +"ykc" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/obj/structure/machinery/light/small{ + light_power = 0.25 + }, +/turf/open/floor/prison/sterile_white, +/area/sekhmet/int_reg/southwest_complex) +"ykj" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/sekhmet/int_reg/water_filters) +"yks" = ( +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/sekhmet/outside/southroad) +"ykT" = ( +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/corsat, +/area/sekhmet/int_heavy/research) +"ymg" = ( +/obj/structure/machinery/light{ + light_power = 0.6; + dir = 8 + }, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/strata/orange_cover, +/area/sekhmet/int_reg/comms_lower) + +(1,1,1) = {" +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +"} +(2,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(3,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(4,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +aaj +cit +aaj +cit +cit +"} +(5,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +aaj +aaj +aaj +aaj +cit +"} +(6,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +aaj +aaj +aaj +cit +cit +"} +(7,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +aaj +aaj +aaj +aaj +cit +"} +(8,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(9,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(10,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(11,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(12,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(13,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(14,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(15,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(16,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(17,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(18,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(19,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(20,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(21,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(22,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(23,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(24,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(25,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(26,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(27,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(28,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(29,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(30,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(31,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(32,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(33,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(34,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(35,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(36,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(37,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(38,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(39,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(40,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(41,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(42,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(43,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(44,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(45,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(46,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(47,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(48,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(49,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(50,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(51,1,1) = {" +aei +aei +aei +aei +aei +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(52,1,1) = {" +tES +quo +quo +quo +quo +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(53,1,1) = {" +rcV +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(54,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(55,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(56,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(57,1,1) = {" +tES +aaw +quo +quo +quo +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(58,1,1) = {" +aei +aei +aei +aei +aei +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(59,1,1) = {" +aei +aei +aei +aei +aei +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(60,1,1) = {" +aei +aei +aei +aei +aei +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(61,1,1) = {" +tES +quo +quo +quo +quo +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(62,1,1) = {" +rcV +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(63,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(64,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(65,1,1) = {" +quo +oQE +oQE +oQE +oQE +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(66,1,1) = {" +tES +quo +quo +quo +quo +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(67,1,1) = {" +aei +aei +aei +aei +aei +aei +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(68,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(69,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(70,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(71,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(72,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(73,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(74,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(75,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(76,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(77,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(78,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(79,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(80,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(81,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(82,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(83,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(84,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(85,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(86,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(87,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(88,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(89,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(90,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(91,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(92,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(93,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(94,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(95,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(96,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(97,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(98,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(99,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(100,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(101,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(102,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(103,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(104,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(105,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(106,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(107,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(108,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(109,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(110,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(111,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(112,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(113,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(114,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(115,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(116,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(117,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(118,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(119,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(120,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(121,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(122,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(123,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(124,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(125,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(126,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(127,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(128,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(129,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(130,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(131,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(132,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(133,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(134,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(135,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(136,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(137,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(138,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(139,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(140,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(141,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(142,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(143,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(144,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(145,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(146,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(147,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(148,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(149,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(150,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(151,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(152,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(153,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(154,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(155,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(156,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(157,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(158,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(159,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(160,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(161,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(162,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(163,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(164,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(165,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(166,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(167,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(168,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(169,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(170,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(171,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(172,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(173,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(174,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(175,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(176,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(177,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(178,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(179,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(180,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(181,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(182,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(183,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(184,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(185,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(186,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(187,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(188,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(189,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(190,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(191,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(192,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(193,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(194,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(195,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(196,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(197,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(198,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(199,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(200,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(201,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(202,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(203,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(204,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(205,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(206,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(207,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(208,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(209,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(210,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(211,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(212,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(213,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(214,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(215,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(216,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(217,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(218,1,1) = {" +cit +cit +cit +cit +goj +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(219,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(220,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(221,1,1) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(222,1,1) = {" +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +"} + +(1,1,2) = {" +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +"} +(2,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +psY +psY +psY +psY +psY +psY +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +aul +aul +aul +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +acf +xYu +xYu +acf +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(3,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +mgR +mgR +mgR +mgR +mgR +mgR +mgR +psY +npQ +mVK +yeT +sXR +psY +trG +trG +mgR +mgR +mgR +mgR +trG +trG +gVK +gVK +gVK +xYu +xYu +cnx +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +acf +acf +acf +acf +acf +acf +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +cnx +cnx +cnx +cnx +qFO +qFO +cnx +cnx +xYu +xYu +xYu +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +mui +nPc +abR +mui +mui +nnm +iXF +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +nnm +nnm +nnm +jNo +jNo +jNo +jNo +jNo +nnm +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(4,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +mgR +rGJ +fBF +hEu +efm +cxi +gjZ +trG +voM +mgJ +wRx +wRx +trG +gcv +wCe +gpu +jXW +jXW +sEa +trG +trG +gVK +gVK +gVK +cnx +cnx +qFO +cnx +xYu +xYu +xYu +xYu +cnx +cnx +cnx +cnx +adt +acq +adn +adn +acq +adf +adb +xYu +xYu +xYu +xYu +xYu +xYu +xYu +xYu +cnx +cnx +cnx +qFO +act +coB +ack +cnx +cnx +xYu +xYu +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +mui +mui +dRL +mXJ +iZR +nnm +nnm +nnm +iXF +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +mui +nnm +nnm +nnm +jNo +jNo +jNo +jNo +jNo +jNo +nnm +nnm +nnm +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(5,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +mgR +nel +gpu +gpu +xpx +mwq +mwq +aMK +dDK +iRF +iGt +ura +trG +iGt +gpu +efi +efi +efi +vas +upa +mgR +cnx +cnx +cnx +cnx +qFO +qFO +adr +cnx +cnx +cnx +adC +adA +ady +qFO +qFO +cnx +cnx +cnx +cnx +cnx +adg +adc +cnx +cnx +xYu +xYu +xYu +xYu +xYu +xYu +xYu +acg +qFO +qFO +qFO +acn +qFO +cnx +xYu +xYu +xYu +iXF +iXF +iXF +iXF +iXF +iXF +iXF +mui +dRL +pHO +fnv +qWz +btX +nnm +nnm +nnm +nnm +nnm +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +mui +mui +mui +mui +nnm +jNo +jNo +jNo +jNo +jNo +mui +mui +nnm +ilc +mui +iXF +iXF +iXF +iXF +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(6,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +mgR +tNF +gpu +gpu +mwq +mwq +tLq +aMK +dDK +aeO +sQf +pxl +trG +iGt +uHf +efi +laU +qvT +efi +bbA +mgR +qFO +adA +adP +qFO +qFO +adN +qFO +qFO +qFO +qFO +qFO +qFO +adz +qFO +adv +coB +adr +cnx +ado +adi +add +add +ada +cnx +cnx +xYu +xYu +xYu +xYu +xYu +xYu +xYu +qFO +qFO +qFO +aco +xYu +xYu +xYu +xYu +xYu +iXF +iXF +iXF +jNo +jNo +mui +mui +dRL +fnv +qWz +afz +qWz +btX +mui +mui +nnm +nnm +nnm +nnm +iXF +iXF +iXF +iXF +iXF +mui +mui +ilc +mui +mui +nPc +mui +jNo +jNo +jNo +jNo +jNo +mui +mui +mui +mui +mui +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(7,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +mgR +mgR +fBF +ngu +gaO +trG +trG +trG +trG +iFL +trG +trG +trG +wRx +trG +lRz +teC +jxO +efi +vas +mgR +qFO +qFO +qFO +adA +qFO +xYu +qFO +qFO +qFO +qFO +adD +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +acX +cnx +cnx +acO +acK +gVK +xYu +xYu +xYu +acx +acn +cnx +acp +acf +acf +xYu +xYu +xYu +iXF +iXF +jNo +jNo +mui +mui +dRL +thC +qWz +qWz +qWz +wOs +tvL +mui +nPc +mui +mui +mui +mui +iXF +iXF +iXF +mui +mui +mui +mui +mui +mui +mui +mui +mui +jNo +jNo +jNo +jNo +mui +mui +nPc +mui +mui +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +nnm +nnm +xTT +xTT +kOw +xTT +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(8,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +psY +psY +psY +psY +psY +whd +ngu +fBF +xiT +wOk +deF +pik +jSE +iyO +avG +hXm +yhX +xiT +vas +wLI +mYj +efi +fJp +mgR +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +cnx +cnx +cnx +qFO +qFO +qFO +adq +qFO +adj +qFO +acX +qFO +qFO +acU +qFO +acz +acL +acF +acD +acz +act +qFO +qFO +cnx +acq +acf +xYu +xYu +xYu +xYu +iXF +jNo +jNo +mui +mui +dRL +fnv +qWz +qWz +qWz +wOs +tvL +mui +mui +mui +mui +dRL +pHO +pHO +iZR +iXF +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +jNo +jNo +mui +mui +mui +mui +mui +mui +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +nnm +nnm +nnm +wZA +xTT +aeY +xTT +aeV +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(9,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +psY +hFf +wim +wim +esu +hEu +ngu +fBF +xiT +rRA +qpi +ofV +ofV +qpi +qpi +rkw +rYe +trG +vas +knF +voM +voM +mgR +mgR +adD +adT +qFO +coB +qFO +qFO +qFO +qFO +adH +cnx +cnx +cnx +kRb +cnx +qFO +qFO +qFO +xYu +adp +adk +qFO +qFO +qFO +acY +acQ +acQ +qFO +qFO +qFO +qFO +qFO +qFO +qFO +aco +cnx +acr +acf +acf +xYu +xYu +xYu +iXF +jNo +jNo +ilc +mui +fCk +qWz +qWz +wOs +qDF +tvL +jNo +jNo +mui +mui +dRL +fnv +qWz +afx +jJT +pHO +iZR +mui +mui +mui +mui +nPc +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +nnm +nnm +afe +afd +xTT +afb +xTT +xTT +jNo +jNo +jNo +jNo +jNo +gyG +aeA +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(10,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +psY +hFf +wim +wim +esu +hEu +ngu +fBF +khs +yhX +dQm +lwf +qVS +otQ +yhX +wQb +pOj +trG +trG +qFP +dDK +dDK +mgR +mgR +adU +qFO +qFO +qFO +qFO +adO +adM +qFO +cnx +hHQ +drs +drs +drs +hHQ +rdS +xYu +xYu +xYu +xYu +cnx +cnx +qFO +acP +qFO +acQ +acR +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +acu +acs +xYu +xYu +xYu +xYu +xYu +iXF +jNo +mui +mui +dRL +fnv +afz +wOs +tvL +mui +jNo +jNo +jNo +jNo +dRL +fnv +qWz +qWz +qWz +qWz +qWz +syY +mui +mui +mui +mui +mui +mui +mui +mui +ilc +mui +mui +mui +mui +nnm +nnm +mui +mui +mui +iXF +iXF +iXF +iXF +svT +iXF +iXF +svT +nnm +mui +nPc +nnm +xTT +kOw +xTT +aeW +jNo +jNo +jNo +jNo +jNo +aeJ +aeP +aeN +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(11,1,2) = {" +fJT +fJT +fJT +fJT +fJT +fJT +fJT +fJT +psY +hFf +wim +wim +esu +fBF +ngu +fBF +trG +vJh +urz +sOU +urz +rlC +yhX +wQb +rYe +trG +trG +bSW +wRx +qmq +trG +trG +adg +cnx +cnx +cnx +adg +xYu +xYu +xYu +hHQ +drs +kRb +cHW +cHW +rdS +rdS +cHW +xYu +xYu +xYu +rdS +hHQ +hHQ +hHQ +cnx +cnx +xYu +acP +qFO +acG +coB +qFO +qFO +qFO +qFO +acv +cnx +cnx +acg +xYu +xYu +xYu +iXF +jNo +mui +mui +fCk +qWz +qWz +btX +mui +jNo +jNo +iXF +iXF +jNo +fCk +qWz +qWz +qWz +qWz +qWz +qWz +btX +mui +mui +xYu +xYu +nnm +nnm +nnm +nnm +mui +mui +nnm +nnm +nnm +jNo +jNo +nnm +mui +mui +iXF +iXF +iXF +svT +svT +svT +svT +svT +svT +mui +mui +mui +xTT +xTT +aeZ +jNo +jNo +jNo +jNo +jNo +aeP +aeP +xTT +aeJ +aeJ +xTT +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(12,1,2) = {" +fJT +fJT +fJT +fJT +fJT +trG +trG +psY +psY +psY +psY +psY +psY +vxU +ngu +pjw +trG +trG +xiT +xiT +xiT +trG +oGb +xiT +trG +trG +trG +vaX +vaX +vaX +trG +trG +trG +oGb +trG +trG +trG +trG +xYu +xYu +rdS +cHW +mBr +mBr +sIP +qTH +yec +yec +rIb +xYu +xYu +rdS +drs +drs +hHQ +hHQ +xYu +xYu +xYu +xYu +cnx +cnx +acB +acy +qFO +qFO +qFO +qFO +qFO +acg +xYu +xYu +xYu +iXF +jNo +jNo +mui +iWH +qDF +qDF +tvL +mui +jNo +iXF +iXF +iXF +iXF +fCk +qWz +qWz +afz +qWz +qWz +wOs +tvL +xYu +xYu +xYu +xYu +cnx +cnx +cnx +nnm +mui +mui +mui +nnm +jNo +jNo +nnm +nnm +mui +aeE +mui +mui +mui +mui +svT +aff +mui +svT +mui +mui +mui +mui +aeR +xTT +mui +jNo +jNo +jNo +jNo +jNo +xTT +xTT +aeQ +xTT +aeL +aeI +iXF +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(13,1,2) = {" +fJT +fJT +fJT +fJT +trG +trG +trG +rit +kvV +dCp +gpu +ffk +vLj +iGt +gpu +gpu +ffk +vys +vys +bPj +gpu +sOL +iGt +iGt +xeK +nSY +ffk +gpu +iGt +iGt +ffk +igR +iGt +iGt +gpu +odx +trG +trG +trG +trG +trG +trG +vJJ +hxg +fjc +adw +fqb +adu +iuH +rIb +xYu +xYu +vRr +kRb +kRb +rdS +xYu +xYu +xYu +rdS +rdS +cnx +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +xYu +xYu +xYu +iXF +jNo +jNo +jNo +mui +mui +mui +mui +mui +xYu +xYu +xYu +xYu +nnm +aCl +qWz +qWz +qWz +wOs +qDF +tvL +xYu +xYu +xYu +xYu +xYu +qFO +afm +cnx +nnm +nnm +nnm +mui +mui +nnm +nnm +mui +mui +mui +mui +mui +mui +aeM +mui +mui +afg +mui +mui +mui +aeE +mui +mui +mui +mui +mui +aeX +jNo +jNo +jNo +xTT +aeS +kOw +xTT +xTT +xTT +xTT +xTT +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(14,1,2) = {" +fJT +fJT +fJT +fJT +trG +trG +bPj +qrR +qrR +qrR +qrR +rau +rau +qrR +qrR +qrR +qrR +qrR +qrR +qrR +qrR +qrR +qrR +rau +qrR +qrR +qrR +qrR +qrR +iGt +iGt +gpu +gpu +qrR +qrR +qrR +qZx +trG +trG +trG +trG +trG +hfX +gVs +ufa +fqb +apm +fqb +xbF +ksB +xYu +vRr +vRr +vRr +vRr +iqA +iqA +iqA +iqA +xYu +drs +drs +cnx +acg +qFO +qFO +qFO +qFO +qFO +ach +qFO +xYu +xYu +iXF +iXF +iXF +jNo +mui +nPc +mui +mui +nnm +cnx +xYu +xYu +cnx +nnm +iWH +tql +qWz +wOs +tvL +mui +xYu +xYu +xYu +xYu +xYu +xYu +qFO +afn +cnx +acO +cnx +nnm +nnm +mui +mui +mui +mui +mui +mui +mui +nPc +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +nPc +mui +mui +jNo +jNo +xTT +xTT +xTT +xTT +xTT +xTT +kOw +mui +nPc +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(15,1,2) = {" +fJT +fJT +fJT +fJT +trG +bPj +qrR +rau +qrR +nBw +qrR +qrR +qrR +qrR +qrR +rau +rau +qrR +rau +qrR +qrR +qrR +qrR +qrR +qrR +qrR +qrR +qrR +wVW +gpu +aeK +gpu +lER +qrR +itO +qrR +rau +psA +fPz +epM +fCU +xiT +hfX +gVs +ufa +fqb +fqb +adu +dVw +xYu +xYu +vRr +pBz +pBz +pBz +iqA +iqA +iqA +iqA +vRr +vRr +drs +cnx +cnx +qFO +qFO +qFO +qFO +qFO +qFO +cnx +xYu +xYu +xYu +iXF +iXF +jNo +jNo +mui +mui +nnm +nnm +cnx +afF +qFO +cnx +nnm +nnm +fCk +qWz +btX +mui +xYu +xYu +xYu +xYu +acf +xYu +xYu +qFO +qFO +qFO +qFO +cnx +cnx +nnm +mui +mui +nPc +mui +mui +mui +mui +mui +mui +abg +mui +mui +ilc +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +jNo +aeU +aeT +xTT +xTT +xTT +xTT +aeM +mui +mui +mui +mui +mui +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(16,1,2) = {" +fJT +fJT +fJT +fJT +trG +tPf +qrR +rau +nBw +rau +qrR +gSs +gSs +qrR +qrR +qrR +rau +rau +rau +rau +qrR +qrR +qrR +adV +rau +qrR +lVU +rau +gxu +whb +cXe +gpu +wXx +qrR +vgq +qrR +qrR +qrR +qrR +qrR +qrR +cqP +hfX +gVs +kcK +adx +tsp +tsp +xbs +eJN +pBz +sUs +pBz +ybn +pBz +iqA +iqA +iqA +iqA +vRr +vRr +drs +drs +cnx +qFO +qFO +qFO +qFO +qFO +qFO +cnx +cnx +xYu +xYu +iXF +iXF +iXF +iXF +iXF +mui +nnm +cnx +cnx +qFO +adD +cnx +cnx +nnm +iWH +qDF +tvL +xYu +xYu +xYu +xYu +acf +acf +xYu +qFO +qFO +qFO +qFO +qFO +qFO +cnx +nnm +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +ilc +mui +mui +mui +mui +aeR +mui +mui +mui +nPc +mui +mui +mui +mui +nnm +aeB +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(17,1,2) = {" +fJT +fJT +fJT +fJT +trG +vNC +asL +rau +qrR +qrR +qrR +bQE +rHq +qrR +qrR +qrR +qrR +qrR +qrR +qrR +rau +qrR +waO +fsK +aWR +pmn +qrR +aBs +fzV +teX +dVp +gpu +ghq +qrR +eHg +qrR +cde +qrR +qrR +qrR +qrR +wRx +hfX +pKE +vJJ +vJJ +vJJ +vJJ +hxg +sGh +pBz +ybn +pBz +aDJ +pBz +iqA +iqA +iqA +iqA +pBz +vRr +vRr +drs +cnx +cnx +qFO +qFO +qFO +qFO +xYu +xYu +xYu +xYu +xYu +xYu +xYu +iXF +iXF +iXF +iXF +nnm +cnx +qFO +qFO +qFO +qFO +cnx +cnx +nnm +nnm +mui +xYu +xYu +xYu +acf +acf +afq +acp +qFO +qFO +qFO +xYu +xYu +qFO +cnx +nnm +mui +jNo +jNo +eRq +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +ilc +mui +mui +mui +nnm +aeC +fvI +aeA +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(18,1,2) = {" +fJT +fJT +fJT +fJT +trG +qQY +wVW +qrR +qrR +qrR +jhR +nvY +sib +bxE +ooc +nvY +sib +bxE +ooc +nvY +sib +ukE +ooc +nEF +fFX +bxE +ooc +nvY +edG +hYZ +ooc +ncm +mtm +qxI +aAw +qrR +qrR +iGt +iGt +wRx +wRx +xiT +hfX +hfX +hfX +hfX +hfX +hfX +gVs +sGh +pBz +pBz +vRr +pBz +gTc +pBz +ggt +pBz +pBz +pBz +pBz +vRr +drs +drs +cnx +qFO +ack +qFO +qFO +acX +xYu +xYu +xYu +xYu +xYu +xYu +iXF +iXF +nnm +nnm +nnm +cnx +adr +qFO +qFO +qFO +qFO +cnx +cnx +nnm +mui +mui +xYu +xYu +xYu +acf +acq +qFO +qFO +qFO +xYu +qFO +qFO +afk +cnx +nnm +jNo +jNo +jNo +jNo +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +mui +aeE +fvI +aeB +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(19,1,2) = {" +psY +psY +psY +psY +psY +trG +trG +ffk +bua +stn +dkh +dkh +fLT +dkh +dkh +dkh +dkh +dkh +dkh +dkh +fLT +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +fLT +dkh +dkh +aEn +hQB +aAD +jpp +lBd +psY +psY +uoM +wed +trG +gab +hfX +hfX +hfX +hfX +trG +pKE +trG +qrg +vRr +vRr +vRr +pBz +pBz +pBz +pBz +pBz +sUs +pBz +vRr +vRr +drs +hHQ +cnx +acw +qFO +qFO +qFO +qFO +xYu +xYu +xYu +xYu +xYu +xYu +iXF +nnm +nnm +nnm +cnx +qFO +qFO +coB +qFO +adA +qFO +acO +nnm +nnm +nnm +xYu +xYu +acf +acf +afr +afp +qFO +qFO +qFO +qFO +acX +cnx +cnx +jNo +jNo +jNo +jNo +jNo +nnm +mui +nnm +nnm +nnm +mui +mui +mui +lSt +nnm +nnm +nnm +abP +nnm +nnm +abP +mui +mui +lSt +mui +aec +nnm +nnm +nnm +nnm +aec +mui +mui +lSt +mui +mui +mui +nPc +mui +mui +aeD +aeA +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(20,1,2) = {" +kLl +azx +azx +gkH +psY +ovM +cRa +iGt +wRx +stn +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +vAD +heY +cFP +dDK +dDK +ffk +psY +vEC +vEC +trG +trG +trG +jCM +jCM +jCM +trG +trG +trG +pBz +pBz +vRr +vRr +vRr +pBz +pBz +pBz +pBz +kCV +pBz +pBz +vRr +kRb +rdS +xYu +cnx +qFO +qFO +qFO +qFO +qFO +qFO +acb +xYu +xYu +xYu +iXF +nnm +nnm +cnx +cnx +qFO +qFO +qFO +qFO +qFO +qFO +cnx +nnm +nnm +xYu +xYu +xYu +xYu +qFO +qFO +qFO +qFO +qFO +cnx +cnx +cnx +cnx +jNo +jNo +jNo +jNo +jNo +iXF +nnm +nnm +nnm +nnm +svT +mui +mui +mui +abP +nnm +aaE +bFR +bFR +bFR +bFR +bFR +nnm +nnm +aaD +nnm +nnm +bFR +bFR +bFR +bFR +bFR +aaD +nnm +abP +nnm +mui +mui +mui +mui +aeF +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(21,1,2) = {" +mxJ +dzs +dzs +sHW +cnr +xSB +nWg +yhX +dDK +rgP +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +uCn +vNf +owZ +dDK +xkJ +psY +psY +enz +enz +trG +ffk +trG +xiT +xiT +xiT +trG +trG +trG +pBz +pBz +sUs +pBz +pBz +vRr +vRr +pBz +pBz +cyh +ybn +pBz +vRr +vRr +rdS +xYu +cnx +cnx +ach +qFO +qFO +adC +qFO +qFO +qFO +xYu +xYu +xYu +cnx +cnx +cnx +adr +qFO +qFO +qFO +qFO +qFO +qFO +cnx +cnx +xYu +xYu +afv +aft +qFO +afs +qFO +acX +afo +qFO +cnx +xYu +xYu +xYu +jNo +jNo +jNo +jNo +iXF +nnm +nnm +wZA +nnm +svT +svT +svT +mui +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +bFR +nnm +mui +mui +mui +ilc +mui +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(22,1,2) = {" +poH +dzs +dzs +dzs +cnr +xSB +nWg +dDK +dDK +uNb +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +ggi +imf +wbE +oPg +jNC +gpu +oJY +wRx +wRx +iGt +yhX +hXm +dDK +dDK +xQd +trG +wRx +trG +exp +pBz +pBz +qTH +rIb +pBz +vRr +vRr +pBz +pBz +wKY +qkY +vRr +xYu +xYu +xYu +xYu +cnx +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +xYu +xYu +xYu +xYu +qFO +qFO +qFO +qFO +cnx +cnx +afF +qFO +qFO +qFO +qFO +qFO +afw +afu +qFO +qFO +qFO +qFO +cnx +cnx +cnx +xYu +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +nnm +nnm +nnm +nnm +svT +mui +mui +nnm +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +nnm +nnm +mui +mui +mui +jNo +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(23,1,2) = {" +mxJ +dzs +dzs +dzs +cnr +xSB +odU +dDK +dDK +qFX +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +aEn +xpx +xpx +xpx +xpx +xpx +xpx +xpx +xpx +mwq +xpx +mwq +xpx +xpx +mwq +nnp +drR +nnp +exp +exp +pBz +pZW +tnp +rIb +pBz +vRr +vRr +vRr +vRr +cRQ +cRQ +xYu +xYu +cHW +kRb +kRb +cnx +acP +qFO +qFO +qFO +qFO +adv +qFO +qFO +afk +qFO +qFO +afn +qFO +qFO +cnx +xYu +xYu +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +coB +qFO +qFO +cnx +cnx +nnm +nnm +nnm +jNo +jNo +jNo +jNo +iXF +iXF +iXF +jNo +jNo +mui +mui +nnm +svT +mui +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +kGi +nnm +nnm +mui +mui +jNo +tvB +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(24,1,2) = {" +mxJ +dzs +dzs +dzs +cnr +xSB +odU +dDK +dDK +gUJ +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +fmB +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +vAD +xpx +xpx +xpx +xpx +xpx +xpx +xpx +xpx +xpx +xpx +xpx +mwq +mwq +xpx +nnp +drR +nnp +exp +exp +pBz +ade +pdy +tBj +rIb +pBz +pBz +pBz +gTc +vRr +rdS +xYu +xYu +cHW +cHW +kRb +cnx +cnx +acc +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +adA +cnx +xYu +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +xYu +xYu +nnm +nnm +mui +mui +jNo +jNo +jNo +jNo +iXF +iXF +jNo +jNo +mui +mui +mui +svT +svT +svT +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +kGi +kGi +kGi +nnm +nnm +jNo +tvB +tvB +jNo +jNo +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(25,1,2) = {" +cJU +pki +pki +xBM +psY +jNI +tri +wRx +adY +rgP +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +uCn +xpx +xpx +xpx +mwq +mwq +xpx +xpx +xpx +xpx +mwq +xpx +xpx +xpx +xpx +nnp +drR +nnp +exp +exp +pBz +mkN +lqt +acN +acW +yec +rIb +ybn +pBz +vRr +vRr +xYu +pBz +pBz +cHW +kRb +kRb +cnx +cnx +qFO +qFO +qFO +adA +qFO +qFO +afH +cnx +cnx +qFO +qFO +qFO +acB +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +adD +afk +xYu +xYu +xYu +nnm +mui +mui +xTT +jNo +jNo +jNo +iXF +iXF +iXF +jNo +jNo +mui +mui +mui +mui +svT +mui +mui +aeq +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +reT +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +kGi +kGi +kGi +kGi +nnm +jNo +tvB +jNo +jNo +tvB +tvB +jNo +jNo +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +"} +(26,1,2) = {" +psY +psY +psY +psY +psY +bIO +dDK +dDK +wRx +uNb +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +ggi +imf +dTX +jpp +lBd +gpu +iGt +wRx +wRx +iGt +yhX +pux +dDK +dDK +dDK +trG +wRx +trG +exp +pBz +pBz +ybn +mkN +lqt +acE +pdy +iuH +yec +rIb +pBz +vRr +vRr +qTH +lrG +yec +rIb +kRb +kRb +cnx +cnx +qFO +qFO +qFO +qFO +qFO +cnx +xYu +xYu +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +adA +afs +cnx +cnx +cnx +xYu +xYu +xYu +nnm +mui +nPc +xTT +xTT +jNo +tvB +iXF +iXF +iXF +jNo +tvB +jNo +afi +mui +mui +mui +svT +mui +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +kGi +kGi +kGi +kGi +nnm +nnm +tvB +jNo +mui +xTT +xTT +tvB +tvB +jNo +jNo +iXF +iXF +iXF +iXF +iXF +iXF +"} +(27,1,2) = {" +fJT +fJT +psY +dkI +khs +dDK +yhX +yhX +wRx +qFX +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +aEn +dpa +owZ +yhX +xkJ +psY +psY +cup +cup +trG +ffk +trG +xiT +xiT +xiT +trG +trG +trG +exp +pBz +exp +pBz +pBz +pZW +pdy +pdy +pdy +acM +dVw +pBz +pBz +vRr +pZW +pdy +pdy +iuH +rIb +kRb +kRb +cnx +afM +qFO +coB +qFO +cnx +xYu +xYu +cnx +qFO +qFO +qFO +qFO +adv +qFO +qFO +qFO +xYu +cnx +cnx +cnx +nnm +nnm +xYu +nnm +nnm +mui +mui +mui +xTT +xTT +aqx +ppG +mmw +jNo +jNo +tvB +tvB +dAw +mui +mui +mui +svT +svT +svT +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +nnm +aaB +kGi +kGi +fvI +qgz +mui +mui +mui +xTT +xTT +gyG +gyG +iXF +iXF +iXF +iXF +iXF +iXF +iXF +"} +(28,1,2) = {" +fJT +fJT +psY +mWJ +psY +xQd +yhX +dDK +wRx +stn +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +vAD +jHt +gqM +yhX +yhX +ffk +psY +vEC +vEC +trG +trG +trG +jCM +jCM +jCM +trG +trG +trG +exp +exp +yeG +exp +ybn +mkN +lqt +acM +pdy +acN +iuH +rIb +pBz +pBz +mkN +lqt +pdy +pdy +tBj +rIb +kRb +cnx +qFO +acc +qFO +qFO +qFO +cnx +cnx +qFO +qFO +afn +qFO +qFO +qFO +qFO +xYu +xYu +xYu +nnm +nnm +nnm +nnm +nPc +mui +mui +mui +mui +xTT +xTT +xTT +aqx +aqx +aqx +ppG +tvB +tvB +tvB +xTT +dAw +mui +mui +mui +jNo +svT +ael +mui +nnm +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +nnm +kGi +kGi +kGi +fvI +mui +mui +mui +mui +mui +mui +xTT +gyG +xTT +iXF +iXF +iXF +iXF +iXF +iXF +"} +(29,1,2) = {" +fJT +psY +psY +dkI +psY +trG +trG +ffk +fot +stn +dkh +dkh +fLT +dkh +dkh +dkh +dkh +dkh +dkh +dkh +fLT +dkh +dkh +dkh +dkh +dkh +dkh +dkh +dkh +fLT +dkh +dkh +uCn +vWD +mhf +mHn +iVw +psY +psY +uis +sUF +trG +gab +hfX +hfX +hfX +hfX +trG +pKE +trG +qrg +exp +yeG +pBz +pBz +pBz +mkN +kWZ +lqt +pdy +acH +tnp +rIb +pBz +cHW +mkN +lqt +pdy +pdy +dVw +kRb +cnx +cnx +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +qFO +adN +afk +xYu +xYu +xYu +mui +mui +mui +mui +mui +mui +xTT +xTT +xTT +xTT +xTT +kOw +xTT +xTT +aqx +aqx +njC +xTT +kOw +ocw +xTT +mui +mui +mui +xTT +jNo +svT +aem +mui +mui +nnm +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +bFR +nnm +nnm +kGi +kGi +fvI +fvI +mui +mui +mui +mui +mui +mui +xTT +gyG +gyG +iXF +iXF +iXF +iXF +iXF +iXF +"} +(30,1,2) = {" +fJT +psY +xka +dkI +trG +kQO +dDK +lbS +qYb +fdy +aIS +qIL +mdn +dga +aUZ +mpj +mpc +aBa +aUZ +mpj +mdn +aPP +aUZ +mpj +mpc +aBa +rJz +mpj +mdn +dga +aUZ +fRM +gpu +wRx +wRx +wRx +iGt +fVc +aVP +wRx +wRx +xiT +hfX +hfX +hfX +hfX +hfX +hfX +gVs +hnK +pBz +pBz +exp +pBz +exp +pBz +pBz +pBz +mkN +sEd +pdy +acE +dVw +pBz +pBz +qTH +nai +pdy +pdy +dVw +kRb +kRb +cnx +qFO +xYu +acB +qFO +qFO +qFO +qFO +qFO +afs +cnx +cnx +xYu +xYu +xYu +mui +mui +xTT +xTT +xTT +xTT +xTT +xTT +qqG +xTT +xTT +kOw +xTT +xTT +xTT +xTT +kOw +xTT +xTT +mui +mui +mui +mui +mui +dAw +dAw +svT +svT +svT +xTT +mui +acZ +nnm +aaE +bFR +bFR +bFR +bFR +bFR +nnm +nnm +aaD +nnm +nnm +bFR +bFR +bFR +bFR +bFR +aaE +nnm +acZ +nnm +kGi +kGi +jNo +tvB +mui +mui +mui +mui +ilc +mui +mui +xTT +xTT +gyG +iXF +iXF +iXF +iXF +iXF +iXF +"} +(31,1,2) = {" +fJT +psY +agv +dkI +trG +vNz +gxy +xpx +oxo +yhX +dDK +nlN +rHq +qrR +qrR +qrR +qrR +adW +ngu +nUz +efi +qrR +qrR +qrR +qrR +qrR +rau +pHa +pfm +pfm +wRx +dDK +dDK +yhX +adQ +wRx +xpx +mwq +frQ +mwq +xpx +cqP +hfX +pKE +yjd +yjd +yjd +yjd +wXv +hnK +cHW +pBz +pBz +exp +exp +exp +exp +pBz +pBz +mkN +acI +pdy +acC +rIb +pBz +pZW +cZp +pdy +pdy +iuH +rIb +xYu +xYu +xYu +xYu +cnx +cnx +cnx +adD +qFO +qFO +cnx +cnx +nnm +nnm +mui +mui +mui +xTT +xTT +aqx +aqx +xTT +xTT +kOw +xTT +xTT +amt +xTT +xTT +xTT +qqG +xTT +amt +xTT +mui +mui +mui +mui +mui +mui +xTT +kOw +jNo +jNo +xTT +xTT +mui +lSt +nnm +nnm +nnm +acZ +nnm +mui +aeh +nnm +nnm +frZ +nnm +acZ +nnm +nPc +mui +nnm +nnm +acZ +nnm +frZ +kGi +kGi +kGi +jNo +tvB +iXF +mui +mui +mui +mui +mui +mui +mui +xTT +gyG +mmw +iXF +iXF +iXF +iXF +iXF +"} +(32,1,2) = {" +fJT +psY +vOl +dkI +trG +duM +gpu +xpx +oxo +dDK +dDK +cGg +iNP +qrR +dlW +qrR +qrR +wRx +ngu +ngu +wRx +fAn +rau +qrR +qrR +qrR +qrR +ygX +qrR +qrR +wRx +dDK +dDK +dDK +yhX +wRx +xpx +mwq +xpx +xpx +xpx +wRx +hfX +gVs +uTi +nLM +bvW +jVm +jVm +fXF +rIb +pBz +pBz +pBz +exp +pBz +pBz +exp +pBz +pBz +mkN +kWZ +kWZ +ksB +aDJ +mkN +lqt +pdy +pdy +iHY +dVw +xYu +xYu +xYu +xYu +nnm +nnm +cnx +cnx +cnx +cnx +cnx +nnm +nnm +nPc +mui +mui +xTT +xTT +aqx +aqx +aqx +aqx +xTT +ocw +xTT +xTT +xTT +xTT +ocw +xTT +xTT +xTT +xTT +nnm +nnm +nnm +mui +nPc +mui +xTT +qqG +xTT +iXF +jNo +jNo +xTT +xTT +mui +mui +mui +mui +mui +kxV +mQx +tTE +hkH +dRp +cvP +nnm +nnm +nnm +oNV +abT +vee +sAl +sAl +kGi +kGi +kGi +kGi +qqG +kOw +tvB +iXF +iXF +iXF +mui +mui +mui +mui +mui +xTT +xTT +mmw +iXF +iXF +iXF +iXF +iXF +"} +(33,1,2) = {" +fJT +psY +dkI +dkI +trG +plt +gEt +xpx +oxo +dDK +dDK +mmb +rau +sUM +juV +qrR +qrR +wRx +nUz +nUz +wRx +qrR +rau +rau +rau +qrR +qrR +qrR +lVU +qrR +wRx +yhX +yhX +dDK +dDK +wRx +qrR +rau +rau +rau +qrR +xiT +hfX +gVs +hnK +qTH +jWo +fqb +fqb +kbg +ksB +pBz +ybn +aDJ +pBz +hOt +iqA +iqA +iqA +pBz +pBz +ybn +ybn +ybn +pBz +pBz +mkN +lqt +pdy +kbg +ksB +iqA +iqA +iqA +svT +mui +wZA +nnm +nnm +nnm +nnm +nnm +nnm +mui +mui +xTT +xTT +xTT +jNo +jNo +jNo +aqx +sVQ +xTT +xTT +xTT +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +nnm +nnm +nnm +nnm +amt +kOw +iXF +mmw +jNo +xTT +qqG +xTT +xTT +aaT +mui +ilc +mui +eSY +bhU +cVU +swM +nnm +nnm +kGi +kGi +kGi +fMm +xXD +cvP +sAl +kGi +kGi +kGi +kGi +aeH +jNo +jNo +jNo +jNo +iXF +iXF +mui +mui +nPc +mui +mui +mui +xTT +mmw +iXF +iXF +iXF +iXF +iXF +"} +(34,1,2) = {" +fJT +psY +dkI +dkI +trG +gSs +yhX +hZL +bIF +dDK +dDK +mmb +rau +lHJ +jAk +rau +ffk +iGt +nUz +nUz +iGt +ffk +qrR +rau +rau +rau +qrR +qrR +wTo +rau +ffk +vas +nUz +nUz +efi +odx +iwf +jVv +wlD +oUD +opf +trG +hfX +gVs +hnK +pZW +fqb +mKr +mKr +mKr +pBz +sUs +pBz +ybn +pBz +iqA +iqA +iqA +iqA +exp +exp +pBz +pBz +pBz +pBz +pBz +pBz +mkN +kWZ +ksB +pBz +iqA +afB +iqA +svT +mui +mui +jNo +jNo +mui +mui +mui +mui +mui +xTT +xTT +kOw +jNo +jNo +jNo +kOw +xTT +xTT +xTT +kGi +kGi +xTT +xTT +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +kGi +nnm +xTT +xTT +ocw +tvB +jNo +xTT +xTT +xTT +ocw +mui +mui +mui +mui +mui +nnm +nnm +nnm +qQp +vBD +kGi +xxk +kGi +kGi +kGi +nnm +lle +kGi +kGi +xTT +ocw +kOw +jNo +jNo +jNo +jNo +iXF +iXF +nnm +nnm +mui +mui +mui +nnm +nnm +iXF +iXF +iXF +iXF +iXF +iXF +"} +(35,1,2) = {" +fJT +psY +dkI +dkI +trG +rGW +iUn +xnx +bIF +fYy +hQv +ffk +gpu +iGt +mNn +odx +trG +gpu +nUz +nUz +gpu +trG +iGt +sVp +xBu +iGt +ffk +opf +fXb +har +trG +efi +ngu +ngu +efi +trG +trG +xiT +xiT +xiT +xiT +trG +hfX +gVs +hnK +pZW +fqb +mKr +mKr +mKr +pBz +pBz +vRr +pBz +pBz +iqA +iqA +iqA +iqA +exp +pBz +pBz +exp +exp +exp +exp +pBz +pBz +pBz +pBz +pBz +iqA +iqA +afB +svT +xTT +xTT +xTT +jNo +jNo +xTT +xTT +xTT +xTT +xTT +ocw +xTT +xTT +xTT +qqG +xTT +xTT +kGi +kGi +kGi +kGi +kGi +xxk +xxk +xTT +xTT +xTT +xTT +kGi +kGi +xTT +xTT +kGi +kGi +kGi +kGi +xTT +sVQ +dAw +fzc +fzc +fzc +dAw +dAw +mui +nPc +oiw +oiw +oiw +kuk +kGi +kGi +lMr +kip +kGi +xxk +xTT +xTT +kGi +kuk +kGi +kGi +kGi +kGi +amt +xTT +jNo +jNo +jNo +jNo +iXF +mmw +nnm +nnm +nnm +nnm +nnm +nnm +nnm +nnm +iXF +iXF +iXF +iXF +iXF +"} +(36,1,2) = {" +fJT +psY +psY +dkI +trG +trG +trG +trG +mgR +mgR +mgR +mgR +mgR +mgR +mgR +mgR +trG +xiT +wRx +aVs +xiT +trG +mgR +mgR +mgR +mgR +mgR +mgR +mgR +mgR +trG +xiT +wRx +aVs +xiT +trG +trG +hfX +hfX +hfX +hfX +hfX +hfX +gVs +hnK +pZW +fqb +fqb +fqb +tnp +rIb +pBz +vRr +vRr +sUs +iqA +iqA +hOt +iqA +pBz +exp +exp +exp +exp +pBz +pBz +pBz +exp +exp +exp +exp +iqA +iqA +iqA +svT +sVQ +kOw +qqG +xTT +xTT +ocw +xTT +xTT +xTT +amt +xTT +kGi +kGi +kGi +kGi +kGi +xTT +xTT +kGi +kGi +kGi +xTT +ocw +xTT +kOw +kOw +xTT +xTT +xTT +kGi +kGi +xTT +amt +kGi +kGi +kGi +kGi +xTT +amt +xTT +xTT +xTT +ocw +mui +mui +mui +xTT +xTT +kGi +kGi +kGi +kGi +kGi +xxk +xxk +xBW +mxp +kGi +aaH +kGi +kGi +kGi +kGi +kGi +kGi +xTT +jNo +jNo +iXF +mmw +rsY +rsY +efR +efR +efR +oRx +rsY +nnm +nnm +nnm +iXF +iXF +iXF +iXF +iXF +"} +(37,1,2) = {" +kCV +kCV +psY +mWJ +trG +vRr +pBz +trG +mgR +mgR +mgR +mgR +mgR +mgR +mgR +mgR +trG +vwg +vwg +vwg +vwg +trG +mgR +mgR +mgR +mgR +mgR +mgR +mgR +mgR +trG +jCM +jCM +jCM +jCM +trG +trG +yjd +yjd +yjd +yjd +yjd +yjd +wXv +hnK +mkN +kWZ +kWZ +kWZ +kWZ +ksB +pBz +sdn +vRr +vRr +pBz +pBz +exp +exp +sUs +pBz +pBz +pBz +pBz +gTc +exp +exp +exp +pBz +pBz +exp +exp +exp +exp +kGi +kGi +xTT +xTT +xTT +xTT +kGi +kGi +kGi +kGi +xTT +xTT +kGi +kGi +xxk +xxk +kGi +kGi +kGi +kGi +xTT +xTT +xTT +amt +xTT +kOw +xTT +sVQ +xTT +qqG +xTT +kGi +kGi +kGi +kGi +xTT +xxk +kGi +kGi +xTT +xTT +kOw +amt +xTT +mui +mui +xTT +xTT +kGi +kGi +kGi +xTT +xTT +xTT +kGi +kGi +kGi +xxk +kGi +xTT +xTT +kGi +kGi +xTT +xTT +kGi +xTT +kOw +jNo +mmw +rsY +oRx +efR +vnP +vnP +efR +oRx +rsY +uzk +uzk +oRx +oRx +oRx +oRx +oRx +oRx +"} +(38,1,2) = {" +kCV +kCV +psY +dkI +khs +vRr +vRr +trG +trG +pBz +ybn +ybn +pBz +pBz +aDJ +trG +trG +pBz +exp +exp +pBz +trG +trG +ybn +pBz +pBz +pBz +pBz +pBz +trG +trG +pBz +exp +exp +pBz +trG +trG +nLM +nLM +nLM +nLM +nLM +nLM +nLM +okx +afY +cHW +lzJ +cHW +cHW +pBz +wKY +cRQ +cRQ +vRr +pBz +exp +pBz +exp +pBz +qrg +qTH +yec +rIb +pBz +pBz +pBz +pBz +pBz +exp +exp +exp +exp +pBz +pBz +xxk +xxk +xTT +xTT +kGi +xTT +xTT +kGi +xTT +xTT +kGi +kGi +xTT +xTT +xTT +xTT +xTT +xTT +xTT +xTT +xTT +xTT +eaO +kOw +kOw +xTT +jNo +aqx +xTT +xTT +kGi +kGi +kGi +kGi +kGi +kGi +xxk +xxk +kGi +xTT +kOw +xTT +evV +evV +xTT +xTT +kGi +kGi +kGi +xTT +xTT +kGi +kGi +xTT +xTT +kGi +kGi +xTT +xTT +xTT +kGi +kGi +kGi +xTT +qqG +xTT +kOw +fLs +evV +uzk +efR +vnP +vnP +vnP +vnP +efR +efR +vnP +vnP +rsY +rsY +oRx +oRx +oRx +oRx +"} +(39,1,2) = {" +kCV +kCV +psY +trG +trG +vRr +vRr +vRr +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +qrg +pBz +exp +exp +pBz +pBz +ybn +ybn +pBz +pBz +sUs +pBz +aDJ +pBz +qrg +pBz +exp +exp +pBz +ybn +ybn +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +pBz +pBz +pBz +cRQ +cRQ +cRQ +vRr +pBz +exp +pBz +pBz +pBz +qTH +jWo +pdy +iuH +yec +lrG +rIb +pBz +aDJ +pBz +pBz +pBz +pBz +pBz +exp +exp +kGi +kGi +kGi +kGi +kGi +xTT +xTT +kOw +xTT +xTT +xTT +amt +kOw +xTT +xTT +ocw +xTT +xTT +xTT +eaO +xTT +xTT +eaO +xTT +jNo +jNo +jNo +aqx +xTT +xTT +xTT +xTT +xTT +xTT +kGi +kGi +kGi +kGi +xTT +qqG +gyG +evV +fLs +xTT +xTT +xTT +kGi +kGi +xTT +kGi +xTT +xTT +xTT +ocw +xTT +xTT +qqG +kOw +xTT +kGi +kGi +kGi +kGi +kGi +ocw +xTT +fLs +fLs +uzk +vnP +vnP +vnP +myV +vnP +vnP +vnP +vnP +vnP +oRx +rsY +oRx +oRx +oRx +oRx +"} +(40,1,2) = {" +kCV +kCV +kCV +kCV +qrg +vRr +vRr +vRr +vRr +pBz +pBz +sUs +pBz +pBz +ybn +pBz +pBz +pBz +exp +exp +pBz +pBz +ybn +pBz +aDJ +pBz +pBz +pBz +ybn +ybn +pBz +exp +exp +exp +pBz +ybn +ybn +pBz +cHW +agc +cHW +mKr +mKr +cHW +cHW +cHW +cHW +mKr +mKr +mKr +wKY +cRQ +cRQ +cRQ +pBz +pBz +pBz +pBz +pBz +qTH +nai +pdy +pdy +pdy +pdy +kbg +ksB +ybn +pBz +pBz +cHW +pBz +pBz +pBz +pBz +pBz +pBz +pBz +sUs +pBz +pBz +pBz +qrg +kCV +pBz +ybn +aDJ +pBz +pBz +qTH +yec +yec +lhd +rIb +xTT +xTT +eaO +xTT +eaO +eaO +jNo +jNo +jNo +aqx +kOw +kOw +xTT +ocw +xTT +amt +xTT +xTT +kGi +xTT +xTT +xTT +vSu +qEe +qEe +qEe +xTT +xTT +xTT +xTT +kGi +kGi +xTT +ocw +xTT +xTT +xTT +xTT +xTT +xTT +xTT +kGi +kGi +xxk +xTT +xTT +xTT +qEe +qEe +qEe +bGQ +uzk +efR +vnP +vnP +vnP +vnP +vnP +vnP +vnP +efR +rsY +oRx +oRx +oRx +oRx +"} +(41,1,2) = {" +kCV +kCV +kCV +kCV +pBz +mKr +mKr +vRr +pBz +pBz +pBz +pBz +pBz +ybn +ybn +pBz +pBz +pBz +exp +gTc +exp +exp +exp +pBz +pBz +pBz +pBz +pBz +ybn +ybn +pBz +exp +exp +pBz +pBz +mKr +mKr +sUs +cHW +cHW +cHW +mKr +mKr +cHW +cHW +cHW +cHW +mKr +mKr +aah +cyh +cyh +cRQ +pBz +ybn +pBz +pBz +pBz +pBz +pZW +pdy +pdy +pdy +pdy +pdy +dVw +pBz +pBz +kCV +cHW +qqg +cHW +pBz +pBz +pBz +qTH +yec +lhd +yec +rIb +pBz +pBz +kCV +kCV +kCV +ybn +qTH +lrG +yec +nai +pdy +pdy +pdy +dVw +xTT +xTT +eaO +xTT +eaO +xTT +jNo +jNo +jNo +aqx +xTT +kOw +xco +xtB +xtB +lIB +xTT +qqG +xTT +xTT +fLs +fLs +qEe +svT +svT +qEe +fLs +fLs +xTT +xTT +kGi +xTT +amt +xTT +xTT +cCn +oWb +oWb +fzo +xTT +amt +ocw +kGi +xxk +xTT +fLs +fLs +qEe +svT +svT +xLd +aGr +luo +efR +vnP +vnP +vnP +vnP +vnP +vnP +efR +rsY +oRx +oRx +oRx +oRx +"} +(42,1,2) = {" +kCV +kCV +kCV +kCV +kCV +mKr +mKr +pBz +pBz +ybn +gTc +pBz +pBz +pBz +pBz +pBz +exp +exp +exp +exp +exp +exp +exp +exp +exp +exp +exp +pBz +pBz +aDJ +pBz +yeG +exp +pBz +gTc +mKr +mKr +pBz +cHW +cHW +cHW +mKr +mKr +cHW +cHW +cHW +afX +mKr +mKr +kCV +kCV +kCV +kCV +ybn +pBz +aDJ +exp +exp +pBz +yab +pdy +pdy +pdy +kbg +kWZ +ksB +sUs +kCV +kCV +cHW +cHW +cHW +cHW +pBz +hGT +nai +pdy +pdy +pdy +iuH +rIb +pBz +cHW +kCV +ybn +ybn +pZW +pdy +pdy +pdy +pdy +pdy +pdy +dVw +ocw +xTT +xTT +eaO +eaO +xTT +xTT +jNo +jNo +jNo +kOw +kOw +vZY +sUE +sUE +gmk +xTT +kOw +kOw +xTT +fLs +fLs +qEe +svT +svT +qEe +fLs +fLs +xTT +kGi +kGi +xTT +xTT +xTT +cCn +xhF +xhF +xhF +xhF +fzo +xTT +xTT +kGi +kGi +xTT +fLs +fLs +qEe +svT +svT +xLd +aGr +aGr +efR +vnP +vnP +vnP +efR +vnP +vnP +efR +rsY +oRx +oRx +oRx +oRx +"} +(43,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +cyh +pBz +ybn +ybn +pBz +pBz +exp +exp +exp +exp +exp +exp +exp +pBz +pBz +pBz +exp +exp +yeG +yeG +exp +exp +gTc +pBz +exp +yeG +pBz +pBz +pBz +kCV +pBz +pBz +aDJ +kRb +cHW +cHW +cHW +cHW +cHW +cHW +cHW +kRb +cyh +kCV +cyh +pBz +qrg +pBz +ybn +pBz +exp +pBz +pBz +mkN +kWZ +bjW +kbg +ksB +pBz +pBz +kCV +pBz +cHW +qTH +yec +rIb +cHW +pBz +pZW +pdy +pdy +pdy +pdy +pdy +vrz +cHW +cHW +cHW +cHW +sUs +pZW +pdy +pdy +pdy +pdy +pdy +kbg +ksB +xTT +xTT +xTT +xTT +xTT +eaO +sVQ +jNo +jNo +jNo +kOw +xco +uQP +sUE +sUE +fZr +xtB +xtB +xtB +xtB +lIB +kPE +qEe +qEe +qEe +qEe +mxU +mxU +mxU +xGW +mxU +mxU +mxU +cCn +xhF +aBm +xhF +xhF +xhF +mMl +mxU +mxU +xGW +xGW +mxU +mxU +mxU +qEe +qEe +qEe +xLd +uzk +efR +vnP +vnP +vnP +efR +efR +vnP +vnP +efR +oRx +rsY +oRx +oRx +oRx +"} +(44,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +wKY +pBz +aDJ +pBz +exp +pBz +pBz +pBz +exp +exp +pBz +pBz +pBz +pBz +pBz +sUs +pBz +pBz +pBz +exp +exp +pBz +pBz +exp +exp +pBz +sUs +pBz +kCV +pBz +ybn +pBz +kRb +kRb +cHW +cHW +cHW +cHW +cHW +drs +drs +cyh +cyh +wKY +pBz +pBz +pBz +pBz +pBz +exp +ybn +ybn +pBz +pBz +mkN +ksB +mKr +mKr +pBz +sUs +pBz +qTH +nai +pdy +iuH +rIb +pBz +mkN +lqt +pdy +pdy +pdy +kbg +ksB +cHW +cHW +cHW +pBz +pBz +pZW +pdy +pdy +pdy +pdy +qxi +ksB +cHW +xTT +qqG +xTT +eaO +xTT +eaO +xTT +kOw +jNo +jNo +xTT +vZY +iUh +sQz +sQz +nOY +nOY +nOY +nOY +kFt +gmk +kPE +kPE +fLs +fLs +mxU +mxU +mxU +xGW +xGW +mxU +htM +mxU +hsQ +cWe +dsE +jBW +xhF +aBm +cWe +wfb +mxU +xGW +xGW +xGW +mxU +lQG +mxU +fLs +evV +uzk +vnP +vnP +vnP +vnP +vnP +efR +vnP +vnP +vnP +vnP +efR +rsY +oRx +oRx +oRx +"} +(45,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +cyh +wKY +wKY +pBz +exp +exp +exp +pBz +pBz +pBz +ybn +ybn +aDJ +pBz +pBz +pBz +ybn +ybn +pBz +pBz +exp +exp +exp +exp +exp +ybn +ybn +kCV +pBz +pBz +vRr +ybn +pBz +kRb +kRb +cHW +cHW +afZ +drs +drs +drs +cyh +wKY +pBz +pBz +sUs +pBz +pBz +exp +exp +ybn +ybn +ybn +pBz +aDJ +pBz +vtL +fWd +pBz +pBz +qTH +nai +pdy +cZp +pdy +vrz +pBz +pBz +pZW +pdy +pdy +pdy +dVw +cHW +pBz +cHW +cHW +pBz +qTH +nai +pdy +pdy +pdy +kbg +ksB +cHW +pBz +xTT +xTT +jNo +xTT +eaO +xTT +xTT +gyG +tvB +jNo +jNo +vZY +orF +sQz +sQz +sQz +oyh +sQz +sQz +nby +gmk +kPE +kPE +fLs +fLs +mxU +lQG +mxU +xGW +xGW +mxU +mxU +mxU +mxU +cCn +oWb +xhF +mMl +wfb +cCn +mMl +mxU +xGW +xGW +xGW +xGW +mxU +fxj +evV +evV +efR +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(46,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +pBz +qGY +pBz +exp +exp +pBz +pBz +pBz +pBz +ybn +ybn +pBz +pBz +pBz +pBz +aDJ +pBz +pBz +pBz +exp +pBz +exp +exp +pBz +ybn +ybn +pBz +pBz +pBz +vRr +vRr +pBz +pBz +pBz +pBz +pBz +cHW +drs +wKY +wKY +wKY +pBz +exp +pBz +pBz +pBz +exp +exp +pBz +pBz +pBz +sUs +pBz +uhn +pBz +pBz +uhn +pBz +qrg +aiD +pdy +pdy +pdy +pdy +iuH +rIb +pBz +pZW +pdy +pdy +kbg +ksB +cHW +pBz +pBz +cHW +pBz +pZW +pdy +pdy +pdy +pdy +dVw +cHW +pBz +ybn +kOw +jNo +jNo +eaO +xTT +ocw +fzc +ppG +jNo +jNo +jNo +xtA +gME +gME +gME +gME +xtA +lZd +skA +xtA +xtA +gME +xtA +xtA +xtA +xtA +xtA +gME +lZd +skA +xtA +xtA +xtA +mxU +jBW +xhF +xhF +xhF +oWb +xhF +mMl +mxU +xGW +xGW +mxU +xGW +mnf +mxU +mxU +mxU +efR +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(47,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +wKY +pBz +exp +exp +gTc +ybn +pBz +pBz +mKr +mKr +mKr +mKr +pBz +pBz +cHW +cHW +cHW +pBz +pBz +exp +exp +pBz +pBz +pBz +pBz +pBz +vRr +vRr +pBz +vRr +pKy +aga +vRr +pBz +pBz +aDJ +pBz +pBz +sUs +pBz +exp +pBz +pBz +exp +exp +exp +pBz +pBz +pBz +uhn +uhn +uhn +uhn +gTc +uhn +uhn +pBz +pBz +mkN +kWZ +lqt +pdy +pdy +pdy +dVw +pBz +pZW +pdy +pdy +dVw +cHW +pBz +pBz +cHW +qTH +yec +nai +pdy +pdy +kbg +kWZ +ksB +cHW +pBz +ybn +kOw +xTT +xTT +eaO +xTT +xTT +dAw +aqx +aqx +jNo +jNo +xtA +gHy +gpR +hJF +azR +xtA +tRB +tRB +xtA +kAI +dHP +pMZ +gME +pMZ +tMl +pMZ +ePr +ePr +ePr +tMl +fYo +xtA +mxU +hsQ +xhF +xhF +xhF +aBm +xhF +mMl +mxU +mxU +xGW +mxU +xGW +htM +mxU +lQG +mxU +efR +efR +efR +efR +efR +efR +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(48,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +cyh +ybn +pBz +pBz +exp +pBz +ybn +ybn +mKr +mKr +iqA +iqA +mKr +mKr +pBz +qTH +aie +lzJ +cHW +pBz +exp +exp +pBz +exp +pBz +qrg +vRr +vRr +mPs +agd +vRr +lzB +agb +vRr +pBz +ybn +ybn +ybn +pBz +pBz +exp +exp +exp +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +uhn +uhn +pBz +pBz +pBz +mkN +kWZ +jAP +kWZ +ksB +wKY +aiD +pdy +kbg +ksB +cHW +pBz +cHW +cHW +pZW +pdy +pdy +pdy +kbg +ksB +cHW +cHW +cHW +pBz +pBz +kOw +xTT +eaO +xTT +eaO +xTT +fzc +aqx +aqx +jNo +jNo +xtA +gHy +gpR +abp +abn +xtA +uIY +tRB +xtA +mbv +htF +ePr +tbu +aaW +aaU +aaJ +aaJ +aaL +aaL +aaJ +aaJ +xtA +mxU +mxU +jBW +xhF +mMl +qJd +jBW +xhF +fzo +mxU +xGW +xGW +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(49,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +cyh +pBz +aDJ +pBz +exp +pBz +pBz +ybn +mKr +mKr +iqA +iqA +mKr +mKr +cHW +pZW +dVw +cHW +ahd +pBz +pBz +exp +exp +exp +pBz +vRr +vRr +vRr +vRr +age +vRr +naC +agb +pBz +sUs +gTc +ybn +pBz +pBz +pBz +exp +pBz +gTc +pBz +ahJ +ahI +mBr +mBr +mBr +mBr +mBr +mBr +mBr +sIP +cHW +cHW +pBz +uhn +uhn +pBz +pBz +pBz +pBz +pBz +wKY +wKY +wKY +mkN +kWZ +ksB +cHW +pBz +cHW +qTH +yec +nai +pdy +pdy +pdy +dVw +cHW +cHW +cHW +cHW +cHW +pBz +xTT +xTT +eaO +xTT +eaO +xTT +fzc +xTT +aqx +aqx +jNo +xtA +uqB +pqK +abq +xxS +tbu +aDG +pSm +xtA +uAv +dhK +ePr +gME +aaX +nhe +cCF +cCF +cCF +cCF +cCF +fxX +xtA +mxU +mxU +jBW +xhF +xhF +oWb +xhF +xhF +mMl +mxU +xGW +iJN +jfF +veG +wJT +eLr +vzh +jfe +kZx +eLr +uAS +mtP +ldC +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(50,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +pBz +qrg +exp +exp +exp +pBz +sUs +aDJ +mKr +mKr +mKr +mKr +pBz +cHW +pZW +iuH +rIb +cHW +cHW +pBz +exp +exp +exp +pBz +vRr +vRr +rRW +vRr +vRr +pBz +pBz +pBz +pBz +exp +exp +yeG +exp +pBz +pBz +pBz +pBz +pBz +kRb +ahK +hfX +hfX +hfX +hfX +hfX +hfX +hfX +hfX +rxa +rxa +cHW +pBz +pBz +uhn +uhn +pBz +aDJ +ybn +qGY +wKY +pBz +pBz +pBz +pBz +pBz +cHW +cHW +qqg +pZW +iHY +pdy +pdy +kbg +jAP +ksB +cHW +pBz +cHW +cHW +cHW +pBz +qqG +eaO +xTT +eaO +xTT +xTT +fzc +gyG +xTT +aqx +aqx +xtA +skU +duO +cxM +xxS +gME +aDG +tRB +xtA +xZk +pMZ +arR +gME +aaY +lZd +cCF +wVS +dwK +jRI +cCF +vYO +xtA +mxU +mxU +hsQ +xhF +xhF +xhF +xhF +xhF +cWe +mxU +xGW +xGW +xPF +vAw +rCi +cMb +wLb +qqZ +cnK +cMb +iuW +fWg +atl +jfF +efR +vnP +myV +vnP +vnP +efR +oRx +oRx +oRx +"} +(51,1,2) = {" +ecO +ecO +ecO +ecO +ecO +wCW +vLs +vLs +vLs +vLs +vLs +exp +exp +exp +pBz +pBz +pBz +pBz +pBz +pBz +sUs +pBz +ahn +pZW +pdy +iuH +aid +cHW +pBz +pBz +exp +exp +pBz +pBz +vRr +qwH +agg +pBz +pBz +pBz +pBz +exp +exp +pBz +exp +exp +exp +pBz +pBz +pBz +sUs +kRb +ahK +hfX +hfX +hfX +xGV +hfX +hfX +hfX +hfX +rxa +rxa +cHW +cHW +pBz +pBz +uhn +gTc +aDJ +pBz +wKY +pBz +pBz +pBz +pBz +pBz +cHW +cHW +cHW +qTH +nai +pdy +pdy +kbg +ksB +jyi +gqh +pBz +pBz +cHW +cHW +cHW +gTc +xTT +eaO +xTT +eaO +amt +tvB +gyG +gyG +kOw +xTT +ocw +xtA +xtA +xtA +xtA +xtA +xtA +ncD +tRB +xtA +xtA +gME +xtA +xtA +lZd +okW +cCF +uYl +rtz +qPO +duO +nJq +xtA +fxj +mxU +mxU +hsQ +aBm +aBm +aBm +cWe +mxU +xny +xGW +xGW +xPF +fIA +bHe +fIA +paN +khb +sHo +fIA +uhP +aez +clb +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(52,1,2) = {" +hYX +rEC +rEC +uqA +ecO +vLs +vLs +qmf +ymg +bce +vLs +aAv +aAv +aAv +pre +pre +pre +pre +pre +txv +vRr +pBz +cHW +mkN +bjW +pdy +dVw +ahW +pBz +pBz +exp +exp +exp +pBz +vRr +pVC +agh +aDg +pBz +exp +exp +pBz +pBz +exp +pBz +pBz +pBz +pBz +pBz +ybn +pBz +pBz +hCr +nLM +nLM +sTX +bRJ +bRJ +sTX +hfX +hfX +rxa +rxa +cHW +cHW +cHW +pBz +pBz +pBz +uhn +pBz +hOt +iqA +iqA +iqA +pBz +pBz +pBz +cHW +cHW +pZW +pdy +pdy +kbg +uUF +uUF +uUF +aer +aer +aer +aer +cHW +pBz +pBz +xTT +eaO +eaO +xTT +xTT +jNo +tvB +aqx +xTT +kOw +xTT +gME +kFA +pMZ +pMZ +ovl +tbu +tRB +aDG +eTW +sEB +gNZ +xtA +uCU +aDG +tRB +cCF +cCF +duO +duO +duO +opM +xtA +mxU +mnf +mxU +mxU +mxU +mxU +mxU +mxU +mxU +xny +mxU +xGW +xPF +sHu +sHu +fIA +fIA +odI +fIA +fIA +lIU +sHu +stQ +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(53,1,2) = {" +gcL +uXm +uXm +gcL +bhh +uPa +wPK +wPK +ltT +ewf +fnc +jCM +jCM +jCM +jCM +jCM +jCM +jCM +pKE +eVw +vRr +pBz +pBz +cHW +pZW +pdy +dVw +cHW +cHW +pBz +pBz +exp +exp +pBz +vRr +vRr +vRr +vRr +pBz +exp +exp +exp +pBz +pBz +pBz +pBz +pBz +ybn +kCV +ybn +ybn +aDJ +pBz +cHW +cHW +ahG +rVF +ahF +afE +hfX +hfX +afC +cHW +cHW +cHW +cHW +pBz +uhn +pBz +pBz +xXb +iqA +iqA +iqA +iqA +pBz +pBz +pBz +pBz +pBz +pZW +pdy +kbg +ksB +uUF +kOe +ctH +aex +rcE +aer +aer +ybn +pBz +vRr +xTT +eaO +xTT +dAw +jNo +jNo +aqx +aqx +qqG +kOw +kOw +gME +pMZ +pMZ +pMZ +ePr +gME +cCF +okW +okW +skk +gNZ +xtA +fgY +aDG +tRB +dRu +mQj +mQj +mQj +mQj +mQj +odl +xGW +mxU +mxU +mxU +lQG +mxU +fxj +fxj +mxU +mxU +mxU +xGW +xPF +sHu +sHu +sHu +aav +whn +aal +aal +cMb +aal +aal +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(54,1,2) = {" +uXm +uXm +uXm +uXm +bhh +nVP +wPK +dzy +wPK +ewf +fnc +pgF +hfX +hfX +hfX +hfX +pgF +hfX +iIo +eVw +vRr +vRr +pBz +cHW +mkN +sEd +dVw +cHW +cHW +pBz +sUs +exp +exp +pBz +vRr +vRr +vRr +pBz +pBz +exp +exp +pBz +qrg +ybn +pBz +pBz +aDJ +ybn +ybn +pBz +pBz +pBz +cHW +cHW +cHW +ahH +rVF +rVF +ahE +hfX +hfX +afC +cHW +qqg +cHW +cHW +pBz +uhn +pBz +uhn +pBz +iqA +iqA +iqA +iqA +pBz +pBz +pBz +pBz +pBz +mkN +kWZ +ksB +cHW +uUF +kOe +kOe +bjr +aeu +rcE +aer +ybn +ybn +vRr +aqx +eaO +eaO +dAw +xTT +aqx +aqx +xTT +xTT +ocw +kOw +gME +ibM +kfB +wlH +ipU +gME +cCF +lZd +lZd +lZd +hJF +dqA +xxS +tRB +tRB +aaR +uvF +hJF +fbA +aRz +hJF +odl +xGW +xGW +xGW +xGW +mxU +mxU +pFr +mxU +xGW +xGW +mxU +xGW +xPF +fUJ +wNU +tCs +jFO +jfF +kah +kah +aed +kah +kah +jfF +efR +efR +vnP +vnP +vnP +efR +rsY +rsY +oRx +"} +(55,1,2) = {" +uXm +uXm +uXm +uXm +bhh +nVP +ewf +lQz +lQz +wPK +fnc +fnc +fnc +vLs +vLs +pgF +hfX +hfX +iIo +eVw +vRr +vRr +pBz +cHW +ahd +pZW +dVw +cHW +lzJ +pBz +pBz +exp +pBz +pBz +pBz +pBz +pBz +exp +exp +exp +pBz +sUs +pBz +pBz +pBz +cHW +cHW +pBz +pBz +pBz +cHW +cHW +cHW +cHW +cHW +sTX +bRJ +bRJ +sTX +hfX +hfX +afC +cHW +cHW +cHW +pBz +pBz +pBz +pBz +uhn +pBz +iqA +iqA +hOt +iqA +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +aer +aer +jyT +iDS +cch +eKt +aeu +aer +aer +pBz +vRr +eaO +eaO +xTT +hyA +xTT +xTT +xTT +kOw +kOw +xTT +xTT +xtA +xtA +xtA +xtA +gME +xtA +cCF +lZd +lZd +lZd +hJF +lZd +iuz +tRB +tRB +jFe +iRa +hJF +hJF +hJF +hJF +odl +xGW +xGW +mxU +mxU +xGW +xGW +xGW +xGW +xGW +mxU +xGW +iJN +jfF +mpd +jmZ +tGX +aax +jfF +akR +uSw +aVx +rSm +sFQ +jfF +jfF +efR +efR +vnP +vnP +vnP +efR +rsY +oRx +"} +(56,1,2) = {" +uXm +uXm +uXm +uXm +bhh +wPK +mdC +vLs +vLs +hTI +ewf +ewf +wPK +ltT +vLs +hfX +gab +hfX +iIo +eVw +vRr +pBz +pBz +pBz +cHW +mkN +ksB +aic +kCV +pBz +exp +exp +gTc +exp +pBz +exp +pBz +exp +gTc +pBz +pBz +cHW +cHW +cHW +cHW +lzJ +cHW +cHW +pBz +cHW +cHW +cHW +lzJ +cHW +cHW +cHW +cHW +cHW +hCr +nLM +nLM +kCV +cHW +cHW +pBz +kCV +qrg +pBz +pBz +pBz +kCV +kCV +pBz +pBz +wKY +wKY +sUs +pBz +pBz +pBz +pBz +cyh +lnV +aer +uXZ +jAR +nSu +rKG +aeu +aet +aet +aer +vuu +pBz +uhn +xTT +eaO +hyA +ppG +kOw +kOw +xTT +xTT +qqG +xTT +xtA +eGB +kFf +oCT +skk +cCF +cCF +skk +skk +skk +gNZ +gME +mGj +aDG +tRB +aaS +aaK +azK +aaK +aaK +aaK +odl +xGW +xGW +xGW +xny +xny +xGW +xGW +mxU +mxU +xGW +xGW +htM +jfF +jfF +jfF +jfF +jfF +jfF +kWa +iNA +aVx +chP +jjR +huJ +jfF +efR +rsY +efR +vnP +vnP +uzk +rsY +oRx +"} +(57,1,2) = {" +aAk +fFz +fFz +dIs +ecO +wPK +ewf +vLs +vLs +wPK +ewf +ewf +xDg +mhv +vLs +vLs +vLs +hfX +iIo +eVw +pBz +pBz +aDJ +pBz +pBz +pBz +rCO +rCO +kCV +pBz +pBz +exp +exp +exp +pBz +exp +exp +pBz +pBz +pBz +cHW +qqg +cHW +qTH +yec +yec +rIb +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +cHW +kCV +pBz +pBz +pBz +kCV +kCV +uhn +pBz +pBz +uhn +pBz +ybn +pBz +aDJ +wKY +pBz +kCV +kCV +cyh +cyh +cyh +pBz +nUI +aev +aev +aew +aew +aju +aev +uqk +nUI +pBz +pBz +uhn +uhn +aqx +pZo +gyG +xTT +kOw +kOw +kOw +xTT +xTT +xtA +hmJ +ykc +xtA +sKc +lZd +lZd +kFf +mgu +prx +qZQ +gME +aon +xxS +xxS +iuz +qqy +iuz +iuz +xxS +nsD +xtA +mxU +mxU +mxU +mxU +xGW +mxU +xGW +xGW +xGW +mnf +mxU +mxU +kCi +mxU +fxj +mxU +fxj +kah +hSa +mXl +pOe +chP +omg +uWU +jfF +oRx +rsY +uzk +efR +efR +rsY +oRx +oRx +"} +(58,1,2) = {" +ecO +ecO +ecO +ecO +ecO +oQL +wPK +oUb +ahM +wPK +ikX +ewf +wPK +jmG +lQz +hvC +vLs +hfX +ifP +hnK +cHW +pBz +pBz +pBz +pBz +wKY +wKY +rCO +rCO +rCO +pBz +exp +exp +exp +exp +pBz +sUs +pBz +ybn +cHW +cHW +qTH +yec +nai +pdy +pdy +iuH +rIb +cHW +cHW +cHW +kCV +kCV +cHW +cHW +cHW +cHW +cHW +cHW +lzJ +cHW +pBz +pBz +pBz +ybn +pBz +sUs +pBz +uhn +pBz +uhn +pBz +pBz +sUs +iry +rfz +pBz +kCV +vRr +sdn +vRr +pBz +ybn +aes +prj +xjA +cau +cau +cau +cau +sze +aes +vRr +uhn +uhn +uhn +wKY +cyh +sUs +pBz +pBz +pBz +pBz +amt +wlK +wlK +wlK +wlK +wlK +bfq +mHP +byR +bfq +wlK +wlK +wlK +wlK +wlK +bfq +wlK +bfq +wlK +bfq +wlK +wlK +wlK +wlK +wlK +aek +mxU +fxj +mxU +mxU +xGW +xGW +mxU +mxU +lQG +mxU +kCi +pFr +fxj +fxj +mxU +kah +jjR +eXE +pOe +chP +mXl +rQV +jfF +oRx +oRx +rsY +efR +uzk +efR +oRx +oRx +"} +(59,1,2) = {" +ecO +ecO +ecO +ecO +ecO +lhe +wPK +wPK +wPK +wPK +mNJ +djB +wPK +pth +aIv +uze +adX +hfX +iIo +hnK +cHW +cHW +pBz +pBz +cHW +kCV +qGY +cHW +cHW +cHW +pBz +exp +exp +exp +exp +pBz +pBz +ybn +ybn +cHW +qTH +nai +cZp +pdy +pdy +pdy +pdy +dVw +cHW +lzJ +kCV +kCV +pBz +pBz +qTH +yec +yec +yec +rIb +cHW +cHW +cHW +pBz +sUs +ybn +ybn +pBz +pBz +afP +pBz +pBz +pBz +uhn +pBz +iry +pBz +ybn +ybn +vRr +vRr +vRr +ybn +ybn +aer +kQU +afG +dLx +gWz +gWz +lIV +cbZ +aer +pBz +uhn +uhn +qrg +cyh +kCV +cHW +cHW +pBz +aDJ +pBz +wlK +wlK +uEY +cUd +obS +wlK +fjS +pKC +pKC +eKo +wlK +wUl +aDp +jCF +wlK +luC +xwZ +lap +wVX +aPz +bRC +nZF +wJF +ugr +wlK +wlK +lQG +tSU +ctg +qjk +mxU +xGW +mxU +tNX +ffu +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jDq +gTa +aVx +chP +mXl +fBe +jfF +oRx +efR +efR +dqS +efR +efR +oRx +oRx +"} +(60,1,2) = {" +ecO +ecO +ecO +ecO +ecO +ewf +wPK +rCP +nqa +wPK +xOZ +wPK +dzy +pth +aIv +aIv +adX +hfX +iIo +hnK +cHW +lzJ +cHW +cHW +cHW +ahn +cHW +ahW +cHW +cHW +cHW +pBz +pBz +exp +pBz +exp +aDJ +pBz +pBz +cHW +pZW +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +pBz +pBz +sUs +pBz +pZW +pdy +pdy +pdy +iuH +yec +rIb +cHW +cHW +pBz +ybn +ybn +ybn +pBz +pBz +pBz +uhn +pBz +uhn +pBz +iry +qrg +pBz +ybn +vRr +kCV +vRr +pBz +ybn +aer +aer +aew +wqg +lho +kwI +aew +aer +aer +pBz +uhn +ybn +cyh +kCV +cHW +cHW +cHW +cHW +pBz +pBz +wlK +qgm +nGz +jqC +wPp +xOP +qfU +pKC +pKC +gkr +wya +lUB +lUB +lUB +wya +xvx +xvx +xvx +xvx +xvx +xvx +nZF +iMt +fFq +trz +bfq +mxU +fKL +vvz +aHY +mxU +xny +mxU +aaF +xjb +kah +qQB +jjR +jjR +mXl +uFw +kah +anX +bmp +aVx +rSm +bEV +jfF +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +"} +(61,1,2) = {" +hYX +rEC +rEC +uqA +ecO +ewf +wPK +vLs +vLs +wPK +wPK +wPK +jOc +uCe +adX +adX +adX +pgF +iIo +hnK +cHW +cHW +qTH +lrG +yec +yec +rIb +cHW +cHW +cHW +cHW +cHW +pBz +exp +pBz +yeG +pBz +pBz +cHW +lzJ +pZW +pdy +pdy +pdy +pdy +pdy +pdy +vrz +cHW +pBz +pBz +pBz +pBz +qTH +jWo +pdy +pdy +pdy +pdy +iHY +dVw +qqg +cHW +pBz +pBz +aDJ +pBz +pBz +ybn +pBz +uhn +pBz +pBz +uhn +pBz +pBz +afI +cHW +cyh +cyh +cyh +cyh +ybn +ybn +pBz +aew +aew +aew +aew +aew +pBz +pBz +pBz +uhn +vUN +kCV +kCV +qqg +cHW +lzJ +cHW +cHW +pBz +wlK +kxb +uEY +ioD +vIP +twx +aWW +pKC +pKC +gkr +mHP +lUB +lUB +lUB +mHP +xvx +xvx +fKy +fKy +xvx +xvx +xmP +duT +yiG +joF +bfq +mxU +fKL +oil +aHY +xGW +xGW +xGW +umx +yks +aef +kjH +jjR +jjR +mXl +kjH +aee +kjH +rSm +rSm +chP +vdt +jfF +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +"} +(62,1,2) = {" +gcL +uXm +uXm +gcL +bhh +wPK +mhv +vLs +vLs +tcO +ewf +wPK +wPK +fmL +vLs +hfX +gab +hfX +iIo +hnK +cHW +cHW +yab +pdy +pdy +pdy +tBj +yec +rIb +cHW +ahX +cHW +cHW +pBz +exp +yeG +exp +pBz +cHW +cHW +pZW +pdy +pdy +pdy +pdy +pdy +kbg +ksB +cHW +pBz +kCV +kCV +ify +kXg +wwh +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +cHW +pBz +kCV +pBz +pBz +pBz +pBz +pBz +uhn +uhn +pBz +uhn +pBz +cHW +cHW +cyh +cHW +cHW +kCV +kCV +pBz +pBz +quT +quT +quT +quT +quT +pBz +pBz +uhn +uhn +vUN +ybn +cHW +cHW +cHW +cHW +cHW +cHW +cHW +wlK +qta +uEY +mNh +iTV +bfq +hOD +pKC +pKC +uEk +nKG +srh +hBH +cem +bfq +xvx +vwu +lIT +lIT +xvx +uiR +wlK +wlK +wlK +wlK +wlK +pFr +fKL +oil +aHY +xGW +xGW +xGW +umx +yks +chP +rSm +rDx +jjR +tqH +nfH +tmJ +jmZ +eLr +eLr +chP +ceP +jfF +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +"} +(63,1,2) = {" +uXm +uXm +uXm +uXm +bhh +urT +wPK +uXF +uXF +ewf +fnc +fnc +fnc +vLs +vLs +pgF +hfX +hfX +iIo +hnK +cHW +aii +nai +pdy +pdy +pdy +pdy +pdy +iuH +yec +aia +cHW +lzJ +cHW +exp +exp +exp +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +pdy +dVw +cHW +cHW +pBz +kCV +kCV +kCV +rse +ixr +pdy +pdy +pdy +pdy +pdy +iuH +rIb +lzJ +cHW +kCV +kCV +cHW +cHW +cHW +gTc +pBz +pBz +uhn +uhn +uhn +pBz +cHW +lzJ +qTH +yec +yec +rIb +kCV +kCV +pBz +vRr +quT +pbj +quT +vRr +pBz +pBz +uhn +pBz +iry +ybn +cHW +cHW +cHW +qTH +yec +yec +rIb +wlK +etT +olw +uEY +iTV +bfq +fFY +pKC +pKC +gkr +bPS +gPv +uEY +uEY +xmP +xvx +xvx +iTV +iTV +xvx +eNo +nZF +srp +xvx +hLC +wlK +mxU +fKL +oil +aHY +xGW +mxU +xGW +umx +yks +kah +rSm +rDx +jjR +tqH +laP +nnT +eLr +eLr +eLr +rSm +cyJ +jfF +efR +vnP +vnP +vnP +vnP +efR +efR +oRx +oRx +"} +(64,1,2) = {" +uXm +uXm +uXm +uXm +bhh +pZy +dzy +ewf +ewf +wPK +fnc +hfX +hfX +pgF +hfX +hfX +hfX +hfX +iIo +hnK +cHW +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +iuH +rIb +rTB +sQh +exp +exp +exp +sQh +rTB +cHW +cHW +pZW +pdy +pdy +pdy +pdy +dVw +cHW +pBz +pBz +qkY +cyh +kCV +rse +ixr +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +kRb +kCV +kCV +lzJ +cHW +qqg +pBz +jpn +hfX +hfX +hfX +hnK +cHW +qTH +nai +pdy +pdy +dVw +cHW +kCV +aDJ +pBz +pBz +pBz +pBz +pBz +pBz +uhn +pBz +pBz +iry +ybn +lzJ +cHW +qTH +nai +pdy +pdy +vrz +wlK +rIN +blc +uEY +hmU +wlK +xty +pKC +sbD +cuq +wlK +wos +lDM +oei +wlK +aaO +aaM +lAV +aaQ +aaO +aaM +xmP +uEY +cFu +ntM +wlK +mxU +fKL +vvz +aHY +xGW +mxU +xGW +umx +yks +aef +kjH +qoG +jjR +tqH +laP +qjK +eLr +eLr +jmZ +chP +obb +jfF +efR +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(65,1,2) = {" +uXm +uXm +uXm +uXm +bhh +ewf +ewf +wPK +wPK +dzy +fnc +odM +jCM +jCM +jCM +jCM +jCM +jCM +pKE +hnK +cHW +aij +lqt +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +iuH +rIb +jpn +hfX +hfX +hfX +hnK +qTH +yec +yec +nai +pdy +pdy +pdy +kbg +ksB +pBz +pBz +wKY +pBz +pBz +kCV +rse +ixr +pdy +pdy +pdy +pdy +pdy +pdy +iuH +rIb +cHW +kRb +kCV +cHW +qTH +yec +yec +rIb +jpn +hfX +hfX +hfX +hnK +qTH +jWo +pdy +pdy +kbg +jxo +cHW +kCV +pBz +pBz +gTc +pBz +pBz +uhn +uhn +pBz +pBz +ybn +iry +cHW +cHW +qTH +jWo +pdy +pdy +pdy +jov +wlK +wlK +bfq +abr +wlK +wlK +bfq +mHP +byR +bfq +wlK +wlK +wlK +wlK +wlK +oIk +gnR +tzE +epi +aaP +gnR +nZF +uEY +fFo +vOE +wlK +fxj +fKL +oil +aHY +mxU +mxU +xGW +umx +yks +chP +kjH +drk +lKq +pdY +drk +kah +cvT +qyM +kjH +chP +wXa +jfF +efR +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(66,1,2) = {" +aAk +fFz +fFz +dIs +ecO +vLs +vLs +wqY +wLY +ilp +vLs +waG +waG +waG +nLM +nLM +nLM +nLM +nLM +okx +gDr +cHW +mkN +kWZ +aig +kWZ +vwh +lqt +pdy +pdy +pdy +pdy +tnp +lEH +hfX +hfX +hfX +iuy +nai +pdy +pdy +pdy +pdy +pdy +kbg +ksB +pBz +kCV +kCV +wKY +pBz +pBz +rHX +egB +gZN +pdy +pdy +pdy +pdy +pdy +pdy +pdy +tBj +rIb +kRb +kRb +qTH +nai +pdy +pdy +tnp +lEH +hfX +hfX +hfX +wzb +nai +pdy +pdy +pdy +dVw +cHW +cHW +kCV +pBz +pBz +pBz +uhn +pBz +uhn +pBz +gTc +qkY +cyh +cyh +cHW +qTH +nai +pdy +pdy +pdy +pdy +gTN +bfq +jpT +lUB +wml +lUB +xzi +uEk +sbD +pKC +eUP +wlK +mIP +xpE +sBG +wlK +cuh +eNo +uEY +iTV +xvx +rnM +wlK +wlK +wlK +wlK +wlK +fxj +fKL +oil +aHY +mxU +xGW +mxU +aaF +xjb +kah +rSm +aJP +lVQ +drk +drk +kah +iVb +uSw +aVx +kjH +stu +jfF +jfF +efR +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(67,1,2) = {" +ecO +ecO +ecO +ecO +ecO +wCW +vLs +vLs +vLs +vLs +vLs +cHW +cHW +cHW +lzJ +cHW +cHW +cHW +kCV +kCV +kCV +kCV +aih +cHW +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +pdy +iTY +hfX +hfX +hfX +vTv +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +pBz +pBz +kCV +cyh +pBz +sUs +pBz +cHW +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +dVw +kRb +qTH +nai +pdy +pdy +pdy +pdy +iTY +hfX +hfX +hfX +vTv +pdy +pdy +pdy +pdy +dVw +cHW +kCV +kCV +pBz +pBz +uhn +uhn +pBz +pBz +vRr +cyh +cyh +kCV +pBz +pBz +pZW +pdy +pdy +pdy +pdy +pdy +gTN +bfq +gkr +dJM +lUB +lUB +xzi +gkr +sbD +pKC +uEk +wlK +hqZ +flw +abb +wlK +nbU +eNo +srp +cJb +xvx +xvx +nZF +srp +xvx +fYr +wlK +fxj +fKL +oil +aHY +xGW +xGW +mxU +aaG +aaC +jfF +jfF +jfF +jfF +jfF +jfF +jfF +bqD +cao +pOe +chP +chP +jgg +jfF +efR +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(68,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +pBz +pBz +pBz +pBz +rTB +cHW +cHW +cHW +cHW +gDr +pBz +kCV +kCV +kCV +kCV +kCV +kCV +kCV +cHW +cHW +kCV +kCV +pZW +pdy +pdy +pdy +pdy +iTY +hfX +hfX +hfX +vTv +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +pBz +pBz +pBz +kCV +cyh +cyh +pBz +cHW +aiD +pdy +pdy +pdy +pdy +pdy +kbg +lqt +pdy +iuH +lrG +nai +pdy +pdy +pdy +pdy +kbg +aLY +hfX +hfX +hfX +rnD +lqt +pdy +pdy +mWX +ksB +kCV +kCV +pBz +pBz +uhn +uhn +pBz +pBz +pBz +pBz +cyh +cyh +kCV +pBz +pBz +pZW +pdy +pdy +pdy +pdy +mWX +ahY +wlK +wlK +wlK +abr +wlK +wlK +kFa +pKC +pKC +egE +wlK +hqZ +aXx +abc +wlK +pUT +xvx +aXq +fkc +xvx +xvx +xmP +uEY +cFu +ntM +wlK +mxU +fKL +vvz +aHY +xGW +xGW +mxU +mnf +pFr +mxU +kCi +mxU +fxj +pFr +mxU +kah +xnE +mXl +pOe +gmh +jeX +wAc +jfF +efR +vnP +vnP +oRx +oRx +oRx +oRx +oRx +"} +(69,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +sUs +pBz +pBz +cHW +cHW +cHW +pBz +cHW +cHW +pBz +ybn +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +rCO +pZW +pdy +pdy +pdy +pdy +iTY +hfX +hfX +hfX +vTv +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +pBz +pBz +kCV +kCV +kCV +lzJ +cHW +pZW +pdy +pdy +pdy +pdy +pdy +dVw +mkN +lqt +pdy +pdy +pdy +pdy +pdy +pdy +mWX +ksB +jpn +hfX +hfX +hfX +hnK +mkN +kWZ +kWZ +ksB +cyh +cyh +pBz +pBz +pBz +uhn +pBz +pBz +vRr +pBz +pBz +kCV +kCV +pBz +pBz +cHW +aiD +pdy +pdy +pdy +kbg +ksB +cHW +wlK +gnQ +sbD +xZK +mMe +wlK +uEk +pKC +pKC +uMX +wlK +nje +aXx +flw +xmP +eNo +xvx +rNY +xtw +xvx +eNo +nZF +uEY +fFo +vOE +wlK +mxU +mRl +cJo +tbg +xGW +xGW +mxU +lQG +mxU +mxU +kCi +fxj +fxj +mxU +mxU +kah +mXl +mXl +pOe +dJm +uFn +hPA +jfF +efR +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(70,1,2) = {" +kCV +kCV +kCV +kCV +cyh +cyh +ybn +pBz +cHW +cHW +cHW +pBz +cHW +cHW +cHW +aDJ +ybn +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +kCV +cyh +cHW +mkN +sEd +pdy +pdy +kbg +aLY +hfX +hfX +hfX +pOP +bjW +pdy +pdy +pdy +pdy +pdy +iuH +rIb +cHW +cHW +pBz +pBz +kCV +kCV +cHW +cHW +mkN +sEd +pdy +pdy +pdy +kbg +ksB +kRb +mkN +lqt +pdy +pdy +pdy +pdy +kbg +ksB +pBz +jpn +hfX +hfX +hfX +hnK +lzJ +cHW +kCV +kCV +cyh +wKY +wKY +qGY +uhn +uhn +pBz +qrg +pBz +pBz +cHW +kCV +kCV +pBz +cHW +cHW +mkN +lqt +pdy +pdy +dVw +lzJ +cHW +wlK +wlK +fHS +kNV +xZK +wlK +uEk +pKC +pKC +uMX +wlK +bXs +mcQ +iDc +wlK +fgz +xvx +xvx +xvx +xvx +axl +wlK +wlK +wlK +wlK +wlK +fzo +wfb +mxU +xGW +xGW +mxU +xGW +mxU +mxU +htM +jfF +jfF +jfF +jfF +jfF +jfF +qMQ +jwu +pOe +chP +chP +qiJ +jfF +efR +vnP +vnP +vnP +efR +efR +oRx +oRx +"} +(71,1,2) = {" +kCV +kCV +kCV +kCV +cyh +wKY +aDJ +pBz +gDr +cHW +cHW +cHW +cHW +cHW +pBz +pBz +wKY +kCV +kCV +vRr +vRr +vRr +vRr +cyh +kCV +cyh +wKY +ahn +cHW +aib +kWZ +kWZ +ksB +jpn +hfX +hfX +hfX +hnK +mkN +kWZ +lqt +pdy +pdy +pdy +pdy +dVw +cHW +qqg +cHW +pBz +pBz +aDJ +pBz +cHW +cHW +mkN +kWZ +kWZ +vwh +ksB +lzJ +cHW +qTH +nai +pdy +pdy +pdy +pdy +dVw +pBz +pBz +pBz +uhn +pBz +uhn +pBz +pBz +cyh +kCV +qrg +aDJ +pBz +pBz +wKY +uhn +pBz +pBz +kCV +pBz +cHW +qqg +pBz +pBz +cHW +cHW +cHW +cHW +mkN +kWZ +kWZ +ksB +cHW +cHW +pBz +tkC +hpz +xZK +hnZ +wlK +ots +pKC +pKC +uHm +wlK +wlK +wlK +wlK +wlK +wlK +iup +xvx +xvx +xvx +oyW +xmP +wNY +otg +wlK +txk +mMl +mxU +mxU +xGW +xGW +mxU +xGW +xGW +mxU +uSe +jfF +ohs +jmZ +jmZ +rxK +jfF +cEt +dYU +pOe +rSm +wsG +jfF +jfF +efR +vnP +vnP +oRx +vnP +efR +oRx +oRx +"} +(72,1,2) = {" +kCV +kCV +kCV +kCV +cyh +ybn +pBz +pBz +pBz +pBz +cHW +cHW +lzJ +cHW +ybn +ybn +cyh +kCV +kCV +vRr +vRr +vRr +cRQ +vRr +vRr +pBz +pBz +pBz +cHW +cHW +cHW +cHW +rTB +sQh +exp +exp +exp +sQh +rTB +cHW +mkN +kWZ +kWZ +sEd +pdy +dVw +cHW +cHW +cHW +cHW +pBz +pBz +gTc +pBz +cHW +cHW +cHW +cHW +cHW +pBz +pBz +cHW +yab +pdy +pdy +pdy +pdy +kbg +ksB +pBz +sUs +pBz +uhn +pBz +pBz +uhn +pBz +cyh +pBz +pBz +pBz +pBz +pBz +uhn +wKY +wKY +cyh +kCV +cHW +cHW +cHW +cHW +cHW +lzJ +cHW +pBz +pBz +cHW +cHW +cHW +cHW +cHW +pBz +pBz +tkC +dtH +hVI +kXM +wlK +xwC +pKC +sbD +gkr +aaZ +abl +bEm +aba +aba +aaZ +eNo +ajv +rNY +xvx +fgz +wlK +sAo +rur +wlK +txk +cWe +mxU +xGW +xGW +xGW +xGW +xGW +mxU +mxU +xGW +lLV +cMb +cMb +cMb +aay +jfF +kah +kah +aed +kah +kah +jfF +efR +vnP +vnP +vnP +vnP +myV +efR +oRx +oRx +"} +(73,1,2) = {" +kCV +kCV +kCV +kCV +cyh +cyh +pBz +aDJ +pBz +pBz +pBz +cHW +cHW +pBz +ybn +rfz +cyh +kCV +cyh +cyh +cRQ +cyh +cyh +pBz +pBz +ybn +aDJ +pBz +pBz +pBz +cHW +lzJ +ahX +cHW +exp +exp +exp +exp +cHW +lzJ +cHW +cHW +cHW +pZW +pdy +iuH +rIb +cHW +pBz +cHW +cHW +pBz +pBz +pBz +pBz +cHW +cHW +cHW +cHW +pBz +kCV +kCV +mkN +lqt +pdy +kbg +kWZ +ksB +kCV +pBz +pBz +qrg +pBz +uhn +pBz +uhn +pBz +wKY +wKY +pBz +uhn +pBz +uhn +uhn +pBz +wKY +cyh +cHW +cHW +qTH +yec +yec +yec +rIb +cHW +pBz +pBz +pBz +pBz +cHW +cHW +pBz +ybn +pBz +wlK +wlK +tkC +tkC +wlK +uEk +sbD +sbD +xas +wlK +aHM +abh +abd +agZ +bfq +uJJ +rNY +lKb +lRW +wlK +wlK +wlK +wlK +wlK +cWe +mxU +lQG +xGW +xGW +xny +xGW +xGW +xGW +xGW +xGW +lLV +fIA +vDQ +ejc +aaz +aan +aan +aan +cMb +aan +aam +jfF +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +"} +(74,1,2) = {" +kCV +kCV +kCV +kCV +cyh +cyh +cyh +pBz +pBz +pBz +pBz +pBz +pBz +pBz +pBz +rfz +kCV +cyh +cyh +kCV +pBz +ahc +pBz +pBz +ybn +ybn +pBz +pBz +pBz +rEe +pBz +cHW +cHW +ahW +exp +exp +exp +exp +cHW +cHW +cHW +cHW +cHW +mkN +lqt +pdy +iuH +rIb +pBz +pBz +cHW +cHW +pBz +pBz +pBz +pBz +cHW +cHW +cHW +pBz +cyh +kCV +pBz +mkN +kWZ +ksB +cHW +kCV +kCV +kCV +kCV +kCV +pBz +uhn +pBz +uhn +pBz +pBz +wKY +uhn +uhn +uhn +pBz +pBz +pBz +pBz +cHW +cHW +qTH +nai +pdy +pdy +pdy +dVw +cHW +pBz +pBz +pBz +pBz +cHW +cHW +pBz +ybn +ybn +ybn +pBz +pBz +pBz +wlK +bfq +mHP +byR +bfq +abk +mNh +abi +abf +aba +wlK +bfq +bfq +bfq +bfq +wlK +mxU +mxU +mxU +mxU +wfb +mxU +mxU +xGW +xGW +xny +mxU +xGW +xGW +xGW +xGW +lLV +fIA +oqd +eTn +sHu +wNU +adm +nnI +cMb +sHu +pEy +jfF +efR +vnP +vnP +oRx +vnP +vnP +efR +oRx +oRx +"} +(75,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +cyh +aah +iry +iry +vUN +mKr +vUN +iry +iry +mKr +kCV +cHW +cHW +ahn +cHW +pBz +pBz +pBz +ybn +pBz +pBz +pBz +gTc +sUs +pBz +pBz +pBz +pBz +exp +yeG +exp +exp +cHW +cHW +cHW +cHW +lzJ +cHW +pZW +pdy +pdy +dVw +cHW +pBz +pBz +cHW +cHW +pBz +sUs +pBz +cHW +cHW +wKY +gDs +rfz +ybn +pBz +pBz +aDJ +pBz +cyh +cyh +cyh +kCV +kCV +cyh +pBz +pBz +uhn +uhn +pBz +uhn +pBz +pBz +uhn +pBz +gTc +aDJ +pBz +pBz +lzJ +qTH +nai +pdy +pdy +pdy +pdy +dVw +cHW +cHW +pBz +pBz +cHW +cHW +cHW +pBz +pBz +pBz +pBz +pBz +pBz +cHW +glX +gIW +oxw +oxw +pfs +abk +mNh +abj +aha +jbR +wlK +mRJ +oxw +oxw +wBn +prf +uIO +fSF +htM +lQG +mxU +mxU +xGW +xGW +xGW +xGW +mxU +mxU +mxU +xGW +xGW +lLV +fIA +rrZ +vDl +sHu +cMb +sHu +sHu +fWg +fIA +xFI +jfF +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(76,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +qrg +pBz +ybn +ybn +aDJ +pBz +pBz +pBz +qrg +ahh +cHW +ahk +cHW +ahl +kCV +pBz +sUs +pBz +pBz +pBz +ybn +pBz +pBz +pBz +pBz +pBz +pBz +exp +yeG +exp +exp +pBz +hmi +mBr +mBr +mBr +mBr +jtC +voV +pdy +tnp +yec +yec +rIb +lzJ +cHW +pBz +pBz +pBz +pBz +wKY +qkY +pBz +ybn +ybn +pBz +pBz +ybn +wKY +wKY +pBz +kCV +pBz +cyh +cyh +pBz +pBz +uhn +pBz +uhn +pBz +uhn +uhn +pBz +pBz +iqA +pBz +cHW +iqA +cHW +pZW +iHY +pdy +pdy +pdy +pdy +dVw +cHW +cHW +pBz +sUs +cHW +cHW +cHW +cHW +pBz +pBz +cHW +cHW +cHW +qqg +jpn +iqB +oxw +oxw +oxw +abk +abk +abk +bfq +bfq +wlK +oxw +oxw +oxw +tkH +prf +fSF +fSF +fSF +mxU +xGW +xGW +xGW +xGW +xGW +mxU +fxj +mxU +xGW +xGW +xGW +lLV +fWg +cMb +cMb +cMb +cMb +cMb +cMb +fWg +cMb +cGL +jfF +efR +vnP +vnP +vnP +efR +efR +oRx +oRx +oRx +"} +(77,1,2) = {" +kCV +kCV +kCV +kCV +kCV +kCV +kCV +adZ +ybn +ybn +pBz +pBz +pBz +pBz +ahc +cHW +cHW +cHW +cHW +qqg +cHW +cHW +cHW +ahc +pBz +pBz +kCV +ybn +ybn +pBz +pBz +pBz +pBz +pBz +exp +exp +exp +pBz +pBz +jpn +hfX +hfX +hfX +hfX +hfX +euL +pdy +pdy +pdy +pdy +hnw +cHW +pBz +pBz +pBz +pBz +wKY +wKY +pBz +pBz +pBz +pBz +pBz +ybn +wKY +wKY +pBz +pBz +pBz +gTc +wKY +wKY +wKY +uhn +uhn +pBz +uhn +pBz +pBz +pBz +pBz +iqA +iqA +iqA +iqA +iqA +iqA +mkN +lqt +pdy +pdy +pdy +kbg +ksB +cHW +aDJ +pBz +pBz +qTH +yec +yec +rIb +cHW +cHW +cHW +cHW +cHW +cHW +jpn +iqB +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +yks +lnB +xGW +xGW +xGW +xGW +xGW +xGW +xGW +xGW +xny +xGW +mxU +lQG +mxU +mxU +iJN +jfF +skI +jmZ +fPv +uGx +wvB +uVJ +oPC +luG +eLr +ihq +jfF +efR +vnP +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(78,1,2) = {" +bzC +bzC +kCV +kCV +kCV +kCV +pBz +pBz +ybn +pBz +sUs +pBz +ahn +ahh +cHW +qTH +yec +yec +rIb +cHW +cHW +ahi +cHW +kRb +pBz +pBz +ybn +ybn +pBz +pBz +pBz +vUN +aDJ +pBz +exp +exp +exp +cHW +cHW +jpn +gbt +hfX +hfX +hfX +hfX +euL +pdy +pdy +pdy +pdy +iuH +yec +rIb +pBz +pBz +pBz +pBz +pBz +nbl +cUa +acV +pVD +aac +gTc +pBz +pBz +pBz +pBz +pBz +pBz +aDJ +wKY +wKY +uhn +pBz +uhn +uhn +pBz +gTc +pBz +pBz +cHW +iqA +iqA +iqA +iqA +cHW +cHW +mkN +lqt +pdy +kbg +ksB +cHW +cHW +pBz +ybn +pBz +pZW +cZp +pdy +iuH +rIb +cHW +cHW +lzJ +cHW +cHW +jpn +iqB +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +yks +lnB +xGW +xGW +xGW +xGW +xGW +xGW +xGW +xny +xny +xGW +xGW +mxU +fxj +mxU +htM +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +jfF +efR +vnP +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(79,1,2) = {" +bzC +bzC +bzC +kCV +kCV +kCV +pBz +pBz +aDJ +pBz +pBz +cHW +ahu +aht +yec +jWo +pdy +pdy +ahp +rIb +gDr +cHW +ahd +kRb +vRr +cRQ +kCV +pBz +pBz +pBz +pBz +vUN +pBz +exp +exp +exp +exp +cHW +cHW +jpn +ahL +ahL +ahL +hfX +hfX +euL +pdy +sQk +ixp +ixp +ixp +wyL +dVw +cHW +pBz +aTq +aTq +aTq +aac +gXF +dIS +afD +aac +aac +pBz +ybn +pBz +pBz +pBz +pBz +pBz +wKY +pBz +pBz +uhn +uhn +pBz +pBz +sUs +pBz +cHW +cHW +iqA +iqA +iqA +iqA +cHW +cHW +cHW +mkN +kWZ +ksB +cHW +cHW +pBz +ybn +pBz +cHW +pZW +pdy +pdy +pdy +dVw +cHW +cHW +cHW +cHW +cHW +jpn +iqB +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +oxw +yks +lnB +xGW +xGW +xny +xny +xGW +xGW +mxU +xGW +xGW +xny +xGW +mxU +fxj +fxj +mxU +mxU +mxU +mxU +mxU +lQG +lMz +lMz +lMz +oRx +oRx +efR +efR +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(80,1,2) = {" +bzC +bzC +bzC +bzC +kCV +kCV +wKY +pBz +pBz +pBz +ahc +cHW +cHW +pZW +pdy +pdy +pdy +pdy +pdy +aho +cHW +kRb +kRb +vRr +vRr +vRr +cyh +kCV +pBz +aDJ +ybn +vUN +pBz +exp +exp +exp +exp +cHW +cHW +jpn +ahN +ahO +ahN +hfX +hfX +euL +pdy +rSL +lPj +mKr +brx +pGJ +dVw +cHW +pBz +aTq +aTq +aTq +oBj +dhA +xWz +ohO +nBA +aac +ybn +ybn +rfz +aah +pBz +pBz +pBz +aah +pBz +pBz +pBz +pBz +ybn +mKr +pBz +cHW +cHW +iqA +iqA +iqA +iqA +iqA +iqA +cHW +lzJ +cHW +cHW +qqg +cHW +pBz +ybn +rEe +pBz +cHW +pZW +pdy +pdy +pdy +tnp +yec +rIb +cHW +cHW +cHW +jpn +iqB +oxw +oxw +oxw +hva +oxw +oxw +oxw +oxw +hva +oxw +oxw +oxw +yks +lnB +xGW +xGW +xGW +mxU +mxU +mxU +mxU +mxU +xGW +xGW +mxU +xGW +mxU +mxU +mxU +mnf +mxU +mxU +mxU +mxU +lMz +lMz +lMz +oRx +oRx +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +"} +(81,1,2) = {" +bzC +bzC +bzC +bzC +kCV +kCV +wKY +ybn +pBz +pBz +cHW +qTH +ahv +kJY +pdy +pdy +pdy +pdy +pdy +dVw +cHW +kRb +qRi +wbP +cRQ +cyh +cyh +kCV +pBz +ybn +ybn +vUN +pBz +exp +exp +exp +exp +cHW +cHW +jpn +ahN +ahO +ahN +hfX +hfX +euL +pdy +rSL +fWd +jZi +brx +pGJ +dVw +cHW +pBz +aTq +aTq +aTq +oBj +ohO +dIS +tVE +uzv +aac +iry +iry +iry +mKr +vUN +iry +iry +wDW +iry +iry +vUN +vUN +vUN +mKr +pBz +cHW +lzJ +pZW +iqA +pdy +pdy +iqA +rIb +bsP +dkY +dkY +cHW +cHW +pBz +ybn +ybn +pBz +pBz +cHW +mkN +lqt +pdy +pdy +pdy +pdy +dVw +cHW +cHW +lzJ +jpn +iqB +oxw +oxw +oxw +tve +egr +egr +egr +egr +tve +oxw +oxw +oxw +tkH +hnK +kRb +kRb +cHW +mxU +fxj +fxj +mxU +mxU +mxU +xGW +xGW +mxU +xGW +xGW +mxU +mxU +pFr +mxU +lMz +lMz +lMz +oRx +oRx +oRx +oRx +oRx +efR +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +"} +(82,1,2) = {" +bzC +bzC +bzC +bzC +bzC +kCV +kCV +wKY +ahD +cHW +cHW +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +tnp +rIb +ahj +dPG +uNg +wbP +kCV +kCV +vRr +pBz +ybn +ybn +vUN +pBz +exp +exp +exp +exp +cHW +cHW +jpn +ahL +ahL +ahL +hfX +hfX +mPX +lqt +pED +usZ +usZ +usZ +szK +dVw +cHW +pBz +aTq +aTq +aTq +aac +oBj +bwI +oBj +dUL +aac +kkC +kkC +bsP +aad +kkC +kkC +bsP +aad +bsP +kkC +bsP +kkC +bsP +aad +bsP +cHW +qTH +nai +pdy +pdy +pdy +pdy +dVw +bsP +dkY +dkY +bsP +bsP +bsP +kkC +bsP +bsP +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +iuH +rIb +cHW +cHW +jpn +jWa +tKf +tKf +tKf +tve +lzW +fNX +aaI +lzW +tve +tKf +tKf +tKf +uoP +hnK +kRb +kRb +rTB +cHW +mxU +mxU +pFr +mnf +mxU +mxU +xGW +mxU +xGW +xGW +mxU +mxU +mxU +mxU +lMz +lMz +lMz +oRx +oRx +oRx +oRx +oRx +oRx +efR +vnP +vnP +vnP +vnP +vnP +efR +efR +oRx +"} +(83,1,2) = {" +bzC +bzC +bzC +bzC +bzC +bzC +kCV +kCV +ahk +cHW +cHW +ahx +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +dVw +kRb +xKQ +ppA +cyh +kCV +kCV +pjW +vRr +pBz +ybn +vUN +pBz +pBz +exp +exp +exp +lzJ +cHW +jpn +hfX +hfX +hfX +hfX +gbt +hnK +mkN +sEd +pdy +pdy +pdy +kbg +ksB +lzJ +pBz +pBz +aTq +aTq +aac +aac +aac +aac +aac +kkC +hzt +bsP +bsP +kgg +bsP +kkC +kkC +aad +bsP +kkC +kkC +kkC +bsP +aad +bsP +cHW +pZW +pdy +pdy +pdy +pdy +pdy +dVw +bsP +dkY +lLB +lLB +bsP +bsP +kkC +kkC +hzt +cHW +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +iuH +rIb +cHW +hCr +nLM +nLM +nLM +nLM +tve +kFr +qJv +qJv +wje +tve +nLM +nLM +nLM +nLM +okx +kRb +kRb +alT +gsu +gzF +lQG +mxU +mxU +fxj +mxU +mxU +xGW +mxU +xGW +xGW +mxU +mxU +mxU +mxU +mxU +lMz +lMz +oRx +oRx +oRx +oRx +oRx +efR +vnP +myV +vnP +vnP +vnP +vnP +efR +oRx +"} +(84,1,2) = {" +bzC +bzC +bzC +bzC +bzC +bzC +bzC +kCV +kCV +ahB +ahB +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +ahm +cHW +ahe +xKQ +kCV +kCV +kCV +pqZ +vRr +pBz +pBz +vUN +pBz +pBz +pBz +exp +exp +pBz +pBz +jpn +hfX +hfX +hfX +hfX +hfX +hnK +cHW +mkN +kWZ +kWZ +vwh +ksB +cHW +cHW +bsP +kkC +kkC +bsP +cOE +bsP +bsP +hzt +bsP +bsP +bsP +mma +mma +mma +mma +bsP +hzt +bsP +bsP +bsP +hzt +bsP +bsP +eQR +bsP +bsP +pZW +pdy +pdy +pdy +pdy +kbg +ksB +bsP +dkY +lLB +lLB +lLB +bsP +bsP +bsP +bsP +cHW +cHW +lzJ +cHW +cHW +pZW +pdy +pdy +pdy +pdy +iuH +rIb +cHW +cHW +cHW +cHW +qYY +tve +wCG +qJv +ykj +wlg +tve +giq +cHW +lzJ +cHW +kRb +hnk +alT +kFo +xGW +bWM +mxU +mxU +wfb +mxU +mxU +mxU +xGW +mxU +xny +xGW +mxU +fxj +mxU +lQG +mxU +mxU +agk +oRx +rsY +rsY +oRx +efR +vnP +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +"} +(85,1,2) = {" +bzC +bzC +bzC +bzC +bzC +kCV +kCV +kCV +kCV +qqg +cHW +ahy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +kbg +ksB +kCV +vRr +kCV +kCV +kCV +kCV +jab +pBz +pBz +pBz +qrg +pBz +sUs +pBz +exp +exp +exp +pBz +hCr +nLM +nLM +nLM +nLM +nLM +okx +cHW +cHW +cHW +cHW +cHW +cHW +cHW +bsP +hzt +kkC +bsP +bsP +bsP +bsP +kkC +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +wqi +bsP +mkN +lqt +pdy +pdy +pdy +vrz +dkY +dkY +qSP +lIG +lIG +bsP +cOE +bsP +lLB +bsP +bsP +cHW +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +cZp +iuH +yec +yec +yec +rIb +thT +lzW +aEu +ykj +ykj +wCG +lzW +gKe +cHW +cHW +cHW +cHW +alT +kFo +xGW +xGW +bWM +mxU +qvl +uwB +gzF +mxU +lQG +mxU +mxU +xny +xGW +mxU +mxU +mxU +mxU +mxU +mxU +mxU +rsY +rsY +oRx +vnP +vnP +vnP +vnP +vnP +oRx +vnP +vnP +efR +oRx +oRx +"} +(86,1,2) = {" +bzC +bzC +bzC +bzC +kCV +kCV +ahh +cHW +cHW +cHW +qTH +nai +pdy +pdy +pdy +pdy +pdy +pdy +pdy +aho +cHW +kCV +kCV +kCV +cRQ +kCV +kCV +kCV +bsP +bsP +bsP +hzt +bsP +bsP +bsP +mma +mma +mma +bsP +bsP +bsP +kkC +kkC +bsP +bsP +bsP +bsP +hzt +cHW +lzJ +cHW +bsP +wqi +kkC +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +buw +buw +mma +mma +bsP +bsP +bsP +bsP +cHW +mkN +kWZ +lqt +pdy +dVw +dkY +dkY +qSP +lLB +bsP +kLT +kLT +cmk +bBc +mvM +bsP +bsP +cHW +qqg +cHW +cHW +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +tnp +hNW +lzW +wlg +ykj +qJv +wCG +lzW +mMd +rIb +cHW +cHW +cHW +wXj +xGW +xGW +ofA +fyj +qvl +bda +xGW +bWM +mxU +mxU +mxU +xGW +mxU +xGW +mxU +mxU +mxU +mxU +mxU +mxU +mxU +oXF +efR +efR +vnP +vnP +vnP +oRx +vnP +oRx +vnP +vnP +efR +oRx +oRx +"} +(87,1,2) = {" +bzC +bzC +bzC +kCV +kCV +cHW +cHW +cHW +qTH +yec +kJY +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +dVw +ahn +kCV +kCV +cRQ +cRQ +kCV +kCV +pBz +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +bsP +mma +mma +bsP +kkC +kkC +kkC +bsP +bsP +bsP +kkC +kkC +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +mma +mma +mma +buw +buw +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +mma +bsP +bsP +cHW +cHW +mkN +kWZ +ksB +cHW +dkY +kLT +bsP +bsP +kLT +vUX +qSP +dkY +ijq +bsP +bsP +cHW +cHW +lzJ +cHW +mkN +vwh +kWZ +lqt +pdy +pdy +pdy +pdy +pdy +pdy +rCE +tve +mcA +ykj +qJv +wCG +tve +obH +iuH +rIb +cHW +cHW +wXj +xGW +xGW +orD +uwB +bda +xGW +xGW +azu +cHW +mxU +mxU +xGW +mxU +xGW +mxU +mxU +fxj +mxU +pFr +mxU +wfb +odL +efR +efR +vnP +vnP +vnP +oRx +vnP +oRx +oRx +efR +efR +oRx +oRx +"} +(88,1,2) = {" +bzC +bzC +bzC +kCV +cHW +ahk +cHW +qTH +jWo +kbg +kWZ +lqt +pdy +pdy +pdy +pdy +qxi +kWZ +sEd +dVw +cHW +ahk +kRb +vRr +vRr +vRr +pBz +bsP +cOE +kkC +kkC +kkC +bsP +mma +bsP +mma +mma +mma +mma +bsP +bsP +kkC +bsP +mma +mma +mma +mma +mma +mma +sPy +mma +mma +buw +buw +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +dkY +kkC +bsP +cOE +mma +mma +bsP +bsP +mma +mma +mma +mma +bsP +bsP +bsP +cHW +cHW +lzJ +cHW +dkY +qSP +bsP +bsP +bsP +dHG +dkY +dkY +bsP +wqi +bsP +bsP +cHW +cHW +cHW +cHW +cHW +cHW +mkN +kWZ +lqt +pdy +pdy +pdy +pdy +rCE +tve +noc +ajs +ajs +wlg +tve +obH +pdy +iuH +yec +lrG +tEw +xGW +agk +xGW +xGW +xGW +xGW +wrH +gDx +rIb +cHW +mxU +mxU +mxU +xGW +mxU +mxU +mxU +mxU +mxU +mxU +wfb +odL +efR +vnP +vnP +vnP +vnP +vnP +vnP +oRx +oRx +oRx +oRx +oRx +oRx +"} +(89,1,2) = {" +bzC +bzC +bzC +kCV +ahD +ahu +hmi +jtC +tsp +xbs +uvk +jtC +ahw +tsp +tsp +ahr +xbs +uvk +jtC +xbs +mBr +sIP +ahf +kRb +pBz +kkC +wqi +bsP +bsP +kkC +kkC +hzt +mma +mma +mma +mma +mma +mma +wqi +bsP +bsP +mma +mma +mma +bsP +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +wqi +bsP +bsP +mma +mma +bsP +hzt +kkC +dkY +dkY +dkY +hzt +wqi +mma +mma +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +bsP +bsP +bsP +cHW +cHW +dkY +dkY +dkY +hzt +bsP +dkY +dkY +qSP +bsP +bsP +kkC +kkC +hzt +bsP +bsP +cHW +cHW +cHW +lzJ +cHW +mkN +kWZ +lqt +pdy +cZp +rCE +lzW +nSM +ajs +ajs +wlg +lzW +obH +pdy +pdy +pdy +pdy +plU +xGW +xGW +agk +agk +xGW +xGW +lke +pdy +dVw +cHW +mxU +mxU +mxU +mxU +xGW +mxU +mxU +mxU +mxU +wfb +wfb +odL +efR +vnP +vnP +vnP +myV +vnP +vnP +vnP +oRx +oRx +oRx +oRx +oRx +"} +(90,1,2) = {" +bzC +bzC +bzC +kCV +kCV +cHW +kCV +pKE +jCM +jCM +jCM +jCM +jCM +jCM +jCM +jCM +jCM +jCM +jCM +jCM +pKE +hnK +ahg +cHW +ahb +kkC +kkC +hzt +kkC +bsP +bsP +bsP +bsP +mma +mma +afK +mma +bsP +kkC +bsP +bsP +mma +mma +mma +mma +bsP +bsP +kgg +bsP +gYc +iaB +iaB +gYc +bsP +bsP +bsP +bsP +bsP +hzt +bsP +bsP +gYc +iaB +iaB +gYc +bsP +dkY +dkY +dkY +dkY +kkC +bsP +mma +mma +bsP +bsP +bsP +kkC +hzt +mma +bsP +mma +mma +bsP +bsP +bsP +bsP +bsP +dkY +dkY +kkC +bsP +dkY +dkY +qSP +bsP +bsP +kkC +kkC +bsP +bsP +bsP +bsP +bsP +cHW +cHW +cHW +cHW +cHW +mkN +lqt +pdy +rCE +lzW +kFg +ajs +ajs +wlg +lzW +obH +pdy +pdy +pdy +pdy +xYp +gPT +wmL +xGW +agk +agk +xGW +lke +pdy +dVw +qqg +mxU +mxU +xGW +mxU +xGW +xGW +mxU +mxU +wfb +wfb +wfb +ouA +efR +vnP +vnP +vnP +vnP +vnP +vnP +vnP +oRx +oRx +oRx +oRx +oRx +"} +(91,1,2) = {" +bzC +bzC +bzC +bzC +kCV +kCV +kCV +iIo +hfX +hfX +hfX +xGV +hfX +hfX +hfX +hfX +hfX +hfX +hfX +hfX +iIo +hnK +ahh +mma +mma +mma +mma +mma +mma +eQR +wqi +bsP +mma +mma +mma +mma +bsP +bsP +bsP +bsP +bsP +mma +bsP +mma +bsP +bsP +kkC +maD +maD +aoO +rnH +rnH +aoO +kgg +bsP +kkC +bsP +bsP +kkC +bsP +kgg +aoO +rnH +rnH +aoO +kgg +dkY +dkY +dkY +dkY +kgg +aoO +rnH +rnH +aoO +kgg +bsP +bsP +bsP +bsP +mma +mma +buw +buw +mma +bsP +bsP +bsP +bsP +qSP +kkC +kkC +qSP +dkY +qSP +kLT +kkC +kkC +kkC +kkC +bsP +cOE +bsP +bsP +bsP +bsP +bsP +bsP +cHW +cHW +mkN +kWZ +ezK +tve +wCG +qJv +ykj +wlg +tve +obH +pdy +pdy +pdy +pdy +pdy +pdy +plU +xGW +xGW +xGW +uOd +kEW +mWX +ksB +cHW +lQG +mxU +xGW +mxU +mxU +xGW +mxU +mxU +wfb +wfb +wfb +ouA +efR +vnP +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(92,1,2) = {" +bzC +nlt +nlt +nlt +nlt +nlt +nlt +kMe +kMe +sqS +ahs +nlt +kMe +kMe +nlt +kMe +kMe +kMe +nlt +uzD +rEN +xhb +mma +mma +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +bsP +mma +mma +mma +bsP +bsP +bsP +mma +bsP +mma +bsP +mma +bsP +mma +maD +aoO +aoO +vHW +acd +aoO +aoO +tek +tek +tek +tek +tek +tek +aoO +aoO +vHW +acd +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +vHW +acd +aoO +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +buw +mma +mma +bsP +bsP +ihO +ihO +ihO +ihO +jqu +kgg +ihO +ihO +jqu +jqu +jqu +jqu +kgg +dkY +dkY +dkY +bsP +eQR +bsP +bsP +bsP +bsP +qqg +thT +tve +wCG +ykj +ykj +eQp +tve +obH +pdy +pdy +pdy +pdy +pdy +pdy +xGF +wmL +xGW +xGW +lke +kbg +ksB +cHW +mxU +mxU +mxU +mxU +xGW +xny +xGW +mxU +mxU +mxU +wfb +wfb +ouA +efR +vnP +vnP +vnP +vnP +vnP +vnP +efR +oRx +oRx +oRx +oRx +oRx +"} +(93,1,2) = {" +bzC +nlt +xvS +oBb +okB +sqS +kMe +kRP +jMn +sqS +sqS +gpB +jKv +hCj +nlt +bgm +hCj +hCj +nlt +uzD +rEN +xhb +mma +bsP +bsP +kkC +hzt +bsP +bsP +mma +mma +mma +mma +mma +mma +bsP +bsP +mma +bsP +mma +bsP +bsP +bsP +mma +bsP +mma +bsP +aoO +aoO +rnj +jkY +aHH +uss +uss +oVW +oVW +oVW +oVW +oVW +oVW +uss +uss +oVW +oVW +oVW +gfh +uss +uss +xvZ +oVW +oVW +aHH +jkY +jkY +xsl +nCq +cmk +bBc +jyE +bsP +bsP +bsP +bsP +mma +mma +bsP +mma +mma +mma +bsP +bsP +bsP +bsP +bsP +cOE +bsP +bsP +bsP +bsP +cmk +bBc +bBc +dkY +dkY +dkY +dkY +lLB +bsP +bsP +hzt +bsP +bsP +thT +lzW +wlg +ykj +ykj +tYz +lzW +obH +pdy +pdy +pdy +pdy +pdy +pdy +pdy +xGF +gPT +gPT +kEW +dVw +cHW +cHW +mxU +oIQ +mxU +mxU +xGW +xny +xGW +mxU +mnf +fxj +fxj +wfb +odL +efR +efR +vnP +vnP +vnP +vnP +efR +efR +oRx +oRx +oRx +oRx +oRx +"} +(94,1,2) = {" +bzC +nlt +xvS +tUL +okB +xEO +ahz +kMJ +hsh +ktO +htW +rUa +piI +hCj +ahq +hCj +iVp +vKy +nlt +uzD +rEN +bRy +bsP +bsP +cmk +bBc +bBc +bBc +mvM +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +bsP +bsP +hzt +bsP +bsP +bsP +wqi +bsP +mma +skE +ads +jkY +jkY +mXK +uss +uss +oVW +uss +hJb +oVW +uss +uss +uss +hJb +oVW +oVW +oVW +uss +uss +oVW +oVW +oVW +oVW +mXK +jkY +djM +xsl +nCq +djH +jCo +ndU +bBc +jyE +bsP +wqi +bsP +bsP +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +hzt +bsP +dHG +ndU +dkY +dkY +dkY +dkY +lLB +lLB +bsP +kkC +kkC +bsP +bsP +qvF +lzW +wlg +ykj +ykj +djf +lzW +ect +bjW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +kbg +ksB +cHW +cHW +mxU +fxj +pFr +mxU +xGW +mxU +xGW +mxU +mxU +mxU +fxj +mxU +oXF +efR +efR +vnP +oRx +efR +efR +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(95,1,2) = {" +bzC +nlt +nlt +oPA +okB +hzY +sqS +kMJ +kMJ +htW +htW +rUa +hCj +hCj +nlt +hCj +dKF +efq +nlt +uzD +rEN +bRy +bsP +cmk +ndU +ndU +dkY +dkY +ndU +bBc +mvM +lLB +bsP +bsP +bsP +mma +mma +nEY +bsP +lLB +lLB +bsP +lLB +lLB +bsP +mma +mma +skE +vHW +aHH +mXK +xsl +xsl +xsl +fHR +fHR +xsl +xsl +xsl +xsl +xsl +xsl +vHW +vHW +xsl +xsl +xsl +xsl +ons +ons +xsl +xsl +wnU +mXK +xsl +nCq +bsP +bsP +djH +ndU +ugj +bsP +bsP +bsP +kkC +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +bsP +djH +ndU +dkY +dkY +dkY +dkY +qSP +lLB +bsP +bsP +kkC +kkC +bsP +qvF +tve +wOc +tIt +qJv +fjm +tve +tAg +mkN +kWZ +lqt +pdy +pdy +pdy +pdy +pdy +pdy +kbg +ksB +lzJ +cHW +mxU +mxU +fxj +mxU +fxj +xGW +xGW +mxU +mxU +lQG +mxU +mxU +fxj +oRx +rsY +efR +efR +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(96,1,2) = {" +bzC +nlt +oZN +okB +okB +agt +nlt +nlt +imC +sqS +sqS +ate +yhG +nvf +nlt +nlt +nlt +nlt +nlt +uzD +rEN +bRy +lLB +dHG +dkY +dkY +dkY +dkY +dkY +dkY +dkY +aOu +ckN +ckN +rof +uTr +uTr +rof +ckN +ckN +ckN +ckN +ckN +meY +lLB +bsP +bsP +aoO +aoO +coD +coD +klL +xsl +hqU +bJt +uCw +vKa +nlq +iZP +xsl +gYc +fvZ +sip +sip +msQ +ons +mSt +fnO +jkY +qCP +ons +kex +rDM +sip +xsl +nCq +nCq +aca +bsP +djH +ndU +mvM +bsP +hzt +bsP +cOE +bsP +bsP +bsP +bsP +bsP +bsP +mma +buw +buw +mma +bsP +bsP +bsP +bsP +djH +dkY +dkY +dkY +dkY +qSP +bsP +bsP +bsP +bsP +bsP +bsP +qvF +tve +wpH +ykj +qJv +iCs +tve +tAg +cHW +cHW +mkN +kWZ +lqt +pdy +pdy +pdy +pdy +dVw +cHW +cHW +cHW +mxU +wfb +mxU +mxU +mxU +xGW +xGW +mxU +mxU +cCn +oWb +fzo +mxU +mxU +rsY +rsY +uzk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(97,1,2) = {" +bzC +nlt +iZc +tUL +enu +nVU +kMe +ybQ +hsh +kMJ +kMJ +kMJ +kMJ +kMJ +ahq +ktO +oBb +hal +nlt +uzD +rEN +bRy +bsP +djH +jCo +dkY +qSP +qSP +dkY +dkY +lLB +gNu +ryc +qCz +qCz +qCz +qCz +qCz +qCz +qCz +qCz +qCz +ryc +dxf +lLB +hzt +bsP +bsP +nJh +sip +coD +afT +xsl +rXs +uCw +uCw +bJt +uCw +eCp +xsl +xsl +cKg +sip +sip +kDH +ons +fGF +uhd +mXK +gSC +ons +giF +sCu +sip +xsl +nCq +nCq +nCq +nCq +nCq +nCq +ugj +bsP +nCq +nCq +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +bsP +bsP +bsP +bsP +dkY +dkY +dkY +dkY +qSP +dlC +qpj +ghB +bsP +bsP +bsP +qvF +lzW +wlg +fNX +fNX +wlg +lzW +tAg +pBz +cHW +cHW +cHW +mkN +bjW +pdy +pdy +pdy +iuH +rIb +cHW +cHW +mxU +wfb +wfb +mxU +mnf +xGW +mxU +xGW +mxU +jBW +xhF +mMl +mxU +mxU +oRx +oRx +uzk +rsY +rsY +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(98,1,2) = {" +bzC +nlt +nlt +ahC +nlt +nlt +nlt +cSb +hsh +kMJ +kMJ +hsh +hsh +kMJ +kMe +ktO +tUL +hLo +nlt +uzD +rEN +bRy +bsP +bsP +lLB +qSP +qSP +bsP +bsP +cOE +lLB +gNu +rEN +uzD +uzD +uzD +uzD +uzD +uzD +uzD +uzD +uzD +rEN +dxf +lLB +bsP +kgg +bsP +nJh +sip +coD +klL +xsl +hqU +uCw +qyt +jdV +uCw +iZP +xsl +bvk +gph +sip +wsv +tnd +xsl +mYz +qpD +sip +jkY +ons +nQp +sip +sip +xsl +nCq +nCq +nCq +nCq +nCq +nCq +nCq +nCq +nCq +itG +itG +itG +itG +itG +itG +itG +bsP +bsP +bsP +mma +mma +mma +bsP +bsP +bsP +dkY +dkY +iew +iew +iew +iew +iew +iew +bPL +bsP +bsP +bsP +qvF +lzW +wCG +fNX +fNX +wCG +lzW +ona +pBz +pBz +cHW +cHW +cHW +mkN +lqt +pdy +pdy +pdy +iuH +rIb +cHW +cHW +lMz +lMz +mxU +mxU +xGW +mxU +xGW +mxU +jBW +xhF +cWe +mxU +mxU +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(99,1,2) = {" +bzC +nlt +piq +lss +nxB +nlt +nho +uBB +rNu +sqS +sqS +pnA +jIq +iyp +nlt +ncI +okB +hsh +ahq +uzD +rEN +bRy +pDI +bsP +bsP +kLT +bsP +bsP +wqi +bsP +lLB +gNu +rEN +uzD +uzD +uzD +uzD +lsG +uzD +uzD +uzD +uzD +rEN +dxf +aoO +bsP +bsP +bsP +nJh +sip +wsv +xsl +xsl +wDM +uCw +hVA +vEF +lzP +mJU +xsl +prW +btR +sip +sip +ajx +xsl +jiB +hIw +dRq +jkY +xsl +xsl +sip +sip +xsl +nCq +nCq +nCq +nCq +nCq +nCq +itG +itG +itG +itG +ipP +esh +agV +esh +agS +itG +vnY +bsP +bsP +bsP +kkC +mma +mma +wqi +bsP +dkY +dkY +iew +vWm +cpl +fAq +dlh +iew +fpK +bsP +hzt +bsP +qvF +tve +eoO +fNX +fNX +wlg +tve +ona +pBz +aDJ +pBz +pBz +lzJ +cHW +pZW +pdy +pdy +pdy +pdy +iuH +eeH +cHW +lMz +lMz +mxU +xGW +mxU +xGW +xGW +mxU +hsQ +cWe +mxU +mxU +mxU +aap +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(100,1,2) = {" +bzC +nlt +hEW +rWr +nxB +nlt +pfa +fCB +aPj +sqS +sqS +bAK +cLy +gGq +nlt +lvZ +enu +cBB +nlt +oqM +rEN +bRy +pDI +bsP +bsP +kLT +kLT +hzt +qSP +kLT +bsP +gNu +ryc +pqO +aoO +rnH +rnH +aoO +tek +tek +tek +tek +tek +aoO +aoO +tek +tek +tek +aoO +sip +sip +klL +xsl +fgq +uCw +bJt +lSs +uCw +iZP +xsl +rzz +vvv +sip +sip +wdz +xsl +jiB +hIw +oCD +fRj +ons +aOW +sip +sip +aoO +itG +itG +itG +itG +itG +itG +itG +kGe +gPU +itG +agW +esh +etG +esh +agT +itG +vnY +kkC +bsP +bsP +bsP +mma +mma +bsP +bsP +dkY +dkY +iew +xQa +fAq +fAq +dlh +iew +fpK +kkC +kkC +bsP +nxi +tve +qSD +ykj +ykj +wlg +tve +ona +pBz +pBz +pBz +pBz +cHW +cHW +mkN +lqt +pdy +pdy +pdy +pdy +dVw +cHW +mxU +mxU +mxU +xGW +mxU +xny +xGW +mxU +mxU +mxU +mxU +mxU +wfb +wfb +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(101,1,2) = {" +bzC +nlt +nlt +nlt +nlt +xEG +uri +pQW +xnN +oqw +oqw +kjG +lMJ +dfr +xEG +xEG +nlt +nlt +nlt +qCz +ryc +bRy +pDI +pDI +bsP +bsP +kLT +bsP +dkY +bsP +kLT +vTw +cwT +aoO +aoO +vHW +acd +aoO +wbr +bJt +bJt +uCw +uCw +yfu +yfu +yfu +eCp +eCp +acS +sip +sip +afV +xsl +wVh +lzP +bJt +uCw +uCw +fnb +xsl +xsl +dBq +sip +sip +kcN +xsl +mYz +qpD +coD +hUh +ons +rjN +sip +sip +mVe +fVR +xyK +xyK +xyK +xyK +nlA +tVZ +bqJ +hlU +itG +itG +gDG +etG +agU +itG +itG +vnY +vnY +hzt +bsP +kkC +mma +mma +bsP +bsP +dkY +dkY +iew +iew +abu +iew +iew +iew +fpK +kkC +kkC +kkC +nxi +lzW +wlg +ykj +qJv +wCG +lzW +ona +vRr +pBz +gTc +rEe +pBz +cHW +cHW +pZW +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +mxU +xGW +mxU +xny +xGW +xGW +mxU +mxU +fxj +wfb +lMz +lMz +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(102,1,2) = {" +bzC +bzC +bzC +bzC +bzC +ddS +vkO +vkO +vkO +vkO +vkO +vkO +vkO +vkO +ddS +obF +obF +obF +obF +hsu +hsu +nzL +bsP +bsP +bsP +qSP +qSP +bsP +bsP +bsP +bsP +kLT +kLT +aoO +iTN +djM +djM +xsl +mWE +bJt +uCw +uCw +uCw +tJp +yfu +yfu +yfu +cIL +vHW +coD +sip +afV +xsl +uGQ +ljy +uCw +lFM +eCp +iZP +xsl +gYc +vvv +coD +sip +nfl +xsl +jiB +uhd +sip +ivL +ons +vKR +sip +sip +mVe +ebs +eDr +euH +wnn +cvv +abX +wax +tVZ +hQV +xTk +wyc +gDG +nPA +cLQ +ecL +itG +itG +itG +bsP +bsP +mma +bsP +mma +bsP +bsP +dkY +dkY +iew +oNs +wTy +gbW +pZf +iew +fpK +lLB +kkC +bsP +nxi +lzW +wlg +ykj +qJv +wCG +lzW +jlA +vRr +vRr +pBz +pBz +pBz +pBz +cHW +pZW +pdy +pdy +pdy +pdy +iuH +rIb +lzJ +mxU +mxU +mxU +xGW +mxU +xGW +xGW +mxU +mxU +fxj +fxj +wfb +wfb +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(103,1,2) = {" +bzC +ead +ead +ead +ead +cjq +rED +rED +rED +rED +rED +iOH +iOH +iOH +oBW +iOH +obF +obF +obF +obF +pDI +cOE +bsP +obF +dkY +qSP +bsP +bsP +bsP +bsP +dkY +qSP +bsP +nJh +jkY +jkY +oaK +xsl +ofY +uCw +ofY +bJt +ofY +iCq +qyR +yfu +vKr +iCq +ons +sip +sip +xsl +xsl +gYc +uCw +uCw +gYc +xsl +xsl +xsl +npW +xiN +coD +sip +cAB +xsl +itN +uhd +sip +vKG +xsl +mYz +dkq +sip +aoO +cUT +wnn +jrB +mtL +wnn +abY +ryx +tVZ +hQV +sOb +abO +mfv +mVQ +jNU +dDA +yaO +nWX +itG +bsP +bsP +mma +mma +mma +bsP +dkY +dkY +dkY +iew +mJZ +wTy +eBp +aAN +iew +fpK +lLB +bsP +lLB +dTp +tve +nGt +ykj +ykj +wCG +tve +jlA +vRr +sdn +pBz +pBz +aDJ +pBz +cHW +pZW +pdy +pdy +pdy +pdy +cZp +dVw +cHW +mxU +mxU +mxU +xGW +xGW +mxU +xGW +mxU +mnf +mxU +fxj +wfb +wfb +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(104,1,2) = {" +bzC +ead +ead +ead +rED +cjq +rED +iOH +iOH +iOH +iOH +nmm +cmX +iiB +fvf +iiB +iiB +obF +obF +obF +obF +obF +obF +obF +dkY +dkY +dkY +bsP +bsP +dkY +bsP +dkY +kLT +nJh +sip +sip +xsl +xsl +ofY +bJt +ofY +bJt +jYe +iCq +qyR +nlq +vKr +rCw +ons +sip +sip +uss +acS +bJt +bJt +uCw +uCw +acS +oVW +oVW +oVW +oVW +jkY +ruG +xsl +xsl +xsl +bIv +sip +jkY +ace +oVW +sip +sip +mVe +wnn +wnn +pRQ +qbT +euH +woj +uUq +bqJ +hQV +bQU +wyc +gDG +xDS +esh +fgn +yaO +nWX +itG +bsP +bsP +mma +mma +bsP +bsP +bsP +dkY +dkY +iew +wBR +gbW +wTy +gbW +iew +fpK +lLB +lLB +oot +dTp +tve +vPj +ykj +ykj +vOz +tve +jlA +vRr +pBz +pBz +vRr +vRr +pBz +pBz +mkN +lqt +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +fxj +mxU +xGW +mxU +mxU +xGW +mxU +pFr +mxU +wfb +agk +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(105,1,2) = {" +ead +ead +ead +ead +rED +cjq +iOH +iOH +klo +klo +qzh +iOH +iiB +ajM +cCd +lid +ajK +sqI +obF +obF +obF +obF +obF +nmm +iOH +iOH +dkY +bsP +wqi +bsP +bsP +dkY +qFw +aoO +dkq +sip +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +xsl +dEj +coD +uss +vHW +bJt +bJt +bJt +oja +vHW +uss +uss +oVW +oVW +jkY +jkY +vlo +qiC +xsl +xsl +mXK +jkY +vHW +uss +sip +coD +mVe +wnn +cvv +wnn +euH +eDr +fAH +sKi +qGy +yij +bQU +itG +gDG +mCY +esh +fgn +stI +nWX +itG +kgg +bsP +mma +mma +mma +bsP +kgg +dkY +dkY +iew +oDJ +gbW +wTy +eNl +iew +iqF +wku +bTc +bTc +fyD +tve +lzW +fNX +aaI +lzW +tve +jlA +cRQ +vRr +vRr +vRr +vRr +vRr +pBz +pBz +aiD +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +fxj +mxU +xGW +xGW +xny +xGW +mxU +mxU +lQG +wfb +agk +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(106,1,2) = {" +ead +ead +ead +rED +rED +cjq +iOH +iOH +klo +klo +iOH +iOH +iiB +vgH +wsL +ajI +vhq +iiB +ajz +obF +obF +obF +iOH +iOH +iOH +dkY +dkY +dkY +dkY +bsP +cOE +bsP +kLT +aoO +sip +sip +ons +qiC +abW +fQE +eha +abW +fFG +gRw +abW +kSu +gRw +tHg +ons +sip +coD +xsl +xsl +xsl +fHR +fHR +xsl +xsl +xsl +lID +dRt +aHH +sip +sip +qiC +qiC +qiC +xsl +vHW +aci +xsl +sbG +coD +coD +aoO +auc +fwP +abZ +abZ +abZ +oSx +lbA +swe +hQV +dgs +itG +wyc +abL +wyc +itG +itG +itG +itG +itG +bsP +mma +mma +mma +bsP +iew +iew +iew +iew +iew +vXf +abs +iew +iew +iew +hrg +hrg +iew +iew +tve +kFr +xpg +xpg +smk +tve +tve +tve +lzW +lzW +tve +lzW +lzW +tve +tve +pZW +pdy +pdy +pdy +pdy +iuH +rIb +cHW +mxU +mxU +pFr +mxU +xGW +mxU +xGW +xGW +fxj +mxU +mxU +agk +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(107,1,2) = {" +ead +ead +rED +agu +rED +vOo +rED +iOH +iOH +iOH +iOH +iOH +iiB +kMs +bpU +qoh +vhq +ajH +iiB +obF +dkY +dkY +iOH +dkY +iOH +iOH +dkY +iOH +dkY +dkY +dkY +kLT +qSP +aoO +sip +sip +ons +qiC +abW +whm +eha +abW +wGy +gRw +abW +kWJ +gRw +qiC +ons +aHH +sHm +xsl +wSz +vlo +rsl +qsI +vlo +jaZ +xsl +aep +vlo +mXK +sip +sip +mXK +vlo +vlo +vlo +qiC +qiC +qYr +xsl +qbp +sip +mVe +bQU +ofo +jSG +hhD +tyx +utx +pwN +wmh +bpy +sOb +wyc +uAm +bqJ +bqJ +tVZ +tVZ +eLY +wyc +iwq +mma +mma +mma +mma +mma +vdH +hrg +oDh +tVD +lsy +lsy +lsy +lsy +lsy +cER +lsy +lsy +pkv +hlj +lzW +wCG +xpg +xpg +wCG +wlg +lzW +gaS +iFg +dwo +gZb +bNq +lka +iJW +tve +pZW +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +mxU +mxU +mxU +xGW +xny +xGW +xGW +chE +agk +agk +agk +agk +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +oRx +"} +(108,1,2) = {" +ead +ead +ead +rED +rED +cjq +rED +iOH +ajT +nmm +iOH +iiB +iiB +ajN +bpU +qoh +oQH +wGb +iiB +ajB +dkY +dkY +dkY +dkY +iOH +iOH +iOH +iOH +iOH +dkY +dkY +kLT +bsP +nJh +coD +sip +ace +yfu +yfu +yfu +yfu +yfu +yfu +yfu +yfu +eCp +eCp +eCp +ace +djM +jkY +acS +uss +uss +uss +oVW +oVW +uss +uss +oVW +oVW +oVW +jkY +jkY +oVW +oVW +oVW +oVW +oVW +uss +uss +ace +djM +jkY +abI +fBZ +yaO +yaO +yaO +fBZ +fBZ +yaO +yaO +yaO +fBZ +abI +yaO +fBZ +fBZ +yaO +yaO +yaO +abI +iwq +mma +mma +mma +mma +mma +vdH +abm +qBE +nUB +nUB +nUB +nUB +qBE +qBE +qBE +nUB +nUB +nUB +nUB +aaV +xpg +xpg +rut +rut +xpg +aaV +fNX +fNX +fNX +fNX +fNX +fNX +rPt +tve +pZW +pdy +pdy +pdy +pdy +pdy +iuH +rIb +cHW +mxU +mxU +mxU +mxU +xGW +mxU +mxU +xGW +mxU +agk +agk +agk +agk +agk +agk +agk +ftl +ftl +ftl +ftl +ftl +ftl +ftl +"} +(109,1,2) = {" +ead +ead +ead +ead +ead +cIq +rED +iOH +nmm +iOH +iOH +iiB +vgH +thE +bpU +qoh +qoh +oQH +wGb +iiB +qSP +rED +rED +rED +iOH +iOH +dkY +qzh +iOH +dkY +dkY +qSP +kLT +nJh +coD +sip +vHW +yfu +yfu +yfu +yfu +yfu +yfu +yfu +yfu +yfu +yfu +yfu +vHW +djM +jkY +vHW +oVW +uss +uss +uss +oVW +oVW +oVW +oVW +oVW +oVW +jkY +jkY +oVW +oVW +oVW +oVW +oVW +oVW +oVW +vHW +jkY +jkY +uLQ +fBZ +yaO +yaO +fBZ +fBZ +yaO +yaO +yaO +fBZ +fBZ +uLQ +yaO +yaO +yaO +yaO +yaO +fBZ +uLQ +iwq +mma +mma +buw +mma +mma +vdH +vXf +nUB +nUB +nUB +nUB +qBE +qBE +nUB +nUB +nUB +nUB +nUB +nUB +fNX +xpg +xpg +xpg +xpg +rut +fNX +bGK +bGK +bGK +bGK +bGK +vOz +fNX +tve +pZW +pdy +pdy +pdy +pdy +pdy +pdy +iuH +rIb +cHW +cHW +mxU +mxU +mxU +xGW +mxU +xGW +mxU +agk +agk +agk +lvo +eek +yiR +wfb +unM +tZm +tZm +tZm +tZm +ftl +ftl +"} +(110,1,2) = {" +ead +ead +ead +ead +ead +cIq +ead +iOH +qzh +iOH +iiB +ajQ +kMs +qoh +bpU +qoh +qoh +qoh +vhq +iiB +hRw +hRw +ama +iOH +iOH +iOH +dkY +dkY +dkY +dkY +dkY +dkY +qSP +aoO +coD +sip +ons +qYr +vlo +vlo +vlo +cKW +yfu +yfu +lHR +izT +gRw +vlo +ons +mXK +mXK +xsl +qYr +qiC +cKg +dTK +oWY +vlo +xsl +vlo +vlo +mXK +sip +mXK +mXK +vlo +qiC +xmX +fVb +qiC +vlo +xsl +sip +coD +mVe +bQU +iBq +xXn +mqT +sOb +sOb +mrU +bZV +ldu +sOb +wyc +bQU +bqJ +ksb +bQJ +tVZ +sOb +wyc +iwq +mma +mma +buw +mma +mma +vdH +hrg +eYt +cER +cER +cER +lsy +gjA +wUO +gjA +lsy +cER +cER +eYt +lzW +wCG +xpg +xpg +wlg +wCG +lzW +aBK +aBK +ffM +sHi +owU +ykj +fNX +tve +pZW +cZp +pdy +pdy +pdy +pdy +pdy +pdy +iuH +yec +rIb +cHW +lQG +mxU +xGW +xGW +mxU +mxU +agk +agk +agk +nmz +vtY +jqL +cuY +unM +gAj +rOo +vUj +tZm +ftl +ftl +"} +(111,1,2) = {" +ead +ead +ead +ead +ead +cIq +ead +iOH +iOH +iOH +iiB +iiB +kMs +qoh +bpU +qoh +qoh +ajI +vhq +ajC +iOH +vWJ +iOH +iOH +iOH +iOH +iOH +iOH +nmm +nmm +nmm +dkY +kLT +aoO +coD +sip +ons +xkB +qiC +qiC +vlo +mFC +yfu +yfu +lHR +tHk +gRw +vlo +ons +sip +sip +xsl +ftw +sdm +ftw +sdm +ftw +sdm +ftw +btV +vlo +vlo +vlo +vlo +qiC +qiC +qiC +xsl +xsl +xsl +xsl +xsl +sip +wsv +aoO +wyc +wyc +wyc +itG +uLQ +uLQ +itG +itG +wyc +itG +itG +kiL +pIz +itG +itG +ydX +hAW +itG +itG +bsP +mma +mma +mma +bsP +iew +iew +iew +nMw +iew +xLP +iew +xLP +iew +xLP +iew +sif +eYt +eYt +tve +bwh +rut +xpg +kky +tve +tve +tve +tve +xCb +xva +tkF +ykj +lsz +tve +pZW +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +mxU +mxU +xGW +xGW +mxU +mxU +mxU +agk +agk +oHC +jdk +jDX +wfb +unM +ctd +xNu +bzv +tZm +tZm +ftl +"} +(112,1,2) = {" +ead +ead +ead +ead +rED +cIq +rED +iOH +iOH +iOH +iiB +ajR +kMs +ajI +bpU +qoh +qoh +qoh +vhq +iiB +iiB +hRw +iOH +iOH +rED +qzh +iOH +iOH +iOH +iOH +iOH +dkY +kLT +aoO +dkq +sip +xsl +xsl +fiL +mrO +ogg +xsl +vHW +adB +xsl +xsl +xsl +mqu +xsl +sip +sip +uss +adh +jMN +mYw +rfD +rfD +rfD +ftw +ftw +sVW +sVW +iBO +iVO +vlo +vlo +xsl +xsl +dQr +dQr +ace +uss +coD +sip +mVe +afL +afJ +ovh +qAf +suL +ame +itG +lpJ +uLQ +uLQ +itG +cDW +ame +nwf +itG +fXn +nQF +itG +kgg +bsP +mma +mma +mma +bsP +kgg +iew +hiY +abC +hiY +eAy +hiY +eAy +hiY +eAy +hiY +hiY +vXf +vXf +tve +lzW +fNX +aaI +lzW +tve +bcZ +bcZ +tve +ufF +nHq +tkF +ykj +fNX +tve +mkN +kWZ +bjW +pdy +pdy +pdy +pdy +pdy +pdy +cZp +dVw +cHW +cHW +mxU +mxU +xGW +xny +xGW +dyd +kqO +wfb +wfb +rHs +rHs +wfb +unM +kTF +xNu +oKg +xai +tZm +ftl +"} +(113,1,2) = {" +ead +ead +ead +ead +rED +cjq +rED +rED +xUB +iiB +iiB +iiB +kMs +qoh +bpU +qoh +qoh +qoh +ajD +iiB +ajz +iOH +hRw +iOH +rED +rED +iOH +iOH +dkY +dkY +iOH +dkY +kLT +nJh +sip +sip +xsl +xsl +mKL +pAN +xtW +dGr +nvi +nvi +jfR +xsl +xgQ +beN +xsl +sip +coD +uss +veu +jMN +mYw +jCa +jCa +jCa +jCa +ftw +ftw +ons +xsl +ons +xsl +ons +xsl +hUF +pkD +pkD +vHW +uss +coD +coD +mVe +jJo +sZn +tVZ +mYe +ame +hCi +itG +iTv +uLQ +jdI +itG +rlk +ame +tEP +itG +jYw +cjt +itG +bsP +bsP +bsP +mma +mma +bsP +bsP +iew +uLa +lkv +nbA +hjv +hiY +nMw +rwT +gAn +hiY +hlj +xUc +xUc +hrg +bZt +gTU +bZt +cIM +ghR +bcZ +bcZ +tve +tve +aaN +tve +fNX +aaI +tve +tve +tve +fzA +iHY +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +mxU +xGW +xGW +xGW +mxU +mxU +mxU +rHs +dKY +dKY +rHs +aak +xgG +enc +lba +byO +tZm +ftl +"} +(114,1,2) = {" +ead +ead +ead +ead +rED +cIq +rED +iOH +iOH +iiB +iiB +iiB +kMs +qoh +bpU +qoh +qoh +qoh +vhq +iiB +iiB +iOH +hRw +rED +rED +rED +iOH +eQz +iOH +dkY +dkY +dkY +kLT +nJh +djM +jkY +oaK +xsl +pAN +pAN +ikY +pAN +pAN +pAN +hfJ +xsl +sWV +pAN +xsl +dkq +coD +xsl +ftw +kqL +kqL +dZb +dZb +snr +gFL +ftw +ftw +dQr +dQr +dQr +dQr +hZn +dQr +pkD +pkD +pkD +xsl +xsl +coD +coD +aoO +rwC +fCZ +dhJ +itG +btA +nQJ +itG +itG +onE +onE +itG +oza +qqr +itG +itG +itG +tOX +itG +bsP +bsP +bsP +mma +mma +bsP +bsP +iew +soo +lkv +wcb +wcb +agX +vXf +bLQ +iYU +abo +bLQ +xUc +xUc +abm +bZt +rqM +bZt +cIM +hev +ygP +pPn +bcZ +lzW +dbj +gaS +hXr +hXr +chO +lzW +rgS +rgS +wEQ +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +qqg +agk +mxU +mxU +xny +xGW +pem +kqO +mxU +rHs +mxU +mxU +rHs +enc +rAZ +enc +pjE +hvl +tZm +ftl +"} +(115,1,2) = {" +ead +ead +ead +ead +ead +cIq +ead +iOH +iOH +ajB +iiB +iiB +kMs +qoh +bpU +qoh +qoh +qoh +vhq +iiB +iiB +iOH +iOH +jAI +jAI +hRw +hRw +iOH +iOH +ama +iOH +dkY +kLT +aoO +jkY +djM +djM +ons +qCR +nvi +nvi +qQX +pAN +pAN +dxu +xsl +lyM +nvi +xsl +sip +coD +jpb +sdm +jCJ +jCJ +nsP +xCP +xCP +vRk +gkV +ftw +sip +ipk +vlo +xGv +sip +nBN +dlD +dlD +coD +xsl +mAK +coD +coD +mVe +xWx +bqJ +mhk +tJO +suW +ame +abI +owu +esh +esh +abI +mEt +fgn +bGA +qbt +itG +itG +itG +kkC +bsP +mma +mma +mma +bsP +hzt +iew +eFl +lkv +hiY +eAy +hiY +can +bLQ +iYU +vXf +bLQ +xUc +xUc +vXf +bZt +rqM +bZt +cIM +hev +eHe +eHe +ygP +lzW +dbj +dbj +hXr +hXr +dbj +lzW +rgS +pdy +pdy +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +agk +agk +mxU +xGW +xGW +mxU +kCi +vhg +rHs +rHs +wfb +mxU +gND +lYf +enc +pUz +bSJ +tZm +ftl +"} +(116,1,2) = {" +ead +ead +ead +ead +ead +cIq +ead +aea +iOH +nmm +iiB +iiB +ajO +ajI +bpU +mBF +yhs +yhs +vZO +ajB +iOH +iOH +iOH +klo +klo +iOH +hRw +hRw +hRw +qSP +iOH +dkY +dkY +aoO +aoO +vHW +acd +aoO +vCp +oCv +uxj +nDx +gdZ +uDj +xbX +xsl +lyM +fkg +xsl +sip +sip +rXR +sdm +jCJ +eqJ +cPW +tiw +hQE +tiw +eSg +ftw +sip +mTj +vlo +bOd +sip +fbc +dlD +dlD +coD +xsl +vKR +coD +sip +mVe +goL +haL +jXF +tJO +suL +ame +lGA +jPH +gDG +gDG +uLQ +mEt +fgn +bGA +gkY +itG +bsP +bsP +kkC +bsP +mma +mma +bsP +bsP +kkC +iew +soZ +lkv +hiY +pAH +gZm +hWo +xUc +uvA +hiY +nMw +xUc +xUc +hrg +bZt +rqM +bZt +isM +aaa +aaa +eHe +eHe +tve +ybL +eJn +hXr +hXr +afa +lzW +rgS +rgS +rgS +pdy +pdy +pdy +pdy +pdy +pdy +dVw +cHW +cHW +mxU +agk +pem +mxU +xGW +mxU +kCi +wfb +aAP +pwS +mPS +oxx +gND +vCA +vCA +vCA +eKM +tZm +ftl +"} +(117,1,2) = {" +ead +ead +ead +ead +ead +cjq +rED +iOH +iOH +nmm +ajS +iiB +tpq +yhs +aHj +vZO +ajL +iiB +iiB +iiB +iOH +iOH +nmm +rED +rED +iOH +iOH +rED +iOH +qSP +iOH +dkY +dkY +bsP +aoO +rnH +rnH +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +aoO +sip +sip +dEJ +sdm +eqJ +jCJ +gkP +aZh +tsd +aZh +dfJ +ftw +sip +xgX +vlo +vlo +dRq +vlo +vlo +vlo +sip +xsl +mAK +coD +wsv +aoO +itG +itG +itG +itG +uLQ +uLQ +itG +bpB +vYg +dVW +itG +usc +pvn +bGA +pYl +itG +kkC +bsP +wqi +bsP +mma +mma +bsP +wqi +kkC +iew +luF +dGR +hiY +aza +waz +hWo +msM +xnt +hiY +hiY +msM +xUc +hrg +bZt +rqM +bZt +cIM +hev +eHe +eHe +eHe +tve +iZm +kxh +nxD +hXr +cHQ +tve +tve +tve +tve +pdy +pdy +pdy +pdy +pdy +iHY +dVw +lzJ +cHW +mxU +agk +mxU +xGW +xGW +xGW +kCi +wfb +siB +oWm +abE +kLq +unM +xhV +jXZ +vCA +vCA +tZm +ftl +"} +(118,1,2) = {" +ead +ead +ead +rED +rED +cjq +iOH +iOH +iOH +iOH +iOH +iiB +iiB +iiB +fvf +iiB +ajC +iiB +iiB +iOH +iOH +iOH +nmm +rED +rED +iOH +wHd +rED +iOH +dkY +dkY +dkY +dkY +kkC +bsP +bsP +bsP +kgg +bsP +bsP +bsP +bsP +bsP +lLB +lLB +lLB +lLB +cOE +aoO +sip +sip +xsl +ftw +thJ +jCJ +nsP +ftw +ftw +ftw +ftw +ftw +sip +xgX +vlo +vlo +sip +vlo +vlo +vlo +sip +xsl +xsl +sip +sip +aoO +gdL +gDG +uLQ +wyc +eBm +kgy +wyc +nxm +bum +qER +itG +pWQ +pWQ +itG +itG +itG +bsP +bsP +hzt +bsP +mma +mma +cOE +bsP +kkC +iew +ruy +adR +wcb +ldj +xyP +hWo +msM +xhD +hiY +dFn +msM +msM +hrg +bZt +rqM +bZt +cIM +hev +eHe +eHe +eHe +tve +vHI +wGR +nxD +hXr +lJM +lzW +rgS +rgS +wEQ +pdy +pdy +pdy +pdy +kbg +kWZ +ksB +cHW +fxj +mxU +agk +mxU +xGW +mxU +xGW +kCi +wfb +xuM +lJs +wsA +oxx +unM +wOV +wOV +wOV +tZm +tZm +ftl +"} +(119,1,2) = {" +ead +rED +rED +rED +rED +cjq +rED +iOH +iOH +qzh +iOH +fXi +ajP +fXi +fvf +iiB +iiB +iiB +ajF +iOH +iOH +iOH +iOH +iOH +rED +iOH +rED +iOH +iOH +iOH +dkY +dkY +bsP +bsP +bsP +lLB +lLB +lLB +bsP +lLB +lLB +bsP +bsP +lLB +bsP +bsP +lLB +lLB +nJh +sip +sip +qmL +sdm +jCJ +jCJ +oyE +ftw +hoc +sYn +cRv +ftw +sip +dlD +dlD +jvT +sip +rDV +dlD +dlD +sip +xsl +mAK +sip +sip +aoO +lyQ +vXP +esh +abU +suL +kgy +itG +obB +obB +itG +itG +uLQ +abM +itG +cgo +itG +itG +bsP +bsP +mma +mma +mma +bsP +bsP +kkC +iew +nts +lkv +wcb +jye +oey +hWo +msM +uvA +eAy +lsy +xUc +vih +iew +bZt +rqM +bZt +cIM +hev +ygP +eHe +eHe +lzW +fzA +pmI +afc +hXr +uKt +lzW +rgS +pdy +pdy +pdy +pdy +pdy +kbg +ksB +cHW +cHW +cHW +mxU +lMz +agk +mxU +xGW +mxU +xGW +kCi +wfb +rHs +rHs +rHs +xny +kOn +jPG +qHH +nEG +tZm +ftl +ftl +"} +(120,1,2) = {" +ead +rED +rED +rED +rED +cjq +wHd +rED +iOH +iOH +iOH +wHd +rED +fXi +fZo +fXi +fXi +iiB +iOH +iOH +ama +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +dkY +dkY +dkY +kkC +bsP +bsP +lLB +bsP +lLB +lLB +lLB +lLB +eRu +lLB +bsP +bsP +bsP +lLB +lLB +nJh +coD +sip +xFv +sdm +eqJ +jCJ +oyE +veu +aRx +aRx +nqL +ftw +sip +dlD +dlD +nBN +sip +nBN +dlD +dlD +sip +xsl +vKR +sip +sip +aoO +itG +itG +itG +itG +pBh +ame +abU +gDG +eGq +itG +tZR +yaO +yaO +yaO +fBZ +sMo +lxl +mma +mma +mma +bsP +mma +mma +bsP +bsP +iew +hiY +eAy +hiY +oVP +guk +hWo +xUc +xnt +eAy +lsy +xUc +msM +hrg +bZt +rqM +bZt +isM +aaa +aaa +ygP +eHe +lzW +fzA +ipE +hXr +hXr +dbj +lzW +rgS +rgS +rgS +kWZ +kWZ +kWZ +ksB +cHW +cHW +mxU +mxU +mxU +lMz +lMz +mxU +xGW +xGW +mxU +htM +wfb +rHs +rHs +rHs +rHs +unM +tZm +tZm +tZm +tZm +ftl +ftl +"} +(121,1,2) = {" +ead +rED +nmm +rED +wki +sjx +iSq +rED +rED +iOH +iOH +rED +rED +wki +sjx +iSq +fXi +ajJ +iOH +ead +ead +qzh +iOH +iOH +klo +jAI +hRw +hRw +hRw +yfb +qSP +qSP +bsP +bsP +hzt +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +kkC +bsP +bsP +lLB +nJh +coD +sip +lfE +sdm +pEa +eqJ +oyE +ftw +glr +aBv +cBa +ftw +dQr +dQr +dQr +dQr +hZn +dQr +dQr +dQr +dQr +xsl +mAK +sip +sip +aoO +jky +esh +uLQ +wyc +ege +sPW +itG +xUq +lvn +itG +jkU +yaO +yaO +fBZ +fBZ +fBZ +lxl +mma +mma +mma +mma +mma +mma +bsP +bsP +iew +vdR +vXf +sWJ +keF +keF +vXf +xUc +xhD +eAy +cER +xUc +xUc +hrg +hvA +rqM +bZt +cIM +hev +ygP +eHe +eHe +tve +oUy +dHd +hXr +hXr +wEX +tve +tve +fzA +cHW +cHW +cHW +cHW +cHW +cHW +fxj +chE +mxU +tWS +tWS +lMz +mxU +mxU +xny +mxU +kCi +wfb +wfb +rHs +wfb +wfb +rHs +aBg +wfb +agk +ftl +ftl +ftl +"} +(122,1,2) = {" +ead +iOH +nmm +rED +cio +iVW +dQa +rED +nlt +kMe +kMe +nlt +rED +cio +iVW +dQa +rED +rED +iOH +ead +ead +oTM +ead +klo +klo +qzh +iOH +iOH +iOH +ihO +pCS +bsP +bsP +kkC +kkC +bsP +aad +gDb +gDb +gDb +gDb +gDb +gDb +gDb +gDb +aad +bsP +lLB +nJh +aHH +sHm +xsl +xsl +ons +ons +ons +xsl +xsl +xsl +xsl +xsl +ons +xsl +ons +xsl +ons +xsl +ons +xsl +ons +xsl +xsl +mXK +mXK +aoO +lyQ +vXP +gDG +abU +ame +eMy +itG +wAg +iFI +itG +onG +eDx +pew +eDx +eDx +mEt +lxl +mma +mma +mma +bsP +mma +mma +bsP +bsP +iew +lWF +nUB +nUB +nUB +qBE +qBE +nMw +vXf +eAy +lsy +xUc +xUc +hrg +lnu +rqM +bZt +cIM +hev +eHe +eHe +eHe +tve +iZm +kxh +hXr +hXr +eHl +tve +fxj +mxU +mxU +mxU +mxU +cHW +lzJ +cHW +mxU +mxU +lQG +mxU +tWS +lMz +mxU +mxU +xGW +mxU +kCi +wfb +amv +hhJ +lFB +wfb +cJw +tze +rtc +agk +ftl +ftl +ftl +"} +(123,1,2) = {" +ead +ead +iOH +rED +xTI +goq +hka +rED +nlt +agr +hnV +nlt +rED +xTI +goq +hka +rED +rED +ead +ead +ead +oTM +iOH +iOH +iOH +iOH +iOH +iOH +iOH +jqu +bsP +bsP +bsP +bsP +bsP +bsP +gDb +dLt +xoA +adI +adF +adF +adE +cKf +uDI +gDb +lLB +bsP +nJh +jkY +djM +aHH +uss +oVW +oVW +oVW +xvZ +oVW +oVW +oVW +oVW +oVW +xvZ +uss +uss +oVW +oVW +oVW +xvZ +oVW +oVW +mXK +jkY +vKG +aoO +itG +itG +itG +itG +vTz +vTz +itG +itG +itG +itG +itG +itG +itG +itG +itG +itG +itG +bsP +bsP +bsP +bsP +mma +mma +bsP +bsP +iew +xhD +owO +udG +wuy +uJc +udG +xnt +uJc +hiY +kxD +xUc +xUc +iew +jmw +bZt +bZt +cIM +hev +eHe +eHe +ygP +tve +vHI +wGR +hXr +hXr +vHo +lzW +fxj +mxU +mxU +fxj +mxU +mxU +mxU +mxU +mxU +fxj +fxj +wfb +hbS +hhn +mxU +xGW +xny +xGW +kCi +wfb +ilu +pXe +fob +wfb +wOE +sHY +nzW +agk +ftl +ftl +ftl +"} +(124,1,2) = {" +ead +ead +ead +rED +rED +rED +rED +rED +ahq +tUL +tUL +ahq +rED +rED +rED +rED +rED +rED +ead +ead +oTM +hRw +cmX +iOH +iOH +iOH +iOH +iOH +iOH +ajw +bsP +bsP +lLB +lLB +bsP +bsP +gDb +hKm +xoA +adJ +lxK +kgF +qXe +xoA +xoA +gDb +lLB +bsP +aoO +jkY +djM +aHH +oVW +oVW +oVW +oVW +oVW +oVW +oVW +oVW +hNm +oVW +oVW +oVW +uss +uss +uss +uss +oVW +oVW +oVW +mXK +jkY +jkY +xsl +dXC +dXC +cAp +bsP +bsP +bsP +fvC +cjJ +hQh +hQh +nCq +nCq +nCq +nCq +vZd +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +kgg +iew +iew +hiY +hiY +eAy +eAy +eAy +eAy +hiY +hiY +hiY +hiY +msM +msM +iew +iew +bZt +bZt +isM +aaa +aaa +eHe +ygP +lzW +fzA +hiT +hXr +hXr +vHo +lzW +fxj +pFr +mxU +mxU +cCn +fzo +wfb +mxU +fxj +fxj +fxj +mxU +wfb +dEa +mxU +xGW +mxU +xGW +kCi +wfb +aey +oZC +fwv +wfb +xPr +nmD +nRG +agk +ftl +ftl +ftl +"} +(125,1,2) = {" +ead +ead +klo +iOH +iOH +iOH +rED +rED +nlt +tUL +okB +nlt +iOH +iOH +iOH +rED +rED +wHd +ead +ead +oTM +iOH +iOH +iOH +iOH +iOH +rED +nmm +iOH +ihO +bsP +hzt +bsP +lLB +bsP +bsP +gDb +ajA +cKf +duG +doT +ntr +duG +xoA +xoA +gDb +lLB +bsP +aoO +aoO +vHW +acd +aoO +aoO +tek +tek +tek +tek +tek +tek +aoO +aoO +vHW +acd +aoO +aoO +tek +tek +tek +tek +aoO +aoO +vHW +acd +aoO +bsP +bsP +bsP +cOE +bsP +bsP +bsP +fvC +dXC +cjJ +nCq +nCq +nCq +cjJ +cAp +bsP +bsP +bsP +kkC +bsP +mma +mma +mma +mma +vdH +abm +nUB +nUB +nUB +nUB +qBE +qBE +qBE +eym +pvc +nUB +bLQ +iYU +glq +hrg +bZt +bZt +cIM +hev +eHe +eHe +eHe +lzW +fzA +ipE +hXr +hXr +aEe +tve +mxU +mxU +mxU +wfb +jBW +lMz +mxU +mxU +mxU +wfb +mxU +wfb +wfb +dEa +mxU +xGW +mxU +xGW +kCi +wfb +wfb +wfb +agk +agk +agk +agk +agk +nda +nda +nda +nda +"} +(126,1,2) = {" +ead +klo +klo +iOH +iOH +nlt +nlt +nlt +nlt +sqS +sqS +nlt +nlt +nlt +nlt +nlt +iOH +iOH +klo +iOH +hRw +iOH +iOH +iOH +iOH +rED +rED +rED +iOH +ihO +pCS +kkC +bsP +bsP +bsP +bsP +gDb +ajA +cKf +adK +shb +aXH +bPu +xoA +tKy +gDb +bsP +bsP +lLB +aoO +rnH +rnH +aoO +kgg +bsP +hzt +bsP +bsP +bsP +bsP +kgg +aoO +rnH +rnH +aoO +kgg +bsP +bsP +bsP +bsP +kgg +aoO +rnH +rnH +aoO +kgg +bsP +kkC +bsP +bsP +dkY +bsP +bsP +bsP +fvC +nCq +nCq +dXC +cAp +bsP +bsP +jXE +bsP +bsP +bsP +mma +mma +mma +mma +vdH +vXf +qBE +qBE +nUB +nUB +nUB +qBE +qBE +nUB +nUB +nUB +bLQ +iYU +glq +hrg +bZt +bZt +cIM +hev +ygP +eHe +eHe +tve +oUy +hQi +hXr +hXr +pJc +lzW +fxj +mxU +chE +mxU +hsQ +lMz +lMz +lMz +agk +wfb +wfb +wfb +wfb +kCi +fxj +xGW +mxU +xGW +kqO +kCi +kCi +kqO +agk +agk +agk +agk +nda +nda +nda +nda +nda +"} +(127,1,2) = {" +klo +klo +iOH +iOH +iOH +nlt +kUr +ljK +sbj +okB +fTI +nlt +emG +nAK +lCC +nlt +iOH +iOH +klo +klo +jAI +iOH +iOH +iOH +nmm +rED +rED +iOH +iOH +yfb +qSP +dkY +kkC +bsP +bsP +bsP +gDb +agf +xoA +adL +shb +aXH +tpx +xoA +dLt +gDb +bsP +lLB +gcZ +rEN +uzD +uzD +rEN +xpu +mma +mma +mma +mma +mma +mma +buw +buw +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +kkC +kkC +hzt +dkY +dkY +dkY +bsP +bsP +bsP +nCq +bsP +jXE +bsP +bsP +jXE +bsP +kkC +hzt +bsP +buw +mma +bsP +kgg +iew +iew +eYt +ppD +iYL +lsy +lsy +lsy +oDh +iYU +bLQ +hiY +xUc +msM +oMv +hrg +lVg +lVg +gTK +hev +ygP +eHe +eHe +tve +iZm +kxh +hXr +hXr +afa +lzW +mxU +mxU +lQG +mxU +lMz +lMz +lMz +agk +agk +agk +fxj +fxj +fxj +kCi +fxj +xGW +xny +mxU +mxU +mxU +wfb +agk +agk +agk +agk +nda +nda +nda +nda +nda +nda +"} +(128,1,2) = {" +klo +iOH +iOH +iOH +iOH +kMe +bgm +hCj +oKv +tUL +tUL +ahz +hsh +htW +tae +kMe +iOH +iOH +klo +klo +jAI +jAI +iOH +iOH +iOH +rED +iOH +iOH +iOH +cmX +dkY +dkY +dkY +bsP +bsP +bsP +gDb +cKf +xoA +adL +shb +aXH +tpx +cKf +xoA +gDb +bsP +bsP +ujS +rEN +uzD +uzD +rEN +xpu +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +bsP +dkY +foL +foL +kgg +bsP +cOE +bsP +bsP +bsP +bsP +jXE +jXE +cOE +bsP +bsP +bsP +buw +mma +hzt +bsP +iew +iew +hiY +hiY +hiY +eAy +eAy +eAy +hiY +vXf +vXf +hiY +xUc +cRi +iew +iew +rWW +rWW +rWW +aaa +aaa +ygP +eHe +tve +lHt +vxM +hXr +hXr +tve +tve +wfb +fxj +mxU +wfb +mxU +fxj +lMz +agk +agk +agk +hhn +dEa +kCi +kqO +mxU +xGW +xny +mxU +mxU +lQG +wfb +nda +nda +nda +nda +nda +nda +nda +nda +nda +nda +"} +(129,1,2) = {" +klo +nmm +qzh +iOH +iOH +kMe +hCj +hCj +bgm +tUL +pQL +sqS +hsh +htW +htW +kMe +iOH +iOH +rED +klo +klo +jAI +iOH +iOH +iOH +iOH +iOH +eQz +iOH +ama +dkY +dkY +dkY +bsP +kkC +cOE +gDb +cKf +cKf +pGS +bsn +bsn +jjE +cKf +xoA +gDb +kkC +kkC +iOD +iOD +uWm +adl +iOD +iOD +bsP +bsP +hun +bsP +bsP +hun +cOE +bsP +hun +bsP +bsP +hun +bsP +hzt +bsP +bsP +bsP +bsP +mma +buw +mma +mma +bsP +bsP +bsP +bsP +wKS +hzO +bsP +bsP +bsP +kkC +kkC +hzt +bsP +bsP +bsP +bsP +bsP +mma +mma +buw +mma +bsP +bsP +bsP +iew +dZz +wvl +imP +abv +qBE +nUB +qBE +qBE +nMw +eAy +xUc +msM +hrg +hev +sQZ +sQZ +sQZ +hbF +ygP +eHe +eHe +tve +dbj +dbj +hXr +hXr +tve +pNj +fzo +mxU +mxU +wfb +mxU +lMz +lMz +nda +nda +sgF +sgF +mxU +mxU +mxU +mxU +xGW +xGW +mxU +fxj +mnf +wfb +nda +nda +nda +nda +nda +nda +nda +nda +nda +nda +"} +(130,1,2) = {" +klo +nmm +iOH +iOH +iOH +nlt +rDP +gRy +bgm +tUL +qan +nlt +rqa +tUL +okB +nlt +iOH +iOH +rED +rED +klo +klo +klo +iOH +iOH +iOH +iOH +iOH +dkY +dkY +dkY +dkY +dkY +bsP +tMP +tMP +tMP +duW +duW +tMP +uWm +adG +tMP +duW +duW +tMP +tMP +tMP +iOD +wEH +sXi +sXi +rNQ +iOD +tMP +tMP +tMP +duW +duW +tMP +duW +duW +tMP +duW +duW +tMP +tMP +tMP +ckN +ckN +ckN +ckN +kHH +mma +buw +mma +mma +bsP +bsP +bsP +bsP +wqi +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +bsP +bsP +kkC +iew +sGY +wvl +wvl +abw +xUc +mSo +mSo +mSo +xUc +eAy +xUc +xUc +hrg +hev +ygP +sQZ +eHe +sQZ +eHe +eHe +eHe +tve +wPT +dbj +hXr +hXr +tve +pNj +eAl +fzo +mxU +fxj +wfb +jBW +nda +nda +sgF +bcZ +eHe +eHe +mxU +pFr +mxU +mxU +xGW +aar +fxj +fxj +wfb +nda +nda +nda +nda +nda +nda +nda +nda +nda +nda +"} +(131,1,2) = {" +klo +klo +nmm +iOH +iOH +nlt +nlt +nlt +nlt +ahC +nlt +nlt +pHi +tUL +okB +nlt +iOH +iOH +rED +klo +klo +klo +klo +aZO +exa +iOH +iOH +aZO +dkY +dkY +dkY +dkY +dkY +tMP +tMP +uzq +xcw +iTM +uSu +tQL +apw +uxH +dZp +iva +ijC +tHl +hAG +tMP +iOD +tQA +sXi +sXi +rNQ +iOD +tMP +xWA +lth +afS +cti +aml +xWA +xWA +lth +xWA +cti +pWT +xWA +tMP +tMP +kvj +vvx +krY +kxL +mma +buw +bsP +mma +mma +mma +mma +mma +mma +bsP +bsP +mma +mma +mma +bsP +bsP +mma +sPy +mma +mma +mma +mma +mma +bsP +bsP +bsP +bsP +iew +wvl +wvl +wvl +abw +xUc +mSo +mSo +mSo +xUc +eAy +xUc +msM +hrg +hev +eHe +sQZ +eHe +eHe +sQZ +eHe +eHe +tve +tve +tve +fNX +aaI +tve +pNj +pNj +pNj +mxU +mxU +wfb +lDQ +pNj +pNj +nda +ygP +ygP +eHe +eHe +eHe +eHe +xGW +mxU +xGW +eHe +bGy +eHe +nda +nda +nda +nda +nda +nda +nda +nda +nda +nda +"} +(132,1,2) = {" +ead +klo +klo +iOH +iOH +nlt +qJx +qJx +qJx +hCj +bgm +nlt +uxX +tUL +tUL +kMe +iOH +iOH +qzh +klo +klo +klo +klo +iOH +dGl +rED +iOH +iOH +dkY +dkY +dkY +dkY +dkY +tMP +jNQ +nIT +hxB +bBn +wBG +wBG +wBG +wBG +wBG +wBG +bBn +bBn +bBn +duW +qSd +iiA +sXi +sXi +sXi +qSd +duW +xWA +rtH +bcV +ujl +rel +cti +rtH +bcV +iDD +iJy +wZZ +xWA +xWA +duW +uzD +uzD +aOT +kxL +mma +mma +bsP +bsP +mma +mma +buw +buw +bsP +bsP +bsP +bsP +mma +mma +mma +mma +mma +mma +mma +buw +buw +mma +mma +bsP +bsP +bsP +bsP +iew +abD +wvl +wvl +abw +xUc +mSo +mSo +mSo +msM +eAy +msM +xUc +iew +mRp +eHe +sQZ +sQZ +eHe +sQZ +eHe +bGy +bGy +bGy +dEL +sQZ +sQZ +mOC +doX +pNj +pNj +wPV +pPn +isC +lDQ +pNj +pNj +pNj +nda +nda +ygP +eHe +bGy +bGy +xGW +mxU +xGW +eHe +eHe +eHe +nda +nda +nda +nda +nda +nda +nda +nda +nda +nda +"} +(133,1,2) = {" +ead +ead +klo +ead +iOH +nlt +uws +ags +hCj +hCj +wwM +nlt +hrR +tUL +tUL +kMe +iOH +iOH +iOH +iOH +klo +klo +iOH +iOH +rED +rED +dGl +ama +dkY +dkY +dkY +dkY +dkY +tMP +gOF +iDv +sSN +bBn +iva +rUK +rUK +rUK +cHF +iva +bBn +aAV +bBn +acl +qSd +sXi +sXi +sXi +sXi +qSd +acl +ucx +rKN +rKN +ucx +rKN +rKN +jXA +rKN +ucx +hBJ +rKN +rKN +ucx +acl +uzD +abe +aOT +kxL +mma +mma +bsP +afK +mma +mma +mma +mma +mma +mma +bsP +bsP +bsP +mma +mma +mma +mma +bsP +bsP +bsP +mma +mma +bsP +bsP +bsP +kkC +bsP +iew +wvl +wvl +hFJ +abw +xUc +mSo +mSo +yfM +xUc +eAy +msM +okQ +iew +eHe +eHe +sQZ +sQZ +eHe +sQZ +sQZ +xAA +eHe +bGy +eHe +sQZ +sQZ +eHe +eHe +wPV +bcZ +isC +eHe +eHe +rNg +eAl +pNj +pNj +pNj +nda +ygP +ygP +bGy +xAA +eHe +eHe +eHe +eHe +ePL +eHe +nda +nda +pNj +nda +nda +nda +nda +nda +nda +nda +"} +(134,1,2) = {" +ead +ead +ead +ead +iOH +nlt +hpm +hCj +hCj +hCj +hpm +nlt +phh +tUL +fTI +nlt +iOH +iOH +iOH +iOH +iOH +iOH +iOH +dGl +iOH +rED +dGl +iOH +dkY +dkY +dkY +dkY +dkY +tMP +jma +asw +bBn +jKx +iva +bcS +pEI +pEI +qdz +hcq +bBn +nIT +nIT +duW +foF +sXi +sXi +sXi +sXi +qSd +duW +cti +rtH +bcV +iDD +ujl +rtH +cti +cPI +bcV +ujl +afR +xWA +xWA +duW +uzD +uzD +aOT +kxL +mma +mma +mma +bsP +buw +mma +bsP +cOE +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +wqi +bFp +bsP +mma +mma +bsP +bsP +bsP +kkC +kkC +iew +qty +wvl +wvl +abx +nUB +qBE +nUB +qBE +nUB +vXf +xUc +msM +iew +eHe +eHe +sQZ +sQZ +eHe +sQZ +sQZ +eHe +ePL +eHe +eHe +sQZ +sQZ +eHe +pNj +wPV +bcZ +ygP +bGy +ktt +eHe +rNg +pNj +pNj +pNj +pNj +ygP +eHe +doX +eHe +eHe +uCR +eHe +eHe +eHe +bGy +pNj +pNj +pNj +wwR +wwR +wwR +wwR +wwR +wwR +wwR +"} +(135,1,2) = {" +ead +ead +ead +ead +ead +nlt +nlt +kMe +kMe +kMe +nlt +nlt +nlt +sqS +ahs +nlt +iOH +iOH +iOH +iOH +iOH +vvA +iOH +dGl +iOH +iOH +cmX +iOH +dkY +dkY +dkY +dkY +dkY +tMP +tMP +fHq +hhx +gVC +eGR +kGR +fVO +nZY +tVj +gZS +tog +gCy +iNZ +tMP +iOD +brD +sXi +sXi +egh +iOD +tMP +vPJ +vqZ +xWA +xWA +nLd +xWA +xWA +vqZ +cti +cti +vqZ +xWA +tMP +tMP +ryc +uzD +rEN +eTO +mma +mma +mma +mma +mma +bsP +kgg +jym +jym +iyf +iyf +iyf +jym +jym +jym +jym +kgg +kkC +hzt +bsP +mma +buw +mma +bsP +bsP +hzt +bsP +iew +npB +wvl +wvl +abx +nUB +nUB +nUB +nUB +qBE +vXf +xUc +xUc +iew +nSQ +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +eHe +eHe +sQZ +sQZ +sQZ +eHe +eHe +pNj +wPV +bGy +bGy +ePL +eHe +eHe +bGy +wPV +wPV +pNj +eHe +eHe +bGy +eHe +eHe +eHe +sQZ +eHe +eHe +eHe +doX +pNj +wwR +wwR +gXy +gXy +gXy +gXy +gXy +wwR +"} +(136,1,2) = {" +ead +ead +ead +ead +ead +iOH +nmm +iOH +iOH +iOH +iOH +iOH +rED +rED +rED +rED +iOH +iOH +iOH +eQz +iOH +aZO +dGl +iOH +iOH +iOH +aZO +dkY +dkY +dkY +dkY +dkY +dkY +dkY +tMP +tMP +tMP +duW +duW +tMP +tMP +tMP +tMP +tMP +tMP +tMP +tMP +tMP +iOD +ppm +sXi +sXi +ppm +iOD +tMP +tMP +tMP +duW +duW +tMP +duW +duW +tMP +duW +duW +tMP +tMP +tMP +tMP +aIL +uzD +rEN +eTO +mma +mma +mma +mma +mma +bsP +bsP +iyf +upN +bws +lNQ +eYv +jym +yfc +grb +jym +bsP +cOE +bsP +mma +mma +buw +mma +bsP +bsP +bsP +bsP +iew +wvl +wvl +wvl +abw +xUc +mSo +mSo +yfM +xUc +eAy +xUc +xUc +hrg +hev +eHe +eHe +eHe +sQZ +eHe +sQZ +eHe +eHe +sQZ +eHe +sQZ +eHe +eHe +eHe +aFl +pNj +pNj +eHe +eHe +eHe +bGy +bGy +bGy +wPV +bGy +eHe +ePL +eHe +eHe +sQZ +eHe +sQZ +sQZ +sQZ +eHe +eHe +eHe +hvd +gXy +gXy +gXy +gXy +gXy +gXy +hvd +"} +(137,1,2) = {" +ead +ead +ead +ead +ead +ead +nmm +iOH +iOH +iOH +iOH +vvA +rED +rED +rED +rED +iOH +qzh +iOH +iOH +iOH +jKT +ftM +iiB +iOH +dGl +rED +dkY +dkY +dkY +dkY +obF +dkY +dkY +obF +obF +hzt +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +kkC +bsP +iOD +iOD +uWm +adl +iOD +iOD +cOE +bsP +hun +bsP +bsP +hun +bsP +bsP +hun +cOE +bsP +hun +mma +mma +xCR +rEN +uzD +rEN +eTO +mma +mma +mma +buw +mma +mma +mma +abJ +som +sLq +sLq +sLq +sLq +vLw +gSW +iyf +bsP +bsP +mma +mma +bsP +mma +mma +mma +bsP +bsP +iew +iew +abD +wvl +wvl +abw +xUc +mSo +mSo +mSo +msM +eAy +msM +xUc +hrg +hev +aUO +obo +wZh +sQZ +eHe +sQZ +eHe +eHe +sQZ +eHe +eHe +eHe +pNj +eHe +lDQ +pNj +pNj +tqB +kCv +kCv +eGL +eGL +eGL +gKc +bGy +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +eHe +sQZ +sQZ +sQZ +hvd +xMb +xMb +xMb +xMb +xMb +xMb +hvd +"} +(138,1,2) = {" +ead +ead +ead +ead +ead +ead +ead +iOH +iOH +iOH +iOH +iOH +rED +rED +rED +rED +iOH +iOH +cmX +iOH +iOH +iiB +wuu +iiB +iOH +rED +rED +dkY +dkY +dkY +dkY +obF +obF +obF +obF +bsP +bsP +bsP +kkC +kkC +bsP +bsP +bsP +hzt +bsP +bsP +bsP +bsP +gcZ +rEN +uzD +uzD +rEN +xpu +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +buw +buw +xCR +rEN +uzD +aOT +dxf +mma +mma +buw +mma +mma +mma +mma +cFD +aeo +qDM +qDM +qDM +sLq +axz +osr +iyf +bsP +mma +mma +mma +mma +bsP +mma +mma +mma +mma +iew +sif +wvl +afl +wvl +abw +xUc +mSo +mSo +mSo +xUc +eAy +msM +msM +hrg +hev +cvw +sdD +jdB +eHe +sQZ +uCR +sQZ +eHe +sQZ +aaq +eHe +eHe +eHe +pNj +pNj +eHe +eHe +eHe +eHe +eHe +eHe +eHe +eHe +sQZ +eHe +sQZ +sQZ +dhg +eHe +sQZ +uCR +uCR +eHe +sQZ +eHe +sQZ +sQZ +hvd +xMb +xMb +xMb +xMb +xMb +xMb +hvd +"} +(139,1,2) = {" +ead +ead +ead +ead +ead +ead +ead +rED +ama +iOH +iOH +iOH +iOH +rED +rED +qcy +rED +iOH +iOH +iOH +jfH +iiB +ftM +iiB +iOH +rED +dkY +dkY +dkY +dkY +dkY +obF +obF +obF +obF +kkC +bsP +bsP +kkC +kkC +cOE +bsP +bsP +bsP +bsP +bsP +bsP +bsP +gcZ +rEN +uzD +uzD +rEN +xpu +mma +mma +buw +buw +mma +mma +mma +mma +mma +mma +mma +mma +mma +rgr +uyh +rEN +uzD +aOT +dxf +bsP +mma +buw +mma +mma +bsP +jym +jym +jym +iyf +jym +bMJ +sLq +sLq +olG +abJ +mma +mma +mma +mma +mma +mma +mma +mma +mma +mma +iew +sif +wvl +wvl +wvl +abw +msM +mSo +mSo +mSo +xUc +eAy +msM +msM +iew +mRp +qDB +sdD +jdB +eHe +sQZ +uCR +sQZ +eHe +sQZ +eHe +eHe +xAA +eHe +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +uCR +uCR +eHe +eHe +sQZ +sQZ +eHe +eHe +sQZ +sQZ +sQZ +eHe +sQZ +sQZ +hvd +xMb +xMb +xMb +xMb +xMb +xMb +hvd +"} +(140,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rED +rED +iOH +iOH +iOH +iOH +vvA +rED +qcy +rED +iOH +iOH +dGl +snt +uzA +ftM +exa +iOH +iOH +dkY +dkY +dkY +dkY +dkY +obF +obF +obF +obF +obF +kkC +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +kgg +bDx +bDx +bDx +bDx +bDx +bDx +bDx +bDx +kgg +bsP +bsP +bsP +bsP +bsP +bsP +hzt +bsP +bsP +wqi +nhq +kuu +duG +aIL +uzD +aOT +dxf +bsP +mma +buw +mma +mma +bsP +jym +sGI +mox +bIM +eFZ +sLq +sLq +qDM +olG +cFD +mma +mma +bsP +mma +mma +bsP +mma +mma +mma +bsP +iew +iew +vMg +wvl +abz +aby +qBE +nUB +nUB +qBE +oDh +eAy +vgB +iew +iew +eHe +eHe +qDB +iOR +eHe +sQZ +eHe +sQZ +eHe +eHe +sQZ +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +sQZ +eHe +eHe +sQZ +eHe +sQZ +mOe +eHe +hvd +gXy +gXy +gXy +gXy +gXy +gXy +hvd +"} +(141,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rED +rED +iOH +iOH +cmX +iOH +rED +rED +rED +iOH +aZO +lmv +snt +uzA +ftM +aZO +dkY +dkY +dkY +dkY +dkY +dkY +dkY +obF +obF +obF +obF +dkY +dkY +dkY +isf +isf +jqu +jqu +jqu +jqu +jqu +jqu +isf +bDx +bDx +bDx +bDx +bDx +bDx +bDx +bDx +isf +jqu +jqu +jqu +dkY +dkY +dkY +dkY +bsP +kgg +bsP +gNu +kEa +qCz +ryc +uzD +aOT +dxf +bsP +mma +mma +mma +bsP +bsP +jym +vuh +iLO +wKH +kbS +sLq +qDM +hQk +qlF +iyf +kgg +bsP +bsP +mma +mma +bsP +bsP +mma +mma +bsP +kkC +iew +iew +iew +iew +hrg +hrg +hrg +hrg +iew +iew +iew +iew +iew +aen +eHe +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +sQZ +uCR +uCR +eHe +eHe +uCR +sQZ +sQZ +eHe +eHe +eHe +xAA +eHe +eHe +eHe +ktt +eHe +eHe +eHe +eHe +aaq +eHe +sQZ +eHe +bGy +wwR +wwR +gXy +gXy +gXy +gXy +gXy +wwR +"} +(142,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rED +rED +iOH +iOH +iOH +iOH +rED +rED +rED +rED +iOH +iiB +gxQ +iiB +dGl +iOH +dkY +dkY +dkY +dkY +dkY +dkY +dkY +obF +iOH +iOH +dkY +dkY +dkY +dkY +dkY +dkY +bsP +hzt +kkC +kkC +bsP +kkC +dkY +dkY +klo +rED +iOH +iOH +iOH +klo +dkY +dkY +hzt +bsP +bsP +dkY +dkY +dkY +dkY +dkY +bsP +bsP +gNu +krx +qCz +qCz +qCz +nXc +dxf +wqi +mma +mma +mma +bsP +jym +jym +jym +nAw +lQA +jym +cFD +abQ +jym +jym +jym +jym +jym +hyJ +abH +abH +meY +bsP +mma +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +eHe +eHe +eHe +xAA +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +uCR +sQZ +doX +eHe +eHe +eHe +eHe +bGy +bGy +eHe +eHe +eHe +doX +eHe +sQZ +sQZ +sQZ +bGy +eHe +doX +wwR +wwR +wwR +wwR +wwR +wwR +wwR +"} +(143,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +ead +klo +klo +iOH +iOH +qzh +rED +rED +rED +rED +iOH +iiB +uJs +iOH +iOH +iOH +dkY +dkY +dkY +dkY +iOH +iOH +iOH +iOH +dNB +iOH +klo +klo +iOH +iOH +dkY +dkY +dkY +dkY +dkY +dkY +dkY +dkY +dkY +dkY +rED +dNB +iOH +iOH +iOH +iOH +dkY +dkY +dkY +dkY +dkY +klo +klo +rED +klo +klo +klo +klo +klo +ran +tUv +acj +ran +gnz +aag +bsP +mma +mma +mma +bsP +upE +wFi +vwP +iLO +wJm +uNA +oTJ +lVJ +aeg +iwv +kHg +rdV +upE +vvx +qCz +luW +dxf +mma +mma +abG +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +eHe +eHe +sQZ +uCR +sQZ +sQZ +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eHe +eHe +sQZ +uCR +sQZ +bGy +bGy +eHe +eHe +eHe +pNj +pNj +pNj +pNj +pNj +"} +(144,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +ead +klo +klo +iiB +iOH +iOH +iOH +rED +rED +rED +dGl +dGl +iOH +iOH +iOH +iOH +iOH +qSP +nmm +nmm +iOH +iOH +iOH +rED +rED +rED +iOH +iOH +iOH +rED +iOH +ama +iOH +iOH +klo +klo +klo +klo +klo +dNB +rED +iOH +iOH +iOH +iOH +iOH +iOH +iOH +nmm +nmm +nmm +iOH +dNB +dNB +dNB +klo +klo +klo +ran +ran +tmu +tmu +ran +ran +bsP +uju +mma +mma +mma +bsP +upE +wJm +iLO +iLO +iLO +iLO +oTJ +wfa +iyf +qNb +xvy +qIk +upE +uzD +uzD +aOT +dxf +mma +mma +bsP +mma +bsP +bsP +bsP +mma +mma +mma +bsP +bsP +mma +mma +mma +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +sQZ +eHe +eHe +uCR +uCR +sQZ +sQZ +sQZ +sQZ +eHe +eHe +bGy +eHe +eHe +eHe +sQZ +eHe +sQZ +sQZ +mgC +tAv +mGB +kcL +tuZ +qjE +aeG +fUt +iQV +sQZ +sQZ +sQZ +uCR +eHe +eHe +eHe +ePL +eHe +ygP +pNj +pNj +pNj +pNj +pNj +"} +(145,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +ead +ead +sYm +gfq +iiB +iOH +iOH +rED +rED +qcy +iOH +iOH +iOH +rED +dGl +dGl +hRw +hRw +nmm +nmm +iOH +iOH +iOH +qzh +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +rED +rED +dNB +iOH +iOH +iOH +klo +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +rED +klo +klo +klo +klo +ran +sFK +tmu +tmu +oYP +ran +bsP +bsP +mma +mma +mma +bsP +upE +wJm +hzC +hzC +iLO +iLO +oTJ +mRF +iyf +gvf +nCv +nfb +upE +uzD +uzD +aOT +dxf +bsP +bsP +mma +mma +buw +mma +mma +mma +bsP +bsP +abt +mma +mma +mma +mma +eHe +sQZ +sQZ +uCR +uCR +eHe +sQZ +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +xAA +ePL +eHe +pNj +bGy +eHe +sQZ +sQZ +eHe +sQZ +mgC +tAv +gPC +rxD +uGr +qjE +tAv +mjg +iQV +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +eHe +eHe +bGy +aFl +eAl +pNj +pNj +pNj +pNj +"} +(146,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +aIc +gfq +iiB +iOH +rED +rED +dLs +aZO +iOH +rED +rED +iOH +rqz +hRw +cmX +eQz +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +nmm +nmm +iOH +iOH +iOH +iOH +iOH +nmm +nmm +iOH +cmX +iOH +iOH +iOH +klo +klo +iOH +iOH +iOH +iOH +iOH +hRw +jAI +klo +klo +iOH +dNB +klo +klo +ran +wSH +tmu +rSZ +xaE +ran +bsP +mma +buw +mma +mma +bsP +jym +wJm +bVZ +oIn +fjg +scq +akA +fVe +jym +jym +jym +jym +jym +oqM +uzD +aOT +dxf +bsP +bsP +sPy +mma +mma +mma +buw +buw +mma +mma +mma +mma +bsP +bsP +bsP +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +eHe +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +eHe +eHe +eHe +eHe +eHe +aFl +wZh +eHe +sQZ +sQZ +sQZ +mgC +tAv +rMP +fWC +uGr +dQj +hTM +fUt +iQV +sQZ +sQZ +sQZ +eHe +sQZ +sQZ +ktt +xAA +ygP +lDQ +eAl +wPV +pNj +pNj +pNj +"} +(147,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +jTj +gXs +gXs +gXs +aIc +gfq +iOH +iOH +rED +qcy +cmX +iOH +rED +rED +iOH +exa +hRw +iOH +iOH +iOH +iOH +iOH +iOH +klo +iOH +iOH +iOH +iOH +klo +klo +klo +klo +iOH +klo +iOH +nmm +nmm +iOH +iOH +iOH +iOH +iOH +jAI +klo +rED +iOH +iOH +iOH +iOH +hRw +hRw +iOH +iOH +klo +iOH +klo +klo +klo +ran +ran +acm +eqH +ran +ran +bsP +mma +buw +mma +mma +bsP +upE +iLO +ukQ +viZ +pQf +iLO +oTJ +iUA +aeg +iAI +gWX +rdV +upE +uzD +uzD +aOT +dxf +bsP +mma +mma +mma +bsP +mma +mma +bsP +bsP +bsP +bsP +bsP +bsP +bsP +bsP +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +sQZ +eHe +jue +dhg +sQZ +eHe +sQZ +pNj +eHe +eHe +aFl +boE +oDz +eHe +sQZ +sQZ +sQZ +eZo +qPy +jwZ +bgl +bju +qjE +jwZ +twf +eZo +eHe +sQZ +sQZ +eHe +sQZ +sQZ +eHe +eHe +ygP +rNg +eAl +wPV +pNj +pNj +pNj +"} +(148,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +kpO +rEu +rEu +aIc +fad +iOH +rED +rED +iOH +iOH +rED +rED +iOH +iOH +hRw +iOH +iOH +iOH +ama +iOH +iOH +klo +rED +dNB +iOH +iOH +iOH +nmm +nmm +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +hRw +jAI +dNB +dNB +iOH +iOH +iOH +hRw +hRw +iOH +qzh +iOH +iOH +iOH +iOH +rED +klo +ran +vmq +ery +tsN +fOx +ran +bsP +mma +mma +mma +bsP +bsP +upE +iLO +gnO +xvd +pQf +iLO +oTJ +wfa +iyf +hqL +omQ +qIk +upE +uzD +uzD +aOT +dxf +bsP +mma +mma +bsP +mma +gob +bFp +bsP +esx +daO +daO +daO +mvM +lLB +lLB +eHe +eHe +eHe +eHe +doX +sQZ +sQZ +sQZ +sQZ +sQZ +doX +eHe +eHe +sQZ +sQZ +sQZ +eHe +eHe +aFl +gFp +ygP +ygP +eHe +eHe +sQZ +sQZ +mgC +nEV +mNB +fWC +uGr +dQj +tAv +ulS +mgC +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +bGy +eHe +eHe +rNg +wPV +pNj +pNj +pNj +"} +(149,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +wbb +rEu +rEu +rEu +iZT +iOH +rED +rED +qzh +iOH +dGl +rED +iOH +iOH +hRw +iOH +rED +iOH +iOH +rED +klo +klo +klo +rED +dNB +iOH +iOH +iOH +cmX +iOH +iOH +iOH +iOH +klo +klo +iOH +klo +qzh +iOH +hRw +rED +dNB +dNB +dNB +iOH +klo +jAI +iOH +iOH +iOH +iOH +iOH +iOH +iOH +wHd +rED +ran +rLM +ery +tQU +hCt +ran +bsP +mma +mma +mma +bsP +bsP +upE +iLO +tMT +mDI +wJm +lPO +oTJ +wfa +iyf +sod +rbV +oLj +upE +uzD +uzD +aOT +dxf +bsP +mma +mma +bsP +mma +bsP +bsP +bsP +gTo +hQh +hQh +hQh +hQh +mvM +dkY +pNj +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +qDB +eAl +alq +eHe +dYj +eHe +sQZ +sQZ +mgC +nEV +cNj +rxD +uGr +mbW +tAv +ndL +mgC +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +bGy +ktt +eHe +bcZ +ygP +pNj +pNj +pNj +"} +(150,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +fxW +gXs +gXs +rEu +rEu +gBu +gpV +iOH +rED +rED +vvA +dGl +dGl +iOH +iOH +iOH +oTM +ead +rED +rED +rED +rED +klo +klo +klo +klo +rED +iOH +iOH +iOH +eQz +iOH +klo +klo +klo +klo +iOH +iOH +klo +klo +hRw +hRw +iOH +iOH +dNB +dNB +klo +klo +klo +klo +klo +dNB +iOH +iOH +iOH +iOH +iOH +dNB +ran +gza +gpj +soL +avp +ran +bsP +mma +mma +mma +dkY +dkY +jym +xfb +iLO +iLO +iLO +jym +cFD +abQ +jym +jym +jym +jym +jym +oqM +uzD +aOT +dxf +bsP +bsP +mma +mma +bsP +bsP +bsP +lLB +djH +dkY +gUE +gUE +dkY +dkY +dkY +eZo +eZo +eZo +dpM +gQJ +hGQ +hGQ +hGQ +hGQ +hGQ +eZo +lhk +eZo +eZo +eZo +eHe +sQZ +uCR +sQZ +qDB +sdD +dYj +dYj +doX +bGy +sQZ +mgC +tAv +hTM +kcL +gHe +mbW +tAv +idI +mgC +sQZ +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +eHe +eHe +eHe +pPn +eHe +pNj +pNj +pNj +"} +(151,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gBu +gpV +iiB +iOH +rED +miq +aZO +iOH +iOH +iOH +pvv +aZO +ead +ead +ead +dNB +dNB +klo +klo +klo +klo +klo +klo +nmm +iOH +iOH +iOH +rED +dNB +klo +klo +klo +klo +klo +klo +jAI +hRw +iOH +iOH +iOH +iOH +klo +klo +klo +klo +klo +klo +dNB +rED +iOH +iOH +iOH +iOH +nmm +ran +tXS +tUv +tUv +xgA +ran +kgg +mma +mma +mma +dkY +dkY +jym +mNH +wJm +iLO +aue +kbS +rWJ +rWJ +nmH +eHV +iBk +iyf +uzD +uzD +uzD +aOT +dxf +bsP +bsP +mma +mma +bsP +kkC +bsP +dkY +dkY +dkY +lLB +lLB +lLB +dkY +dkY +eZo +qid +mFE +eZo +fWC +cOZ +gHe +gHe +gHe +etc +qwM +tUX +snJ +jLq +eZo +dYj +eHe +sQZ +uCR +nJe +dYj +dYj +dYj +eZo +lWm +lWm +eZo +eZo +eZo +agw +uiK +eZo +eZo +eZo +eZo +doX +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +wPV +pPn +pPn +bGy +pNj +pNj +pNj +"} +(152,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +bNS +gXs +gXs +gBu +fCg +iiB +fUo +iOH +rED +rED +iOH +iOH +iOH +iOH +iOH +nmm +ead +ead +ead +ead +ead +ead +ead +ead +klo +klo +klo +nmm +nmm +iOH +iOH +dNB +klo +klo +klo +klo +klo +klo +klo +klo +iOH +iOH +iOH +iOH +ama +klo +klo +klo +klo +iOH +klo +klo +rED +iOH +iOH +iOH +nmm +nmm +ran +hGF +prF +prF +elF +ran +bsP +mma +mma +buw +mma +bsP +jym +czP +wJm +cJf +bIM +eFZ +sLq +sLq +som +som +som +abJ +uzD +afy +uzD +aOT +dxf +bsP +bsP +mma +mma +bsP +bsP +kkC +bsP +dkY +dkY +lLB +lLB +lLB +dkY +dkY +eZo +kcL +gHe +uiK +rKh +gLu +acA +aAs +pat +gLu +ufl +cqG +mwV +mJY +eZo +dYj +dYj +eHe +sQZ +sQZ +sQZ +dYj +dYj +eZo +pjN +eFO +qow +eZo +gpJ +kiw +kiw +agF +xeY +iuf +eZo +idL +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +wPV +wPV +bGy +bGy +pNj +pNj +pNj +"} +(153,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gBu +gpV +iiB +iiB +iOH +iOH +gwr +rED +iOH +iOH +iOH +iOH +nmm +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +klo +klo +nmm +iOH +iOH +iOH +iOH +iOH +klo +klo +klo +klo +klo +klo +iOH +iOH +iOH +rED +iOH +iOH +iOH +klo +klo +iOH +iOH +iOH +klo +klo +iOH +iOH +iOH +iOH +nmm +ran +rxh +prF +umt +lgD +ran +hzt +mma +mma +buw +mma +bsP +jym +jym +jym +jym +jym +jym +uJp +nID +som +som +olG +cFD +uzD +rJZ +uzD +aOT +dxf +bsP +bsP +mma +bsP +bsP +bsP +bsP +hzt +bsP +lLB +lLB +lLB +dkY +dkY +dkY +eZo +kcL +fZy +eZo +fWC +tAO +uGr +gHe +gHe +gLu +aPL +djD +rSb +aBM +eZo +dYj +dYj +dYj +sQZ +uCR +sQZ +dYj +eZo +eZo +lpp +rxD +gHe +eZo +rhC +dVU +agL +agG +dVU +kiw +eZo +eZo +uwn +uwn +sQZ +eHe +sQZ +sQZ +eHe +ygP +wPV +ygP +uwn +pNj +pNj +pNj +"} +(154,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gpV +iiB +iiB +iOH +iOH +cmX +qcy +rED +iOH +iOH +iOH +iOH +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +sYm +gfq +iOH +iOH +iOH +iOH +klo +klo +klo +klo +klo +klo +iOH +iOH +dNB +rED +iOH +iOH +iOH +iOH +iOH +iOH +cmX +klo +klo +iOH +iOH +iOH +ama +nmm +ran +hdN +gpj +mRV +par +ran +kkC +bsP +mma +mma +mma +bsP +jym +gwu +lQy +haq +siu +qRy +sLq +ghl +lZj +bWL +clZ +iyf +uzD +afy +uzD +aOT +dxf +bsP +bsP +bsP +bsP +bsP +bsP +kkC +bsP +lLB +lLB +lLB +lLB +dkY +eZo +eZo +eZo +lWm +uiK +eZo +eZo +lpv +lpv +lpv +lpv +lpv +eZo +eZo +uiK +lWm +eZo +eZo +eZo +dYj +sQZ +uCR +aqa +dYj +eZo +mrR +jwZ +dve +gHe +eZo +hFd +dVU +agM +gNO +dVU +kiw +fPe +agw +uwn +uwn +tkj +tkj +vEu +uwn +eHe +jue +hxS +euU +uwn +pNj +pNj +pNj +"} +(155,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iiB +sqI +klo +iOH +vvA +iOH +qcy +gwr +vvA +iOH +iOH +rED +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +vjG +aIc +gfq +iOH +iOH +iOH +klo +klo +iOH +iOH +klo +iOH +iOH +rED +dNB +rED +iOH +iOH +iiB +iiB +iiB +iOH +iOH +klo +klo +rED +rED +iOH +iOH +klo +ran +rLM +gpj +tIc +pFj +ran +dkY +dkY +mma +mma +mma +bsP +jym +gDI +nAy +wUa +jym +jym +iyf +iyf +iyf +abN +jym +jym +oqM +eiV +uzD +aOT +dxf +bsP +bsP +bsP +bsP +wqi +bsP +bsP +bsP +lLB +lLB +lLB +dkY +dkY +eZo +eZo +iLb +owY +iLb +eZo +ovw +owY +xeY +xeY +xeY +owY +jHo +eZo +lMt +kiw +gox +dLM +eZo +eZo +agw +uiK +eZo +eZo +eZo +ygN +dSq +nwX +fZy +eZo +uGr +dVU +jWH +jWH +dVU +xeY +agx +lWm +eHe +jue +eHe +sQZ +vEu +uwn +alp +tkj +uwn +hxS +bGy +pNj +pNj +pNj +"} +(156,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +klo +klo +iOH +iOH +rED +rED +iOH +iOH +iOH +rED +ead +ead +ead +ead +ead +ead +ead +ead +ead +ead +vjG +ead +ead +ead +vjG +vjG +aIc +gfq +iOH +cmX +dNB +klo +klo +iOH +klo +iOH +iOH +dNB +rED +ead +ead +iOH +iiB +hGC +sWj +iiB +iOH +iOH +klo +rED +rED +dNB +iOH +klo +ran +kRL +prF +iKH +iKH +ran +dkY +bsP +mma +mma +mma +bsP +jym +jym +jym +jym +jym +sbm +vlh +qHY +jhg +xgY +eTJ +abK +uzD +uzD +uzD +aOT +dxf +bsP +dkY +bsP +bsP +bsP +bsP +bsP +djN +djN +djN +djN +djN +djN +eZo +fWC +lQT +shJ +owY +bou +owY +snH +bMc +xeY +joh +snH +owY +ryJ +tUX +jWH +jWH +kiw +lWm +fPe +kiw +tcV +kiw +kiw +eZo +qHq +dVU +dVU +xeY +agw +gHe +owY +ajr +agH +agC +gHe +agy +hYS +eHe +ePL +eHe +sQZ +sQZ +uCR +sQZ +eHe +ktt +isC +bGy +pNj +pNj +pNj +"} +(157,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +klo +klo +tta +rED +rED +tta +tta +krQ +cRZ +jyS +ead +ead +ead +ead +ead +ead +ead +vjG +vjG +vjG +vDY +vjG +vjG +vjG +vjG +vjG +oQQ +iOH +iOH +rED +rED +iOH +iOH +iOH +iOH +iOH +cmX +ead +ead +iiB +iiB +iiB +iiB +kfK +iiB +iOH +xIf +ran +ran +acm +ran +ran +ran +ran +ran +acm +ran +ran +ran +kgg +bsP +mma +mma +mma +hzt +uAR +vKL +ktz +hmu +lTr +blv +vlh +ltl +gwH +gwH +gwH +nkg +uzD +uzD +uzD +aOT +dxf +bsP +bsP +bsP +bsP +bsP +bsP +bsP +djN +djN +djN +djN +djN +djN +eyb +pFW +jwZ +rxD +owY +bou +owY +eCz +snH +xeY +udh +eCz +owY +tUX +jWH +jWH +oqW +pFW +uiK +jWH +jWH +jWH +tUX +tUX +uiK +jWH +jWH +tUX +tUX +uiK +uGr +mJY +fMe +fMe +agD +gHe +rsv +hYS +eHe +uwn +uwn +sQZ +sQZ +uCR +sQZ +eHe +eHe +isC +wPV +pNj +pNj +pNj +"} +(158,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +tta +tta +cRZ +cRZ +tta +tta +cmX +rED +jyS +ead +ead +ead +ead +ead +iOH +wOo +pAn +pAn +lSB +vjG +vjG +qkg +vjG +vjG +gBu +gpV +iOH +iOH +iOH +iOH +iOH +iOH +iOH +vvA +iOH +iOH +uCG +uCG +iOH +iOH +oJC +iiB +uJs +iOH +iOH +iOH +ran +ran +ahV +avA +tRs +mND +bVs +rLM +tUv +aqE +vAR +ran +ran +mgP +mma +mma +mma +bsP +iyl +ovs +ovs +gCv +hmu +hmu +jNM +vgM +eXg +hmu +gCv +iyl +amu +uzD +uzD +aOT +dxf +bsP +bsP +bsP +bsP +lLB +bsP +bsP +fjb +fjb +fjb +fjb +fjb +fjb +xNq +iLb +jwZ +rxD +xgb +bou +xeY +udh +snH +owY +snH +pjK +owY +tUX +tUX +tUX +tUX +iLb +uiK +jWH +oqW +tUX +tUX +jWH +uiK +jWH +lzp +jWH +jWH +uiK +uGr +agQ +fMe +fMe +agE +uGr +rsv +hYS +eHe +eHe +uwn +uwn +sQZ +sQZ +eHe +doX +pNj +pNj +wPV +pNj +pNj +pNj +"} +(159,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +iOH +rED +rED +gwr +qzh +iOH +iOH +rED +ead +ead +ead +ead +ead +iOH +qWg +bNM +dKc +wAB +pwO +pAn +lSB +vjG +vjG +gBu +gpV +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +afW +xAK +iOH +iOH +iOH +iOH +iOH +iOH +iOH +rED +rED +iLY +ohI +iLY +jxF +jxF +jxF +jxF +jxF +ehb +ehb +ehb +dxB +mma +mma +mma +mma +bsP +iyl +qZz +mkd +gCv +hmu +hmu +jNM +sjE +uAR +cgE +ygk +uAR +xGS +jjy +qCz +luW +dxf +bsP +bsP +bsP +bsP +lLB +kkC +bsP +fjb +fjb +fjb +fjb +fjb +fjb +hYS +iLb +tJP +rxD +owY +vNg +xeY +snH +snH +owY +nNS +pjK +owY +ryJ +jWH +tUX +jWH +kiw +lWm +ggG +cNp +vKn +pFW +hfA +eZo +cNg +mJY +aEN +kHD +eZo +qzO +glA +agN +agI +lpp +uGr +agz +hYS +xAA +ktt +eHe +eHe +sQZ +nJe +eHe +uwn +pNj +pNj +wPV +pNj +pNj +pNj +"} +(160,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +rEu +iOH +iOH +bHE +rED +gwr +iOH +hli +rED +rED +ead +ead +ead +ead +ead +iOH +mxA +uqM +uqM +tgW +iRD +lmv +szq +pAn +pAn +gpV +iOH +iOH +iOH +iOH +iOH +rED +gwr +rED +rED +rED +qcy +rED +gwr +gwr +rED +rED +rED +iOH +iOH +rED +rED +rED +rED +iLY +ohI +iLY +cHU +tUv +tUv +mws +mws +tUv +tUv +cHU +dxB +mma +mma +mma +mma +bsP +uAR +uAR +sWR +beH +hmu +juu +jNM +eyI +uAR +uAR +uAR +uAR +uAR +gnz +abH +abH +ujy +bsP +bsP +bsP +hzt +bsP +bsP +dkY +fjb +fjb +fjb +fjb +fjb +fjb +hYS +iLb +fhd +rxD +xeY +eZo +xeY +xeY +owY +xgb +owY +eFR +rRr +eZo +kiw +iLb +hfA +kiw +eZo +mZm +wrn +lWm +dVU +eZo +eZo +pVj +mJY +uTm +ebT +eZo +uJG +dVU +tUX +tUX +dVU +gHe +agA +lWm +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +uwn +uwn +pNj +pNj +wPV +pNj +pNj +"} +(161,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +iOH +iOH +qzh +rED +rED +rED +iOH +iOH +rED +ead +ead +ead +ead +ead +iOH +hli +mxA +uqM +uqM +uqM +iRD +uzA +iOH +cBH +iOH +iOH +iOH +rED +rED +rED +gwr +rED +rED +rED +iOH +iOH +rED +qcy +qcy +iOH +iOH +rED +rED +rED +qcy +qcy +gwr +rED +rED +iLY +yiH +iLY +dYn +ipG +ipG +ipG +ipG +ipG +dYn +dYn +dxB +mma +mma +mma +mma +bsP +uAR +dFu +ltJ +hmu +hmu +alb +jNM +vgM +uAR +caj +caj +caj +iyl +aab +bsP +bsP +bsP +abG +bsP +bsP +lLB +kkC +feP +dHu +fjb +fjb +fjb +fjb +fjb +fjb +dBp +iLb +lpp +rxD +xeY +eZo +eZo +gHe +gHe +fWC +aaf +aaf +eZo +eZo +uiK +lWm +eZo +eZo +eZo +bbr +fBY +uGr +iLb +fej +eZo +eZo +eZo +eZo +eZo +eZo +fWL +dVU +agO +miR +dVU +gHe +agB +lWm +jue +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +eHe +pNj +pNj +pNj +pNj +pNj +"} +(162,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +xkG +iOH +iOH +qcy +rED +rED +rED +iOH +ead +ead +ead +ead +ead +iOH +iOH +iOH +mxA +tgW +uqM +uqM +jmz +iOH +iOH +iOH +iOH +rED +rED +rED +rED +rED +qcy +rED +rED +rED +rED +rED +rED +iOH +iOH +rED +rED +rED +rED +rED +gwr +gwr +iOH +iOH +rED +iLY +yiH +iLY +wrY +kqM +iwU +mdS +uir +paA +agY +wrY +dxB +mma +mma +mma +buw +bsP +iyl +pMQ +pMQ +hmu +hmu +wPI +jNM +lPq +nkg +caj +uPC +sXe +iyl +aab +bsP +bsP +bsP +bsP +bsP +bsP +lLB +vOQ +pXE +dHu +fjb +fjb +fjb +fjb +fjb +fjb +hYS +iLb +lpp +rxD +owY +owY +dVU +tUX +tUX +dVU +dVU +dVU +lWm +iiJ +wTY +iiM +iiM +edO +eZo +pYM +aEi +eZo +hWz +rsv +uiK +uHt +uHt +uHt +sES +eZo +qCx +dVU +jWH +agJ +dVU +gHe +eZo +eZo +pNj +pNj +ygP +ygP +eHe +sQZ +sQZ +nJe +xAA +eHe +pNj +pNj +pNj +pNj +"} +(163,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +iOH +iOH +iOH +rED +rED +rED +rED +iOH +iOH +ead +ead +ead +rED +rED +iOH +qzh +mMS +bMB +bMB +eUG +obI +tta +gwr +gwr +rED +rED +qcy +gwr +rED +rED +rED +gwr +rED +rED +rED +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +gwr +rED +iLY +ohI +iLY +gpj +nKD +vGM +afQ +kis +eOm +eOm +ery +dxB +mma +mma +mma +buw +bsP +iyl +frb +hyn +gCv +hmu +hmu +ccW +lPq +iyl +hzV +tDp +ezh +iyl +aab +bsP +bsP +cmk +jyE +bsP +bsP +lLB +grS +fzH +mTp +fjb +fjb +fjb +fjb +fjb +fjb +hYS +tfE +lpp +rxD +aJX +xtI +dVU +xiF +lzp +uNX +xeY +owY +lWm +fji +rXT +iiM +iiM +vaE +eZo +eZo +eZo +eZo +lWm +eZo +eZo +eZo +tqt +uHt +sAk +eZo +tOy +agR +agP +agK +owY +owY +eZo +pNj +pNj +pNj +pNj +ygP +eHe +sQZ +sQZ +eHe +eHe +eHe +pNj +pNj +pNj +pNj +"} +(164,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +klo +klo +xkG +iOH +vvA +iOH +rED +rED +rED +rED +hli +iOH +ead +rED +rED +rED +rED +iOH +iOH +iOH +iOH +qDT +iOH +cRZ +qcy +rED +qcy +qcy +rED +rED +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +vvA +iOH +iOH +iOH +iOH +iOH +iOH +iOH +ran +ran +ahV +avA +ahU +jTw +oDs +uir +bSa +tLi +afN +ran +ran +mgP +mma +mma +mma +bsP +uAR +uAR +uAR +uAR +xBU +xaB +jNM +rKk +uAR +uAR +uAR +uAR +uAR +lLB +bsP +cmk +ndU +ijq +bsP +lLB +grS +grS +kvB +mTp +fjb +fjb +fjb +fjb +fjb +fjb +dBp +jwZ +jwZ +lvb +rRj +cBf +lQT +dEM +sTl +oaP +aNR +xeY +eZo +fSx +bva +hpJ +iiM +uGe +fWC +eZo +wPV +ygP +ygP +ygP +eHe +eZo +eZo +uiK +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eHe +eHe +ygP +ygP +ygP +eHe +sQZ +sQZ +eHe +eHe +eHe +ygP +pNj +pNj +pNj +"} +(165,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +klo +klo +klo +klo +iOH +iOH +iOH +iOH +rED +gwr +rED +rED +iOH +iOH +rED +rED +rED +bHE +klo +iOH +iOH +cmX +iOH +rED +cRZ +qcy +rED +rED +gwr +gwr +iOH +iOH +iOH +iOH +iOH +wFy +sYm +gfq +iOH +iOH +nmm +iOH +iOH +iiB +iQu +iiB +iOH +iOH +iOH +iOH +ycr +ran +ran +acm +ran +ran +ran +ran +ran +ran +ran +ran +ran +kgg +bsP +mma +mma +mma +cOE +uAR +osD +lEY +uAR +jKF +nMq +nUe +nUe +fPb +aWj +nxa +ygJ +iyl +aab +cmk +ndU +ugj +lLB +bsP +lLB +grS +grS +kvB +grS +fjb +fjb +fjb +fjb +fjb +fjb +hYS +jwZ +lpp +lpp +lpp +lpp +lpp +aPI +gmF +bKF +owY +xeY +qwM +wTY +wTY +iiM +iiM +wTY +fCc +eZo +bcZ +ygP +eHe +bGy +eHe +eHe +ygP +ygP +ygP +pmM +ijs +eHe +eHe +bGy +bGy +bGy +kCv +eHe +eHe +ygP +ygP +eHe +eHe +sQZ +sQZ +eHe +ePL +eHe +ygP +pNj +pNj +pNj +"} +(166,1,2) = {" +rEu +rEu +rEu +iOH +iOH +iOH +xkG +cmX +qzh +iOH +klo +klo +klo +iOH +iOH +rED +rED +rED +qcy +qcy +rED +rED +iOH +cmX +rED +rED +klo +klo +iOH +iOH +gwr +gwr +rED +jyS +jyS +qcy +iOH +iOH +iOH +iQu +lmv +iOH +iOH +wFy +ixJ +vjG +aIc +gfq +iOH +iOH +iOH +iiB +iiB +hGC +sBz +iiB +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +ran +iOH +iOH +ran +ama +cmX +ran +kkC +bsP +bsP +mma +mma +mma +bsP +abV +blZ +blZ +abV +pAS +pAS +hTh +pAS +pAS +pAS +hTh +uJM +iyl +aab +dHG +ndU +ndU +mvM +bsP +lLB +grS +kvB +grS +grS +fjb +fjb +fjb +fjb +fjb +fjb +hYS +rBi +rBi +rBi +rBi +fWC +wNR +vNN +pUI +xcP +iLb +pFW +qwM +bNo +wTY +oTC +iiM +ccD +doN +lWm +bcZ +bGy +bGy +bGy +eHe +eHe +eHe +mIV +ygP +ygP +ygP +ePL +eHe +bGy +ktt +eHe +kCv +eHe +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +eHe +eHe +eHe +ygP +ygP +pNj +pNj +"} +(167,1,2) = {" +rEu +iOH +iOH +iOH +iOH +iOH +iOH +iOH +hli +iOH +xkG +klo +iOH +iOH +gwr +rED +rED +rED +gwr +gwr +rED +rED +iOH +iOH +iOH +klo +iOH +iOH +iOH +gwr +rED +qcy +rED +eRZ +tta +krQ +gyI +rKX +dKc +dKc +aDC +iiB +wFy +ixJ +vjG +vjG +vjG +aIc +gfq +iOH +iOH +iiB +gKk +iiB +ftM +iiB +iiB +iOH +iOH +iOH +iOH +iOH +iOH +iOH +emO +nmm +nmm +emO +iOH +nmm +emO +bsP +bsP +mma +buw +mma +bsP +uxS +uAR +rlY +crC +uAR +ecE +pAS +hTh +hTh +pAS +pAS +pAS +tCd +iyl +aab +wRd +ndU +ndU +iPd +bsP +kvB +yal +aNQ +dDe +gQf +fjb +eZo +eZo +eZo +eZo +eZo +eZo +nBp +yeJ +yeJ +nBp +eZo +sTl +sTl +sTl +sTl +uiK +uiK +eZo +eZo +uiK +eZo +uiK +lWm +eZo +eZo +ygP +bGy +eHe +mOe +ePL +eHe +eHe +eHe +eHe +pPn +isC +isC +pPn +eHe +eHe +bGy +kCv +eHe +eHe +eHe +eHe +eHe +eHe +sQZ +sQZ +sQZ +eHe +ktt +bGy +ygP +pNj +pNj +"} +(168,1,2) = {" +rEu +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +xkG +iOH +rED +bHE +rED +rED +xkG +klo +iOH +rED +rED +iOH +hli +qzh +iOH +iOH +rED +rED +bHE +rED +gwr +gwr +iOH +iOH +iOH +mxA +uqM +uqM +tgW +iRD +gOr +ano +vjG +vjG +vjG +qkg +vjG +aIc +gfq +iiB +iiB +gxQ +ead +iiB +iiB +iiB +iOH +iOH +iOH +acJ +cmX +iOH +iOH +emO +iOH +nmm +emO +nmm +nmm +emO +bsP +mma +mma +buw +mma +bsP +dkY +uAR +uAR +uAR +uAR +eyh +vgM +lOt +ccW +vgM +uAR +uAR +uAR +uAR +qcH +bsP +wRd +iPd +bsP +aNQ +aNQ +fHd +vOQ +grS +grS +dDe +kCX +ika +kwM +wDD +gXx +eZo +tVV +tVV +tVV +tVV +iLb +bBX +jwi +jwi +deH +pFW +pFW +bBX +lSE +pFW +eZo +uHt +uHt +eZo +pNj +eHe +ygP +eHe +xAA +eHe +eHe +ktt +eHe +eHe +pNj +pNj +wPV +wPV +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +sQZ +uCR +sQZ +eHe +eHe +eHe +bGy +pNj +pNj +"} +(169,1,2) = {" +rEu +iOH +iOH +qCT +qCT +qCT +qCT +qCT +ycr +iOH +iOH +iOH +iOH +rED +rED +rED +iOH +klo +klo +xkG +rED +rED +gwr +iOH +iOH +rED +rED +rED +rED +rED +rED +iOH +iOH +vvA +iOH +iOH +mxA +uqM +uqM +uqM +iRD +ftM +ano +vjG +vjG +vjG +vjG +vjG +vjG +oQQ +iiB +iiB +snt +ead +ead +iiB +iOH +iOH +iOH +iOH +iOH +iOH +iOH +ama +emO +iOH +nmm +emO +nmm +iOH +emO +bsP +bsP +mma +mma +bsP +bsP +kkC +dHu +dHu +uAR +oAb +jNM +vgM +rGf +jNM +vgM +eTQ +uAR +dHu +dHu +bsP +bsP +bsP +bsP +mTp +grS +grS +grS +vOQ +vOQ +grS +dDe +ika +kCX +ika +wDD +gXx +eZo +oqW +tUX +jWH +lzp +jWH +jWH +tUX +jWH +jWH +lzp +jWH +jWH +jWH +oqW +eZo +uHt +ykT +eZo +pNj +eHe +eHe +ygP +eHe +bGy +pNj +eHe +eHe +ygP +wPV +eHe +eHe +pNj +nVK +wUN +bjz +bjz +fmG +fmG +bjz +quz +nVK +eHe +sQZ +uCR +sQZ +eHe +bGy +bGy +bGy +pNj +pNj +"} +(170,1,2) = {" +rEu +iOH +qzh +qCT +tJA +vVj +qCA +qCT +fKs +iOH +iOH +iOH +rED +gwr +rED +iOH +iOH +iOH +iOH +gwr +rED +rED +rED +gwr +rED +rED +rED +rED +gwr +iOH +iOH +dNg +cmX +ead +iOH +iOH +mxA +tgW +uqM +uqM +jKo +ftM +ano +vjG +vjG +ead +vjG +vjG +vjG +oQQ +iiB +iiB +snt +ead +ead +iOH +iOH +iOH +iOH +iOH +iOH +dHu +iOH +iOH +vjJ +nmm +iOH +xTJ +dHu +dHu +xTJ +kgg +hzt +bsP +bsP +bsP +dHu +dHu +dHu +dHu +uAR +nwH +jNM +vgM +gtq +jNM +vgM +hdJ +uAR +dHu +dHu +dkY +jqu +jqu +dHu +mTp +jIj +grS +grS +grS +vOQ +grS +dDe +ika +kCX +ika +jal +gXx +uiK +jWH +jWH +jWH +jWH +jWH +jWH +qPd +qPd +gip +fgy +jWH +jWH +jWH +jWH +eZo +rxq +uHt +eZo +pNj +wPV +pPn +pPn +bGy +bGy +pNj +eHe +tDr +uFt +fmU +eHe +eHe +pNj +nVK +vDd +dVl +wHy +iAj +iAj +iAj +iAj +wfV +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +bGy +bGy +pNj +pNj +"} +(171,1,2) = {" +rEu +iOH +iOH +qCT +wer +dwu +pHf +qCT +dNg +iOH +rED +rED +gwr +rED +nmm +iOH +cmX +iXZ +iOH +gwr +rED +rED +rED +rED +rED +rED +rED +rED +iOH +iOH +dNg +ama +ead +ead +klo +iOH +mMS +bMB +bMB +bMB +dWb +oJC +szq +ead +ead +ead +vjG +vjG +gBu +gpV +iiB +iiB +iiB +iOH +ead +iOH +iOH +iOH +ama +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +isf +jqu +ajw +jqu +aad +dHu +dHu +dHu +dHu +uAR +gtq +jNM +vgM +gtq +oBv +vgM +gtq +uAR +grS +grS +dDe +grS +grS +dHu +dHu +dHu +hNj +grS +grS +grS +grS +ajt +vOQ +vOQ +vOQ +wDD +dEo +eZo +cNp +xmf +pPN +pFW +pFW +ggG +cNp +cNp +vKn +pFW +aPu +rBi +rBi +rBi +eZo +eae +uHt +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +wPV +vJA +eAl +eAl +alq +xAA +eHe +nVK +cWg +cWg +aat +eHb +eqX +eBe +xyO +wfV +sQZ +sQZ +sQZ +sQZ +sQZ +eHe +bGy +eHe +pNj +pNj +"} +(172,1,2) = {" +rEu +iOH +qCT +qCT +wer +pHf +pHf +qCT +qCT +rED +rED +kBT +qcy +kBT +rED +xkG +iOH +iOH +xkG +iOH +gwr +rED +rED +rED +qcy +rED +gwr +iOH +iOH +iOH +iiB +wFy +klo +klo +klo +ama +iOH +cmX +nmm +qzh +krQ +iOH +iiB +ead +ead +ead +ead +vjG +oQQ +iiB +iiB +iiB +iOH +ama +iOH +iOH +iOH +iOH +ead +ead +ead +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +hNj +hNj +grS +feP +dHu +dHu +dHu +uAR +gtq +lnY +tdi +gtq +qWV +tdi +gtq +uAR +grS +grS +dDe +grS +grS +dHu +grS +hNj +hNj +grS +grS +gKt +grS +dDe +vOQ +grS +vOQ +oBm +eZo +eZo +eZo +eZo +eZo +uiK +uiK +mAu +mAu +mAu +mAu +eZo +nBp +nBp +sES +sES +eZo +eZo +uiK +eZo +nTd +rMV +rvU +iLb +qMZ +bEu +eZo +wPV +rNg +eAl +eAl +gFp +eHe +aae +nVK +vDd +cWg +aat +xyO +xyO +iRH +eHb +wfV +sQZ +uCR +sQZ +nJe +sQZ +eHe +eHe +ygP +pNj +pNj +"} +(173,1,2) = {" +rEu +iOH +qCT +rYX +pHf +pHf +pHf +qlo +qCT +rED +rED +wki +gpl +iSq +rDo +klo +qzh +klo +klo +uCG +xAK +rED +rED +qcy +rED +bHE +iOH +iOH +iiB +iiB +wFy +aai +vjG +klo +ead +iOH +hli +nmm +nmm +iOH +krQ +iOH +iOH +ead +ead +ead +ead +ead +ead +uzA +iiB +iiB +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +ead +grS +grS +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +aYf +jIj +grS +grS +mNo +vuy +dHu +dHu +dHu +uAR +eLh +jYC +acT +acT +acT +acT +acT +iyl +grS +grS +dDe +grS +grS +grS +hNj +hNj +grS +grS +abA +grS +grS +dDe +vOQ +jIj +grS +vOQ +lWm +rRS +ssa +kIC +tns +dVU +dVU +bBX +qvg +lRQ +wnu +snv +eVd +tVV +tVV +xch +msA +myi +gHe +eZo +jtt +pYX +kiw +dVU +jwZ +flJ +eZo +wPV +eHe +cvw +eAl +eAl +alq +eHe +aaA +fWX +dVl +aau +aao +aao +aao +aao +wfV +sQZ +uCR +sQZ +sQZ +eHe +eHe +eHe +ygP +pNj +pNj +"} +(174,1,2) = {" +rEu +iOH +uzf +umy +pHf +pHf +pHf +qlo +cET +nPx +ear +fly +wqz +hHI +wUW +klo +klo +klo +klo +klo +ycr +rED +rED +rED +rED +gwr +iOH +iiB +jKT +wFy +aai +vjG +vjG +vjG +ead +iOH +iOH +iOH +iOH +vvA +mVW +iOH +iOH +iOH +ead +ead +ead +ead +ead +ead +iiB +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +lYR +grS +grS +grS +grS +jIj +dHu +dHu +dHu +dHu +tfG +aYf +grS +abA +pXE +tfG +dHu +dHu +dHu +uAR +djV +acT +jYC +sMl +dTW +acT +acT +iyl +grS +grS +dDe +grS +grS +grS +hNj +grS +lYR +grS +grS +grS +grS +dDe +grS +vOQ +vOQ +bhY +lWm +tlx +wBI +qit +deH +lpp +jwZ +jwZ +pOk +gmH +ayp +lpp +jwZ +jwZ +lpp +rxD +owY +lpp +hjc +dVU +iiM +ojJ +kiw +dVU +jCS +ubf +eZo +pNj +pNj +qDB +mRo +sdD +jdB +eHe +nVK +rxE +qPW +bjz +bjz +bjz +bjz +rFl +nVK +eHe +sQZ +sQZ +sQZ +eHe +eHe +ygP +ygP +pNj +pNj +"} +(175,1,2) = {" +rEu +iOH +qCT +qlo +pHf +pHf +pHf +deE +qCT +rED +rED +xTI +goq +ahA +aeb +klo +klo +ama +klo +klo +iOH +iOH +rED +rED +gwr +iOH +vvA +gKk +hGC +ano +vjG +vjG +vjG +vjG +ead +iOH +iOH +iOH +iOH +mVW +mVW +iOH +iOH +iOH +iOH +ead +ead +ead +ead +ead +iOH +iOH +iOH +cmX +iOH +iOH +iOH +iOH +iOH +iOH +iOH +grS +gKt +grS +hNj +hNj +hNj +dHu +dHu +dHu +dHu +dHu +afj +grS +grS +fzH +dHu +dHu +dHu +uAR +uAR +uAR +abS +iyl +uAR +iyl +iyl +uAR +uAR +grS +grS +dDe +grS +grS +grS +grS +grS +grS +dqe +grS +grS +gQf +eZo +eZo +eZo +eZo +eZo +eZo +eZo +qIJ +jWH +iLb +xRn +tKd +jwZ +pOk +dVU +nYt +dSq +mne +dVU +dVU +rxD +sTl +jwZ +gHe +dVU +iiM +ojJ +ajy +eZo +dVU +eZo +eZo +eZo +pNj +pNj +ygP +qDB +iOR +nVK +nVK +nVK +nVK +nVK +aas +xRZ +nVK +nVK +nVK +nVK +sQZ +sQZ +sQZ +eHe +eHe +ygP +ygP +pNj +pNj +"} +(176,1,2) = {" +rEu +iOH +qCT +qCT +lkz +pHf +pHf +qCT +qCT +rED +bHE +yba +qcy +yba +rED +xkG +iOH +iOH +klo +cmX +iOH +rED +rED +gwr +iOH +iOH +iOH +gxQ +bOI +ano +vjG +vjG +vjG +vjG +ead +ead +krQ +krQ +mVW +dHu +mVW +iOH +iOH +iOH +iOH +ama +ead +ead +ead +ead +ead +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +nmm +iOH +grS +grS +grS +grS +hNj +hNj +lYR +grS +dHu +dHu +dHu +niM +hNj +hNj +dHu +dHu +dHu +dHu +uAR +acT +cLj +jYC +opw +uAR +abA +grS +grS +grS +grS +grS +dDe +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eRK +pUI +xMW +eRK +asT +fWC +dVU +dVU +sTl +pFW +uWM +dSq +dSq +fOq +xeY +jwZ +kdU +lWm +wTY +ePW +jpL +eZo +sfR +uHt +uiK +dOw +xOl +rqd +ygP +ygP +eHe +nVK +qJQ +jpt +nVK +nUk +vkw +jhz +beB +nVK +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +ygP +ygP +pNj +pNj +"} +(177,1,2) = {" +rEu +iOH +dNg +qCT +mdw +trB +wer +qCT +iOH +iOH +rED +rED +qcy +xkG +ead +iOH +iOH +iOH +xkG +iOH +rED +rED +qcy +gwr +iOH +iOH +agi +hKD +qVQ +ano +vjG +vDY +vjG +ead +ead +iOH +iOH +qzh +dHu +dHu +mVW +iOH +iOH +cmX +iOH +iOH +oTM +ead +iOH +ead +oTM +iOH +iOH +iOH +nmm +iOH +iOH +iOH +nmm +nmm +nmm +grS +grS +grS +grS +grS +hNj +grS +grS +dHu +dHu +grS +grS +grS +hNj +grS +jIj +dHu +dHu +uAR +aGG +jYC +yex +ljn +iyl +grS +hNj +hNj +hNj +mNo +tfG +dDe +grS +grS +grS +grS +grS +grS +grS +grS +grS +feP +hYS +hYS +hYS +hYS +hYS +hYS +eyb +dtV +snv +aJX +fhd +mvY +aJX +xUQ +xUQ +flr +owY +owY +owY +owY +owY +xeY +lpp +lpp +lWm +wTY +qDK +dYT +eZo +eZo +eZo +eZo +eZo +xOl +xOl +aFl +alq +eHe +aaA +qJQ +qJQ +aaA +xIn +vkw +iGM +cOl +nVK +eHe +eHe +eHe +sQZ +sQZ +sQZ +eHe +ygP +pNj +pNj +pNj +"} +(178,1,2) = {" +rEu +rEu +dNg +qCT +eQV +rRV +sTU +qCT +dNg +iOH +rED +rED +rED +rED +iOH +iOH +iOH +vvA +iOH +hli +rED +qcy +rED +rED +iOH +iOH +iiB +iiB +uJs +ano +vjG +vjG +vjG +ead +dNB +iOH +iOH +hli +nmm +dHu +mVW +mVW +iOH +iOH +iOH +iOH +hRw +hRw +iOH +qzh +hRw +iOH +iOH +iOH +nmm +nmm +qzh +dHu +dHu +dHu +grS +jIj +grS +grS +wme +grS +grS +grS +grS +grS +vOQ +grS +lYR +grS +hNj +grS +dHu +dHu +dHu +uAR +uAR +lvU +lvU +lvU +uAR +grS +grS +grS +feP +fuf +fuf +dDe +grS +grS +gKt +jIj +hNj +hNj +hNj +grS +grS +pXE +fjb +fjb +fjb +fjb +fjb +fjb +xNq +etc +lpp +lpp +fhd +mvY +owY +owY +xeY +xeY +eyx +jpA +dVU +eub +owY +sTl +udA +udA +eZo +mbf +iiM +iDs +noW +eZo +pNj +pNj +pNj +xOl +xOl +lDQ +gFp +aae +nVK +nVK +nVK +nVK +jqw +vlT +wgw +nVK +nVK +doX +eHe +ePL +eHe +sQZ +sQZ +eHe +ygP +pNj +pNj +pNj +"} +(179,1,2) = {" +rEu +rEu +dNg +qCT +qCT +qCT +qCT +qCT +ead +iOH +iOH +rED +rED +rED +gwr +gwr +rED +iOH +iOH +gwr +rED +qcy +rED +iOH +vxZ +iOH +iOH +iOH +iOH +ano +vjG +vjG +ead +ead +dNB +qzh +iOH +iOH +iOH +iOH +dHu +mVW +mVW +nmm +iOH +iOH +iOH +hRw +iOH +iOH +hRw +iOH +iOH +iOH +nmm +iOH +dHu +dHu +dHu +dHu +dHu +dHu +grS +hNj +grS +grS +grS +vOQ +grS +pCu +grS +grS +grS +hNj +hNj +grS +dHu +dHu +dHu +dHu +uAR +inP +inP +seg +uAR +vOQ +jjj +kdG +fuf +fuf +kvB +aNQ +grS +grS +grS +grS +hNj +hNj +grS +grS +grS +pXE +fjb +fjb +fjb +fjb +fjb +fjb +hYS +etc +jCS +dVU +wPt +rxD +owY +dVU +aop +dVU +dVU +dVU +dVU +luY +owY +lGP +dVU +uzB +eZo +eZo +uiK +eZo +eZo +eZo +pNj +pNj +pNj +aFl +jja +eAl +iOR +ktt +nVK +ctT +bIr +ebA +cWg +cWg +eZD +nVK +bGy +eHe +ktt +eHe +eHe +sQZ +sQZ +doX +pNj +pNj +pNj +pNj +"} +(180,1,2) = {" +rEu +rEu +rEu +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +rED +rED +qcy +qcy +gwr +rED +iOH +gwr +iOH +rED +rED +iOH +iOH +iOH +iOH +nmm +iOH +ead +pjF +pjF +ead +klo +klo +klo +iOH +iOH +grS +gKt +dHu +dHu +dHu +nmm +nmm +iOH +iOH +hRw +hRw +hRw +hRw +iOH +iOH +iOH +iOH +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +hNj +grS +grS +vOQ +vOQ +pCu +grS +grS +grS +hNj +grS +grS +bWr +jnn +dHu +dHu +uAR +uAR +uAR +uAR +uAR +jjj +jjj +dHu +dHu +dHu +kvB +aNQ +grS +grS +grS +grS +grS +grS +grS +grS +mNo +vuy +fjb +fjb +fjb +fjb +fjb +fjb +hYS +etc +jwZ +dVU +wPt +rxD +owY +dVU +dVU +dVU +dVU +dVU +dVU +luY +xeY +lGP +dVU +owY +lWm +eFo +xeY +prE +lOH +eZo +eZo +pNj +eHe +rNg +eAl +pNj +eHe +eHe +nVK +jfM +eoi +vDd +cWg +cWg +mSV +nVK +bGy +eHe +xAA +eHe +eHe +sQZ +sQZ +eHe +pNj +pNj +pNj +pNj +"} +(181,1,2) = {" +rEu +rEu +rEu +rEu +iOH +iOH +iOH +iOH +iOH +qzh +iOH +iOH +vvA +rED +rED +rED +rED +gwr +rED +iOH +iOH +rED +hli +iOH +iOH +iOH +nmm +iOH +ead +klo +iOH +iOH +nmm +vvA +rqz +klo +klo +grS +grS +grS +vOQ +dHu +dHu +dHu +nmm +iOH +iOH +iOH +hRw +rMv +iOH +iOH +iOH +iOH +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +pCu +vOQ +vOQ +grS +vOQ +grS +grS +grS +grS +lYR +grS +grS +fzH +dHu +dHu +dHu +dHu +dHu +dHu +mTp +dHu +dHu +dHu +dHu +dHu +mTp +grS +lYR +grS +grS +grS +grS +grS +grS +onU +vuy +fjb +fjb +fjb +fjb +fjb +fjb +dBp +etc +dmz +lZu +fgZ +nwX +xeY +owY +owY +jpA +jpA +hUS +xtI +glA +xeY +lGP +dVU +owY +lWm +hzQ +gHe +dVU +dVU +ahZ +eZo +pNj +eHe +eHe +rNg +pNj +eHe +eHe +nVK +nVK +nVK +nVK +aas +xRZ +nVK +nVK +nVK +nVK +eHe +eHe +sQZ +sQZ +sQZ +xAA +pNj +pNj +pNj +pNj +"} +(182,1,2) = {" +rEu +rEu +rEu +rEu +nmt +iiB +iQu +iOH +iOH +iOH +klo +iOH +iOH +iOH +iOH +iOH +rED +rED +rED +rED +rED +rED +iOH +iOH +iOH +iOH +iOH +klo +klo +rED +iOH +iOH +hli +iOH +qTc +jjj +mTp +dHu +grS +grS +pCu +pCu +vOQ +dHu +iOH +iOH +iOH +dNB +rED +dNB +dNB +iOH +iOH +iOH +mVW +mVW +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +lYR +vOQ +vOQ +grS +grS +dHu +dHu +hNj +grS +grS +grS +grS +grS +grS +fzH +jnn +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +dHu +dHu +grS +grS +onU +vuy +fjb +fjb +fjb +fjb +fjb +fjb +hYS +dVU +mvY +ngZ +ngZ +pFW +xeY +xeY +owY +owY +owY +xeY +xeY +xeY +xeY +sTl +mJY +gHe +lWm +clH +gHe +dVU +dVU +ipK +eZo +pNj +eHe +ePL +eHe +eHe +eHe +bGy +nVK +wUN +fmG +bjz +fmG +fmG +bjz +dor +nVK +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +eHe +pNj +pNj +pNj +"} +(183,1,2) = {" +rEu +rEu +rEu +rEu +rEu +bOf +ugd +sWj +iiB +mAm +klo +klo +iOH +iOH +iOH +hli +iOH +rED +rED +qcy +rED +iOH +ama +cmX +iOH +iOH +klo +klo +rED +dNB +iOH +eQz +cmX +iOH +emO +vOQ +pCu +dHu +jIj +grS +grS +dHu +dHu +dHu +dHu +iOH +rED +rED +wHd +rED +dNB +rED +iOH +mVW +mVW +mVW +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +vOQ +grS +grS +pCu +grS +dHu +dHu +grS +grS +grS +feP +hNZ +gVN +grS +grS +grS +grS +dHu +grS +grS +hNj +dHu +mTp +mTp +aYf +hNj +hNj +dHu +grS +kvB +dHu +dHu +dHu +grS +grS +bWr +vuy +fjb +fjb +fjb +fjb +fjb +fjb +hYS +etc +snv +uLs +gHe +dVU +dVU +wTO +wTO +wTO +fWC +wTO +wTO +wTO +msA +owY +kzt +uGr +dVU +ePb +hjc +kiw +gox +okq +eZo +pNj +pNj +eHe +eHe +bGy +bGy +eHe +aaA +fWX +dVl +wHy +iAj +iAj +iAj +iAj +eLH +sQZ +sQZ +uCR +sQZ +sQZ +eHe +eHe +bGy +bGy +wwR +pNj +"} +(184,1,2) = {" +rEu +rEu +gXs +gXs +aIc +gfq +iiB +uzA +nmC +ugd +ugd +iOH +qzh +iOH +iOH +iOH +iOH +iOH +gwr +iOH +rED +iOH +iOH +iOH +iOH +iOH +xPx +rED +dNB +iOH +iOH +nmm +iOH +iOH +emO +hNj +grS +grS +pAX +grS +grS +dHu +dHu +dHu +grS +iOH +rED +dNB +nmm +nmm +dNB +dNB +iOH +mVW +mVW +dHu +jIj +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +hNj +hNj +dHu +dHu +grS +grS +jIj +dHu +dHu +dHu +afj +grS +grS +grS +grS +dHu +grS +jIj +grS +fzH +fuf +fuf +jID +hNj +grS +grS +feP +hJk +mTp +dHu +grS +grS +grS +grS +dHu +fjb +fjb +fjb +fjb +fjb +fjb +dBp +etc +wPt +hjc +gHe +uHL +ltz +gHe +gHe +gHe +fWC +gHe +gHe +gHe +xMc +abB +mJY +uGr +dVU +ePb +gHe +kiw +tOU +eZo +eZo +pNj +pNj +pNj +eHe +bGy +bGy +aae +nVK +cWg +cWg +aat +eHb +eHb +eHb +eHb +eLH +sQZ +sQZ +usd +sQZ +eHe +eHe +eHe +eHe +bGy +wwR +pNj +"} +(185,1,2) = {" +rEu +gXs +gXs +gXs +gXs +aIc +sYm +gfq +iiB +bOI +ftM +fUo +iOH +iOH +iOH +iOH +iOH +iOH +gwr +iOH +rED +rED +iOH +iOH +iOH +iOH +iOH +iOH +iOH +iOH +hli +iOH +iOH +iOH +emO +hNj +grS +grS +grS +grS +grS +grS +dHu +dHu +grS +grS +vOQ +pCu +hNj +dHu +vOQ +vOQ +grS +hNj +mVW +grS +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +grS +lYR +grS +grS +dHu +grS +hNj +grS +pCu +vOQ +dHu +dHu +vuy +aYf +vOQ +grS +grS +grS +grS +grS +grS +grS +mTp +dbQ +grS +hNj +hNj +hNj +nzu +fuf +mTp +dHu +grS +grS +grS +hNj +jIj +fjb +fjb +fjb +fjb +fjb +fjb +hYS +etc +pxL +gHe +llU +eZo +eZo +oix +oix +oix +eZo +fJS +fJS +fJS +eZo +eZo +mJY +uGr +lWm +adS +uGr +mUj +jpL +eZo +pNj +pNj +pNj +pNj +bGy +eHe +eHe +eHe +nVK +pRu +cWg +aat +eHb +xyO +xyO +eHb +eLH +sQZ +uCR +sQZ +sQZ +eHe +eHe +eHe +eHe +wwR +wwR +pNj +"} +(186,1,2) = {" +rEu +rEu +rEu +rEu +gXs +gXs +gXs +oQQ +rEu +nmt +wuu +kTG +dKc +dKc +nJL +rnq +iOH +rED +rED +qcy +rED +rED +iOH +iOH +qWg +nJL +nJL +nJL +fhY +iOH +iOH +iQu +iiB +vvA +aZO +hNj +grS +gKt +grS +grS +grS +grS +dHu +dHu +dHu +grS +pCu +pCu +pCu +vOQ +vOQ +grS +grS +hNj +mXe +grS +grS +lYR +grS +hNj +dHu +dHu +dHu +dHu +dHu +grS +abA +hNj +grS +dHu +grS +grS +lYR +hNj +pCu +dHu +dHu +dHu +tfG +gVN +vOQ +grS +grS +hNj +hNj +hNj +grS +grS +grS +dHu +grS +grS +grS +grS +fzH +mTp +mTp +mTp +abF +kvB +hNj +hNj +fjb +fjb +fjb +fjb +fjb +fjb +hYS +cPL +snv +uGr +gHe +uiK +aYy +owY +owY +qfM +akw +qfM +owY +owY +tLS +uiK +ePb +uGr +lWm +xYO +xeY +imZ +xuS +eZo +pNj +pNj +pNj +pNj +pNj +ktt +eHe +ePL +nVK +vDd +cWg +aat +xyO +xyO +eHb +eHb +eLH +sQZ +sQZ +sQZ +eHe +eHe +ktt +ePL +eHe +eHe +wwR +pNj +"} +(187,1,2) = {" +rEu +rEu +rEu +gXs +gXs +rEu +gXs +rEu +rEu +rEu +iiB +szk +uqM +uqM +uqM +oqU +gwr +rED +rED +rED +gwr +bHE +rED +iOH +mxA +uqM +uqM +uqM +cJX +iOH +ugd +hGC +ugd +iiB +rEu +grS +grS +grS +grS +grS +lYR +dHu +dHu +dHu +dHu +hNj +grS +vOQ +vOQ +grS +pCu +grS +grS +grS +kvB +grS +grS +grS +vOQ +grS +dHu +dHu +dHu +dHu +lYR +grS +grS +grS +grS +gKt +grS +grS +vOQ +hNj +hNj +grS +dHu +dHu +tfG +rFa +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +lYR +fzH +mTp +mTp +jbb +lYR +hNj +grS +hYS +hYS +hYS +hYS +eZo +eZo +eZo +eZo +eZo +uGr +gHe +lWm +qfM +cNj +tAv +qfM +fWC +qfM +tAv +tAv +qfM +lWm +ePb +uGr +eZo +eZo +uiK +eZo +eZo +eZo +pNj +pNj +eHe +mOe +eHe +xAA +eHe +eHe +nVK +cWg +dVl +aau +aao +aao +aao +aao +eLH +sQZ +sQZ +sQZ +eHe +eHe +eHe +eHe +xAA +bGy +wwR +pNj +"} +(188,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +gXs +rEu +rEu +rEu +rEu +rEu +uqM +uqM +uqM +juN +iOH +rED +rED +rED +rED +rED +rED +iOH +mxA +uqM +uqM +uqM +cJX +iOH +iiB +wFy +sYm +rEu +rEu +rEu +dHu +dHu +hNj +grS +grS +grS +grS +dHu +hNj +grS +grS +grS +vOQ +grS +grS +grS +grS +grS +kvB +grS +grS +vOQ +pCu +grS +grS +dHu +dHu +dHu +grS +hNj +grS +grS +vOQ +pCu +grS +vOQ +dHu +vOQ +grS +grS +dHu +dHu +dHu +niM +gKt +vOQ +grS +grS +grS +grS +lYR +grS +kvB +kvB +mTp +mTp +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +onU +tfG +tfG +tfG +gVN +aMv +aMv +eZo +uGr +gHe +lWm +wso +mNB +tAv +qfM +owY +qfM +nnx +mNB +qfM +lWm +lQT +uVi +xqr +eZo +ttl +rPi +prO +pNj +pNj +ygP +ygP +eHe +eHe +eHe +eHe +pNj +nVK +rxE +bjz +bjz +bjz +bjz +fmG +rFl +nVK +eHe +sQZ +sQZ +eHe +sQZ +bGy +bGy +bGy +wwR +wwR +pNj +"} +(189,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +uqM +uqM +uqM +oqU +rED +rED +rED +rED +rED +rED +rED +qzh +mxA +uqM +uqM +uqM +jKo +iiB +lMd +ano +gXs +gXs +rEu +rEu +dHu +dHu +grS +grS +grS +grS +grS +grS +gKt +grS +grS +grS +grS +grS +dqe +grS +grS +grS +kvB +grS +grS +pCu +pCu +grS +grS +grS +dHu +grS +grS +grS +grS +vOQ +pCu +pCu +grS +grS +pCu +grS +grS +dHu +dHu +dHu +grS +grS +vOQ +jBH +oCC +vqf +jxS +sQX +grS +lYR +kvB +mTp +mTp +dHu +dHu +dHu +grS +grS +hNj +hNj +grS +dHu +dHu +grS +grS +bWr +tfG +tfG +tfG +tfG +gcR +eZo +eZo +foI +gHe +lWm +qfM +tAv +tAv +qfM +owY +wso +nnx +cNj +qfM +lWm +lpp +lvb +mMa +eZo +dlU +dlU +prO +ygP +ygP +ygP +ygP +eHe +eHe +eHe +eHe +pNj +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +nVK +sQZ +sQZ +eHe +sQZ +eHe +bGy +ygP +ygP +wwR +pNj +"} +(190,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +bMB +bMB +bMB +lTE +iOH +gwr +rED +rED +gwr +ryy +rED +iOH +mMS +bMB +bMB +bPr +sVJ +bQF +jaf +ano +gXs +gXs +rEu +rEu +rEu +dHu +dHu +grS +pCu +grS +hNj +grS +grS +grS +grS +hNj +grS +grS +grS +grS +kvB +mTp +grS +grS +grS +grS +pCu +pCu +grS +hNj +grS +grS +grS +grS +dHu +dHu +vOQ +grS +grS +grS +hNj +hNj +jIj +grS +grS +grS +grS +grS +grS +tnn +iDd +iDd +xYE +bJh +grS +grS +grS +mTp +mTp +dHu +dHu +dHu +grS +grS +hNj +grS +grS +grS +grS +grS +hNj +grS +bWr +sLm +tfG +tfG +uxA +lWm +sUb +hjc +gHe +lWm +qfM +tAv +cNj +qfM +fWC +qfM +tAv +tAv +qfM +lWm +lpp +jCS +qid +eZo +dlU +dlU +tOI +ygP +ygP +mIV +eHe +ePL +ygP +ygP +eHe +eHe +eHe +bGy +bGy +bGy +eHe +ygP +ygP +ygP +eHe +eHe +sQZ +sQZ +sQZ +sQZ +eHe +eHe +ygP +ygP +wwR +pNj +"} +(191,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +iOH +hli +iOH +vvA +iOH +rED +rED +rED +rED +gwr +bHE +vvA +iOH +iOH +iOH +iiB +wFy +sYm +sYm +ixJ +gXs +gXs +gXs +rEu +rEu +rEu +dHu +grS +vOQ +pCu +vOQ +grS +grS +grS +grS +dHu +dHu +kvB +kvB +kvB +kvB +grS +grS +grS +hNj +grS +grS +grS +grS +grS +grS +jIj +grS +grS +dHu +dHu +grS +grS +grS +pCu +grS +grS +grS +eeE +eeE +eeE +hKU +pHo +grS +rQO +iDd +iDd +xYE +bJh +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +hNj +hNj +grS +gKt +bWr +sLm +aAJ +eZo +ePb +gHe +uGr +uiK +aYy +owY +owY +qfM +vzi +qfM +owY +owY +tLS +uiK +lpp +lpp +dGP +eZo +dlU +aNB +prO +hLF +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +qWP +naI +sQZ +sQZ +fJW +thZ +qWP +qWP +wwR +wwR +pNj +"} +(192,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +ama +iOH +cmX +iOH +rED +qcy +rED +rED +rED +rED +qcy +gwr +iOH +iOH +iiB +iiB +ano +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +hNj +grS +grS +pCu +pCu +pCu +grS +grS +dHu +dHu +mTp +kvB +grS +grS +grS +grS +grS +hNj +grS +grS +lYR +grS +jIj +grS +grS +hNj +grS +gKt +grS +grS +grS +grS +dHu +vOQ +dHu +grS +grS +grS +mJJ +ryd +uyL +xTL +grS +rQO +xYE +xYE +xYE +cwx +vOQ +hNj +hNj +jIj +dHu +dHu +dHu +vuy +vuy +jID +lYR +grS +mTp +mTp +lfU +kvB +grS +hNj +hNj +grS +grS +grS +aMv +lWm +bkr +gHe +uGr +eZo +eZo +oix +oix +oix +eZo +fJS +fJS +fJS +eZo +eZo +dVU +dVU +eZo +eZo +uiK +eZo +eZo +eZo +fWC +nkF +afU +hFB +kvm +ccA +afU +afU +afU +afU +afU +afU +afU +afU +afU +hFB +kvm +eOy +ldp +ldp +ldp +ldp +vWX +hUU +ccA +ohU +wwR +pNj +"} +(193,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +iOH +rEu +rEu +iOH +uCG +bTW +qLO +rED +qcy +qcy +rED +rED +nsm +iOH +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +rEu +grS +grS +hNj +grS +pCu +grS +grS +dHu +pCu +vOQ +grS +mNo +xay +xay +gVN +grS +grS +grS +grS +grS +grS +grS +grS +hNj +grS +grS +grS +lYR +grS +grS +grS +dHu +dHu +dHu +grS +grS +grS +eeE +eeE +eeE +eeE +grS +lNs +jxs +jxs +oTl +uoZ +grS +hNj +grS +grS +dHu +dHu +dHu +dHu +jID +grS +grS +mNo +mTp +mTp +mTp +grS +grS +grS +hNj +dqe +eZo +eZo +eZo +eZo +eZo +uiK +uiK +eZo +tzx +qfM +wso +qfM +wDm +qfM +qfM +qfM +qNc +tSD +qfM +qfM +qfM +tmf +qfM +wso +qtO +ohF +uPp +uPp +uPp +fNw +afU +qXz +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +fNw +afU +qXz +uPp +uPp +xmw +uPp +fNw +afU +qXz +ohU +wwR +pNj +"} +(194,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +egw +gXs +gXs +rEu +rEu +rEu +rEu +grS +grS +grS +grS +grS +grS +dHu +vOQ +pCu +grS +mNo +tfG +tfG +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +dHu +dHu +grS +hNj +grS +grS +grS +grS +grS +dHu +dHu +lYR +grS +grS +eeE +eeE +eeE +eeE +eeE +eeE +grS +grS +vOQ +grS +grS +grS +grS +mNo +dHu +dHu +dHu +niM +grS +grS +gKt +grS +onU +dHu +dHu +grS +grS +grS +lYR +grS +grS +eZo +hpJ +lko +dTx +cGG +gHe +gHe +kNS +qfM +afh +fuv +fuv +fuv +fuv +fuv +fuv +egj +fuv +grY +fuv +fuv +fuv +fuv +fuv +qfM +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +aEH +wwR +wwR +pNj +"} +(195,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +rEu +rEu +rEu +vOQ +vOQ +grS +grS +grS +hNj +hNj +grS +grS +onU +tfG +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +vOQ +vOQ +grS +grS +grS +grS +grS +grS +grS +grS +grS +eeE +hjH +cub +nxC +eeE +eeE +grS +grS +grS +grS +grS +grS +grS +onU +dHu +dHu +jID +vOQ +grS +lYR +grS +mNo +dHu +dHu +dHu +dHu +aYf +grS +abA +grS +grS +eZo +sjB +wys +guq +rwE +uGr +gHe +kNS +qfM +jQh +uHt +lIM +nWc +xfa +vPe +nWc +nWc +nWc +nWc +xMK +kzu +tPJ +oLw +uHt +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +hWq +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(196,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +rEu +rEu +vOQ +vOQ +grS +grS +abA +grS +grS +grS +onU +dHu +dHu +dHu +dHu +dHu +grS +hNj +hNj +hNj +grS +dHu +dHu +dHu +dHu +vOQ +vOQ +vOQ +grS +grS +grS +hNj +hNj +hNj +hNj +grS +dHu +vYR +vYR +vYR +eeE +eeE +grS +grS +grS +lYR +grS +grS +grS +bWr +jnn +jID +vOQ +vOQ +vOQ +grS +mNo +dHu +dHu +dHu +dHu +dHu +mTp +aYf +grS +grS +grS +lWm +lVB +tUX +tUX +dVU +fZy +gHe +kNS +qfM +jQh +lIM +eWG +eua +sNc +sNc +cyV +gkq +mFr +lIM +nWc +nWc +nWc +nWc +fgk +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +xmw +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(197,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +rEu +rEu +gXs +gXs +rEu +rEu +rEu +rEu +rEu +vOQ +grS +grS +grS +grS +grS +grS +onU +tfG +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +dHu +dHu +dHu +vOQ +pCu +vOQ +vOQ +grS +grS +grS +hNj +hNj +jIj +grS +dHu +nbh +vYR +vYR +eeE +eeE +grS +hNj +grS +grS +grS +lYR +grS +vOQ +vOQ +grS +grS +grS +vOQ +vOQ +onU +dHu +dHu +dHu +jnn +vuy +mTp +afj +grS +grS +grS +lWm +sjv +qIJ +jWH +dVU +gHe +gHe +kNS +qfM +jQh +vFk +rBS +rBS +rBS +rBS +pKm +qRh +sNc +dFK +xfa +xfa +xfa +xfa +fhF +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +wwR +wwR +pNj +"} +(198,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +iJY +kvB +kvB +grS +lYR +grS +dHu +dHu +grS +bWr +tfG +tfG +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +dHu +dHu +dHu +dHu +pCu +pCu +vOQ +vOQ +grS +grS +grS +dHu +grS +dHu +grS +eeE +eeE +eeE +eeE +grS +grS +grS +hNj +hNj +grS +grS +kvB +kvB +vOQ +grS +grS +utR +vOQ +mTp +dHu +dHu +dHu +grS +grS +bWr +qzM +niM +grS +grS +grS +eZo +qcm +grz +ibJ +eZo +eCB +ePb +aRl +jbz +jQh +sVz +rBS +dmX +jVt +rBS +pKm +dWD +cTk +qak +uey +rlU +rBS +voZ +fhF +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +rXH +ohU +wwR +pNj +"} +(199,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +grS +grS +kvB +kvB +grS +grS +gKt +dHu +grS +gKt +bWr +tfG +dHu +grS +grS +grS +grS +grS +lYR +kvB +mTp +dHu +dHu +dHu +dHu +dHu +pCu +pCu +vOQ +grS +grS +dHu +dHu +dHu +grS +grS +grS +grS +grS +kvB +grS +dHu +jIj +grS +hNj +grS +kvB +kvB +grS +mTp +dHu +grS +vOQ +grS +mTp +dHu +dHu +dHu +grS +hNj +gKt +kvB +grS +grS +eZo +eZo +eZo +eZo +eZo +eZo +eZo +sQB +ePb +lWm +qfM +jQh +sVz +rBS +rBS +rBS +rBS +rBS +dWD +cTk +qak +jGq +rlU +rBS +bye +fhF +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(200,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +rEu +gXs +gXs +gXs +rEu +rEu +pCu +grS +grS +kvB +kvB +grS +grS +vOQ +pCu +grS +grS +bWr +niM +grS +grS +pCu +grS +grS +grS +kvB +grS +dHu +dHu +dHu +dHu +dHu +dHu +vOQ +vOQ +grS +grS +dHu +dHu +dHu +grS +grS +grS +grS +dHu +mTp +grS +grS +grS +grS +hNj +oNQ +kvB +grS +dHu +mTp +dHu +dHu +grS +hNj +kvB +dHu +dHu +jID +grS +jIj +urk +lYR +grS +grS +eZo +mSn +tCz +qYD +cfy +eZo +jTy +vLH +ePb +uiK +qfM +jQh +awX +fGq +oVe +sNc +sNc +wps +bVH +mFr +awX +arN +arN +arN +arN +rqN +rPS +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +wwR +wwR +pNj +"} +(201,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +rEu +rEu +gXs +gXs +rEu +pCu +vOQ +pCu +grS +grS +mTp +grS +grS +grS +grS +grS +grS +grS +grS +pCu +vOQ +pCu +pCu +vOQ +kvB +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +vOQ +grS +lYR +grS +grS +dHu +grS +grS +jIj +grS +dHu +dHu +mTp +aYf +grS +grS +grS +grS +mTp +grS +grS +grS +dHu +grS +mTp +lfU +urk +urk +pXE +afj +vOQ +grS +grS +kvB +vOQ +grS +grS +eZo +uHt +uHt +uHt +uHt +uiK +kzt +voj +ePb +uiK +qfM +jQh +uHt +awX +arN +xfa +arN +arN +arN +arN +arN +hyo +gKv +uIZ +ipT +uHt +rPS +wMb +uPp +xmw +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(202,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +rEu +gXs +gXs +rEu +vOQ +pCu +vOQ +grS +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +vOQ +vOQ +vOQ +vOQ +vOQ +kvB +kvB +grS +grS +hNj +dHu +dHu +dHu +dHu +dHu +hNj +grS +grS +grS +grS +dHu +grS +grS +grS +hNj +dHu +dHu +mTp +afj +grS +grS +grS +dHu +dHu +mTp +grS +grS +grS +kvB +kvB +grS +hNj +hNj +fzH +jID +grS +hNj +urk +mTp +mTp +vOQ +grS +eZo +uHt +hvh +hYS +hYS +hYS +hYS +hYS +hYS +hYS +hKK +qfM +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +gYw +qfM +wMb +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +pdj +ohU +wwR +pNj +"} +(203,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +pCu +dHu +dHu +grS +grS +grS +grS +hNj +dHu +grS +grS +grS +pCu +pCu +grS +grS +mTp +grS +grS +grS +grS +hNj +dHu +dHu +dHu +dHu +hNj +grS +grS +gKt +grS +grS +grS +lYR +grS +hNj +hNj +dHu +fuf +afj +vOQ +grS +dHu +mTp +mTp +mTp +mTp +grS +grS +mTp +grS +hNj +hNj +grS +grS +grS +grS +grS +mTp +mTp +mTp +vOQ +vOQ +eZo +goI +uHt +hYS +uFI +axI +axI +axI +fDb +oUQ +qfM +iJn +qfM +qfM +qfM +laF +qfM +qfM +qfM +qfM +laF +qfM +qfM +qfM +wso +qfM +uni +gtx +uPp +uPp +uPp +hFB +hUU +ccA +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +hFB +hUU +ccA +uPp +uPp +uPp +uPp +hFB +hUU +ccA +wwR +wwR +pNj +"} +(204,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +rEu +rEu +dHu +grS +grS +grS +grS +hNj +hNj +dHu +dHu +grS +grS +grS +grS +grS +grS +dHu +grS +grS +gKt +grS +grS +hNj +grS +grS +vOQ +hNj +jIj +grS +grS +grS +grS +grS +grS +grS +hNj +hNj +dHu +fuf +afj +vOQ +grS +kvB +mTp +grS +grS +grS +jIj +mTp +mTp +hNZ +aYf +grS +grS +grS +lYR +grS +grS +kvB +kvB +grS +vOQ +vOQ +eZo +uHt +uHt +hYS +iRo +uHt +uHt +uHt +wuj +kYE +xci +xci +xci +vmZ +ljc +eZo +lWm +lWm +lWm +lWm +eZo +ggq +vmZ +vmZ +vmZ +hnD +eZo +eZo +fWC +cIm +hUU +fNw +eVS +qXz +hUU +hUU +hUU +hUU +hUU +hUU +lRE +hUU +hUU +fNw +eVS +qXz +hUU +hUU +hUU +hUU +xLx +afU +qXz +ohU +wwR +pNj +"} +(205,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +rEu +rEu +gXs +gXs +gXs +rEu +rEu +dHu +dHu +grS +grS +pCu +pCu +grS +hNj +dHu +dHu +grS +grS +grS +hNj +tNi +grS +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +hNj +hNj +grS +hNj +grS +grS +grS +grS +grS +vOQ +dHu +dHu +mTp +mTp +jID +grS +lYR +urk +hNj +hNj +hNj +hNj +mTp +mTp +dHu +vuy +vuy +hNZ +aYf +grS +grS +grS +vOQ +jjj +grS +grS +grS +vOQ +eZo +jSy +uHt +hYS +bxi +uHt +hvh +uHt +uHt +sES +tUX +tUX +tUX +jWH +jWH +uiK +nzz +jwZ +jwZ +rxD +uiK +jWH +scn +jWH +tUX +jWH +uiK +sES +rXH +pxB +pxB +pxB +gwp +gwp +gwp +gwp +gwp +gwp +cJi +gwp +gwp +gwp +gwp +gwp +kOU +gwp +gwp +gwp +gwp +gwp +gwp +gwp +aCZ +ohU +wwR +pNj +"} +(206,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +rEu +rEu +rEu +gXs +gXs +gXs +gXs +rEu +dHu +dHu +vOQ +grS +grS +pCu +vOQ +grS +dHu +dHu +dHu +grS +hNj +hNj +grS +grS +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +hNj +grS +grS +grS +dHu +grS +grS +grS +vOQ +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +kdG +hNZ +mTp +grS +urk +kvB +mTp +dHu +vuy +dHu +dHu +dHu +vOQ +hNj +grS +kvB +kvB +hNj +grS +grS +vOQ +eZo +uHt +uHt +hYS +iRo +uHt +hvh +uHt +uHt +sES +jWH +jWH +spW +tUX +jWH +lWm +sQK +xkK +bay +cbR +lWm +tUX +tUX +jWH +tUX +tUX +uiK +sES +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +gwp +kOU +kOU +gwp +rXH +gwp +gwp +gwp +gwp +gwp +clc +wwR +wwR +pNj +"} +(207,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +rEu +rEu +gXs +gXs +gXs +rEu +dHu +dHu +pCu +grS +grS +vOQ +pCu +grS +pCu +dHu +dHu +grS +grS +grS +grS +grS +grS +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +lYR +grS +grS +grS +grS +grS +vOQ +pCu +dHu +dHu +dHu +dHu +dHu +grS +grS +vOQ +wMD +mTp +mTp +hNj +urk +hNj +urk +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +dHu +hNj +hNj +grS +vOQ +eZo +tqt +uHt +hYS +iRo +uHt +sfR +uHt +uHt +sES +loX +loX +loX +loX +wXc +eZo +lWm +lWm +lWm +lWm +eZo +wXc +loX +loX +loX +vJY +eZo +eZo +fWC +nkF +afU +hFB +hUU +ccA +rvC +afU +afU +afU +afU +afU +afU +afU +afU +mro +hUU +ccA +afU +afU +afU +afU +hFB +hUU +ccA +ohU +wwR +pNj +"} +(208,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +dHu +dHu +dHu +grS +grS +grS +pCu +grS +pCu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +pCu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +dHu +dHu +mTp +mTp +kvB +lYR +hNj +urk +mTp +dHu +dHu +dHu +dHu +dHu +dHu +mTp +dHu +grS +hNj +vOQ +vOQ +eZo +afA +uHt +hYS +cVa +bkx +bkx +bkx +wsD +nns +rvz +qfM +qfM +qfM +qfM +wDm +qfM +qfM +qfM +qfM +wDm +qfM +qfM +qfM +qfM +qfM +wwl +aDK +uPp +uPp +uPp +fNw +afU +qXz +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +xwu +afU +qXz +uPp +uPp +uPp +uPp +fNw +afU +qXz +ohU +wwR +pNj +"} +(209,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +gXs +gXs +gXs +gXs +gXs +gXs +rEu +rEu +dHu +dHu +dHu +mTp +kvB +kvB +grS +kvB +mTp +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +vOQ +vOQ +vOQ +pCu +grS +grS +grS +grS +grS +grS +grS +jIj +grS +grS +hNj +dHu +dHu +dHu +dHu +dHu +dHu +grS +dHu +dHu +dHu +dHu +grS +grS +vOQ +grS +grS +kvB +mTp +dHu +dHu +dHu +dHu +mTp +dHu +dHu +dHu +grS +vOQ +vOQ +eZo +uHt +uHt +hYS +hYS +hYS +hYS +hYS +hYS +hYS +sZi +wso +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +fuv +egj +qfM +jMw +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +enl +pdj +wwR +wwR +pNj +"} +(210,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +gXs +gXs +ejR +iBK +gXs +gXs +gXs +gXs +rEu +dHu +dHu +dHu +dHu +dHu +hNj +kvB +kvB +kvB +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +grS +vOQ +pCu +hNj +hNj +vOQ +grS +lYR +grS +grS +grS +grS +grS +grS +gKt +hNj +hNj +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +grS +vOQ +jjj +vOQ +grS +grS +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +vOQ +vOQ +eZo +hvh +uHt +uHt +bhZ +eZo +sES +ePb +sES +eZo +qfM +jQh +uHt +hbJ +uHt +uHt +uHt +uHt +gVV +uHt +uHt +uHt +eqz +uHt +eqz +uHt +rPS +jMw +uPp +uPp +uPp +uPp +uPp +fJi +ekO +gIN +ekO +ekO +ekO +ekO +ekO +aKO +lHC +fkl +qif +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(211,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +wQY +wQY +aBk +mBh +iBK +gXs +gXs +gXs +wcn +dHu +dHu +dHu +dHu +grS +grS +lYR +grS +grS +dHu +dHu +pCu +pCu +vOQ +dHu +dHu +dHu +grS +grS +pCu +vOQ +hNj +hNj +hNj +grS +grS +grS +vOQ +grS +grS +grS +grS +grS +grS +hNj +hNj +dHu +dHu +dHu +mnA +mnA +mnA +dHu +grS +grS +lYR +grS +kvB +jjj +grS +grS +mTp +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +vOQ +vOQ +eZo +qYD +uHt +uHt +sfR +uiK +rTR +ePb +ePb +uiK +qfM +jQh +uHt +gXT +tVS +uHt +hbJ +uHt +hMf +uHt +uHt +uHt +oQe +uHt +oQe +uHt +rPS +jMw +uPp +uPp +uPp +uPp +fJi +ekO +ekO +ekO +jtN +aPh +hQz +hQz +pLW +pNc +ekO +ekO +jtN +uPp +xmw +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(212,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +dHu +dHu +rqb +rqb +rqb +mBh +wQY +wQY +wQY +aBk +dHu +dHu +grS +hNj +grS +grS +grS +grS +grS +grS +hNj +grS +grS +pCu +dHu +dHu +dHu +dHu +grS +vOQ +hNj +hNj +hNj +grS +grS +dHu +dHu +vOQ +vOQ +grS +grS +grS +grS +pCu +vOQ +grS +dHu +dHu +mnA +mnA +fse +mnA +mnA +grS +grS +grS +kvB +jjj +grS +grS +dHu +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +vVZ +vOQ +eZo +eZo +eZo +eZo +eZo +eZo +eZo +uiK +lWm +eZo +jbz +jQh +uHt +uHt +uHt +uHt +gXT +uHt +ajE +uHt +uHt +uHt +qeq +uHt +qeq +uHt +rPS +jMw +uPp +xmw +uPp +uPp +jYm +mqV +nAj +wda +jOD +wWG +wWG +wWG +wWG +fha +hQz +hQz +vgG +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +wwR +wwR +pNj +"} +(213,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +izc +rqb +rEu +rEu +rEu +rEu +dHu +rqb +rqb +rqb +rqb +nXi +rqb +rqb +grS +grS +grS +grS +grS +grS +grS +grS +grS +gKt +grS +grS +grS +dHu +grS +dHu +dHu +dHu +dHu +grS +grS +grS +hNj +hNj +hNj +grS +grS +dHu +dHu +dHu +vOQ +vOQ +grS +grS +grS +vOQ +vOQ +vOQ +dHu +dHu +mnA +doo +fse +aQt +dhH +grS +vOQ +vOQ +kvB +lYR +grS +grS +grS +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +grS +grS +vOQ +vOQ +vOQ +vOQ +vOQ +vOQ +dJC +pSz +fse +fse +eZo +qfM +jQh +uHt +uHt +uHt +uHt +uHt +uHt +uHt +uHt +tVS +uHt +uHt +uHt +uHt +uHt +rPS +jMw +uPp +uPp +uPp +uPp +ixS +oOu +oOu +oOu +rRF +hQz +hQz +hQz +mtu +otE +otE +otE +mtu +uPp +uPp +uPp +uPp +uPp +uPp +smZ +gwp +ohU +wwR +pNj +"} +(214,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +ago +agl +agj +iZJ +lTn +lTn +izc +grS +grS +rqb +rqb +rqb +rqb +rqb +rqb +rqb +rqb +rqb +grS +grS +abA +grS +grS +grS +grS +hNj +hNj +grS +dqe +grS +hNj +grS +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +vOQ +grS +lYR +grS +vOQ +dHu +dHu +dHu +mnA +mnA +cKb +aQt +eQT +vOQ +vOQ +jjj +jjj +grS +grS +hNj +kvB +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +mTp +grS +hNj +vOQ +vOQ +ime +vOQ +vOQ +tWZ +hZD +fse +wPb +eZo +jbz +jQh +uHt +uHt +uHt +wts +uHt +uHt +uHt +vkr +uHt +uHt +uHt +uHt +hXK +uHt +rPS +jMw +uPp +uPp +uPp +uPp +uPp +dxe +xtY +nAj +wda +wda +wda +bUq +bUq +otE +otE +otE +mtu +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(215,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +agq +agp +agm +msN +msN +msN +msN +iZK +grS +grS +qrT +lTn +izc +rqb +rqb +mVW +mVW +mVW +rqb +rqb +grS +grS +grS +grS +pCu +pCu +dHu +dHu +grS +grS +grS +grS +grS +hNj +dHu +mTp +kvB +grS +grS +grS +grS +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +pCu +pCu +vOQ +grS +grS +grS +dHu +dHu +dHu +mnA +tKk +tKk +fse +sel +vOQ +vOQ +jjj +grS +hNj +urk +urk +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +mTp +hNj +grS +wiy +grS +grS +vOQ +tWZ +hZD +jpc +fse +eZo +qfM +jQh +uHt +uHt +uHt +gaT +uHt +uHt +uHt +tnu +kpU +kpU +kpU +uHt +vJs +hbJ +rPS +jMw +uPp +uPp +uPp +uPp +uPp +dxe +aej +nAj +wda +wda +wda +bUq +bUq +cbg +oOu +oOu +rRF +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +wwR +wwR +pNj +"} +(216,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +agj +ago +agn +bsA +bsA +kbH +msN +cCI +lTn +lTn +gve +msN +iZK +rqb +mVW +mVW +mVW +mVW +rqb +rqb +grS +grS +pCu +vOQ +pCu +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +grS +grS +kvB +grS +abA +grS +grS +gKt +dHu +dHu +dHu +dHu +dHu +vOQ +pCu +pCu +vOQ +grS +grS +grS +dHu +dHu +dHu +dHu +mnA +gnB +ucq +aQt +eOO +vOQ +vOQ +wme +grS +kvB +kvB +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +urk +hNj +hNj +grS +dqe +vOQ +tWZ +hZD +fse +fse +eZo +qfM +jQh +uHt +uHt +uHt +jrf +uHt +xaO +uHt +niq +uHt +uHt +uHt +uHt +ign +gXT +rPS +jMw +uPp +uPp +uPp +uPp +uPp +ixS +oOu +oOu +oOu +oOu +oOu +oOu +oOu +cqZ +nhU +vKb +rEU +uPp +uPp +uPp +uPp +uPp +uPp +enl +gwp +ohU +wwR +pNj +"} +(217,1,2) = {" +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +agp +agp +agp +rEu +rEu +rEu +rEu +agp +agp +agp +agp +agp +rEu +rEu +rEu +grS +vbU +bsA +kbH +msN +msN +msN +msN +iZK +rqb +mVW +mVW +rqb +rqb +rqb +grS +grS +grS +dHu +dHu +dHu +dHu +grS +grS +grS +grS +grS +grS +grS +grS +grS +grS +kvB +kvB +kvB +grS +grS +dHu +dHu +dHu +dHu +dHu +vOQ +vOQ +vOQ +vOQ +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +mnA +ekV +etm +aQt +qLS +grS +hNj +grS +grS +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +grS +hNj +grS +grS +vOQ +dJC +hZD +fse +fse +eZo +qfM +wso +gYw +gYw +gYw +gYw +gYw +uGY +gYw +gYw +sVP +vuc +sVP +kqm +gYw +lqq +qfM +jMw +uPp +uPp +uPp +xmw +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +xmw +uPp +uPp +uPp +uPp +uPp +xmw +uPp +uPp +uPp +uPp +enl +pdj +ohU +wwR +pNj +"} +(218,1,2) = {" +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +grS +grS +vbU +bsA +bsA +bsA +bsA +qQw +rqb +rqb +rqb +rqb +rqb +rqb +grS +dHu +dHu +dHu +dHu +dHu +dHu +dHu +hNj +grS +grS +grS +pCu +pCu +pCu +vOQ +grS +grS +grS +pfX +grS +dHu +dHu +dHu +dHu +dHu +dHu +dHu +jIj +grS +afO +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +mnA +mnA +qlm +mnA +nsp +mTp +lfU +kvB +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +kvB +grS +jIj +grS +hNj +vOQ +hZD +fse +wPb +eZo +jbz +qfM +qfM +qfM +ppC +qfM +qfM +xul +qfM +qfM +tUV +yaz +tUV +nUi +qfM +qfM +moY +uNQ +uPp +uPp +uPp +hFB +hUU +ccA +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +uPp +hFB +hUU +ccA +uPp +uPp +uPp +uPp +hFB +hUU +vbm +wwR +wwR +pNj +"} +(219,1,2) = {" +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +rEu +rEu +agp +agp +agp +agp +agp +agp +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +grS +grS +grS +rqb +rqb +rqb +grS +grS +grS +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +grS +vOQ +vOQ +vOQ +dHu +dHu +vOQ +grS +grS +grS +kvB +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mnA +mnA +mnA +dHu +dHu +mTp +mTp +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +dHu +dHu +hNj +hNj +ime +pSz +jOi +jOi +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +eZo +fWC +cIm +hUU +fNw +afU +qXz +hUU +hUU +hUU +hUU +hUU +hUU +hUU +hUU +hUU +fNw +afU +qXz +hUU +hUU +hUU +hUU +fNw +afU +qXz +idL +wwR +pNj +"} +(220,1,2) = {" +rEu +rEu +rEu +rEu +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +rEu +agp +agp +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +mVW +dHu +dHu +dHu +grS +grS +grS +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +pCu +vOQ +dHu +pCu +pCu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +mTp +mTp +dHu +grS +vOQ +vOQ +vOQ +vOQ +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +hYS +npR +npR +wwR +mas +mas +wwR +mas +mas +wwR +mas +mas +wwR +mas +mas +wwR +mas +mas +idL +idL +idL +idL +idL +idL +idL +idL +idL +wwR +pNj +"} +(221,1,2) = {" +rEu +rEu +rEu +agp +agp +agp +agp +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +rEu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dHu +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +dYj +hYS +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +wwR +pNj +"} +(222,1,2) = {" +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +"} + +(1,1,3) = {" +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +"} +(2,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(3,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(4,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(5,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(6,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(7,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(8,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(9,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(10,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +tAB +cit +cit +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(11,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +cit +cit +cit +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(12,1,3) = {" +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +cit +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(13,1,3) = {" +xeE +xeE +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(14,1,3) = {" +xeE +xeE +xeE +xeE +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(15,1,3) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(16,1,3) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(17,1,3) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(18,1,3) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(19,1,3) = {" +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(20,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(21,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +cit +cit +cit +pNL +pNL +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(22,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(23,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(24,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +xeE +xeE +pNL +pNL +pNL +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(25,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +"} +(26,1,3) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +"} +(27,1,3) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +"} +(28,1,3) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(29,1,3) = {" +xeE +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(30,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(31,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(32,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(33,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(34,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(35,1,3) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +"} +(36,1,3) = {" +xeE +tAB +tAB +tAB +tAB +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +"} +(37,1,3) = {" +xeE +xeE +tAB +tAB +tAB +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(38,1,3) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(39,1,3) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(40,1,3) = {" +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(41,1,3) = {" +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +tAB +tAB +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +tAB +tAB +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(42,1,3) = {" +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +tAB +tAB +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +tAB +tAB +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(43,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(44,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(45,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(46,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(47,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(48,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(49,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(50,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(51,1,3) = {" +tAB +tAB +tAB +tAB +tAB +xeE +iTI +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(52,1,3) = {" +tAB +tAB +tAB +tAB +tAB +iTI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(53,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(54,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(55,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +cit +cit +cit +cit +cit +cit +cit +cit +"} +(56,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +cit +cit +cit +cit +cit +cit +cit +cit +"} +(57,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +"} +(58,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +tAB +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +"} +(59,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +cit +cit +cit +cit +cit +cit +cit +cit +"} +(60,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +crL +obT +kHb +kHb +kHb +kHb +kHb +obT +xSw +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +cit +cit +cit +cit +cit +cit +cit +cit +"} +(61,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +yaI +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(62,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +xeE +pNL +pNL +pNL +crL +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(63,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +kHb +pNL +kHb +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(64,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(65,1,3) = {" +tAB +tAB +tAB +tAB +tAB +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(66,1,3) = {" +tAB +tAB +tAB +tAB +tAB +crL +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +cit +cit +cit +cit +cit +cit +cit +cit +"} +(67,1,3) = {" +tAB +tAB +tAB +tAB +tAB +xeE +crL +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +cit +cit +cit +cit +cit +cit +cit +cit +"} +(68,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +"} +(69,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +"} +(70,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +cit +cit +cit +cit +cit +cit +cit +cit +"} +(71,1,3) = {" +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +cit +cit +cit +cit +cit +cit +cit +cit +"} +(72,1,3) = {" +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(73,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(74,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(75,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(76,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(77,1,3) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(78,1,3) = {" +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(79,1,3) = {" +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(80,1,3) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(81,1,3) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(82,1,3) = {" +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(83,1,3) = {" +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(84,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(85,1,3) = {" +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(86,1,3) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(87,1,3) = {" +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(88,1,3) = {" +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(89,1,3) = {" +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(90,1,3) = {" +cit +cit +cit +xeE +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(91,1,3) = {" +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +vjh +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(92,1,3) = {" +cit +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +iTI +kHb +kHb +kHb +kHb +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +kHb +kHb +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(93,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(94,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +kHb +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(95,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +kHb +kHb +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +vjh +yaI +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(96,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(97,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(98,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(99,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(100,1,3) = {" +cit +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(101,1,3) = {" +cit +crL +obT +obT +obT +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(102,1,3) = {" +cit +cit +cit +cit +cit +crL +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(103,1,3) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +xSw +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(104,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +kHb +kHb +kHb +lEd +crL +kHb +kHb +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(105,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +vjh +crL +kHb +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(106,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +crL +obT +obT +obT +obT +obT +xSw +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +crL +obT +obT +obT +xSw +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +wEF +wEF +wEF +wEF +vjh +yaI +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(107,1,3) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +wEF +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +wEF +wEF +wEF +wEF +wEF +kHb +lEd +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +iTI +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(108,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(109,1,3) = {" +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +vjh +cit +cit +"} +(110,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +obT +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +crL +obT +obT +obT +obT +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +lEd +cit +cit +"} +(111,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +vjh +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +wEF +vjh +yaI +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +crL +obT +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +vjh +cit +"} +(112,1,3) = {" +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +crL +obT +obT +obT +obT +xSw +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(113,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(114,1,3) = {" +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(115,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(116,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(117,1,3) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +cit +"} +(118,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +xSw +cit +"} +(119,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +lEd +cit +cit +"} +(120,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +xSw +cit +cit +"} +(121,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(122,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +lEd +crL +obT +obT +obT +obT +obT +obT +obT +obT +xSw +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +lEd +yaI +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(123,1,3) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +crL +obT +obT +obT +xSw +crL +xSw +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(124,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(125,1,3) = {" +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +obT +kHb +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +kHb +kHb +lEd +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(126,1,3) = {" +cit +xeE +xeE +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +xSw +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(127,1,3) = {" +xeE +xeE +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(128,1,3) = {" +xeE +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(129,1,3) = {" +xeE +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(130,1,3) = {" +xeE +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +yaI +kHb +kHb +kHb +kHb +lEd +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(131,1,3) = {" +xeE +xeE +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(132,1,3) = {" +cit +xeE +xeE +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(133,1,3) = {" +cit +cit +xeE +cit +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(134,1,3) = {" +cit +cit +cit +cit +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(135,1,3) = {" +cit +cit +cit +cit +cit +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(136,1,3) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +yaI +kHb +kHb +kHb +kHb +lEd +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(137,1,3) = {" +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(138,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(139,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +crL +obT +obT +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(140,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +vjh +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(141,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +lEd +yaI +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(142,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +lEd +crL +obT +obT +obT +xSw +iTI +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +"} +(143,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +iTI +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +wEF +wEF +wEF +wEF +wEF +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +"} +(144,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +iTI +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +"} +(145,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +"} +(146,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +xeE +xeE +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(147,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +xeE +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(148,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(149,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(150,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(151,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +xeE +xeE +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(152,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(153,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(154,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(155,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +yaI +kHb +kHb +kHb +kHb +lEd +xeE +xeE +pNL +pNL +pNL +pNL +crL +obT +obT +xSw +iTI +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(156,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +xeE +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +crL +kHb +kHb +kHb +kHb +xSw +xeE +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(157,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +wEF +vjh +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(158,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(159,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(160,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +vjh +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(161,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(162,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +kuQ +kuQ +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(163,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(164,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +iTI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +xSw +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(165,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(166,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(167,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +yaI +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +lEd +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(168,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +crL +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +xSw +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(169,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(170,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +cit +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +xeE +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(171,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(172,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(173,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(174,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(175,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(176,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(177,1,3) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(178,1,3) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(179,1,3) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(180,1,3) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +tAB +tAB +tAB +tAB +tAB +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(181,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(182,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(183,1,3) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(184,1,3) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(185,1,3) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(186,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(187,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(188,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(189,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(190,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(191,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(192,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +"} +(193,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(194,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(195,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(196,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(197,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(198,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(199,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(200,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(201,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(202,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(203,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(204,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(205,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(206,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(207,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(208,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(209,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(210,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(211,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(212,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(213,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(214,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +tEM +pNL +pNL +pNL +xlm +xeE +"} +(215,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(216,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +pNL +pNL +xlm +xeE +"} +(217,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(218,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tEM +xlm +xlm +xeE +"} +(219,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +hkq +xlm +xeE +"} +(220,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +hkq +xeE +"} +(221,1,3) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +hkq +aof +"} +(222,1,3) = {" +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +ckC +"} + +(1,1,4) = {" +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +stj +"} +(2,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(3,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +tAB +kHb +kHb +kHb +kHb +tAB +tAB +tAB +kuQ +kuQ +kuQ +kuQ +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(4,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(5,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(6,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(7,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +kuQ +kuQ +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(8,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(9,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(10,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kuQ +kuQ +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +tAB +cit +cit +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(11,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +tAB +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +kHb +tAB +tAB +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +cit +cit +cit +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(12,1,4) = {" +xeE +xeE +xeE +xeE +xeE +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +obT +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +pNL +pNL +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +cit +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(13,1,4) = {" +xeE +xeE +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(14,1,4) = {" +xeE +xeE +xeE +xeE +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(15,1,4) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(16,1,4) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(17,1,4) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(18,1,4) = {" +xeE +xeE +xeE +xeE +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(19,1,4) = {" +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(20,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(21,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(22,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(23,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(24,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(25,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +"} +(26,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +"} +(27,1,4) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +"} +(28,1,4) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(29,1,4) = {" +xeE +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(30,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(31,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(32,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(33,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(34,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +"} +(35,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +"} +(36,1,4) = {" +xeE +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +"} +(37,1,4) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(38,1,4) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(39,1,4) = {" +xeE +xeE +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(40,1,4) = {" +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(41,1,4) = {" +xeE +xeE +xeE +xeE +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(42,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(43,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(44,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(45,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(46,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(47,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(48,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(49,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(50,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(51,1,4) = {" +tAB +tAB +tAB +tAB +tAB +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(52,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(53,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(54,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(55,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(56,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(57,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(58,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(59,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(60,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(61,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(62,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(63,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(64,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(65,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(66,1,4) = {" +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(67,1,4) = {" +tAB +tAB +tAB +tAB +tAB +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(68,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(69,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(70,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(71,1,4) = {" +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(72,1,4) = {" +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(73,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(74,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(75,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(76,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(77,1,4) = {" +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(78,1,4) = {" +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(79,1,4) = {" +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(80,1,4) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(81,1,4) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(82,1,4) = {" +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(83,1,4) = {" +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(84,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(85,1,4) = {" +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(86,1,4) = {" +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(87,1,4) = {" +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(88,1,4) = {" +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(89,1,4) = {" +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(90,1,4) = {" +cit +cit +cit +xeE +xeE +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(91,1,4) = {" +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(92,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(93,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(94,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(95,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(96,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(97,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(98,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(99,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(100,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(101,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(102,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(103,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(104,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(105,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(106,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(107,1,4) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(108,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(109,1,4) = {" +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +"} +(110,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +"} +(111,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(112,1,4) = {" +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(113,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(114,1,4) = {" +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(115,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(116,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(117,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(118,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +"} +(119,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +"} +(120,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +"} +(121,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(122,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(123,1,4) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(124,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +"} +(125,1,4) = {" +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(126,1,4) = {" +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(127,1,4) = {" +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(128,1,4) = {" +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(129,1,4) = {" +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(130,1,4) = {" +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(131,1,4) = {" +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(132,1,4) = {" +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +"} +(133,1,4) = {" +cit +cit +xeE +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(134,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +cit +cit +"} +(135,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +cit +cit +cit +cit +"} +(136,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(137,1,4) = {" +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(138,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(139,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(140,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(141,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +"} +(142,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +"} +(143,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +"} +(144,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +"} +(145,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +"} +(146,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(147,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(148,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(149,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(150,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(151,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(152,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(153,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(154,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(155,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(156,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(157,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(158,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +rtl +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(159,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(160,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(161,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(162,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +cit +cit +cit +cit +kuQ +kuQ +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(163,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(164,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(165,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(166,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(167,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(168,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(169,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(170,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +cit +cit +cit +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(171,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +xeE +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(172,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(173,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(174,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(175,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(176,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(177,1,4) = {" +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(178,1,4) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(179,1,4) = {" +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(180,1,4) = {" +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +tAB +tAB +tAB +tAB +tAB +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(181,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +pNL +pNL +pNL +pNL +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(182,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +"} +(183,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(184,1,4) = {" +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(185,1,4) = {" +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(186,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +pNL +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(187,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(188,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(189,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +kuQ +kuQ +kuQ +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +kuQ +kuQ +kuQ +pNL +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(190,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xeE +"} +(191,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xeE +"} +(192,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +"} +(193,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(194,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(195,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(196,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(197,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(198,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(199,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(200,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(201,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(202,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(203,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(204,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(205,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(206,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +pNL +pNL +pNL +xeE +xeE +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(207,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(208,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(209,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(210,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(211,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +cit +cit +cit +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(212,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(213,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +cit +cit +cit +cit +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(214,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(215,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(216,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(217,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xeE +"} +(218,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(219,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +pNL +pNL +xeE +xeE +pNL +pNL +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +pNL +xlm +xlm +xeE +"} +(220,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +pNL +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +pNL +pNL +xeE +pNL +pNL +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +pNL +pNL +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +"} +(221,1,4) = {" +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +cit +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xeE +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xlm +xeE +"} +(222,1,4) = {" +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +hCs +"} diff --git a/maps/map_files/Sekhmet_Swamp/sprinkles/.gitkeep b/maps/map_files/Sekhmet_Swamp/sprinkles/.gitkeep new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/maps/map_files/Sekhmet_Swamp/sprinkles/.gitkeep @@ -0,0 +1 @@ + diff --git a/maps/map_files/White_Antre_Research_Facility/White_Antre_Research_Facility.dmm b/maps/map_files/White_Antre_Research_Facility/White_Antre_Research_Facility.dmm new file mode 100644 index 000000000000..a056e889c4cf --- /dev/null +++ b/maps/map_files/White_Antre_Research_Facility/White_Antre_Research_Facility.dmm @@ -0,0 +1,178562 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/open/floor/almayer/plating_striped/southwest, +/area/white_antre/oob) +"aab" = ( +/turf/open/floor/almayer/plating_striped/southeast, +/area/white_antre/oob) +"aac" = ( +/turf/open/floor/almayer/plating_striped/east, +/area/white_antre/oob) +"aad" = ( +/obj/structure/machinery/gear{ + id = "supply_elevator_gear" + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/oob) +"aae" = ( +/obj/structure/machinery/door/poddoor/railing, +/turf/open/floor/prison, +/area/white_antre/oob) +"aaf" = ( +/obj/structure/machinery/door/poddoor/railing, +/turf/open/floor/almayer/cargo_arrow/north, +/area/white_antre/oob) +"aag" = ( +/turf/open/floor/almayer/plating_striped/west, +/area/white_antre/oob) +"aah" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/oob) +"aai" = ( +/turf/open/floor/almayer/empty/requisitions, +/area/white_antre/oob) +"aaj" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/oob) +"aak" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 4 + }, +/turf/open/floor/almayer/cargo_arrow/east, +/area/white_antre/oob) +"aal" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 8 + }, +/turf/open/floor/almayer/cargo_arrow/west, +/area/white_antre/oob) +"aam" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2 + }, +/turf/open/floor/prison, +/area/white_antre/oob) +"aan" = ( +/obj/structure/machinery/door/poddoor/railing, +/obj/structure/machinery/door/poddoor/railing{ + dir = 2 + }, +/turf/open/floor/prison, +/area/white_antre/oob) +"aao" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor"; + dir = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/indoors/underground_level/east_maint) +"aap" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor"; + dir = 4 + }, +/turf/open/floor/almayer/plating, +/area/white_antre/oob) +"aaq" = ( +/turf/open/floor/almayer/plating_striped/northwest, +/area/white_antre/oob) +"aar" = ( +/turf/open/floor/almayer/plating_stripedcorner/east, +/area/white_antre/oob) +"aas" = ( +/turf/open/floor/almayer/plating_stripedcorner/west, +/area/white_antre/oob) +"aat" = ( +/turf/open/floor/almayer/plating_striped/northeast, +/area/white_antre/oob) +"aau" = ( +/turf/open/floor/almayer/plating, +/area/white_antre/oob) +"aav" = ( +/turf/open/floor/almayer/plating_stripedcorner/south, +/area/white_antre/oob) +"aaw" = ( +/turf/open/floor/almayer/plating_stripedcorner/north, +/area/white_antre/oob) +"aax" = ( +/obj/structure/machinery/door/poddoor/railing{ + dir = 2 + }, +/turf/open/floor/almayer/cargo_arrow, +/area/white_antre/oob) +"aay" = ( +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/south_containment) +"aaz" = ( +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/south_containment) +"aaA" = ( +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/south_containment) +"aaB" = ( +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"aaC" = ( +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aaD" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/engineering) +"aaE" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aaF" = ( +/turf/open/floor/prison/red/northwest, +/area/white_antre/indoors/main_level/south_containment) +"aaG" = ( +/turf/open/floor/prison/red/north, +/area/white_antre/indoors/main_level/south_containment) +"aaH" = ( +/turf/open/floor/prison/red/northeast, +/area/white_antre/indoors/main_level/south_containment) +"aaI" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/weapon/baton, +/turf/open/floor/prison/red/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aaJ" = ( +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/east_containment) +"aaK" = ( +/obj/item/weapon/shield/riot, +/obj/item/weapon/shield/riot, +/obj/structure/surface/rack{ + color = "#98a3ab" + }, +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/east_containment) +"aaL" = ( +/obj/item/clothing/suit/armor/riot/marine, +/obj/item/clothing/suit/armor/riot/marine, +/obj/item/clothing/head/helmet/riot/vintage_riot, +/obj/structure/surface/rack{ + color = "#98a3ab" + }, +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/east_containment) +"aaM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/red/southeast, +/area/white_antre/indoors/main_level/east_containment) +"aaN" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/red/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aaO" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/flashlight/lamp, +/turf/open/floor/prison/redcorner/west, +/area/white_antre/indoors/main_level/east_containment) +"aaP" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/east_containment) +"aaQ" = ( +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/weapon/gun/shotgun/pump/m37a, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"aaR" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/paper_bin/wy{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison/red/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aaS" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 3 + }, +/turf/open/floor/prison/redcorner/west, +/area/white_antre/indoors/main_level/east_containment) +"aaT" = ( +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aaU" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/east_corridor) +"aaV" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aaW" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard, +/obj/item/tool/crowbar/red{ + pixel_x = 9 + }, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/east_containment) +"aaX" = ( +/obj/item/stack/sheet/wood{ + pixel_y = -4; + pixel_x = -1 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/ammo_magazine/flamer_tank{ + pixel_x = -6 + }, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"aaY" = ( +/obj/structure/surface/table/gamblingtable, +/obj/item/toy/handcard/aceofspades, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aaZ" = ( +/obj/structure/bed/chair/office{ + dir = 8 + }, +/obj/item/weapon/gun/flamer/m240{ + current_mag = null; + layer = 3.1; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aba" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/east_containment) +"abb" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abc" = ( +/turf/open/floor/hybrisa/metal/stripe_red/north, +/area/white_antre/indoors/main_level/east_containment) +"abd" = ( +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "3" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"abe" = ( +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"abf" = ( +/obj/structure/platform/metal/almayer/west, +/turf/open/floor/prison/ramptop, +/area/white_antre/indoors/main_level/east_containment) +"abg" = ( +/turf/open/floor/prison/ramptop, +/area/white_antre/indoors/main_level/east_containment) +"abh" = ( +/obj/structure/platform/metal/almayer/east, +/turf/open/floor/prison/ramptop, +/area/white_antre/indoors/main_level/east_containment) +"abi" = ( +/obj/structure/platform/metal/almayer, +/turf/open/floor/plating/prison, +/area/white_antre/indoors/main_level/east_containment) +"abj" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/white_antre/indoors/main_level/east_containment) +"abk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/white_antre/indoors/main_level/east_containment) +"abl" = ( +/obj/structure/platform_decoration/metal/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/white_antre/indoors/main_level/east_containment) +"abm" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_containment) +"abn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"abo" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/south_containment) +"abp" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/engi_upgrade_kit, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"abq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"abr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"abs" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abt" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/shard{ + layer = 2.9 + }, +/obj/item/prop/alien/hugger{ + desc = "Looks like it was murdered by another xenomorph?"; + name = "dead facehugger" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -11 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"abv" = ( +/obj/item/shard{ + layer = 2.9 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"abw" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abx" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aby" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"abz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -11 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"abA" = ( +/turf/open/floor/prison/darkbrowncorners2/west, +/area/white_antre/indoors/main_level/east_containment) +"abB" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/item/prop/alien/hugger{ + desc = "Looks like it was murdered by another xenomorph?"; + name = "dead facehugger" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abC" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abD" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abE" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/shard, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abF" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"abG" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abH" = ( +/obj/structure/powerloader_wreckage, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"abI" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"abJ" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"abK" = ( +/obj/structure/xenoautopsy/tank/broken{ + desc = "Something with sharp claws broke it, it didn't seem to want to save its occupant..."; + name = "slashed apart cryo tank" + }, +/obj/item/prop/alien/hugger{ + desc = "Looks like it was murdered by another xenomorph?"; + name = "dead facehugger" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abL" = ( +/obj/effect/random_explosion/medium, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"abM" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/floor/plating/prison, +/area/white_antre/indoors/main_level/east_containment) +"abN" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/east_containment) +"abO" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/east_containment) +"abP" = ( +/turf/open/shuttle/escapepod/floor2/east, +/area/white_antre/indoors/main_level/east_containment) +"abQ" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"abR" = ( +/turf/open/shuttle/escapepod/floor2/north, +/area/white_antre/indoors/main_level/east_containment) +"abS" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/storage/toolkit/full, +/obj/item/tool/weldpack{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"abT" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/exterior/ext_relay_south) +"abU" = ( +/obj/structure/surface/rack, +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/ammo_magazine/smg/nailgun, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"abV" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/east_containment) +"abW" = ( +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"abX" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_5"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"abY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/white_antre/indoors/main_level/east_containment) +"abZ" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 4; + pixel_y = 18 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"aca" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = -2; + pixel_y = 15 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"acb" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/white_antre/indoors/main_level/east_containment) +"acc" = ( +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/white_antre/indoors/main_level/east_containment) +"acd" = ( +/obj/structure/sign/poster/safety{ + pixel_x = 36; + pixel_y = 6 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment) +"ace" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = 32 + }, +/turf/open/shuttle/escapepod/west, +/area/white_antre/indoors/main_level/east_containment) +"acf" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4.12 + }, +/obj/structure/barricade/handrail/strata, +/turf/open/shuttle/escapepod/floor2/north, +/area/white_antre/indoors/main_level/east_containment) +"acg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/east_containment) +"ach" = ( +/obj/structure/terminal{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"aci" = ( +/obj/structure/machinery/power/smes/buildable{ + capacity = 1e+006; + dir = 1 + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 29 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment) +"acj" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"ack" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4.12 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment) +"acl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/head/hardhat{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"acm" = ( +/obj/structure/prop/invuln/dense/excavator{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"acn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"aco" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"acp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"acq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"acr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/weeds/node/kseries, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/floor/prison/darkbrowncorners2/southwest, +/area/white_antre/indoors/main_level/north_containment) +"acs" = ( +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"act" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"acu" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = -2 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = 5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"acv" = ( +/turf/open/floor/prison/red/southeast, +/area/white_antre/indoors/main_level/north_containment) +"acw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"acx" = ( +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"acy" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"acz" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/upper_level/east_corridor) +"acA" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"acB" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"acC" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"acD" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/west_corridor) +"acE" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/west_corridor) +"acF" = ( +/obj/structure/bed/chair/office{ + dir = 8 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/west_corridor) +"acG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -12; + pixel_y = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/west_corridor) +"acH" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6 + }, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/west_corridor) +"acI" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/greencorner/north, +/area/white_antre/indoors/upper_level/west_corridor) +"acJ" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/upper_level/east_corridor) +"acK" = ( +/obj/structure/barricade/handrail, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"acL" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment) +"acM" = ( +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/main_level/east_containment) +"acN" = ( +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/upper_level/west_corridor) +"acO" = ( +/obj/effect/alien/weeds/node, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"acP" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"acQ" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"acR" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"acT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"acU" = ( +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/indoors/main_level/east_containment_hive) +"acV" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + pixel_x = -8 + }, +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"acW" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"acX" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"acY" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"acZ" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"ada" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 1; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"adb" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"adc" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/records) +"add" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"ade" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"adf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/bed/chair/office/dark, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"adg" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = 12 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreendeco, +/area/white_antre/indoors/upper_level/records) +"adh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + dir = 4 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/indoors/main_level/east_containment_hive) +"adi" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adj" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adk" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/records) +"adl" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/records) +"adm" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/snow/layer4, +/area/white_antre/oob) +"adn" = ( +/turf/open/auto_turf/snow/layer4, +/area/white_antre/oob) +"ado" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"adp" = ( +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adq" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/obj/structure/lz_sign/antre_sign, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"adr" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"ads" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adt" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adu" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"adv" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan1, +/area/white_antre/indoors/upper_level/medical) +"adw" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/adv{ + pixel_y = 8; + pixel_x = -2 + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 4 + }, +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/cyan1, +/area/white_antre/indoors/upper_level/medical) +"adx" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2 + }, +/turf/open/floor/strata/cyan1, +/area/white_antre/indoors/upper_level/medical) +"ady" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/main_level/east_containment) +"adz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/turf/open/floor/strata/white_cyan3/north, +/area/white_antre/indoors/upper_level/medical) +"adA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan3/northwest, +/area/white_antre/indoors/upper_level/medical) +"adB" = ( +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"adC" = ( +/turf/open/floor/strata/white_cyan3/northeast, +/area/white_antre/indoors/upper_level/medical) +"adD" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, +/turf/open/floor/strata/white_cyan3/north, +/area/white_antre/indoors/upper_level/medical) +"adE" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/medical) +"adF" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/medical) +"adG" = ( +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"adH" = ( +/turf/open/floor/strata/white_cyan4/east, +/area/white_antre/indoors/upper_level/medical) +"adI" = ( +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"adJ" = ( +/turf/open/floor/strata/white_cyan4/west, +/area/white_antre/indoors/upper_level/medical) +"adK" = ( +/turf/open/floor/strata/white_cyan3/east, +/area/white_antre/indoors/upper_level/medical) +"adL" = ( +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"adM" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"adN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/obj/item/stack/sheet/metal, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"adO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan3/southwest, +/area/white_antre/indoors/upper_level/medical) +"adP" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"adQ" = ( +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"adR" = ( +/turf/open/floor/strata/white_cyan3/southeast, +/area/white_antre/indoors/upper_level/medical) +"adS" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/west_corridor) +"adT" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"adU" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"adV" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"adW" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/item/clothing/glasses/hud/health/basic, +/obj/item/clothing/glasses/hud/health/basic, +/turf/open/floor/strata/white_cyan3/east, +/area/white_antre/indoors/upper_level/medical) +"adX" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/indoors/upper_level/west_corridor) +"adY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/turf/open/floor/strata/white_cyan3/north, +/area/white_antre/indoors/upper_level/medical) +"adZ" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/strata/cyan2/east, +/area/white_antre/indoors/upper_level/medical) +"aea" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/strata/cyan2/east, +/area/white_antre/indoors/upper_level/medical) +"aeb" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"aec" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"aed" = ( +/obj/structure/machinery/medical_pod/sleeper, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"aee" = ( +/obj/structure/machinery/sleep_console, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"aef" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1; + locked = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/medical) +"aeg" = ( +/obj/structure/machinery/bioprinter, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/cyan1, +/area/white_antre/indoors/upper_level/medical) +"aeh" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/strata/white_cyan4/north, +/area/white_antre/indoors/upper_level/medical) +"aei" = ( +/obj/structure/machinery/optable, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/cyan1, +/area/white_antre/indoors/upper_level/medical) +"aej" = ( +/obj/structure/bed/roller, +/obj/structure/sign/poster/safety{ + pixel_y = 34 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"aek" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"ael" = ( +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"aem" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty2{ + icon_state = "bigrollerempty2_up"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"aen" = ( +/obj/structure/sink{ + pixel_y = 15 + }, +/obj/item/device/defibrillator/upgraded, +/turf/open/floor/strata/cyan2/east, +/area/white_antre/indoors/upper_level/medical) +"aeo" = ( +/obj/item/storage/surgical_tray, +/obj/structure/surface/table/reinforced/prison, +/obj/item/tool/soap{ + pixel_x = 5 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/nanopaste{ + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/floor/strata/cyan2/east, +/area/white_antre/indoors/upper_level/medical) +"aep" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/medical) +"aeq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aer" = ( +/obj/structure/platform/metal/almayer, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aes" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"aet" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/east_corridor) +"aeu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"aev" = ( +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aew" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aex" = ( +/obj/item/tool/kitchen/utensil/pknife, +/obj/item/tool/kitchen/utensil/pspoon, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aey" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"aez" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeA" = ( +/obj/item/reagent_container/food/snacks/mre_pack/meal5, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeB" = ( +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/west_corridor) +"aeC" = ( +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment/saltshaker, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeD" = ( +/obj/item/reagent_container/food/drinks/cans/sodawater, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aeF" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeG" = ( +/obj/item/reagent_container/food/condiment/saltshaker{ + pixel_x = 8 + }, +/obj/item/reagent_container/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_container/food/condiment, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeH" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeI" = ( +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeJ" = ( +/obj/item/tool/kitchen/utensil/pfork, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeK" = ( +/obj/structure/janitorialcart, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeL" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeM" = ( +/obj/structure/bed/chair{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeN" = ( +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 9 + }, +/obj/item/tool/kitchen/utensil/pknife, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"aeO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aeP" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/upper_level/canteen) +"aeR" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/processor{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeS" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/almayer, +/obj/item/storage/box/donkpockets{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeT" = ( +/obj/structure/machinery/vending/dinnerware, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/upper_level/canteen) +"aeU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/item/tool/kitchen/utensil/pspoon{ + pixel_y = 1 + }, +/obj/item/tool/kitchen/utensil/pknife{ + pixel_x = 8; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeV" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/upper_level/canteen) +"aeW" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal4, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeX" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/tray{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"aeY" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"aeZ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"afa" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"afb" = ( +/obj/structure/surface/table/almayer, +/obj/item/spacecash/ewallet, +/obj/item/spacecash/ewallet{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/spacecash/ewallet{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/payroll) +"afc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/ancillery_storage) +"afd" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"afe" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/payroll) +"aff" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/spacecash/c1000, +/obj/item/spacecash/ewallet, +/obj/item/spacecash/ewallet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/payroll) +"afg" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"afh" = ( +/obj/structure/largecrate/random/case/double, +/obj/item/storage/box/kit/m41a_kit, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"afi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"afj" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_y = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/payroll) +"afk" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4 + }, +/turf/open/floor/prison/greenfull, +/area/white_antre/indoors/upper_level/payroll) +"afl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"afm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"afn" = ( +/obj/structure/largecrate/random/case, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"afo" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/path_north) +"afp" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/payroll) +"afq" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"afr" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/prison/greenfull, +/area/white_antre/indoors/upper_level/payroll) +"afs" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/payroll) +"aft" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/payroll) +"afu" = ( +/obj/item/stool, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/upper_level/canteen) +"afv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"afw" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/payroll) +"afx" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/payroll) +"afy" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/payroll) +"afz" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/payroll) +"afA" = ( +/turf/closed/wall/hybrisa/colony/office/reinforced, +/area/white_antre/indoors/upper_level/director_office) +"afB" = ( +/obj/item/stool{ + pixel_y = 1 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"afC" = ( +/obj/item/stool{ + pixel_y = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 4; + pixel_x = -4 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"afD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/central_command) +"afE" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/pen/blue/clicky, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/upper_level/central_command) +"afF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + layer = 3.1; + pixel_y = 1 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/upper_level/central_command) +"afG" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/kit/self_defense, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/upper_level/central_command) +"afH" = ( +/obj/structure/window/framed/hybrisa/colony/office/reinforced, +/obj/structure/curtain/colorable_transparent{ + color = "#5a5a5a"; + alpha = 220; + layer = 3.2 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/director_office) +"afI" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/objective{ + dir = 1 + }, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"afJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"afK" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"afL" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/black_double/solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/director_office) +"afM" = ( +/turf/open/floor/almayer/blackfull2, +/area/white_antre/indoors/upper_level/director_office) +"afN" = ( +/obj/structure/bed/chair/office/light, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"afO" = ( +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"afP" = ( +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/white_antre/indoors/upper_level/director_office) +"afQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment) +"afR" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/upper_level/central_command) +"afS" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/binoculars/range/designator{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"afT" = ( +/obj/structure/bed/hybrisa/dingy, +/obj/item/bedsheet/captain, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/white_antre/indoors/upper_level/director_office) +"afU" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"afV" = ( +/turf/closed/wall/hybrisa/colony/office, +/area/white_antre/indoors/upper_level/director_office) +"afW" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = 5; + layer = 3.03 + }, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/storage/fancy/cigar, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/white_antre/indoors/upper_level/director_office) +"afX" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + network = list("containment_prime") + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"afY" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"afZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -14 + }, +/obj/structure/mirror{ + pixel_x = -31 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/white_antre/indoors/upper_level/director_office) +"aga" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/white_antre/indoors/upper_level/director_office) +"agb" = ( +/obj/structure/machinery/door/airlock/almayer/generic{ + name = "Bathroom" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/director_office) +"agc" = ( +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/white_antre/indoors/upper_level/director_office) +"agd" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 34; + layer = 2.9; + pixel_x = -16 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/upper_level/central_command) +"age" = ( +/obj/structure/prop/almayer/computers/sensor_computer2{ + density = 0; + pixel_y = 16 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/upper_level/central_command) +"agf" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + density = 0; + pixel_y = 16 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/upper_level/central_command) +"agg" = ( +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/tool/soap/syndie, +/obj/structure/curtain/open/colorable, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/white_antre/indoors/upper_level/director_office) +"agh" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/white_antre/indoors/upper_level/director_office) +"agi" = ( +/obj/structure/closet/cabinet/hybrisa/metal, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/white_antre/indoors/upper_level/director_office) +"agj" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/white_antre/indoors/upper_level/director_office) +"agk" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"agl" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/almayer/research/containment/floor2, +/area/white_antre/indoors/upper_level/simian_storage) +"agm" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/corner_var1, +/area/white_antre/indoors/upper_level/simian_storage) +"agn" = ( +/obj/structure/machinery/door/airlock/almayer/medical/glass/colony, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"ago" = ( +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"agp" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/almayer/research/containment/corner/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agq" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints, +/obj/structure/machinery/light/double/blue{ + pixel_x = 16 + }, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agr" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/white_antre/indoors/upper_level/simian_storage) +"ags" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/almayer/research/containment/corner2, +/area/white_antre/indoors/upper_level/simian_storage) +"agt" = ( +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agu" = ( +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"agv" = ( +/obj/effect/decal/cleanable/blood, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/simian_storage) +"agw" = ( +/obj/effect/landmark/lizard_spawn, +/turf/open/floor/almayer/research/containment/corner3, +/area/white_antre/indoors/upper_level/simian_storage) +"agx" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/corner/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agy" = ( +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agA" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/almayer/research/containment/corner/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agB" = ( +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agC" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/simian_storage) +"agD" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/simian_storage) +"agE" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agF" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agG" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agH" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"agI" = ( +/turf/open/floor/almayer/sterile_green_side, +/area/white_antre/indoors/upper_level/simian_storage) +"agJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/research/containment/corner_var2, +/area/white_antre/indoors/upper_level/simian_storage) +"agK" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/almayer/research/containment/corner_var1/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agL" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints, +/turf/open/floor/almayer/research/containment/corner_var1/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agM" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"agN" = ( +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/main_level/east_containment) +"agP" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agQ" = ( +/turf/open/floor/almayer/research/containment/floor2/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agR" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/white_antre/indoors/upper_level/simian_storage) +"agS" = ( +/turf/open/floor/almayer/research/containment/corner_var1/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agT" = ( +/turf/open/floor/almayer/research/containment/corner_var1/containment_corner_variant_2, +/area/white_antre/indoors/upper_level/simian_storage) +"agU" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/corner_var1/east, +/area/white_antre/indoors/upper_level/simian_storage) +"agV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/almayer/sterile_green_side/southwest, +/area/white_antre/indoors/upper_level/simian_storage) +"agW" = ( +/turf/open/floor/almayer/sterile_green_corner, +/area/white_antre/indoors/upper_level/simian_storage) +"agX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer/sterile_green_side/southeast, +/area/white_antre/indoors/upper_level/simian_storage) +"agY" = ( +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 12 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 31 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/simian_storage) +"agZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 12 + }, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 31 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/simian_storage) +"aha" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/item/reagent_container/dropper{ + pixel_x = -6; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/simian_storage) +"ahb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/storage/box/meat{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/simian_storage) +"ahc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/sterile_green_side, +/area/white_antre/indoors/upper_level/simian_storage) +"ahd" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"ahe" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/weapon/baton, +/obj/item/weapon/baton{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"ahf" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahg" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/turf/open/floor/prison/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"ahh" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"ahi" = ( +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"ahj" = ( +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahk" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/xenobio) +"ahl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"ahm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"ahn" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"aho" = ( +/obj/structure/window/reinforced{ + dir = 4; + health = 80 + }, +/obj/structure/machinery/shower{ + pixel_y = 16 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/structure/machinery/reagent_analyzer{ + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/effect/spawner/random/pills/highchance, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahr" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahs" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/structure/machinery/centrifuge{ + pixel_y = 8; + pixel_x = -2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"aht" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/structure/machinery/r_n_d/organic_analyzer{ + pixel_y = 8; + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/shard/shrapnel/bone_chips/xeno{ + pixel_x = 3; + pixel_y = 8 + }, +/obj/item/xenos_claw{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"ahv" = ( +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/north_overwatch) +"ahw" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"ahx" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/south_overwatch) +"ahy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"ahz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/almayer/containment{ + dir = 8; + pixel_x = -2; + pixel_y = 1; + needs_power = 0; + network = list("containment_prime"); + name = "Security Cameras - Prime Containment Zone" + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ahA" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahB" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"ahC" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahD" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"ahE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3" + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/obj/structure/bed/roller, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/closet/bodybag/cryobag, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahF" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"ahG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"ahH" = ( +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"ahI" = ( +/turf/closed/wall/hybrisa/colony/hospital/reinforced, +/area/white_antre/indoors/upper_level/xenobio) +"ahJ" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/oldresearch/Chitin{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/oldresearch/Chitin{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahK" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/item/stool{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"ahM" = ( +/obj/structure/stairs/perspective/ice{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahN" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahO" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/platform_decoration/metal/almayer_smooth/southeast, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahP" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/oldresearch/Resin, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahQ" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"ahR" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + layer = 2.9 + }, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"ahS" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + desc = "Looks like it was murdered by another xenomorph?"; + name = "dead facehugger" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/item/shard, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"ahT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahU" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"ahV" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full"; + pixel_y = -11 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"ahW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/oldresearch/Blood{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/oldresearch/Blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/oldresearch/Blood{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/upper_level/xenobio) +"ahX" = ( +/obj/structure/machinery/iv_drip{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/reagent_container/blood/empty, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahY" = ( +/obj/item/stool{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ahZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/reagent_container/glass/beaker/vial{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/weed_extract{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/weed_extract{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aia" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aib" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aic" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"aid" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full"; + pixel_y = -11 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aie" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/structure/prop/invuln{ + desc = "A deceased xenomorph, subject of a live-fire test."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + name = "deceased drone"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + layer = 3; + density = 0 + }, +/obj/item/xenos_claw, +/obj/item/xenos_claw{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/shard/shrapnel/bone_chips/xeno, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aif" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aig" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/surgery/scalpel/pict_system{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/tool/surgery/scalpel/laser/advanced{ + pixel_x = -10; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aih" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/structure/machinery/big_computers/computerwhite/computer3{ + pixel_y = 18; + density = 0 + }, +/obj/item/stool{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aii" = ( +/obj/structure/machinery/big_computers/computerwhite/computer4{ + pixel_y = 18; + density = 0 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aij" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/tool/surgery/circular_saw{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/tool/surgery/scalpel/manager, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aik" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl4" + }, +/obj/item/oldresearch/Resin, +/obj/item/tool/surgery/wound_clamp{ + layer = 3.03 + }, +/obj/structure/prop/invuln{ + desc = "A deceased xenomorph, subject of a live-fire test."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + name = "deceased drone"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + layer = 3; + density = 0 + }, +/obj/item/shard/shrapnel/bone_chips/xeno, +/obj/item/xenos_claw{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"ail" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + desc = "Looks like it was murdered by another xenomorph?"; + name = "dead facehugger" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"aim" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard{ + layer = 2.9 + }, +/obj/item/shard, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"ain" = ( +/obj/structure/prop/hybrisa/xenobiology/small/cracked1{ + pixel_x = 2; + pixel_y = 4; + layer = 3; + desc = "Looks like something broke it from the outside, it seemed like it didn't care to save the occupant." + }, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/shard, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/bluegrid, +/area/white_antre/indoors/upper_level/xenobio) +"aio" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 12 + }, +/obj/structure/xenoautopsy/jar_shelf{ + layer = 4; + pixel_y = 31 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aip" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full"; + pixel_y = -11 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"air" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ais" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ait" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiu" = ( +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"aiv" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiw" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aix" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full"; + pixel_y = -11 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiy" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiz" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/structure/machinery/computer/area_atmos{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiC" = ( +/turf/open/floor/hybrisa/metal/grated/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiD" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"aiE" = ( +/turf/open/floor/hybrisa/metal/grated/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiF" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = -6 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiI" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"aiJ" = ( +/obj/structure/bed/sofa/vert/grey/bot{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiK" = ( +/obj/structure/bed/sofa/vert/grey{ + pixel_x = 4 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = 14 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = -8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiL" = ( +/obj/structure/bed/sofa/vert/grey/top{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/aicard, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiN" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"aiO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/radio/headset{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiP" = ( +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"aiQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + pixel_x = 32; + pixel_y = 5 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiS" = ( +/obj/structure/bed/chair/office/light, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + icon_state = "bluemultimonitorbig_on"; + pixel_x = 32 + }, +/obj/structure/machinery/computer/cameras/almayer/containment{ + dir = 8; + pixel_x = -2; + pixel_y = 1; + needs_power = 0; + network = list("containment_prime"); + name = "Security Cameras - Prime Containment Zone" + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + pixel_x = 32; + pixel_y = -10; + layer = 2.9 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = -2 + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = 14 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiX" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 10; + layer = 2.7; + buckling_x = 10; + pixel_y = 12; + buckling_y = 12 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aiY" = ( +/mob/living/simple_animal/small/cat{ + name = "Holly II"; + desc = "Offspring of a cat from some corporate oil rig. Has a tendency to adopt crewmembers, this one adopted the site director." + }, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"aiZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/big_computers/messaging_server/brown{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aja" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajb" = ( +/obj/structure/bed/sofa/hybrisa/misc/bench{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajc" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -12; + layer = 2.7; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajd" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/sign/poster/safety{ + pixel_x = 3; + pixel_y = 34 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aje" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 15 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 2 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajh" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -3; + pixel_y = -5; + dir = 8 + }, +/obj/item/reagent_container/food/drinks/ice{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aji" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"ajj" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"ajk" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"ajl" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"ajm" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/ext_relay_south) +"ajn" = ( +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/attachable/heavy_barrel, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"ajo" = ( +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajp" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajq" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajr" = ( +/obj/structure/stairs/perspective, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajs" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"aju" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajv" = ( +/turf/open/floor/corsat/brown, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajw" = ( +/turf/open/floor/corsat/brown/southeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajx" = ( +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajy" = ( +/turf/open/floor/corsat/brown/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"ajz" = ( +/turf/open/floor/corsat/brown/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"ajA" = ( +/turf/open/floor/corsat/brown/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"ajB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"ajC" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"ajD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"ajE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"ajF" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"ajG" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/outdoors/facility_exterior) +"ajH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"ajI" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = 34; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower." + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/obj/structure/largecrate/random/barrel/medical, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"ajJ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement14, +/area/white_antre/outdoors/facility_exterior) +"ajK" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement12, +/area/white_antre/outdoors/facility_exterior) +"ajL" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement15, +/area/white_antre/outdoors/facility_exterior) +"ajM" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement, +/area/white_antre/outdoors/facility_exterior) +"ajN" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"ajO" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement3, +/area/white_antre/outdoors/facility_exterior) +"ajP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"ajQ" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"ajR" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement9, +/area/white_antre/outdoors/facility_exterior) +"ajS" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement2, +/area/white_antre/outdoors/facility_exterior) +"ajT" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement4, +/area/white_antre/outdoors/facility_exterior) +"ajU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"ajV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"ajW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -37; + dir = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/prop/hybrisa/misc/blood{ + pixel_x = -12; + pixel_y = -28 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"ajX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement15, +/area/white_antre/outdoors/facility_exterior) +"ajY" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"ajZ" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aka" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"akb" = ( +/obj/structure/sign/safety/outpatient{ + name = "entrance lobby semiotic"; + desc = "Semiotic Standard denoting the nearby presence of the facility entrance"; + pixel_x = 33 + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/facility_exterior) +"akc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"akd" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"ake" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"akf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"akg" = ( +/obj/effect/decal/hybrisa/colorable_rug{ + color = "#3d3d3d"; + pixel_x = 2; + name = "rubber mat"; + pixel_y = 8 + }, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/west_corridor) +"akh" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"aki" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/almayer/silver2/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"akj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"akk" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"akl" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/card/id/guest{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"akm" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_x = 32; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/silver2/east, +/area/white_antre/indoors/main_level/west_corridor) +"akn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/paper{ + layer = 2.9; + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"ako" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + pixel_x = 32; + pixel_y = -12 + }, +/turf/open/floor/almayer/silver2/east, +/area/white_antre/indoors/main_level/west_corridor) +"akp" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/west_corridor) +"akq" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/west_corridor) +"akr" = ( +/obj/structure/sign/safety/outpatient{ + name = "entrance lobby semiotic"; + desc = "Semiotic Standard denoting the nearby presence of the facility entrance"; + pixel_x = 33 + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/facility_exterior) +"aks" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -7; + pixel_y = 16; + layer = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/silver2/north, +/area/white_antre/indoors/main_level/west_corridor) +"akt" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 13; + pixel_x = -3 + }, +/turf/open/floor/almayer/silver2/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"aku" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"akv" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"akw" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/plating, +/area/white_antre/landing_zone/roof) +"akx" = ( +/obj/effect/decal/strata_decals/grime/grime1, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aky" = ( +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"akz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"akA" = ( +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"akB" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"akC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"akD" = ( +/obj/structure/sign/safety/rad_haz{ + desc = "Semiotic Standard denoting the nearby presence of a mining processing area."; + name = "engineering semiotic"; + pixel_x = -18; + pixel_y = -7 + }, +/obj/structure/sign/safety/north{ + pixel_x = -32 + }, +/obj/structure/sign/safety/radio_rad{ + pixel_x = -18; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower."; + pixel_y = 6 + }, +/obj/structure/largecrate/empty/case/double, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"akE" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/chest/b{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"akF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"akG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"akH" = ( +/obj/structure/largecrate/random/mini/wooden{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"akI" = ( +/obj/structure/largecrate/random/barrel/black, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"akJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"akK" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 4; + pixel_x = -5; + layer = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"akL" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"akM" = ( +/obj/structure/machinery/light/double, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"akN" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akP" = ( +/obj/structure/sign/safety/reception{ + desc = "Semiotic Standard denoting the nearby presence of a dormitory area."; + name = "dormitory semiotic"; + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akQ" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akR" = ( +/obj/structure/largecrate/empty/case/double, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akS" = ( +/obj/structure/stairs/multiz/up, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"akU" = ( +/obj/structure/sign/safety/coffee{ + pixel_x = 12; + pixel_y = -28 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akV" = ( +/obj/structure/machinery/light/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"akW" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"akX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"akY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"akZ" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"ala" = ( +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alb" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/largecrate/random/barrel/medical{ + layer = 3.01 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alc" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/obj/item/shard/shrapnel, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"ald" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"ale" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alf" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alg" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alh" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/mini/chest/c{ + layer = 4.2; + pixel_y = 2 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"ali" = ( +/obj/vehicle/train/cargo/engine, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"alk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = 9; + pixel_y = 42 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"all" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 9; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"alm" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyleft{ + layer = 4.2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"aln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/greywyright{ + layer = 4.2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"alo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/disposal/delivery, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"alp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 12; + pixel_x = -5; + layer = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"alq" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alr" = ( +/obj/structure/largecrate/empty/case/double, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"als" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/stool{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alt" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"alu" = ( +/obj/structure/surface/rack, +/obj/item/prop/colony/canister{ + pixel_y = 1 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/storage/pouch/engikit{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alw" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alx" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aly" = ( +/obj/structure/sign/safety/rad_haz{ + desc = "Semiotic Standard denoting the nearby presence of a mining processing area."; + name = "engineering semiotic"; + pixel_x = 34 + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"alz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alA" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"alB" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = 34; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower." + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"alC" = ( +/obj/effect/decal/hybrisa/WY/WY1{ + pixel_x = -17; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_x = -11; + pixel_y = -24 + }, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"alD" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/machinery/disposal/delivery, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"alE" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"alF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 30 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/xenos_claw{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 12; + pixel_y = 11 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"alG" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"alH" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -4; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -12; + pixel_y = 16 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"alI" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"alJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"alK" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"alL" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/alien/weeds/kseries, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"alM" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"alN" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"alO" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 16; + pixel_y = -31 + }, +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"alP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"alQ" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 10 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"alR" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"alS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"alT" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = -1; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"alU" = ( +/obj/item/clothing/head/welding{ + pixel_x = -11; + pixel_y = -4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"alV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"alW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"alX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -31; + pixel_x = -7 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"alY" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"alZ" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"ama" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"amb" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood{ + pixel_x = 2; + pixel_y = -4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/engineering) +"amd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"ame" = ( +/obj/item/prop/colony/canister{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/main_level/engineering) +"amf" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amg" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = -31; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower."; + pixel_y = 27 + }, +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"amh" = ( +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"ami" = ( +/obj/item/ammo_magazine/smg/nailgun{ + pixel_x = -8; + pixel_y = 12; + current_rounds = 41 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amj" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amk" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"aml" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amm" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amn" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 5 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amo" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/engineering) +"amp" = ( +/obj/structure/sign/safety/rad_haz{ + desc = "Semiotic Standard denoting the nearby presence of a mining processing area."; + name = "engineering semiotic"; + pixel_x = -31; + pixel_y = 7 + }, +/obj/structure/sign/safety/west{ + pixel_x = -18 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"amq" = ( +/obj/structure/surface/rack{ + pixel_x = -1; + pixel_y = 3 + }, +/obj/item/ammo_magazine/smg/nailgun, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"amr" = ( +/obj/item/weapon/gun/smg/nailgun/compact{ + pixel_y = 1; + pixel_x = 1; + current_mag = null + }, +/obj/effect/decal/cleanable/blood{ + pixel_y = -11 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"ams" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amt" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amu" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amv" = ( +/obj/item/shard/shrapnel, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amw" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest/black{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest/black{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = 6 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/white{ + pixel_x = -5 + }, +/obj/structure/sign/poster/wylogo{ + pixel_y = 5; + pixel_x = -29 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"amx" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/main_level/engineering) +"amy" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldpack{ + pixel_y = -1; + pixel_x = -3 + }, +/obj/item/clothing/gloves/marine/insulated{ + pixel_x = 15; + pixel_y = 6 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"amz" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/metal/medium_stack{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/tool/weldingtool{ + pixel_x = -10; + pixel_y = 3 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"amA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"amB" = ( +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/main_level/engineering) +"amC" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amD" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amE" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2"; + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"amF" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"amG" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"amH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"amI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"amJ" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 14 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -31; + pixel_x = -7 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amL" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"amM" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/security) +"amN" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"amO" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"amP" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/main_level/engineering) +"amQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amR" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + pixel_y = 32; + pixel_x = 3 + }, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amS" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/main_level/engineering) +"amT" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/power/apc/upgraded/power/north, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 2; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"amV" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/engineering) +"amW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/corporate{ + pixel_y = 32 + }, +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"amX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/emails{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"amY" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/comp_open, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"amZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"ana" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = -27; + layer = 2.9 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anb" = ( +/obj/item/paper{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"anc" = ( +/obj/item/paper/crumpled, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"and" = ( +/obj/structure/sign/calendar/wy{ + pixel_y = -29 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"ane" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"anf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"ang" = ( +/obj/structure/surface/rack, +/obj/item/stack/folding_barricade/three, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/main_level/security) +"anh" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"ani" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anj" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -32 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/security) +"ank" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"anl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"anm" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"ann" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"ano" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/xenos_claw{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/main_level/security) +"anq" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgibleg" + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"anr" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"ans" = ( +/obj/item/ammo_magazine/pistol/vp78{ + pixel_x = -7; + pixel_y = 8; + current_rounds = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"ant" = ( +/obj/structure/sign/safety/security{ + pixel_x = 34 + }, +/obj/structure/sign/safety/east{ + pixel_x = 47 + }, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"anu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/main_level/security) +"anv" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anw" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 9; + pixel_y = 8 + }, +/obj/item/shard/shrapnel, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anx" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"any" = ( +/obj/item/weapon/gun/smg/p90{ + current_mag = null; + pixel_x = -2; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -7; + pixel_y = 7; + current_rounds = 39 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anA" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_2/lurker.dmi'; + icon_state = "Normal Lurker Dead"; + layer = 2.5; + name = "K-series Lurker"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -13 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anB" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anC" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"anD" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/south_containment) +"anE" = ( +/obj/item/tool/weldingtool{ + pixel_x = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anF" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anG" = ( +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/medic{ + pixel_x = 7; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anH" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anI" = ( +/obj/item/stack/folding_barricade/three{ + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anJ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anK" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/security) +"anL" = ( +/obj/structure/sign/safety/radio_rad{ + pixel_x = -32; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower." + }, +/obj/structure/sign/safety/west{ + pixel_x = -18 + }, +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"anM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/west_corridor) +"anN" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anO" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anP" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/security) +"anQ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/main_level/security) +"anR" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_x = 7; + pixel_y = 14 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/security) +"anS" = ( +/obj/structure/sign/safety/security{ + pixel_x = -32 + }, +/obj/structure/sign/safety/west{ + pixel_x = -18 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/stool{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"anT" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"anV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"anW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"anX" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"anY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"anZ" = ( +/obj/item/weapon/gun/pistol/vp78{ + current_mag = null; + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 9 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"aoa" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"aob" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/gun/m4a3/mod88, +/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/attachable/bayonet/wy, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"aoc" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"aod" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 1; + layer = 2.31 + }, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"aoe" = ( +/obj/item/shard/shrapnel, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"aof" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/gun/m4a3/mod88, +/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/attachable/bayonet/wy, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"aog" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"aoh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -6; + pixel_y = 8; + layer = 3.1 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 1; + layer = 2.31 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/security) +"aoi" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_x = -21; + pixel_y = -13 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/security) +"aoj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"aok" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#DAA06D" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"aol" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/asphalt/cement/cement3, +/area/white_antre/outdoors/facility_exterior) +"aom" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aon" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aoo" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aop" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"aoq" = ( +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/shard/shrapnel, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"aor" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -45; + dir = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aos" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/asphalt/cement/cement3, +/area/white_antre/outdoors/facility_exterior) +"aot" = ( +/obj/item/clipboard{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -10; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = 1 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"aou" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aov" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aow" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aox" = ( +/obj/effect/decal/cleanable/blood/tracks/footprints, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aoy" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/cleanable/blood{ + pixel_y = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aoz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/tool/pen/blue{ + pixel_x = -6 + }, +/turf/open/asphalt/cement/cement3, +/area/white_antre/outdoors/facility_exterior) +"aoA" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"aoB" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"aoC" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/engineering) +"aoD" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 34 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"aoE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"aoF" = ( +/obj/structure/machinery/disposal/delivery, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = -34 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 20 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aoG" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aoH" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aoI" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1 + }, +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor"; + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/underground_level/east_maint) +"aoJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"aoK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aoL" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"aoM" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/west_corridor) +"aoN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"aoO" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"aoP" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/structure/largecrate/random/mini/small_case/b{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"aoQ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 1; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"aoR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/chips{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"aoS" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 2; + pixel_x = -3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"aoT" = ( +/obj/structure/machinery/light/double, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 4; + pixel_x = -5; + layer = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"aoU" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"aoV" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"aoW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"aoX" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = -35 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"aoY" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"aoZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"apa" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redwywingsleft, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"apb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/redwywingsright, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"apc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"apd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"ape" = ( +/obj/structure/sign/safety/reception{ + desc = "Semiotic Standard denoting the nearby presence of a dormitory area."; + name = "dormitory semiotic"; + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"apf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"apg" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"aph" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 15; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"api" = ( +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"apj" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"apk" = ( +/obj/structure/window/framed/hybrisa/colony, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/dorms) +"apl" = ( +/obj/structure/machinery/vending/snack/packaged, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"apm" = ( +/obj/item/shard/shrapnel, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"apn" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"apo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"app" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"apq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_x = -8 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"aps" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"apt" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6; + pixel_y = 22 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"apu" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/dorms) +"apv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apw" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk, +/area/white_antre/indoors/main_level/dorms) +"apx" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#DAA06D" + }, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apy" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"apz" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"apA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/mop{ + layer = 4; + pixel_x = 15; + pixel_y = 24 + }, +/obj/item/reagent_container/glass/bucket{ + layer = 7; + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"apB" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apC" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -7 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"apD" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"apE" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apF" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apG" = ( +/obj/item/tool/mop{ + pixel_y = 23 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apH" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"apI" = ( +/obj/structure/sign/safety/cryo{ + name = "exit semiotic"; + desc = "Semiotic Standard denoting the nearby presence of an exit."; + pixel_x = 33 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/shard/shrapnel, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6 + }, +/obj/structure/sign/safety/south{ + pixel_x = 46 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"apJ" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"apK" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/sodawater, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"apL" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 9 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"apM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apN" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apO" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apP" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/structure/janitorialcart, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apQ" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/item/tool/wet_sign{ + pixel_x = -11; + pixel_y = 21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"apR" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"apS" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"apT" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"apU" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"apW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/clothing/mask/rebreather/scarf/tacticalmask/green, +/obj/structure/sign/poster/art{ + pixel_y = 32; + layer = 3.1 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"apX" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"apY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"apZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqa" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqb" = ( +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqc" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -14; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 17; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqd" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"aqf" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/main_level/dorms) +"aqg" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"aqh" = ( +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/gonzo) +"aqi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aqj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aql" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/almayer/flooredge/west, +/area/white_antre/indoors/main_level/dorms) +"aqm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/flooredge/east, +/area/white_antre/indoors/main_level/dorms) +"aqn" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqo" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 7; + pixel_x = -17 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqp" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/item/shard/shrapnel, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aqq" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqr" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqs" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqt" = ( +/obj/structure/bed/stool{ + icon_state = "stool_alt"; + pixel_x = -5; + pixel_y = 18 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer/flooredge/east, +/area/white_antre/indoors/main_level/dorms) +"aqv" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/almayer/flooredge/west, +/area/white_antre/indoors/main_level/dorms) +"aqx" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/flooredge/east, +/area/white_antre/indoors/main_level/dorms) +"aqy" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -5; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqz" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqA" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aqB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqC" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqD" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#DAA06D" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 7; + pixel_x = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"aqE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"aqG" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqH" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqI" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer/flooredge/east, +/area/white_antre/indoors/main_level/dorms) +"aqJ" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/obj/structure/sign/poster/blacklight{ + layer = 3.1; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqK" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 4 + }, +/obj/structure/sign/calendar/wy{ + pixel_y = 29; + layer = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqL" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"aqM" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"aqN" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer/flooredge/west, +/area/white_antre/indoors/main_level/dorms) +"aqO" = ( +/obj/structure/sign/safety/reception{ + desc = "Semiotic Standard denoting the nearby presence of a dormitory area."; + name = "dormitory semiotic"; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aqP" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/main_level/dorms) +"aqQ" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/main_level/dorms) +"aqR" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/dorms) +"aqS" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/dorms) +"aqT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/dorms) +"aqU" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"aqV" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqW" = ( +/obj/structure/prop/invuln/dense/excavator, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"aqX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"aqY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"aqZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/cmcap/wy_cap{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"ara" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/card/id/visa{ + desc = "A United Americas entry visa. A rare commodity out here on the rim."; + pixel_x = -6; + pixel_y = -1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"arb" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"arc" = ( +/obj/structure/closet/crate/foodcart/alt{ + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"ard" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"are" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"arf" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 32 + }, +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 9; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"arg" = ( +/obj/structure/sign/poster/marshalls{ + pixel_y = 35 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"arh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/clothing/mask/rebreather/scarf/tacticalmask/black, +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/main_level/dorms) +"ari" = ( +/obj/structure/sign/safety/cryo{ + name = "exit semiotic"; + desc = "Semiotic Standard denoting the nearby presence of an exit."; + pixel_x = 33 + }, +/obj/structure/sign/safety/south{ + pixel_x = 46 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"arj" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"ark" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"arl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"arm" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"arn" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"aro" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"arp" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"arq" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"arr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 12; + pixel_x = 10 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"ars" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/green{ + pixel_x = -9; + pixel_y = 11 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"art" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/technology_scanner{ + pixel_x = -7 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/obj/item/clothing/glasses/regular/hipster, +/obj/structure/sign/safety/terminal{ + pixel_x = 36 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"aru" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/machinery/shower{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/dorms) +"arv" = ( +/obj/structure/window_frame/hybrisa/colony/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/dorms) +"arw" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/item/storage/pouch/survival/full/black, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"arx" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"ary" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"arz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"arA" = ( +/obj/item/maintenance_jack, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"arB" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/solid_open_space, +/area/white_antre/oob) +"arC" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"arD" = ( +/obj/structure/largecrate/empty/case/double, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"arE" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/weapons) +"arF" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_x = -32 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"arG" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"arH" = ( +/obj/structure/sign/poster/kellandmining{ + pixel_x = -28 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"arI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"arJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 2; + pixel_x = -3 + }, +/turf/open/floor/prison/greencorner/east, +/area/white_antre/indoors/main_level/west_corridor) +"arK" = ( +/obj/structure/machinery/disposal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/west_corridor) +"arL" = ( +/obj/structure/largecrate, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"arM" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/med{ + pixel_y = 9; + pixel_x = -5 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"arN" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"arO" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/structure/sign/poster/safety{ + pixel_x = 27; + pixel_y = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"arP" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"arQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"arR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random{ + omni_directional = 1; + sentry_range = 6; + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"arS" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"arT" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = 15 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"arU" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 4; + pixel_x = -6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"arV" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"arW" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"arX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"arY" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"arZ" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 4; + pixel_x = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"asa" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/east_corridor) +"asb" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"asc" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"asd" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = -1; + pixel_y = 6 + }, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"ase" = ( +/obj/structure/machinery/vending/cola{ + density = 0; + pixel_y = 16; + pixel_x = 2 + }, +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"asf" = ( +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"asg" = ( +/obj/item/reagent_container/food/drinks/cans/cola{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/sign/poster/safety{ + pixel_y = 34 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"ash" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -45; + dir = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"asi" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/random_explosion/long, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"asj" = ( +/obj/structure/machinery/light/double, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"ask" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 4; + pixel_x = -5; + layer = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"asl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"asm" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"asn" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 20 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"aso" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"asp" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/floor/prison/greencorner, +/area/white_antre/indoors/main_level/west_corridor) +"asq" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 10 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"asr" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"ass" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/disposal/delivery, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/main_level/west_corridor) +"ast" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"asu" = ( +/obj/vehicle/train/cargo/engine, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + pixel_x = -37; + pixel_y = -51; + color = "#36454F"; + name = "reinforced chain"; + desc = "A special-issue reinforced chain, coated in a protective film that provides acid protection."; + layer = 2.9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"asv" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"asw" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"asx" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"asy" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"asz" = ( +/obj/structure/machinery/meter{ + pixel_y = -28 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 6; + pixel_x = -7; + layer = 3.6 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/east_corridor) +"asA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/east_corridor) +"asB" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/closet/firecloset, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"asC" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/bed/chair/comfy/blue, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"asD" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"asE" = ( +/obj/structure/machinery/disposal/delivery, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/antre/metal/blackcorner/east, +/area/white_antre/indoors/main_level/west_corridor) +"asF" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"asG" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"asH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"asI" = ( +/obj/structure/machinery/meter{ + pixel_y = 31 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"asJ" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 2; + pixel_x = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/turf/open/floor/antre/metal/blackcorner/west, +/area/white_antre/indoors/main_level/west_corridor) +"asK" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble10{ + dir = 1; + pixel_x = -31 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"asL" = ( +/turf/closed/wall/hybrisa/marhsalls/reinforced, +/area/white_antre/indoors/main_level/security) +"asM" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/west_corridor) +"asN" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/exterior/ext_relay_south) +"asO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"asP" = ( +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/main_level/security) +"asQ" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_y = -7 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"asR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/security) +"asS" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"asT" = ( +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"asU" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/structure/machinery/recharger{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"asV" = ( +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/main_level/security) +"asW" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/security) +"asX" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"asY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"asZ" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/west_corridor) +"ata" = ( +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/main_level/security) +"atb" = ( +/turf/solid_open_space, +/area/white_antre/oob) +"atc" = ( +/obj/structure/machinery/vending/security, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"atd" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata/red3/west, +/area/white_antre/indoors/main_level/security) +"ate" = ( +/turf/closed/wall/hybrisa/marhsalls, +/area/white_antre/indoors/main_level/security) +"atf" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"atg" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"ath" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"ati" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"atj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"atk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"atl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"atm" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"atn" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"ato" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"atp" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/main_level/dorms) +"atq" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/dorms) +"atr" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/dorms) +"ats" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"att" = ( +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"atu" = ( +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/dorms) +"atv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"atw" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/west_corridor) +"atx" = ( +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/dorms) +"aty" = ( +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/dorms) +"atz" = ( +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/main_level/dorms) +"atA" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"atB" = ( +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/west_corridor) +"atC" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"atD" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/west_corridor) +"atE" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"atF" = ( +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"atG" = ( +/turf/open/floor/almayer/flooredge/west, +/area/white_antre/indoors/main_level/dorms) +"atH" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"atI" = ( +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/dorms) +"atJ" = ( +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/dorms) +"atK" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"atL" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/south_containment_hive) +"atM" = ( +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"atN" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/outdoors/facility_exterior) +"atO" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"atP" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"atQ" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"atR" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"atS" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 1; + network = list("containment_prime") + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"atT" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/white_antre/indoors/main_level/engineering) +"atU" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"atV" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"atW" = ( +/obj/structure/closet/secure_closet/engineering_materials, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"atX" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"atY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + pixel_x = 20 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"atZ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aua" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aub" = ( +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/main_level/engineering) +"auc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"aud" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"aue" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"auf" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"aug" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment) +"auh" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"aui" = ( +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"auj" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/oob) +"auk" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aul" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"aum" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/engineering) +"aun" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"auo" = ( +/obj/structure/window_frame/hybrisa/colony/engineering/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/engineering) +"aup" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"auq" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"aur" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/main_level/engineering) +"aus" = ( +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/main_level/engineering) +"aut" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/indoors/main_level/east_containment_hive) +"auu" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/almayer/flooredge/west, +/area/white_antre/indoors/main_level/dorms) +"auv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"auw" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"aux" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/west_corridor) +"auy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"auz" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"auA" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = -3; + pixel_y = -6 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"auB" = ( +/obj/structure/sign/safety/security{ + pixel_x = 34 + }, +/obj/structure/sign/safety/south{ + pixel_x = 46 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"auC" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"auD" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/east_corridor) +"auE" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"auF" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -10 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"auG" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/central_corridor) +"auH" = ( +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"auI" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"auJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"auK" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"auL" = ( +/obj/structure/barricade/handrail, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"auM" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"auN" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -37; + dir = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"auO" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"auP" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"auQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"auR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"auS" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"auT" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"auU" = ( +/obj/structure/sign/poster/corporate{ + pixel_y = 32 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"auV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"auW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random{ + omni_directional = 1; + sentry_range = 6; + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"auX" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"auY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"auZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/obj/structure/bed/chair/comfy/blue, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"ava" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 7; + pixel_x = -7; + layer = 3.6 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/east_corridor) +"avb" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/main_level/east_corridor) +"avc" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/main_level/east_corridor) +"avd" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"ave" = ( +/obj/structure/sign/safety/rad_haz{ + desc = "Semiotic Standard denoting the nearby presence of a mining processing area."; + name = "engineering semiotic"; + pixel_x = 33; + pixel_y = -7 + }, +/obj/structure/sign/safety/north{ + pixel_x = 46 + }, +/obj/structure/sign/safety/radio_rad{ + pixel_x = 33; + name = "telecommunications room semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a telecommunications tower."; + pixel_y = 6 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"avf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"avg" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avi" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"avk" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"avl" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/structure/bed/stool{ + buckling_y = 14; + pixel_y = 12; + pixel_x = -5 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"avm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/redcorner/east, +/area/white_antre/indoors/main_level/east_containment) +"avn" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"avo" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/white_antre/indoors/main_level/west_corridor) +"avp" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/white_antre/indoors/main_level/west_corridor) +"avq" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avr" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = -16 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/oob) +"avs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"avt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/white{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/barricade/handrail, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"avu" = ( +/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalleft, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"avv" = ( +/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalright{ + density = 0; + opacity = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"avw" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"avx" = ( +/obj/structure/largecrate/random/barrel/purewhite{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avy" = ( +/obj/structure/largecrate/empty/secure{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"avz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"avA" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/hotdog{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"avB" = ( +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"avC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"avD" = ( +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avE" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"avF" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/white_antre/indoors/underground_level/west_maint) +"avG" = ( +/obj/item/tool/screwdriver{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avH" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"avI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avJ" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.2; + pixel_x = 6; + pixel_y = 5 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avK" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avL" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.2; + pixel_x = 6; + pixel_y = 3 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"avM" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avN" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"avO" = ( +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avP" = ( +/obj/item/weapon/gun/smg/p90{ + current_mag = null; + pixel_x = -2; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = 11; + current_rounds = 39 + }, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avQ" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avR" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"avS" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avT" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avU" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avV" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avW" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = 11; + current_rounds = 24 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"avX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"avY" = ( +/obj/structure/machinery/disposal/delivery, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5; + pixel_x = 10 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"avZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"awa" = ( +/obj/item/weapon/gun/smg/p90{ + current_mag = null; + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"awb" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"awc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + layer = 4; + pixel_y = 13 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/west_corridor) +"awd" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"awe" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/indoors/main_level/research) +"awf" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awg" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"awh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awi" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"awj" = ( +/obj/effect/landmark/lv624/door_blocker, +/obj/effect/random_explosion/medium{ + max_time = 2000; + min_time = 2000 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"awk" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"awl" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"awm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"awn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"awo" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"awp" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"awq" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/south_containment) +"awr" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aws" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"awt" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "mgibbl2" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"awu" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/ammo_magazine/flamer_tank{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"awv" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_y = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"aww" = ( +/obj/item/weapon/gun/flamer/m240{ + current_mag = null; + layer = 3.1; + pixel_y = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"awx" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"awy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awA" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 4; + color = "#DAA06D"; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"awB" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -31; + pixel_x = -7 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5; + pixel_x = 10 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awC" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4; + pixel_y = 13; + pixel_x = 11 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awE" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"awF" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"awG" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"awH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/north_containment) +"awI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/power/apc/power/south, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"awJ" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"awK" = ( +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"awL" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"awM" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"awN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"awO" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/south_containment) +"awP" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awQ" = ( +/obj/structure/sign/safety/firingrange{ + pixel_y = 32; + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone." + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awR" = ( +/obj/structure/sign/safety/firingrange{ + pixel_y = 32; + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone."; + pixel_x = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awS" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awT" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_2/lurker.dmi'; + icon_state = "Normal Lurker Dead"; + layer = 2.5; + name = "K-series Lurker"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awU" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = 13; + pixel_x = 16 + }, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awV" = ( +/obj/effect/landmark/objective_landmark/far, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/white_antre/indoors/main_level/east_containment) +"awW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/safety/firingrange{ + pixel_y = 32; + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone."; + pixel_x = 15 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"awY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/south_containment) +"awZ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"axa" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"axb" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"axc" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -11 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"axd" = ( +/obj/effect/decal/cleanable/blood/xeno{ + pixel_y = -10 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"axe" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"axf" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"axg" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/canister{ + pixel_y = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axi" = ( +/obj/item/stool{ + layer = 3.2; + pixel_x = -4; + pixel_y = 19 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"axj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/device/flashlight/lamp/tripod/grey{ + pixel_y = 8; + pixel_x = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"axk" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axl" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + pixel_x = -18 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"axm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"axn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 8; + pixel_x = 11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + pixel_x = -18 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axp" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axr" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"axs" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"axt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axv" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 8; + pixel_x = 11 + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axx" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -10 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axz" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose{ + layer = 1; + pixel_x = -13; + pixel_y = -44 + }, +/obj/structure/prop/dam/truck/cargo{ + layer = 4.2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axA" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axB" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9; + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axC" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axD" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axE" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 2.5; + name = "K-series drone"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"axG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axH" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"axI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axK" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + pixel_y = 8; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axL" = ( +/obj/structure/surface/rack{ + color = "#98a3ab" + }, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"axM" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyleft, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axN" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyright, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axO" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axP" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axQ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"axS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axT" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axU" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"axV" = ( +/obj/structure/largecrate/empty, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"axW" = ( +/obj/structure/largecrate/empty{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axX" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + layer = 1; + pixel_x = -12; + pixel_y = -12 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axY" = ( +/obj/item/tool/warning_cone{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"axZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aya" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayb" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayc" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aye" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"ayf" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + pixel_y = 8; + pixel_x = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayg" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayh" = ( +/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft, +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"ayi" = ( +/obj/structure/cargo_container/hybrisa/containersextended/blackwyright, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayj" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"ayl" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 2; + pixel_y = 32; + name = "biological containment semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a biological containment zone." + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"aym" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayn" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 12; + pixel_y = 32; + name = "biological containment semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a biological containment zone." + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayo" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"ayq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"ayr" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 2; + pixel_y = 32; + name = "biological containment semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a biological containment zone." + }, +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/north_containment) +"ays" = ( +/obj/structure/sign/safety/biolab{ + pixel_x = 12; + pixel_y = 32; + name = "biological containment semiotic"; + desc = "Semiotic Standard denoting the nearby presence of a biological containment zone." + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"ayt" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/north_containment) +"ayu" = ( +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayv" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayw" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"ayx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"ayy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment) +"ayz" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment) +"ayA" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"ayB" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/north_containment) +"ayC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/south_containment) +"ayD" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/almayer/silver/south, +/area/white_antre/indoors/main_level/north_containment_hive) +"ayE" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/south_containment) +"ayF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayG" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/north_containment_hive) +"ayH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayK" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"ayL" = ( +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/exterior/ext_relay_south) +"ayM" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayN" = ( +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayO" = ( +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayP" = ( +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayQ" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayR" = ( +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayS" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayT" = ( +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayU" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayV" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayW" = ( +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayX" = ( +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ayZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"aza" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azb" = ( +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"aze" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azj" = ( +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azk" = ( +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azl" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azm" = ( +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"azn" = ( +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azo" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 8 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azp" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 4 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azq" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"azr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azv" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 1 + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"azw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/east_containment_hive) +"azx" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azy" = ( +/obj/structure/machinery/gear{ + pixel_y = 5; + pixel_x = 4 + }, +/turf/open/floor/prison/darkpurplecorners2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azz" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"azA" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azB" = ( +/obj/structure/machinery/gear{ + pixel_y = 5; + pixel_x = -4 + }, +/turf/open/floor/prison/darkpurplecorners2/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azC" = ( +/turf/open/floor/prison/darkredcorners2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azD" = ( +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"azE" = ( +/turf/open/floor/prison/darkredcorners2/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azF" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azG" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/east_containment_hive) +"azH" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azI" = ( +/turf/open/floor/almayer/purple/northwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azJ" = ( +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"azK" = ( +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azL" = ( +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/east_containment_hive) +"azM" = ( +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"azN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"azO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"azP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"azQ" = ( +/obj/structure/machinery/gear{ + pixel_y = -5; + pixel_x = 4 + }, +/turf/open/floor/prison/darkpurplecorners2, +/area/white_antre/indoors/main_level/east_containment_hive) +"azR" = ( +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/east_containment_hive) +"azS" = ( +/obj/structure/machinery/gear{ + pixel_y = -5; + pixel_x = -4 + }, +/turf/open/floor/prison/darkpurplecorners2/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azT" = ( +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/east_containment_hive) +"azU" = ( +/turf/open/floor/prison/darkredcorners2/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"azV" = ( +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"azW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"azX" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 8 + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"azY" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/obj/structure/machinery/colony_floodlight_switch/containment{ + pixel_x = -28; + name = "backup containment light switch"; + desc = "This switch controls the containment zone floodlights. This appears to be a backup switch kept within the containment zone. This needs to be powered elsewhere." + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"azZ" = ( +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"aAa" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"aAb" = ( +/turf/open/floor/almayer/silver/south, +/area/white_antre/indoors/main_level/east_containment_hive) +"aAc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"aAd" = ( +/obj/structure/prop/invuln/dense/excavator/gray, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"aAe" = ( +/obj/structure/machinery/meter, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/research) +"aAf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aAg" = ( +/obj/structure/machinery/light/double, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aAh" = ( +/obj/structure/machinery/light/double, +/obj/effect/antre/border, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAi" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/east_corridor) +"aAj" = ( +/obj/vehicle/train/cargo/trolley{ + layer = 3.0 + }, +/obj/item/stack/sandbags/large_stack, +/obj/item/stack/sandbags/large_stack, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/east_maint) +"aAk" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/north_containment) +"aAl" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -11 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"aAm" = ( +/obj/structure/stairs/multiz/up{ + dir = 4; + layer = 1.5 + }, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/north_containment) +"aAn" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -11 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"aAo" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/north_containment) +"aAp" = ( +/obj/item/storage/surgical_tray/empty{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/surgical_tray/empty{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/storage/surgical_tray{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"aAq" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/main_level/north_containment) +"aAr" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"aAs" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 6; + pixel_y = -7 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"aAt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/north_containment) +"aAu" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/north_containment) +"aAv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAw" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAx" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aAz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAA" = ( +/obj/structure/largecrate/random/barrel/purewhite{ + pixel_x = 5 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAB" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stool{ + layer = 3.2; + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aAE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAF" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAG" = ( +/obj/item/tool/warning_cone{ + pixel_y = 17 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"aAH" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"aAI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAJ" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAK" = ( +/obj/structure/surface/rack, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/suit/bio_suit/wy_bio, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAL" = ( +/obj/structure/largecrate/empty/secure{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAM" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAN" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"aAO" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAP" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/south_containment) +"aAQ" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"aAR" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"aAS" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft{ + layer = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAT" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAU" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aAV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aAW" = ( +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAX" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aAY" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"aAZ" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/obj/item/stack/rods{ + amount = 25 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aBa" = ( +/obj/item/stack/sheet/metal{ + layer = 2.5; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aBb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aBc" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aBd" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aBe" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"aBf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aBg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aBh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"aBi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"aBj" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5 + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/north_containment) +"aBk" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"aBl" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"aBm" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"aBn" = ( +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBo" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBp" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBq" = ( +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBr" = ( +/obj/item/stack/rods{ + layer = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBs" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBt" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBu" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBv" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBw" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBx" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBy" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/north_containment_hive) +"aBA" = ( +/turf/open/floor/prison/darkbrown3/east, +/area/white_antre/indoors/exterior/ext_relay_south) +"aBB" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBC" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 1; + pixel_y = -4; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBD" = ( +/obj/structure/machinery/big_computers/messaging_server/brown, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBE" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBF" = ( +/turf/closed/wall/biodome, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBG" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/handheld1{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/prop/almayer/box, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBI" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBJ" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBK" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBL" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBM" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBN" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBO" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBP" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBQ" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBR" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBS" = ( +/obj/structure/bed/chair/office/light{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/demo_sim{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/prop/server_equipment/laptop/on, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBX" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBY" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aBZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 31; + layer = 2.9 + }, +/obj/structure/machinery/big_computers/computerbrown/computer3, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCb" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 29 + }, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCd" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -10; + pixel_y = 12; + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCf" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCg" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/closet/firecloset/full, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/obj/structure/closet/emcloset, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/firstaid/regular, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCi" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCl" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCm" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/almayer/containment{ + dir = 8; + pixel_x = -2; + pixel_y = 1; + needs_power = 0; + network = list("containment_prime"); + name = "Security Cameras - Prime Containment Zone" + }, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCn" = ( +/obj/effect/landmark/lv624/door_blocker, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters"; + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCo" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCp" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCq" = ( +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCs" = ( +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCt" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCu" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/effect/landmark/lv624/door_blocker, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters"; + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCv" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCx" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCy" = ( +/obj/structure/bed/sofa/vert/grey{ + pixel_x = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCz" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/taperecorder{ + pixel_y = -5; + pixel_x = -5 + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/box, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCC" = ( +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCD" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCE" = ( +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCG" = ( +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCJ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCK" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/binoculars/range/designator{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCL" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/yellow/east, +/area/white_antre/indoors/underground_level/east_maint) +"aCM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/assembly/signaller{ + pixel_x = 5 + }, +/obj/item/book/manual/evaguide{ + pixel_y = -1; + pixel_x = -6 + }, +/obj/item/device/defibrillator/synthetic{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/faxmachine, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCP" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/explosive/grenade/custom/incendiary, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"aCQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCS" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"aCT" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCU" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = 9 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCV" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/phone{ + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCX" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCY" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aCZ" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/white_antre/indoors/upper_level/central_corridor) +"aDb" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDc" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aDd" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 5; + layer = 2.7; + buckling_x = 10; + pixel_y = 2; + buckling_y = 12 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 8; + pixel_y = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = -16; + pixel_y = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDg" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDj" = ( +/turf/open/floor/almayer/emeraldcorner, +/area/white_antre/indoors/main_level/research) +"aDk" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/structure/closet/emcloset, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/cameras/almayer/containment{ + dir = 8; + pixel_x = -2; + pixel_y = 1; + needs_power = 0; + network = list("containment_prime"); + name = "Security Cameras - Prime Containment Zone" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDo" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDp" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDr" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop, +/obj/item/tool/pen/blue/clicky, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/blue_plate/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDs" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDt" = ( +/obj/structure/bed/chair/office/light{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDv" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 31 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDw" = ( +/obj/item/attachable/bayonet, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"aDx" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDy" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{ + light_color = "#00f4ff"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = 8; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDC" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDD" = ( +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/prop/almayer/flight_recorder{ + pixel_x = 9 + }, +/obj/item/prop/flower_vase/redwhiteflowers{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"aDF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aDG" = ( +/obj/structure/machinery/light/double/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDI" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDJ" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDL" = ( +/obj/structure/machinery/light/double/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aDN" = ( +/obj/structure/machinery/light/double/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"aDO" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aDP" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"aDQ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalleft, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aDR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalright{ + density = 0; + opacity = 0 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aDS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"aDT" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/obj/structure/sign/poster/pinup{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"aDU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/iv_drip{ + layer = 4; + pixel_y = 19 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"aDV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aDW" = ( +/obj/structure/largecrate/machine/bodyscanner, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aDX" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aDY" = ( +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aDZ" = ( +/obj/item/clipboard, +/obj/item/paper, +/obj/item/tool/pen, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aEa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aEb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/item/paper/crumpled{ + pixel_x = 4 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aEc" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4.12 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/main_level/research) +"aEd" = ( +/obj/structure/barricade/handrail/strata, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/main_level/research) +"aEe" = ( +/obj/structure/barricade/handrail/strata, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/main_level/research) +"aEf" = ( +/obj/structure/bed/chair/comfy/charlie{ + dir = 8; + name = "Purple chair"; + desc = "A simple chair permanently attached to the floor."; + pixel_x = 6 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aEg" = ( +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aEh" = ( +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aEi" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4.12 + }, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/research) +"aEj" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/research) +"aEk" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/research) +"aEl" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/research) +"aEm" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"aEn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aEo" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aEp" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"aEq" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aEr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aEs" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aEt" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/big_computers/computerwhite/computer1, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"aEu" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"aEv" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/obj/item/tool/wet_sign{ + pixel_y = 2; + pixel_x = 6 + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aEw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aEx" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/tool/wet_sign{ + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aEy" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/glass/beaker, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/research) +"aEz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"aEA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/big_computers/computerwhite/computer4, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"aEB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "9-10"; + layer = 5 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"aEC" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aED" = ( +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aEE" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/underground_level/west_maint) +"aEF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "5-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"aEG" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-9"; + layer = 5; + pixel_x = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/research) +"aEH" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/defibrillator/synthetic{ + pixel_x = -6; + pixel_y = -1 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aEI" = ( +/obj/structure/cable/white{ + color = "550d0d"; + icon_state = "2-10"; + layer = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aEJ" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-10"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aEK" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/largecrate/empty/case, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aEL" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-10"; + layer = 5; + level = 2; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aEM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/computer/objective{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"aEN" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"aEO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"aEP" = ( +/obj/item/device/flashlight/lamp/tripod/grey, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aEQ" = ( +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "8-9"; + layer = 5; + level = 2 + }, +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aER" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "8-10"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aES" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/device/camera{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/device/radio/headset{ + pixel_x = 3 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"aET" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/research) +"aEU" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/big_computers/computerwhite/computer2{ + pixel_x = -2 + }, +/turf/open/floor/almayer/silvercorner, +/area/white_antre/indoors/main_level/research) +"aEV" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/big_computers/computerwhite/computer5, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"aEW" = ( +/obj/item/stack/sheet/metal, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/underground_level/east_maint) +"aEX" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"aEY" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/device/radio{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/paper_bin{ + pixel_x = -15; + pixel_y = 9 + }, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/research) +"aEZ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4.12 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/research) +"aFa" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4; + layer = 4; + pixel_x = -2 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/research) +"aFb" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopleft"; + color = "#d3d3d3"; + pixel_x = 19; + pixel_y = -18 + }, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/research) +"aFc" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_y = -18 + }, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/research) +"aFd" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecaltopright"; + color = "#d3d3d3"; + pixel_x = -19; + pixel_y = -18 + }, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/research) +"aFe" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8; + layer = 4.12 + }, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/main_level/research) +"aFf" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/main_level/research) +"aFg" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aFh" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8 + }, +/obj/structure/platform/metal/almayer, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aFi" = ( +/turf/open/floor/strata/blue3/northwest, +/area/white_antre/indoors/main_level/research) +"aFj" = ( +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aFk" = ( +/turf/open/floor/strata/blue3/northeast, +/area/white_antre/indoors/main_level/research) +"aFl" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4 + }, +/obj/structure/platform/metal/almayer, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"aFm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"aFn" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"aFo" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aFp" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/emerald2smooth/northwest, +/area/white_antre/indoors/main_level/research) +"aFq" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 8 + }, +/obj/structure/platform/metal/stair_cut/platform_right, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"aFr" = ( +/turf/open/floor/strata/blue3/west, +/area/white_antre/indoors/main_level/research) +"aFs" = ( +/obj/item/paper/crumpled{ + pixel_x = 20 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aFt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aFu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aFv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aFw" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/strata/blue3/east, +/area/white_antre/indoors/main_level/research) +"aFx" = ( +/obj/structure/stairs/perspective{ + color = "#6e6e6e"; + dir = 4 + }, +/obj/structure/platform/metal/stair_cut/platform_left, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"aFy" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"aFz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"aFA" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"aFB" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"aFC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"aFD" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_corridor) +"aFE" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aFF" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/alien/weeds/kseries, +/obj/structure/machinery/light/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aFG" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"aFH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/east_corridor) +"aFI" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"aFJ" = ( +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29 + }, +/obj/structure/machinery/light/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aFK" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aFL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aFM" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/alien/weeds/kseries, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aFN" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aFO" = ( +/obj/effect/decal/remains/robot{ + pixel_x = -13; + pixel_y = -11 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aFP" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"aFQ" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"aFR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aFS" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aFT" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -4; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/white_antre/indoors/upper_level/east_corridor) +"aFU" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = -3 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aFV" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aFW" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = 7; + layer = 2.9 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aFX" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 2.5; + name = "K-series drone"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aFY" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + pixel_x = -11 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aFZ" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aGa" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aGb" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aGc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/barricade/handrail/strata, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"aGd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGe" = ( +/obj/structure/largecrate/empty/case{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGf" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/upper_level/east_corridor) +"aGg" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGi" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = -8 + }, +/obj/item/stack/sheet/metal{ + pixel_y = -8; + pixel_x = -4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/emerald2smooth/northwest, +/area/white_antre/indoors/main_level/research) +"aGk" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGl" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/antre/border, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/upper_level/east_corridor) +"aGm" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = -3 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGn" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/comfy/orange{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGo" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/upper_level/east_corridor) +"aGp" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/north_containment_hive) +"aGq" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"aGr" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"aGs" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = -9 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aGt" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 4 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aGu" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"aGv" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 12; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"aGw" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"aGx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper{ + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGy" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aGz" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aGA" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aGB" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aGC" = ( +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aGE" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4; + pixel_x = -9 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aGF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGG" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/upper_level/east_corridor) +"aGH" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aGI" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_x = -5; + layer = 2.9 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"aGJ" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = -3 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aGK" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aGL" = ( +/turf/open/floor/almayer/emeraldcornersmooth/north, +/area/white_antre/indoors/main_level/research) +"aGM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGN" = ( +/obj/effect/alien/weeds/kseries, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGO" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 17; + pixel_y = 17 + }, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aGQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/platingdmg1, +/area/white_antre/indoors/upper_level/east_corridor) +"aGR" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGS" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/white_antre/indoors/upper_level/east_corridor) +"aGT" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGU" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"aGV" = ( +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/white_antre/indoors/main_level/research) +"aGW" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10" + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aGX" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"aGY" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = -3 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aGZ" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = 15 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aHa" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aHb" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"aHc" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_2/lurker.dmi'; + icon_state = "Normal Lurker Dead"; + layer = 2.5; + name = "K-series Lurker"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aHd" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/upper_level/east_corridor) +"aHe" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aHf" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aHg" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/main_level/south_containment_hive) +"aHh" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/east_corridor) +"aHi" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "csplatter1" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aHj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aHk" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aHl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -10 + }, +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random{ + omni_directional = 1; + sentry_range = 6; + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/upper_level/east_corridor) +"aHm" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aHn" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aHo" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/antre/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"aHp" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"aHq" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aHr" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5; + pixel_x = -21 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aHs" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_corridor) +"aHt" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/effect/random_explosion/uber, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aHu" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = 1 + }, +/obj/item/clipboard{ + pixel_y = 8; + pixel_x = -7 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aHv" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aHw" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 22 + }, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/ext_relay_south) +"aHx" = ( +/obj/structure/machinery/computer/telecomms/monitor{ + pixel_y = 22 + }, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/ext_relay_south) +"aHy" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"aHz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"aHA" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 16 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aHB" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHC" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/bed/stool{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"aHF" = ( +/obj/structure/machinery/light/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/empty/case/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"aHJ" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/east_corridor) +"aHK" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = -32 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"aHL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"aHM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aHN" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redleft, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"aHO" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redright, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"aHP" = ( +/obj/structure/machinery/meter{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"aHQ" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"aHR" = ( +/obj/structure/cargo_container/horizontal/blue/bottom, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aHS" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 7; + pixel_x = 7; + layer = 3.6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"aHT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 7; + pixel_x = -7; + layer = 3.6 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"aHU" = ( +/obj/structure/largecrate/random/barrel/purewhite{ + pixel_x = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_corridor) +"aHV" = ( +/obj/structure/cargo_container/horizontal/blue/top, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aHW" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"aHX" = ( +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"aHY" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 2.5; + name = "K-series drone"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aHZ" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aIa" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aIb" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_corridor) +"aIc" = ( +/obj/vehicle/train/cargo/engine, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + pixel_x = -25; + pixel_y = -87; + color = "#36454F"; + name = "reinforced chain"; + desc = "A special-issue reinforced chain, coated in a protective film that provides acid protection."; + layer = 2.9; + dir = 1 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aId" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"aIe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIf" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIg" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = -5; + current_rounds = 24 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIh" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"aIi" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIj" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIk" = ( +/obj/structure/bed/chair/comfy/blue, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"aIl" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/pouch/electronics/full{ + pixel_x = 5 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"aIm" = ( +/obj/item/clothing/head/hardhat/orange{ + pixel_y = -10; + pixel_x = -9 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aIn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"aIo" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/almayer/emeraldcornersmooth/north, +/area/white_antre/indoors/main_level/research) +"aIp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aIq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"aIr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/northwest, +/area/white_antre/indoors/main_level/research) +"aIt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 13 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aIu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"aIv" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_3" + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"aIw" = ( +/obj/structure/machinery/big_computers/computerwhite/computer2{ + pixel_x = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIx" = ( +/obj/structure/machinery/big_computers/computerwhite/computer4, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIy" = ( +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/oldresearch/Blood{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/oldresearch/Blood{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/oldresearch/Blood{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/reagent_container/glass/beaker/vial, +/obj/item/reagent_container/glass/beaker/vial, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIz" = ( +/obj/item/tool/surgery/surgicaldrill{ + pixel_y = 7 + }, +/obj/item/tool/surgery/hemostat{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIA" = ( +/obj/structure/closet, +/obj/effect/landmark/map_item, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"aIB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIC" = ( +/obj/item/tool/surgery/scalpel, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"aID" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aIF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIG" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"aII" = ( +/obj/item/clothing/under/marine{ + pixel_x = 7 + }, +/obj/item/clothing/under/marine, +/obj/structure/closet/crate/green, +/obj/item/clothing/under/marine/veteran/pmc{ + pixel_x = -5 + }, +/obj/item/clothing/gloves/marine/veteran/pmc, +/obj/item/clothing/gloves/marine/veteran, +/obj/item/clothing/gloves/marine/veteran, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aIL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aIM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/surgery/cautery, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIO" = ( +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/prop/alien/hugger{ + pixel_y = 4 + }, +/obj/item/tool/surgery/retractor{ + pixel_x = -1; + pixel_y = -3 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aIQ" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aIR" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aIS" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"aIT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"aIU" = ( +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"aIV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/almayer/emeraldcornersmooth/west, +/area/white_antre/indoors/main_level/research) +"aIW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/tool/kitchen/tray{ + pixel_y = 8 + }, +/obj/item/weed_extract{ + pixel_y = 6 + }, +/obj/item/weed_extract{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/weed_extract{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/structure/platform/metal/almayer/north{ + layer = 1.9 + }, +/obj/item/xenos_claw{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/xenos_claw{ + pixel_x = -6 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIX" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aIY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/storage/fancy/vials/random{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/reagent_container/dropper{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"aIZ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/r_n_d/organic_analyzer{ + pixel_y = 15; + pixel_x = 1 + }, +/obj/item/storage/pouch/pressurized_reagent_canister/tricordrazine{ + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aJa" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"aJb" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "5-6"; + layer = 5; + level = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aJc" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aJd" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/emerald2smooth/northwest, +/area/white_antre/indoors/main_level/research) +"aJe" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"aJf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"aJg" = ( +/obj/structure/cable/white{ + color = "#550d0d"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"aJh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aJi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aJj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/big_computers/science_big/synthesis_simulator, +/turf/open/floor/almayer/silvercorner, +/area/white_antre/indoors/main_level/research) +"aJk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aJl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"aJm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aJn" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aJo" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aJp" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aJq" = ( +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"aJr" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_south) +"aJs" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/white_antre/indoors/main_level/south_containment_hive) +"aJt" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aJu" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aJv" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aJw" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aJx" = ( +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aJy" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aJz" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/south_containment) +"aJA" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment) +"aJB" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aJC" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aJD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aJE" = ( +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/south_containment) +"aJF" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/south_containment) +"aJG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_south) +"aJH" = ( +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/facility_exterior) +"aJI" = ( +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/facility_exterior) +"aJJ" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/facility_exterior) +"aJK" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/ext_relay_south) +"aJL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/south_containment) +"aJM" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"aJN" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"aJO" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/south_containment) +"aJP" = ( +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/white_antre/indoors/main_level/south_containment) +"aJQ" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"aJR" = ( +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/south_containment) +"aJS" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/facility_exterior) +"aJT" = ( +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"aJU" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"aJV" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"aJW" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/weapons) +"aJX" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + autoname = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_south) +"aJY" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"aJZ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"aKa" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aKb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"aKc" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"aKd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/white_antre/oob) +"aKe" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"aKf" = ( +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"aKg" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"aKh" = ( +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"aKi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aKj" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/green3/northwest, +/area/white_antre/indoors/main_level/weapons) +"aKk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aKl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aKm" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"aKn" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/east_corridor) +"aKo" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/obj/structure/machinery/meter{ + pixel_y = -28 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/white_antre/indoors/main_level/engineering) +"aKp" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"aKq" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aKr" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"aKs" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"aKt" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"aKu" = ( +/obj/structure/fence/slim/dark/door, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aKv" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/outdoors/facility_exterior) +"aKw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"aKx" = ( +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"aKy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aKz" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"aKA" = ( +/turf/open/asphalt/cement, +/area/white_antre/landing_zone) +"aKB" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"aKC" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aKD" = ( +/turf/open/asphalt/cement/cement14, +/area/white_antre/landing_zone) +"aKE" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aKF" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/landing_zone) +"aKG" = ( +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"aKH" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/exterior/ext_relay_north) +"aKI" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aKJ" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "\improper Lockdown"; + id = "white_entrance"; + vehicle_resistant = 1; + dir = 8 + }, +/turf/open/floor/strata/floor3/east, +/area/white_antre/outdoors/facility_exterior) +"aKK" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aKL" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/landing_zone/roof) +"aKM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/prison/blue, +/area/white_antre/landing_zone/roof) +"aKN" = ( +/turf/open/floor/prison/blue/southeast, +/area/white_antre/landing_zone/roof) +"aKO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aKQ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood{ + pixel_y = -5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aKR" = ( +/turf/open/floor/prison/blue/west, +/area/white_antre/landing_zone/roof) +"aKS" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = -8 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Lockdown_Lo"; + name = "remote door-control"; + pixel_y = -2; + pixel_x = 6 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/landing_zone/roof) +"aKT" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/ext_relay_south) +"aKU" = ( +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/east_containment) +"aKV" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aKW" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/ext_relay_north) +"aKX" = ( +/obj/structure/flora/tree/tyrargo, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/landing_zone) +"aKZ" = ( +/turf/open/floor/prison/red/northwest, +/area/white_antre/indoors/main_level/east_containment) +"aLa" = ( +/turf/open/floor/prison/red/north, +/area/white_antre/indoors/main_level/east_containment) +"aLb" = ( +/turf/open/floor/prison/red/northeast, +/area/white_antre/indoors/main_level/east_containment) +"aLc" = ( +/turf/open/auto_turf/snow/layer1, +/area/white_antre/landing_zone) +"aLd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/landing_zone/roof) +"aLe" = ( +/turf/open/floor/prison/blue/north, +/area/white_antre/landing_zone/roof) +"aLf" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/landing_zone/roof) +"aLg" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLh" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLi" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/south_containment) +"aLk" = ( +/turf/open/floor/almayer/plating_striped/north, +/area/white_antre/indoors/main_level/weapons) +"aLl" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLm" = ( +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLn" = ( +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLo" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLp" = ( +/turf/open/floor/strata/orange_edge/east, +/area/white_antre/indoors/main_level/weapons) +"aLq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/green3/west, +/area/white_antre/indoors/main_level/weapons) +"aLr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aLs" = ( +/turf/open/asphalt/cement/cement9, +/area/white_antre/outdoors/south_field) +"aLt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + pixel_y = 11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aLu" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLv" = ( +/turf/open/floor/almayer/plating_striped, +/area/white_antre/indoors/main_level/weapons) +"aLw" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"aLx" = ( +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/white_antre/indoors/main_level/east_containment) +"aLy" = ( +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"aLz" = ( +/turf/open/asphalt/cement/cement4, +/area/white_antre/outdoors/south_field) +"aLA" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"aLB" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"aLC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aLD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/east_containment) +"aLE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + pixel_y = 11 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/east_containment) +"aLF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aLG" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLH" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLI" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment) +"aLK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"aLL" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aLM" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLN" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aLO" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"aLP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"aLQ" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/white_antre/landing_zone) +"aLR" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/exterior/checkpoint) +"aLS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"aLT" = ( +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"aLU" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"aLV" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aLW" = ( +/turf/closed/wall/r_wall/bunker, +/area/white_antre/indoors/main_level/east_containment) +"aLX" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 9 + }, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/exterior/checkpoint) +"aLY" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flash{ + pixel_y = 1 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"aLZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/exterior/checkpoint) +"aMa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/red3/east, +/area/white_antre/indoors/main_level/weapons) +"aMb" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"aMc" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/south_overwatch) +"aMd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aMe" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"aMf" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/checkpoint) +"aMg" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/exterior/checkpoint) +"aMh" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/checkpoint) +"aMi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/exterior/checkpoint) +"aMj" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/checkpoint) +"aMk" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"aMl" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/exterior/checkpoint) +"aMm" = ( +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/exterior/checkpoint) +"aMn" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/exterior/checkpoint) +"aMo" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/strata/orange_edge/north, +/area/white_antre/indoors/main_level/weapons) +"aMp" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aMq" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"aMr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/road_east) +"aMs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"aMt" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMu" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMv" = ( +/obj/effect/decal/hybrisa/road/corner, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMw" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"aMx" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"aMy" = ( +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"aMz" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aMA" = ( +/obj/effect/decal/hybrisa/road/road_stop, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMB" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"aMC" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"aMD" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aME" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"aMF" = ( +/obj/effect/decal/hybrisa/WY/WYworn{ + dir = 4; + pixel_x = -2; + pixel_y = -15 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMG" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"aMH" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"aMI" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"aMJ" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"aMK" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aML" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aMM" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"aMN" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"aMO" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aMP" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMQ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/decal/hybrisa/road/corner{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aMR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aMS" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"aMT" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"aMU" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"aMV" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/checkpoint) +"aMW" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/research) +"aMX" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/research) +"aMY" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/yautja_teleport, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"aMZ" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"aNa" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"aNb" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/research) +"aNc" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 13; + pixel_x = -3 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/exterior/checkpoint) +"aNd" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -29; + pixel_y = 7 + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/landing_zone) +"aNe" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/research) +"aNf" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"aNg" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"aNh" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/facility_exterior) +"aNi" = ( +/turf/open/asphalt/cement/cement12, +/area/white_antre/landing_zone) +"aNj" = ( +/turf/open/asphalt/cement/cement12, +/area/white_antre/outdoors/north_field) +"aNk" = ( +/turf/open/asphalt/cement/cement15, +/area/white_antre/outdoors/north_field) +"aNl" = ( +/turf/open/asphalt/cement, +/area/white_antre/outdoors/north_field) +"aNm" = ( +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/north_field) +"aNn" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/research) +"aNo" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"aNp" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_north) +"aNr" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"aNs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/east_containment) +"aNt" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"aNu" = ( +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/ext_relay_north) +"aNv" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aNw" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"aNx" = ( +/turf/open/asphalt/cement/cement15, +/area/white_antre/landing_zone) +"aNy" = ( +/turf/open/asphalt/cement/cement9, +/area/white_antre/outdoors/north_field) +"aNz" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/path_north) +"aNA" = ( +/turf/open/asphalt/cement/cement4, +/area/white_antre/outdoors/north_field) +"aNB" = ( +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/landing_zone/roof) +"aNC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/landing_zone/roof) +"aND" = ( +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/director_office) +"aNE" = ( +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/landing_zone/roof) +"aNF" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"aNG" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"aNH" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/research) +"aNI" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"aNJ" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/landing_zone/roof) +"aNK" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/landing_zone/roof) +"aNL" = ( +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/research) +"aNM" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 11; + pixel_y = 15 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/landing_zone/roof) +"aNN" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/landing_zone/roof) +"aNO" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/landing_zone/roof) +"aNP" = ( +/turf/open/asphalt/cement/cement14, +/area/white_antre/outdoors/north_field) +"aNQ" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aNR" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aNS" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + dir = 4; + id = "north_doors" + }, +/turf/open/floor/strata/floor3/east, +/area/white_antre/indoors/main_level/north_containment) +"aNT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/north_containment) +"aNU" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aNV" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aNW" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aNX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aNY" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/indoors/main_level/north_containment) +"aNZ" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aOa" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aOb" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/north_containment) +"aOc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aOd" = ( +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"aOe" = ( +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"aOf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aOg" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/machinery/vending/cola, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/west_corridor) +"aOh" = ( +/turf/open/asphalt/cement/cement2, +/area/white_antre/outdoors/north_field) +"aOi" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"aOj" = ( +/obj/effect/decal/hybrisa/road/road_stop, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOk" = ( +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOl" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOm" = ( +/obj/structure/machinery/power/apc/power/south, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOn" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aOo" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"aOp" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aOq" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOr" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOs" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/north_containment) +"aOt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/north_containment) +"aOu" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aOv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/north_containment) +"aOw" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/north_containment) +"aOx" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment) +"aOy" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/north_containment) +"aOz" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"aOA" = ( +/turf/closed/wall/r_wall/bunker, +/area/white_antre/indoors/main_level/north_containment) +"aOB" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment) +"aOC" = ( +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/north_containment) +"aOD" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"aOE" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aOF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"aOG" = ( +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/north_containment) +"aOH" = ( +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/north_containment) +"aOI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"aOJ" = ( +/obj/structure/machinery/door/poddoor/almayer/blended/white{ + name = "Cash Flow Lockdown Shutter"; + needs_power = 0; + id = "cash_flow" + }, +/turf/open/shuttle/dropship/light_grey_single_wide_left_to_right, +/area/white_antre/indoors/pmc_dropship) +"aOK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aOL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/north_containment) +"aOM" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/north_containment_hive) +"aON" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment) +"aOO" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"aOP" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOQ" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOR" = ( +/obj/structure/closet/crate/weapon, +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null + }, +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"aOS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOU" = ( +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOV" = ( +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOW" = ( +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aOY" = ( +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/north_containment_hive) +"aOZ" = ( +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPa" = ( +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPb" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPc" = ( +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPd" = ( +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPe" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPf" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/path_north) +"aPg" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPh" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPi" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPj" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPk" = ( +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPl" = ( +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPm" = ( +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPn" = ( +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPo" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPp" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPq" = ( +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPr" = ( +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPs" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPt" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPu" = ( +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPv" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"aPw" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPx" = ( +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/outdoors/path_north) +"aPy" = ( +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPz" = ( +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPA" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPB" = ( +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPC" = ( +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPD" = ( +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPE" = ( +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPF" = ( +/turf/open/floor/prison/darkredcorners2/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPG" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"aPH" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"aPI" = ( +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"aPJ" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"aPK" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/alien/weeds/kseries, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"aPL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPR" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced, +/area/white_antre/indoors/underground_level/east_maint) +"aPS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"aPV" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/east_containment) +"aPW" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/oob) +"aPX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"aPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"aPZ" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/indoors/exterior/prefab_3) +"aQa" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQc" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQd" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQe" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQf" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQg" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQh" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"aQi" = ( +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/white_antre/oob) +"aQj" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/west_corridor) +"aQk" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/xenobio) +"aQl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/east_containment) +"aQm" = ( +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aQn" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 18; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 18; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 18; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 18; + pixel_y = 7 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aQo" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/medical) +"aQp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/strata_decals/grime/grime4{ + pixel_y = -15 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"aQq" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"aQr" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"aQs" = ( +/obj/item/clipboard{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/almayer/emeraldcornersmooth/east, +/area/white_antre/indoors/main_level/research) +"aQt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"aQu" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"aQv" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"aQw" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"aQx" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 8 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"aQy" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"aQz" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"aQA" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/central_corridor) +"aQB" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"aQC" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"aQD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_corridor) +"aQE" = ( +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"aQF" = ( +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"aQG" = ( +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/upper_level/payroll) +"aQH" = ( +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"aQI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aQJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"aQK" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"aQL" = ( +/obj/structure/machinery/colony_floodlight/venir_wall_light{ + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"aQM" = ( +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/weapons) +"aQN" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aQO" = ( +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aQP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/east_corridor) +"aQQ" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/storage/backpack/lightpack, +/obj/item/storage/backpack/lightpack, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/upper_level/ancillery_storage) +"aQR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aQS" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aQT" = ( +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/upper_level/canteen) +"aQU" = ( +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"aQV" = ( +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/upper_level/canteen) +"aQW" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/item/clothing/head/helmet/marine/veteran/pmc/sniper, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"aQX" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/upper_level/east_corridor) +"aQY" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"aQZ" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"aRa" = ( +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/upper_level/canteen) +"aRb" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/upper_level/canteen) +"aRc" = ( +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/upper_level/payroll) +"aRd" = ( +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/upper_level/canteen) +"aRe" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"aRf" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"aRg" = ( +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/upper_level/canteen) +"aRh" = ( +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/upper_level/canteen) +"aRi" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/attachable/bayonet, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"aRj" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/upper_level/east_corridor) +"aRk" = ( +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/upper_level/west_corridor) +"aRl" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"aRm" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"aRn" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"aRo" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRp" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRq" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRr" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRs" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRt" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRv" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRw" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRy" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRz" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRA" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRB" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRC" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRD" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRE" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRF" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRG" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner/transparent{ + icon_state = "86" + }, +/area/white_antre/indoors/pmc_dropship) +"aRH" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRI" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 2; + pixel_x = -3 + }, +/turf/open/floor/almayer/silver2/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"aRJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRK" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRL" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRM" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/girder/displaced, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRO" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRP" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRQ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRS" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRT" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRU" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRV" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRW" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRX" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRY" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aRZ" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSa" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSc" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSd" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = -2; + pixel_y = -8 + }, +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSe" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/item/stack/tile/plasteel{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSg" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSh" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSi" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSj" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSk" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSl" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + dir = 4; + layer = 5 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSm" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"aSn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/south_containment) +"aSo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSq" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSr" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSs" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5; + pixel_y = 2 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"aSt" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyright, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = -29 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/south_containment) +"aSv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/south_containment) +"aSy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/south_containment) +"aSz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/south_containment) +"aSA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = -29 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSB" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light/double, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/south_containment) +"aSC" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/south_containment) +"aSD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSG" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSH" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/south_containment) +"aSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/kelland_left, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSL" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_right, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSM" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/cardboard/full_stack, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aSN" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSP" = ( +/obj/structure/largecrate/empty, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSQ" = ( +/obj/item/device/floor_painter, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSR" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalleft, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/medicalright, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aST" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/mini/med{ + pixel_x = -9 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aSU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSV" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSX" = ( +/obj/item/reagent_container/glass/paint/red, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aSY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/south_containment) +"aSZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Unfinished WY 5-GSE3 Static Turret"; + anchored = 1; + desc = "Only half built." + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aTa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/red/north, +/area/white_antre/indoors/main_level/south_containment) +"aTb" = ( +/obj/structure/sign/poster/ad{ + layer = 4; + pixel_x = 9; + pixel_y = 32 + }, +/turf/open/floor/strata/orange_icorner, +/area/white_antre/indoors/main_level/weapons) +"aTc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/red/north, +/area/white_antre/indoors/main_level/south_containment) +"aTd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red/northeast, +/area/white_antre/indoors/main_level/south_containment) +"aTe" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aTf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/supply/medicine/medkits, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"aTg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"aTh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/south_containment) +"aTi" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"aTj" = ( +/obj/effect/alien/weeds/node/kseries, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"aTk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"aTl" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/south_containment) +"aTm" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aTn" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"aTo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"aTp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aTq" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"aTr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"aTs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/south_containment) +"aTt" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aTu" = ( +/obj/structure/stairs/multiz/up{ + dir = 4; + layer = 1.5 + }, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/south_containment) +"aTv" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aTw" = ( +/obj/structure/largecrate/empty/case, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTx" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal/delivery, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 20 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTB" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTC" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greenleft, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTD" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greenright, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aTE" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -6; + pixel_y = 1; + current_rounds = 14 + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aTF" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"aTG" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/strata/green4/north, +/area/white_antre/indoors/main_level/weapons) +"aTH" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/strata/green4, +/area/white_antre/indoors/main_level/weapons) +"aTI" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aTJ" = ( +/obj/structure/largecrate/random/barrel{ + pixel_x = 2 + }, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aTK" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aTL" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aTM" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"aTN" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aTO" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/weapons) +"aTP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTQ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTR" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTS" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/east_corridor) +"aTT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTU" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"aTW" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"aTX" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata/green4/west, +/area/white_antre/indoors/main_level/weapons) +"aTY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aTZ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/green4/east, +/area/white_antre/indoors/main_level/weapons) +"aUa" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aUb" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUc" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced, +/obj/item/weapon/gun/rifle/ak4047{ + pixel_y = 4; + current_mag = null + }, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUd" = ( +/obj/structure/surface/rack, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/weapon/gun/shotgun/pump/m37a{ + pixel_y = 5 + }, +/obj/item/ammo_magazine/shotgun/buckshot{ + layer = 3.01 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUe" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/strata/green3/southeast, +/area/white_antre/indoors/main_level/weapons) +"aUf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aUg" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/strata/green3, +/area/white_antre/indoors/main_level/weapons) +"aUh" = ( +/obj/structure/machinery/autolathe, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"aUi" = ( +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUj" = ( +/obj/item/shard/shrapnel, +/turf/open/floor/strata/multi_tiles/southeast, +/area/white_antre/indoors/main_level/weapons) +"aUk" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aUl" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUm" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUn" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUo" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUp" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"aUr" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/item/ammo_magazine/rifle/boltaction/vulture{ + current_rounds = 0; + pixel_x = 3; + pixel_y = -4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"aUt" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUu" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUv" = ( +/turf/open/floor/almayer/purple/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"aUw" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/pistol/mod88{ + current_mag = null + }, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/obj/item/ammo_magazine/pistol/mod88, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/surface/rack, +/obj/item/weapon/gun/rifle/mar40{ + current_mag = null + }, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/turf/open/floor/strata/green3/northeast, +/area/white_antre/indoors/main_level/weapons) +"aUy" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aUz" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aUA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "1-4"; + layer = 5; + level = 2 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"aUB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"aUC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "4-8"; + layer = 5; + level = 2 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = -8 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"aUD" = ( +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUE" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aUG" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUH" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUI" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aUL" = ( +/obj/item/tool/extinguisher{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUM" = ( +/obj/structure/barricade/metal{ + dir = 1 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/strata/orange_edge/east, +/area/white_antre/indoors/main_level/weapons) +"aUO" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 6; + pixel_x = 5 + }, +/turf/open/floor/strata/green4/north, +/area/white_antre/indoors/main_level/weapons) +"aUP" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata/green4/west, +/area/white_antre/indoors/main_level/weapons) +"aUQ" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 34 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUR" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/almayer/plating_striped/north, +/area/white_antre/indoors/main_level/weapons) +"aUS" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/computer/emails{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUT" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 2; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUU" = ( +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 1; + pixel_x = -6; + pixel_y = -16 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aUV" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aUW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/structure/machinery/recharger{ + pixel_y = 7 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUX" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/tool/weldpack/minitank{ + pixel_x = -4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUY" = ( +/obj/structure/reagent_dispensers/tank/fuel{ + anchored = 1 + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aUZ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/strata/green4, +/area/white_antre/indoors/main_level/weapons) +"aVa" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"aVb" = ( +/obj/structure/barricade/metal, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aVc" = ( +/obj/structure/barricade/metal, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aVd" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/strata/orange_edge/east, +/area/white_antre/indoors/main_level/weapons) +"aVe" = ( +/obj/vehicle/train/cargo/engine{ + dir = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVf" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 2; + layer = 4.2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVg" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/largecrate/random/mini/chest/b{ + layer = 4.2; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVh" = ( +/obj/vehicle/train/cargo/trolley, +/obj/structure/xenoautopsy/tank/broken{ + layer = 4.2; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/prop/alien/hugger{ + icon = 'icons/mob/xenos/castes/tier_0/larva.dmi'; + icon_state = "Larva Dead"; + name = "dead larva"; + desc = "Looks like it was murdered by another xenomorph?"; + layer = 4.3 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVi" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"aVj" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVk" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVl" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVm" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVn" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVo" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 9; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVp" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVq" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + pixel_x = -11 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata/green4/east, +/area/white_antre/indoors/main_level/weapons) +"aVs" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/red2, +/area/white_antre/indoors/main_level/weapons) +"aVt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aVu" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aVv" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/almayer/plating_striped, +/area/white_antre/indoors/main_level/weapons) +"aVw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVx" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/strata/red3/east, +/area/white_antre/indoors/main_level/weapons) +"aVy" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 1; + pixel_x = 6 + }, +/turf/open/floor/strata/green4/west, +/area/white_antre/indoors/main_level/weapons) +"aVz" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"aVA" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"aVB" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9 + }, +/turf/open/floor/strata/orange_edge/north, +/area/white_antre/indoors/main_level/weapons) +"aVC" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/weapons) +"aVD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aVE" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"aVF" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/research) +"aVG" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"aVH" = ( +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/west_maint) +"aVI" = ( +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/west_maint) +"aVJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aVK" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"aVL" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"aVM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aVN" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"aVO" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Green, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aVP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"aVQ" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/central_corridor) +"aVR" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/west_corridor) +"aVS" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"aVT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"aVU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/medical) +"aVV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/central_corridor) +"aVW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"aVX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"aVY" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 80 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"aVZ" = ( +/turf/closed/wall/strata_ice, +/area/white_antre/indoors/underground_level/east_maint) +"aWa" = ( +/obj/structure/machinery/power/apc/power/south{ + start_charge = 80 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"aWb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWc" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWd" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -45; + dir = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = -40; + pixel_x = 12 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = -40; + pixel_x = -9 + }, +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWe" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWf" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWg" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWh" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWi" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWj" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWl" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWm" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWn" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWo" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWp" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/yautja_teleport, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWq" = ( +/obj/structure/prop/dam/crane/cargo, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWr" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWs" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/south_containment_hive) +"aWt" = ( +/obj/structure/machinery/colony_floodlight_switch/antre{ + pixel_y = 28; + name = "industrial floodlight switch" + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"aWu" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWv" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3"; + layer = 2.9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aWw" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_1" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWx" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"aWy" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer4, +/area/white_antre/outdoors/south_field) +"aWz" = ( +/obj/structure/flora/bush/snow, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWA" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3"; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWB" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5; + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aWE" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3"; + layer = 2.9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aWF" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aWG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aWH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/obj/structure/largecrate/supply/floodlights, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = -29 + }, +/obj/structure/cargo_container/hybrisa/containersextended/greywyleft{ + layer = 4.2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWJ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyright, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWK" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/south_containment) +"aWL" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_1" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aWM" = ( +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/main_level/south_containment) +"aWN" = ( +/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWO" = ( +/obj/structure/cargo_container/hybrisa/containersextended/blackwyright, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWP" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWQ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aWR" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"aWS" = ( +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aWT" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"aWU" = ( +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/east_containment) +"aWV" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_1" + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"aWW" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aWX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/ammo{ + pixel_y = 8; + pixel_x = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aWY" = ( +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"aWZ" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/main_level/east_containment) +"aXa" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"aXb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/main_level/south_containment) +"aXc" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/east_containment) +"aXd" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXe" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_2" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXf" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"aXg" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment) +"aXh" = ( +/obj/structure/stairs/multiz/up{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aXi" = ( +/obj/structure/platform/metal/almayer/east, +/obj/structure/closet/secure_closet{ + name = "secure evidence locker"; + req_access_txt = "3" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"aXj" = ( +/obj/structure/stairs/multiz/up, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aXk" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/strata/green3/west, +/area/white_antre/indoors/main_level/weapons) +"aXl" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXm" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/largecrate/empty/case{ + pixel_x = 5 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"aXo" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aXp" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aXq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"aXr" = ( +/obj/structure/machinery/vending/snack, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"aXs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"aXt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/south_containment) +"aXu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"aXv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"aXw" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_1" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aXy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/machinery/door_control/brbutton{ + id = "south_doors"; + name = "South Cargo Entrance control"; + pixel_y = 27 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/south_containment) +"aXz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/door_control/brbutton{ + id = "south_doors"; + name = "South Cargo Entrance control"; + pixel_y = 27 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/south_containment) +"aXA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/landing_zone/roof) +"aXB" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aXC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 10 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXD" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_1" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aXE" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"aXF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/powerloader_wreckage, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"aXG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/landing_zone/roof) +"aXH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"aXI" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"aXJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5; + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"aXK" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aXL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"aXM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXN" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"aXO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/landing_zone/roof) +"aXP" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"aXR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXS" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_2" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aXT" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_6" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/landing_zone/roof) +"aXV" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aXW" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3"; + pixel_y = 8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aXX" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + pixel_y = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"aXY" = ( +/obj/structure/barricade/handrail, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"aXZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"aYa" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"aYb" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"aYc" = ( +/obj/structure/prop/hybrisa/misc/blood/blood3, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYd" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + pixel_y = 13 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/east_containment) +"aYf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/red, +/area/white_antre/indoors/main_level/east_containment) +"aYg" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/landing_zone/roof) +"aYh" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"aYi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"aYj" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2, +/obj/effect/decal/cleanable/blood, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"aYk" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -29; + pixel_x = -37; + dir = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail, +/obj/structure/prop/hybrisa/misc/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYl" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYm" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"aYn" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aYo" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aYp" = ( +/obj/item/clothing/head/helmet/riot/vintage_riot{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aYq" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aYr" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/circuitboard/apc, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/ext_relay_south) +"aYs" = ( +/obj/effect/alien/weeds/node/kseries, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"aYt" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYu" = ( +/obj/structure/prop/hybrisa/misc/blood, +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"aYv" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aYw" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aYx" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = 9 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_south) +"aYz" = ( +/obj/item/tool/crowbar{ + pixel_x = -7 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/white_antre/indoors/exterior/ext_relay_south) +"aYA" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"aYB" = ( +/obj/item/ammo_magazine/flamer_tank{ + pixel_x = -6 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aYC" = ( +/obj/structure/barricade/handrail/no_vault, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"aYD" = ( +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"aYE" = ( +/turf/open/floor/prison/red/southeast, +/area/white_antre/landing_zone) +"aYF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_north) +"aYG" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/indoors/main_level/east_containment) +"aYH" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aYI" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aYJ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/red/east, +/area/white_antre/indoors/main_level/east_containment) +"aYK" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"aYL" = ( +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"aYM" = ( +/obj/effect/sentry_landmark/lz_1/bottom_right, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"aYN" = ( +/turf/open/floor/prison/red/east, +/area/white_antre/landing_zone) +"aYO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/white_antre/landing_zone/roof) +"aYP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aYQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/east, +/area/white_antre/indoors/exterior/ext_relay_south) +"aYR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -4; + pixel_y = 11; + layer = 4.01 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"aYS" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/barricade/handrail/no_vault, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/southwest, +/area/white_antre/landing_zone) +"aYT" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/redcorner/west, +/area/white_antre/landing_zone) +"aYU" = ( +/turf/open/floor/prison/redcorner, +/area/white_antre/landing_zone) +"aYV" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_1" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/landing_zone) +"aYW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/white_antre/landing_zone/roof) +"aYX" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_3" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aYY" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"aYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/charlie{ + dir = 8; + name = "Purple chair"; + desc = "A simple chair permanently attached to the floor."; + pixel_x = 6 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"aZa" = ( +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"aZb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/landing_zone/roof) +"aZc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/prison/bluefull, +/area/white_antre/landing_zone/roof) +"aZd" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_6" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aZe" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"aZf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"aZg" = ( +/obj/structure/bed/chair/comfy/charlie{ + dir = 8; + name = "Purple chair"; + desc = "A simple chair permanently attached to the floor."; + pixel_x = 6 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"aZh" = ( +/obj/structure/platform/metal/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/prison, +/area/white_antre/indoors/main_level/east_containment) +"aZi" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"aZj" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"aZk" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"aZl" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"aZm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/white_antre/indoors/main_level/east_containment) +"aZn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aZo" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aZp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"aZq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/east, +/area/white_antre/indoors/main_level/east_containment) +"aZr" = ( +/obj/structure/machinery/floodlight/landing/floor, +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"aZs" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"aZt" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_containment) +"aZu" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_containment) +"aZv" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0; + pixel_x = -3; + pixel_y = 10 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"aZw" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"aZx" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_containment) +"aZy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"aZz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"aZA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + layer = 2.51 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"aZB" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + layer = 2.51 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"aZC" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"aZD" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"aZE" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"aZF" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"aZG" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"aZH" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"aZI" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/redcorner/north, +/area/white_antre/indoors/main_level/east_containment) +"aZJ" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"aZK" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"aZL" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3"; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aZM" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_1" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"aZN" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "white_entrance"; + name = "Entrance Door Control"; + pixel_x = 8; + pixel_y = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"aZO" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"aZP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aZQ" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"aZR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/effect/decal/remains/robot{ + pixel_x = -14; + pixel_y = -7 + }, +/obj/item/defenses/handheld/tesla_coil, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"aZS" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"aZT" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"aZU" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"aZV" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"aZW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"aZX" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"aZY" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"aZZ" = ( +/obj/structure/sign/safety/firingrange{ + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone."; + pixel_x = 34; + pixel_y = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"baa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment) +"bab" = ( +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/east_containment) +"bac" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bad" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bae" = ( +/obj/structure/stairs/perspective{ + dir = 6; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"baf" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bag" = ( +/obj/structure/flora/tree/tyrargo, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"bah" = ( +/obj/structure/sign/poster/pinup{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"bai" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"baj" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0; + pixel_x = -3; + pixel_y = 10 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"bak" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bal" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bam" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"ban" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bao" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"bap" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"bar" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bas" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"bat" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment) +"bau" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bav" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"baw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bax" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bay" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"baA" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"baB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"baC" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"baD" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baE" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baF" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baG" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baH" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal3" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/road_east) +"baJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_containment) +"baK" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Red, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"baL" = ( +/obj/structure/sign/safety/firingrange{ + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone."; + pixel_x = 34; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"baM" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/redcorner/north, +/area/white_antre/indoors/main_level/east_containment) +"baN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"baO" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/prison/redcorner/north, +/area/white_antre/indoors/main_level/east_containment) +"baP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"baQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 11; + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"baR" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 12; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"baS" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"baT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"baU" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"baV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8; + pixel_x = 11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"baW" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"baX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"baY" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = -13; + pixel_x = 14 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"baZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bba" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbb" = ( +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbc" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"bbe" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bbf" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bbg" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_containment) +"bbh" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bbi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"bbj" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bbk" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbl" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbm" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbn" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bbo" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"bbp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"bbq" = ( +/obj/effect/sentry_landmark/lz_1, +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"bbr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bbs" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 12; + pixel_y = -5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bbt" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 5; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bbu" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbv" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbw" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/central_corridor) +"bbx" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bby" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bbz" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bbA" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -29; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bbB" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bbC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"bbD" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/exterior/checkpoint) +"bbE" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "white_entrance"; + name = "Entrance Door Control"; + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"bbF" = ( +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"bbG" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/exterior/checkpoint) +"bbH" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/exterior/checkpoint) +"bbI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"bbJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bbL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/east_containment) +"bbM" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/turf/open/floor/prison/red/northwest, +/area/white_antre/landing_zone) +"bbN" = ( +/turf/open/floor/prison/redcorner/east, +/area/white_antre/landing_zone) +"bbO" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 15 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bbP" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/redcorner/north, +/area/white_antre/landing_zone) +"bbQ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/northeast, +/area/white_antre/landing_zone) +"bbR" = ( +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bbS" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bbT" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 9; + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bbU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"bbV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/exterior/checkpoint) +"bbW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/exterior/checkpoint) +"bbX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"bbY" = ( +/obj/structure/sign/safety/firingrange{ + name = "live fire zone"; + desc = "Semiotic Standard denoting the area ahead is a live fire zone."; + pixel_x = 34; + pixel_y = -4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"bbZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"bca" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrowncorners2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bcb" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/remains/robot{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = 16 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bcc" = ( +/obj/structure/prop/invuln/remote_console_pod, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + density = 1; + layer = 3.5; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bcd" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 1; + pixel_x = -13 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/east, +/area/white_antre/landing_zone) +"bce" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -14; + pixel_y = 3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bcf" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/reagent_dispensers/water_cooler{ + density = 0; + pixel_x = -7; + pixel_y = 16; + layer = 4 + }, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/exterior/checkpoint) +"bcg" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/exterior/checkpoint) +"bch" = ( +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 34 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/exterior/checkpoint) +"bci" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 32 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/exterior/checkpoint) +"bcj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/east_containment) +"bck" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"bcl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg3, +/area/white_antre/indoors/main_level/east_containment) +"bcm" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"bcn" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bco" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 8; + pixel_x = 11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"bcp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -13; + pixel_y = -11 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bcq" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = -19; + pixel_x = 20 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bcr" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = -16; + pixel_x = -1 + }, +/turf/open/floor/prison/redcorner/north, +/area/white_antre/landing_zone) +"bcs" = ( +/obj/effect/decal/remains/robot{ + pixel_x = -14; + pixel_y = -7 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = -19; + pixel_x = -18 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/northeast, +/area/white_antre/landing_zone) +"bct" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"bcu" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"bcv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"bcw" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + layer = 2.51 + }, +/turf/open/floor/prison/redcorner, +/area/white_antre/indoors/main_level/east_containment) +"bcx" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"bcy" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_containment) +"bcz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_containment) +"bcA" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bcB" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"bcC" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bcD" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"bcE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/frame/table/almayer, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bcF" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bcG" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bcH" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bcI" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bcJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"bcK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"bcL" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"bcM" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"bcN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"bcO" = ( +/turf/open/floor/prison/darkbrowncorners2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bcP" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/white_antre/landing_zone/roof) +"bcQ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bcR" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bcS" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"bcT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bcU" = ( +/obj/effect/sentry_landmark/lz_1/bottom_left, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bcV" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bcW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkbrown3/southwest, +/area/white_antre/indoors/exterior/ext_relay_north) +"bcX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/ext_relay_north) +"bcY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/structure/machinery/recharger, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/ext_relay_north) +"bcZ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/ext_relay_north) +"bda" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown3/southeast, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"bdc" = ( +/obj/structure/bed/chair/comfy/charlie{ + dir = 8; + name = "Purple chair"; + desc = "A simple chair permanently attached to the floor."; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"bdd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/shuttle/escapepod/west, +/area/white_antre/indoors/main_level/east_containment) +"bde" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bdf" = ( +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bdg" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1/east, +/area/white_antre/landing_zone/roof) +"bdh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdj" = ( +/obj/structure/bed/chair/comfy, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/east, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdk" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/tool/surgery/scalpel, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bdl" = ( +/obj/item/paper_bin{ + pixel_x = 7; + pixel_y = -1 + }, +/obj/item/tool/pen{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/paper{ + layer = 5; + pixel_x = -8; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"bdm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/east_containment) +"bdn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/east_containment) +"bdo" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/east_containment) +"bdp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bdq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdr" = ( +/obj/item/device/radio{ + pixel_x = 9; + pixel_y = -10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/ext_relay_north) +"bds" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/barricade/handrail, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"bdt" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = -11; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bdu" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bdv" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "gib6"; + pixel_y = 11; + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bdw" = ( +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = -7 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdx" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdy" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"bdz" = ( +/obj/item/stack/sheet/metal{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bdA" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bdB" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 22 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown3/northwest, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdD" = ( +/obj/structure/machinery/telecomms/bus/preset_four, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/northeast, +/area/white_antre/indoors/exterior/ext_relay_north) +"bdE" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 4; + pixel_x = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"bdF" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"bdG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bdH" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_y = 6 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/white_antre/landing_zone/roof) +"bdI" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/item/device/flashlight/lamp{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/tool/stamp/denied{ + pixel_x = -8; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/white_antre/landing_zone/roof) +"bdJ" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bdK" = ( +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bdL" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"bdM" = ( +/obj/item/fuel_cell/used, +/turf/open/shuttle/escapepod/west, +/area/white_antre/indoors/main_level/east_containment) +"bdN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5; + pixel_x = 8; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bdO" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"bdP" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_corridor) +"bdQ" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bdR" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bdS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bdT" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -29; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bdU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"bdV" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redright, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/east_corridor) +"bdW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bdX" = ( +/obj/structure/stairs/perspective{ + dir = 8 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/east_corridor) +"bdY" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"bdZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/landing_zone/roof) +"bea" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"beb" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/head/hardhat/orange{ + pixel_y = -8; + pixel_x = -7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bec" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bed" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"bee" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bef" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"beg" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"beh" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"bei" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = 20 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"bej" = ( +/obj/structure/stairs/multiz/up{ + dir = 4; + layer = 1.5 + }, +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/east_corridor) +"bek" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"bel" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/landing_zone/roof) +"bem" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"ben" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"beo" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"bep" = ( +/obj/structure/largecrate, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"beq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"ber" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bes" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bet" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"beu" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue{ + pixel_y = -1; + pixel_x = -6 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"bev" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/landing_zone/roof) +"bew" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/landing_zone/roof) +"bex" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bey" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bez" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"beA" = ( +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"beB" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beC" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"beD" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"beE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/north_containment) +"beF" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/facility_exterior) +"beH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/structure/machinery/door_control/brbutton{ + id = "north_doors"; + name = "North Cargo Entrance control"; + pixel_y = 27 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/north_containment) +"beI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/machinery/door_control/brbutton{ + id = "north_doors"; + name = "North Cargo Entrance control"; + pixel_y = 27 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/north_containment) +"beJ" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"beK" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"beL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/facility_exterior) +"beN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"beO" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"beP" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"beQ" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"beR" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beS" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -14; + pixel_y = 3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beT" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"beU" = ( +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"beV" = ( +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"beW" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"beX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"beY" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"beZ" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/path_north) +"bfa" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfb" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfc" = ( +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfd" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfe" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bff" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bfg" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/flora/tree/tyrargo/tree_3, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfi" = ( +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bfj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfk" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfl" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfm" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/taperecorder, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"bfn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8; + pixel_y = -4; + pixel_x = -1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfo" = ( +/obj/structure/largecrate/supply/ammo/m41a/half, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bfp" = ( +/obj/item/tool/crowbar/tactical{ + pixel_y = 7 + }, +/obj/item/trash/wy_mre, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bfq" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 13; + pixel_y = -9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfr" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro/north, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bfs" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bft" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/white_antre/indoors/main_level/east_containment) +"bfv" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfw" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bfx" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -14; + pixel_y = 3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfz" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = 13; + pixel_y = -9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfA" = ( +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfB" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfC" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfD" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfE" = ( +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/east_containment) +"bfF" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfG" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfH" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bfI" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfJ" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bfK" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bfL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfM" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfN" = ( +/obj/item/clothing/head/helmet/marine/veteran/pmc/leader, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bfO" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfQ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfR" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfS" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bfT" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bfU" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfV" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bfW" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bfX" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bfY" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"bfZ" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bga" = ( +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bgb" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bgc" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bgd" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bge" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/item/attachable/bayonet, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/xenobio) +"bgf" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bgg" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgh" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgi" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bgj" = ( +/obj/effect/hybrisa/misc/fake/wire/blue, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bgk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bgl" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgm" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bgn" = ( +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"bgo" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgp" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/alien/weeds/kseries, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgq" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1; + pixel_x = 6; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = 5 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1{ + layer = 1.9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgr" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1{ + layer = 1.9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgs" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgt" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1; + pixel_x = -13; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"bgu" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70" + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds/kseries, +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1{ + layer = 1.9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgv" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -7 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -6 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1{ + layer = 1.9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgw" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -13; + pixel_y = -22 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -8; + pixel_y = -3 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgx" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -14; + pixel_y = -22 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1; + pixel_x = -13; + pixel_y = -10 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -6 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1{ + layer = 1.9; + explo_proof = 1; + unacidable = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgy" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 8; + pixel_x = -16; + pixel_y = -6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgz" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds/kseries, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgA" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds/kseries, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgB" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgC" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgD" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgE" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/blocker/invisible_wall, +/obj/effect/alien/weeds/kseries, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgF" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgG" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgH" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgI" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgJ" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgK" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgL" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgM" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgN" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgO" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgP" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bgQ" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/white_antre/oob) +"bgR" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southwest, +/area/white_antre/outdoors/facility_exterior) +"bgS" = ( +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/outdoors/facility_exterior) +"bgT" = ( +/turf/open/floor/almayer_hull, +/area/white_antre/outdoors/facility_exterior) +"bgU" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/upper_level/south_overwatch) +"bgV" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/south_overwatch) +"bgW" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bgX" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/outdoors/facility_exterior) +"bgY" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bgZ" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/medical) +"bha" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bhb" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/xenobio) +"bhc" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/xenobio) +"bhd" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bhe" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/xenobio) +"bhf" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bhg" = ( +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/xenobio) +"bhh" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/medical) +"bhi" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/east_corridor) +"bhj" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/medical) +"bhk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/xenobio) +"bhl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"bhm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/xenobio) +"bhn" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -34 + }, +/obj/structure/machinery/faxmachine, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"bho" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/xenobio) +"bhp" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/xenobio) +"bhq" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/xenobio) +"bhr" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/xenobio) +"bhs" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/east_corridor) +"bht" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/east_corridor) +"bhu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bhv" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/xenobio) +"bhw" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"bhx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/xenobio) +"bhy" = ( +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/east_corridor) +"bhz" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/east_corridor) +"bhA" = ( +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/upper_level/east_corridor) +"bhB" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bhC" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bhD" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/east_corridor) +"bhE" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/east_corridor) +"bhF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/white_antre/indoors/main_level/east_containment) +"bhG" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southeast, +/area/white_antre/outdoors/facility_exterior) +"bhH" = ( +/obj/structure/machinery/power/apc/power/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkyellowfull2, +/area/white_antre/indoors/exterior/prefab_3) +"bhI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"bhJ" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"bhK" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/west_corridor) +"bhL" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/canteen) +"bhM" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/canteen) +"bhN" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"bhO" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bhP" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/payroll) +"bhQ" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"bhR" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_corridor) +"bhS" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/canteen) +"bhT" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"bhU" = ( +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bhV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bhW" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bhX" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/payroll) +"bhY" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/payroll) +"bhZ" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/payroll) +"bia" = ( +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bib" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bic" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bid" = ( +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/payroll) +"bie" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"bif" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrowncorners2/north, +/area/white_antre/indoors/main_level/east_containment) +"big" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bih" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/payroll) +"bii" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/payroll) +"bij" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_containment) +"bik" = ( +/obj/effect/antre/border, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/central_corridor) +"bil" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bim" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bin" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bio" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bip" = ( +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"biq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/cigarette/wy, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/west_corridor) +"bir" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/west_corridor) +"bis" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/west_corridor) +"bit" = ( +/turf/closed/wall/hybrisa/colony, +/area/white_antre/indoors/upper_level/west_corridor) +"biu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/upper_level/west_corridor) +"biv" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"biw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/greencorner, +/area/white_antre/indoors/upper_level/west_corridor) +"bix" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"biy" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"biz" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"biA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"biB" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/sheet/metal, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"biC" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"biD" = ( +/turf/open/floor/prison/greencorner/east, +/area/white_antre/indoors/upper_level/west_corridor) +"biE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/west_corridor) +"biF" = ( +/obj/structure/machinery/disposal, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/west_corridor) +"biG" = ( +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/west_corridor) +"biH" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/central_command) +"biI" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder{ + name = "bunker hatch"; + desc = "Some kind of emergency shelter, this one seems to be locked up tight." + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/upper_level/central_command) +"biJ" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "command_centre" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/central_command) +"biK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/upper_level/central_command) +"biL" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"biM" = ( +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/upper_level/central_command) +"biN" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "command_centre" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_command) +"biO" = ( +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/upper_level/director_office) +"biP" = ( +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/upper_level/director_office) +"biQ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/central_command) +"biR" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/director_office) +"biS" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "32" + }, +/area/white_antre/indoors/pmc_dropship) +"biT" = ( +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/upper_level/central_command) +"biU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/storage/box/kit/pursuit, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/obj/item/spacecash/ewallet, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/upper_level/central_command) +"biV" = ( +/obj/structure/machinery/door_control/brbutton{ + id = "command_centre"; + name = "North Cargo Entrance control"; + pixel_y = 27 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/upper_level/central_command) +"biW" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/reagent_container/food/snacks/meat/fish{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/upper_level/director_office) +"biX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"biY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/east_containment) +"biZ" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/west_corridor) +"bja" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/east_containment) +"bjb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/large_stack, +/turf/open/floor/prison/darkyellowfull2, +/area/white_antre/indoors/exterior/prefab_3) +"bjc" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/records) +"bjd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/circuitboard/apc, +/obj/item/circuitboard/apc, +/turf/open/floor/prison/darkyellowfull2, +/area/white_antre/indoors/exterior/prefab_3) +"bje" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/outdoors/facility_exterior) +"bjf" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/records) +"bjg" = ( +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/east_containment) +"bjh" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/east_containment) +"bji" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"bjj" = ( +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bjk" = ( +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bjl" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/records) +"bjm" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/simian_storage) +"bjn" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/simian_storage) +"bjo" = ( +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/east_corridor) +"bjp" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/east_corridor) +"bjq" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"bjr" = ( +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/greencorner/east, +/area/white_antre/indoors/upper_level/east_corridor) +"bjs" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bjt" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/records) +"bju" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjv" = ( +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjw" = ( +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjx" = ( +/turf/open/floor/corsat/brown/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjy" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjz" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjA" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/darkyellowfull2, +/area/white_antre/indoors/exterior/prefab_3) +"bjC" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjD" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjE" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjF" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjG" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjH" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjI" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjJ" = ( +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjK" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjM" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjN" = ( +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjO" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjP" = ( +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjR" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjS" = ( +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjT" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjU" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/north_overwatch) +"bjV" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/facility_exterior) +"bjW" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + network = list("containment_prime") + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"bjX" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 1; + network = list("containment_prime") + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"bjY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/asphalt/cement/cement14, +/area/white_antre/outdoors/facility_exterior) +"bjZ" = ( +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"bka" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/pouch/flare/full, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"bkb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bkc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bkd" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/asphalt/cement, +/area/white_antre/outdoors/facility_exterior) +"bke" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 1; + network = list("containment_prime") + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"bkf" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 8; + network = list("containment_prime") + }, +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"bkg" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 4; + network = list("containment_prime") + }, +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"bkh" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bki" = ( +/obj/structure/machinery/camera/autoname/almayer/containment{ + dir = 8; + network = list("containment_prime") + }, +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"bkj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/machinery/camera/autoname/almayer/containment{ + network = list("containment_prime") + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"bkk" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/asphalt/cement/cement2, +/area/white_antre/outdoors/facility_exterior) +"bkl" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bkm" = ( +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bko" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bkp" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"bkq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bkr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bks" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"bku" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplecorners2/east, +/area/white_antre/indoors/underground_level/east_maint) +"bkv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/underground_level/west_maint) +"bky" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -18 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/west_maint) +"bkz" = ( +/obj/structure/machinery/light/red, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkA" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"bkB" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/underground_level/east_maint) +"bkC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"bkD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/west_maint) +"bkG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood{ + pixel_y = -5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"bkH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"bkI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkJ" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"bkK" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"bkM" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bkO" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bkP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/underground_level/west_maint) +"bkQ" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"bkR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"bkT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/secure, +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/underground_level/west_maint) +"bkU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bkW" = ( +/obj/vehicle/train/cargo/trolley, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/east_maint) +"bkX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/west_maint) +"bkY" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/underground_level/west_maint) +"bkZ" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bla" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"blb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"blc" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/underground_level/west_maint) +"bld" = ( +/obj/vehicle/train/cargo/engine, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/east_maint) +"ble" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/underground_level/west_maint) +"blf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/wy/left, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"blg" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"blh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/wy/mid, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bli" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/wy/right, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"blj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"blk" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"bll" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"blm" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_south) +"bln" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/east_maint) +"blo" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"blp" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/underground_level/west_maint) +"blq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/underground_level/west_maint) +"blr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/largecrate/random/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bls" = ( +/obj/structure/largecrate/empty, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/underground_level/west_maint) +"blt" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/supply, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"blu" = ( +/obj/structure/largecrate/supply, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"blv" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"blw" = ( +/obj/structure/largecrate/random/case, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"blx" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"bly" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"blz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/underground_level/west_maint) +"blA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"blB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"blC" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"blD" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"blE" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"blF" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"blG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"blH" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"blI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/underground_level/west_maint) +"blJ" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/underground_level/west_maint) +"blK" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = 10 + }, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/underground_level/west_maint) +"blL" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 12 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/underground_level/west_maint) +"blM" = ( +/obj/structure/largecrate/random/case, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"blN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/mob/living/simple_animal/small/mouse/rat/brown, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"blO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"blP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"blQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"blR" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/underground_level/east_maint) +"blS" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/underground_level/west_maint) +"blT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"blU" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/west_maint) +"blV" = ( +/obj/structure/surface/table/almayer, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_full_bl"; + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/trash/cigbutt/ucigbutt{ + pixel_x = 4; + pixel_y = 13 + }, +/obj/item/toy/deck{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"blW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"blX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"blY" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"blZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bma" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/underground_level/west_maint) +"bmd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bme" = ( +/obj/item/device/assembly/mousetrap/armed, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bmf" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bmg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/underground_level/west_maint) +"bmh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/small, +/obj/item/storage/pill_bottle/tramadol/skillless, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"bmi" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmj" = ( +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/crowbar, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bml" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmm" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bmn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/underground_level/west_maint) +"bmp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/ore_box, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/underground_level/west_maint) +"bmq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ore_box, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/underground_level/west_maint) +"bmr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bms" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = -1; + pixel_y = 7 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/small_stack, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmw" = ( +/obj/structure/largecrate/random, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmx" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmy" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmz" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/northeast, +/turf/solid_open_space, +/area/white_antre/oob) +"bmA" = ( +/obj/structure/machinery/light/red, +/obj/structure/largecrate/random/case, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bmB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"bmC" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bmD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/underground_level/west_maint) +"bmE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/true_random, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmF" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmG" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"bmH" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bmI" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/underground_level/west_maint) +"bmJ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = 10 + }, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"bmK" = ( +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/apc, +/obj/item/stack/folding_barricade/three, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bmL" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmM" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmN" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmO" = ( +/obj/structure/reagent_dispensers/tank/fuel{ + anchored = 1 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"bmP" = ( +/obj/effect/alien/egg, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"bmQ" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmR" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"bmS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bmT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bmU" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = 10 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bmV" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bmX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bmY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"bmZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"bna" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/kelland/left, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"bnb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/kelland/right, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"bnc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/storage/box/lights/bulbs, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bnd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/storage/box/lights/tubes, +/obj/item/storage/box/kit/m41a_kit, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bne" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bnf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bng" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/random/barrel/green, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bnh" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bni" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bnj" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"bnk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bnl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/computer3frame/wallcomp{ + layer = 4; + pixel_y = 12; + density = 0 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bnm" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"bnn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"bno" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bnp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/west_maint) +"bnq" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bnr" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldpack, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bns" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/surface/table/almayer, +/obj/item/stack/folding_barricade/three, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bnt" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/plasteel/small_stack, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bnu" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bnv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"bnw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/underground_level/east_maint) +"bnx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"bny" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"bnz" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"bnA" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"bnB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/east_maint) +"bnC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/underground_level/east_maint) +"bnD" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bnE" = ( +/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"bnF" = ( +/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsright, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"bnG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/blue, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bnH" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bnI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bnJ" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnK" = ( +/obj/structure/closet/crate, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = 10 + }, +/obj/structure/closet/crate, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnP" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnQ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/whitewyright{ + layer = 4.09 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnR" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/item/storage/pouch/flare/full, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnS" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"bnT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/underground_level/west_maint) +"bnU" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"bnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"bnW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"bnX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/black, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"bnY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"bnZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/west_maint) +"boa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_y = 20 + }, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bob" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 33; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6{ + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bod" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/storage/box/gloves, +/obj/item/storage/pouch/autoinjector/full/wy, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"boe" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/underground_level/east_maint) +"bof" = ( +/obj/structure/closet, +/obj/item/storage/box/kit/self_defense, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"bog" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/underground_level/east_maint) +"boh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/west_maint) +"boi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/circuitboard/airlock, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bok" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/underground_level/east_maint) +"bol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/west_maint) +"bom" = ( +/obj/structure/closet/crate/science, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bon" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/west_maint) +"bop" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/underground_level/east_maint) +"bor" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/underground_level/west_maint) +"bos" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/closet/crate, +/obj/item/storage/toolkit/full, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bot" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/underground_level/east_maint) +"bou" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/underground_level/east_maint) +"bov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/underground_level/east_maint) +"bow" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"box" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boy" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"boz" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boA" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boB" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = 9 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/west_maint) +"boC" = ( +/obj/structure/prop/almayer/computers/sensor_computer3, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boD" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 33; + pixel_x = 2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"boE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boF" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boG" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"boH" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"boI" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/underground_level/east_maint) +"boJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/almayer/computers/sensor_computer3, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"boN" = ( +/obj/structure/prop/almayer/computers/mission_planning_system{ + pixel_x = -6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"boO" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"boP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"boQ" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"boR" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3"; + layer = 2.9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"boS" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_1" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"boT" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/south_containment) +"boU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"boV" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3"; + layer = 2.9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/facility_exterior) +"boW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"boX" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"boY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"boZ" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"bpa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bpb" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"bpc" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"bpd" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bpe" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"bpf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/landing_zone/roof) +"bpg" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/hardhat/orange{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"bph" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper/crumpled/bloody{ + pixel_x = -9; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"bpi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow3"; + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"bpj" = ( +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -4; + pixel_y = -8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/landing_zone/roof) +"bpk" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/prison, +/area/white_antre/landing_zone/roof) +"bpl" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/landing_zone/roof) +"bpm" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bpn" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/blue/east, +/area/white_antre/landing_zone/roof) +"bpo" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3"; + pixel_y = 8 + }, +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"bpp" = ( +/obj/item/xenos_claw{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/open/floor/prison/redcorner/east, +/area/white_antre/indoors/main_level/east_containment) +"bpq" = ( +/obj/item/xenos_claw{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"bpr" = ( +/obj/item/xenos_claw{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bps" = ( +/obj/item/xenos_claw{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bpt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/item/xenos_claw, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/east_containment) +"bpu" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bpv" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/white_antre/landing_zone/roof) +"bpw" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1/east, +/area/white_antre/landing_zone/roof) +"bpx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1/north, +/area/white_antre/landing_zone/roof) +"bpy" = ( +/obj/structure/platform/metal/almayer/north, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bpz" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = -32 + }, +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"bpA" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bpB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bpC" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bpD" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"bpE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/west_corridor) +"bpF" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"bpG" = ( +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/west_corridor) +"bpH" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/tool/weldpack, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bpI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/main_level/east_containment) +"bpJ" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bpK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"bpL" = ( +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/west_corridor) +"bpM" = ( +/turf/open/floor/prison/greencorner, +/area/white_antre/indoors/main_level/east_containment) +"bpN" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/east_containment) +"bpO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bpP" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bpQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/main_level/east_containment) +"bpR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/snack, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/west_corridor) +"bpS" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/west_corridor) +"bpT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bpU" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"bpV" = ( +/obj/structure/bed/chair/office{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/west_corridor) +"bpW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/upper_level/west_corridor) +"bpX" = ( +/obj/structure/prop/hybrisa/signs/high_voltage/small{ + pixel_y = 32 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/east_containment) +"bpY" = ( +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/east_containment) +"bpZ" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 29 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/east_containment) +"bqa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/canteen) +"bqb" = ( +/obj/structure/machinery/big_computers/computerblack/computer1, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/white_antre/indoors/upper_level/director_office) +"bqc" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/main_level/east_containment) +"bqd" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqe" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqf" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqg" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqh" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqi" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqj" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"bqk" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bql" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqm" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqn" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqo" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/east_containment) +"bqp" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqq" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bqr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqs" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqt" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqu" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"bqv" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqw" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/east_containment) +"bqx" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"bqz" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bqA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bqB" = ( +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 13; + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bqC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"bqD" = ( +/obj/item/weapon/gun/pistol/vp78{ + current_mag = null; + pixel_x = 1 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"bqE" = ( +/obj/effect/random_explosion/medium, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/main_level/west_corridor) +"bqF" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/strata/white_cyan3/northwest, +/area/white_antre/indoors/upper_level/medical) +"bqG" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bqH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"bqI" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = -5; + current_rounds = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"bqJ" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"bqK" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_corridor) +"bqL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"bqM" = ( +/obj/effect/random_explosion/medium, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"bqN" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqO" = ( +/obj/effect/random_explosion, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqP" = ( +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/floor/prison/greencorner/north, +/area/white_antre/indoors/upper_level/east_corridor) +"bqQ" = ( +/obj/effect/random_explosion, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bqR" = ( +/obj/item/weapon/gun/smg/p90{ + current_mag = null; + pixel_x = -2; + pixel_y = -9 + }, +/obj/item/ammo_magazine/smg/p90{ + pixel_x = 2; + pixel_y = 15; + current_rounds = 0 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"bqS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/east_corridor) +"bqT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/east_corridor) +"bqU" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/bed/chair/comfy/lime{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqV" = ( +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/floor/prison/greencorner, +/area/white_antre/indoors/upper_level/east_corridor) +"bqW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqX" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqY" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bqZ" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"bra" = ( +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/east_corridor) +"brb" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brc" = ( +/obj/structure/bed/chair/comfy/lime{ + dir = 8; + pixel_x = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brd" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_x = -4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bre" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/east_corridor) +"brh" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bri" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"brj" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + density = 0; + pixel_y = 8; + pixel_x = -10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/sofa/vert/grey/bot, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/east_corridor) +"brm" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brn" = ( +/obj/structure/bed/sofa/vert/grey, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bro" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/east_corridor) +"brp" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = -5; + current_rounds = 24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/east_corridor) +"brr" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/green, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brs" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brt" = ( +/obj/structure/bed/sofa/vert/grey/top, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bru" = ( +/obj/item/clothing/head/cmcap/wy_cap{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brv" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = 11; + current_rounds = 39 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/cola, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bry" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brA" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/vending/coffee, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brD" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brE" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brF" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/east_corridor) +"brH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/east_corridor) +"brI" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/east_corridor) +"brJ" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/east, +/area/white_antre/indoors/upper_level/east_corridor) +"brL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"brM" = ( +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 2.5; + name = "K-series drone"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"brN" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"brO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/east_corridor) +"brP" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"brQ" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32; + pixel_x = 17 + }, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brR" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/main_level/east_containment) +"brS" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"brT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/east_corridor) +"brU" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32; + pixel_x = 17 + }, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"brV" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"brW" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"brX" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/barricade/handrail, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/east_corridor) +"brY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"brZ" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/upper_level/east_corridor) +"bsa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/east_corridor) +"bsb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsd" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bse" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsf" = ( +/obj/effect/random_explosion, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/vending/walkman, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsh" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsi" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bsj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsk" = ( +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bsl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/chest{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsm" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -4; + pixel_y = 11; + current_rounds = 39 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bsn" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bso" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/smg/nailgun, +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bsp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/med{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bsr" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"bss" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bst" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bsu" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours."; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bsw" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bsx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/secure, +/obj/item/cell/high{ + pixel_y = 8 + }, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bsy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/secure, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bsz" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsA" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29" + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bsB" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node/kseries, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bsC" = ( +/turf/open/floor/prison/darkbrowncorners2/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bsD" = ( +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/upper_level/payroll) +"bsE" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bsF" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bsG" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/upper_level/payroll) +"bsH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = 32 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"bsI" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer_hull/outerhull_dir/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bsJ" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bsK" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "110"; + dir = 1 + }, +/area/white_antre/indoors/pmc_dropship) +"bsL" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_left_cap, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/pmc_dropship) +"bsM" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bsN" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_right_cap, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/indoors/pmc_dropship) +"bsO" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{ + light_color = "#FF0000"; + light_on = 1; + light_power = 2; + light_range = 2; + pixel_y = 32 + }, +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"bsP" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bsQ" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bsR" = ( +/obj/structure/girder/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"bsS" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"bsT" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"bsU" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bsV" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"bsW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"bsX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/central_corridor) +"bsY" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"bsZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"bta" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"btb" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"btc" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/main_level/east_containment) +"btd" = ( +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + name = "bunker hatch"; + desc = "Some kind of emergency shelter, this one seems to be locked up tight." + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/upper_level/central_command) +"bte" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 29 + }, +/obj/structure/machinery/light/double, +/obj/item/tool/weldingtool/screen{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/structure/pipes/vents/pump{ + welded = 1 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/upper_level/central_command) +"btf" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/central_corridor) +"btg" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = -6; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bth" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/central_corridor) +"bti" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/director_office) +"btj" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/faxmachine, +/obj/item/tool/pen{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"btk" = ( +/obj/structure/girder/displaced, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"btl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/bluecorner/west, +/area/white_antre/indoors/upper_level/central_command) +"btm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -13 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btn" = ( +/obj/item/storage/toolbox/emergency{ + pixel_x = -9; + pixel_y = -3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"bto" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/upper_level/central_command) +"btp" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = -6; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/central_corridor) +"btq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/prop/invuln/lifeboat_hatch_placeholder/terminal{ + name = "bunker hatch"; + desc = "Some kind of emergency shelter, this one seems to be locked up tight." + }, +/turf/open/floor/hybrisa/carpet/carpetblackdeco, +/area/white_antre/indoors/upper_level/director_office) +"btr" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"bts" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"btt" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = -9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btu" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/central_command) +"btv" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 9; + pixel_y = 20 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_x = -7; + pixel_y = 21; + density = 0 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/upper_level/director_office) +"btw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"btx" = ( +/obj/item/paper/crumpled{ + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/upper_level/central_command) +"bty" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/combat{ + pixel_y = -5 + }, +/obj/item/attachable/bayonet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btz" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/almayer/containment{ + dir = 4; + pixel_x = 2; + pixel_y = 1; + needs_power = 0; + network = list("containment_prime"); + name = "Security Cameras - Prime Containment Zone" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 8 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 5 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/upper_level/central_command) +"btB" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"btC" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters"; + dir = 4 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 8 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_command) +"btD" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"btE" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xgib3" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"btF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/central_corridor) +"btG" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/upper_level/director_office) +"btH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/item/paper/research_notes/unique/tier_four{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/paper/research_notes/grant{ + pixel_y = -7; + pixel_x = -8 + }, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"btI" = ( +/obj/effect/antre/border/edge, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"btJ" = ( +/obj/structure/largecrate/empty/case, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/strata/gray_multi_tiles, +/area/white_antre/indoors/main_level/research) +"btK" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"btN" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/central_corridor) +"btO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/upper_level/director_office) +"btP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tileblackcheckered, +/area/white_antre/indoors/upper_level/director_office) +"btQ" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"btR" = ( +/obj/structure/prop/almayer/computers/sensor_computer3{ + density = 0; + pixel_y = 16 + }, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/upper_level/central_command) +"btS" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"btT" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = 12; + pixel_x = -1 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/antre/border/corner, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"btU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"btV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/east_containment) +"btW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"btX" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"btY" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"btZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"bua" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bub" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"buc" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bud" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/defenses/sentry/premade/antre_wy/random{ + omni_directional = 1; + sentry_range = 6; + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"bue" = ( +/obj/effect/decal/remains/robot{ + pixel_x = -13; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"buf" = ( +/obj/structure/machinery/light/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bug" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_y = 10 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"buh" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"bui" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"buj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"buk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bul" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"bum" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bun" = ( +/obj/item/stack/sheet/metal{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/white_antre/indoors/main_level/east_containment) +"buo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case, +/obj/item/stack/sheet/metal/large_stack, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bup" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"buq" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bur" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bus" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"but" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/east_containment) +"buu" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"buv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"buw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 24 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"bux" = ( +/obj/effect/random_explosion, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"buy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/attachable/bayonet, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"buz" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"buA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/main_level/east_containment) +"buB" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"buC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"buD" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"buE" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/machinery/light/double, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"buF" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"buG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -19; + pixel_y = -14 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"buH" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"buI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + layer = 2.8; + pixel_x = 7; + pixel_y = 10 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/west_corridor) +"buJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/west_corridor) +"buK" = ( +/obj/structure/largecrate/empty/secure, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/west_corridor) +"buL" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"buM" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"buN" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"buO" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"buP" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"buQ" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/xenobio) +"buR" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"buS" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright{ + layer = 4.2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"buT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"buU" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"buV" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"buW" = ( +/obj/item/tank/oxygen/yellow{ + pixel_x = 3 + }, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"buX" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"buY" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/medical) +"buZ" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/west_corridor) +"bva" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"bvb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"bvc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bvd" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bve" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bvf" = ( +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bvg" = ( +/obj/structure/closet/bodybag, +/obj/structure/bed/roller, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bvh" = ( +/obj/structure/closet/bodybag, +/obj/structure/bed/roller, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32; + pixel_x = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bvi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvj" = ( +/obj/structure/machinery/space_heater/radiator/red, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvk" = ( +/obj/structure/closet/emcloset, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvl" = ( +/obj/structure/largecrate/random/case{ + pixel_x = 5 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvm" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/largecrate/random/mini/chest/c{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvn" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvo" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalleft, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvp" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalright, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvq" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvr" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bvt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/east_containment) +"bvu" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"bvv" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvw" = ( +/obj/vehicle/powerloader{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvx" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvy" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvz" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvA" = ( +/obj/structure/largecrate/random/barrel/green{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bvC" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bvD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"bvF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 34 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/bed/sofa/south/grey, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvI" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvK" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"bvM" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvN" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bvO" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/almayer_hull/outerhull_dir/southeast, +/area/white_antre/indoors/upper_level/central_corridor) +"bvP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bvQ" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"bvR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bvS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bvT" = ( +/obj/effect/decal/strata_decals/grime/grime3, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bvU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/payroll) +"bvV" = ( +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/central_corridor) +"bvW" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bvX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/upper_level/payroll) +"bvY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"bvZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = -5; + pixel_x = -19 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"bwa" = ( +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/central_corridor) +"bwb" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bwd" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"bwe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"bwf" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/payroll) +"bwg" = ( +/obj/item/clipboard{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/item/spacecash/ewallet{ + pixel_x = -4; + pixel_y = -10 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/payroll) +"bwh" = ( +/obj/effect/decal/cleanable/blood{ + icon_state = "csplatter1" + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/payroll) +"bwi" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bwj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/obj/item/stack/sheet/metal{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"bwk" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bwl" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bwm" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"bwn" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"bwo" = ( +/obj/item/tool/wrench{ + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"bwp" = ( +/obj/item/stack/sheet/wood{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"bwq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/weapons) +"bwr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"bww" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"bwA" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"bwB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -13 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwC" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/remains/robot{ + pixel_x = -13; + pixel_y = -11 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"bwD" = ( +/obj/item/clipboard{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bwE" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwF" = ( +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwG" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwH" = ( +/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwI" = ( +/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsright, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bwJ" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwK" = ( +/obj/structure/surface/rack, +/obj/item/device/taperecorder, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwL" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/surface/rack, +/obj/item/device/multitool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwM" = ( +/obj/structure/machinery/disposal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwN" = ( +/obj/structure/largecrate/random/secure, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwO" = ( +/obj/structure/largecrate/random/case/small, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwP" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/largecrate/random/barrel/white, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwQ" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"bwR" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bwS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/east, +/area/white_antre/indoors/upper_level/medical) +"bwT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/east, +/area/white_antre/indoors/upper_level/medical) +"bwU" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bwV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"bwW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/xenobio) +"bwX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"bwY" = ( +/obj/structure/machinery/light/double/blue, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bwZ" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxa" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxb" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 6 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxc" = ( +/obj/item/weapon/gun/pistol/vp78{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 13; + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata/white_cyan3/east, +/area/white_antre/indoors/upper_level/medical) +"bxd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/white_cyan3/southeast, +/area/white_antre/indoors/upper_level/medical) +"bxe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/item/frame/table/almayer, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -13 + }, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/strata/white_cyan3, +/area/white_antre/indoors/upper_level/medical) +"bxf" = ( +/obj/structure/window_frame/hybrisa/colony/hospital/reinforced, +/obj/item/shard, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -13 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/medical) +"bxg" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/closet/hydrant{ + pixel_y = 32 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bxh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"bxi" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"bxj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxk" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxl" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxm" = ( +/obj/item/paper{ + layer = 5; + pixel_x = -7; + pixel_y = 7 + }, +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e"; + layer = 3 + }, +/obj/item/paper{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/paper{ + pixel_x = -8; + pixel_y = -1 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxp" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"bxq" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"bxr" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"bxs" = ( +/obj/effect/alien/weeds/node/kseries, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"bxt" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxu" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0; + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"bxv" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxw" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxx" = ( +/obj/structure/surface/table/almayer, +/obj/item/stack/sheet/metal/small_stack, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxy" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/obj/effect/spawner/random/tool, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bxz" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 5; + pixel_x = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxA" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxB" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"bxE" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"bxF" = ( +/obj/structure/closet/crate/science, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/xenobio) +"bxG" = ( +/obj/structure/bed/chair/dropship/passenger, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bxH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/xenobio) +"bxI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/xenobio) +"bxJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxL" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/medical) +"bxM" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"bxN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_containment) +"bxO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"bxP" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/xenobio) +"bxQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/bodybag/tarp/reactive, +/obj/item/bodybag/tarp/reactive, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/xenobio) +"bxR" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxS" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/structure/bed/roller, +/obj/structure/closet/bodybag{ + icon_state = "bodybag_open" + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"bxT" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + color = "#d3d3d3" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + pixel_y = -7; + layer = 2.52 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"bxU" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/xenobio) +"bxV" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"bxW" = ( +/obj/structure/bed/roller, +/obj/item/bodybag/cryobag, +/obj/item/bodybag/cryobag, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bxX" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxY" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bxZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bya" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byb" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -26; + pixel_y = -28 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"byd" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"bye" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_x = -10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"byf" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"byg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"byh" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/closed/wall/hybrisa/colony/hospital, +/area/white_antre/indoors/upper_level/medical) +"byi" = ( +/obj/item/frame/table/almayer, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"byj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"byl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"bym" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"byn" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"byo" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"byp" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"byq" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"byr" = ( +/obj/structure/window_frame/hybrisa/colony/hospital/reinforced, +/obj/item/shard, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/xenobio) +"bys" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/suit/bio_suit/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/item/clothing/head/bio_hood/wy_bio, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/prison/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"byt" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/indoors/main_level/north_containment) +"byu" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/largecrate/supply/medicine/blood, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"byv" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment) +"byw" = ( +/obj/structure/closet/crate/medical, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/medical/advanced/bruise_pack/upgraded, +/obj/item/stack/medical/advanced/ointment/upgraded, +/obj/item/stack/medical/splint/nano, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_x = -21; + pixel_y = -13 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"byy" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = 2; + pixel_x = -8 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byA" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -12; + pixel_y = 1 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"byB" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"byC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"byD" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/green, +/area/white_antre/indoors/main_level/east_containment) +"byE" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"byF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"byG" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/east_containment) +"byH" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/east_containment) +"byI" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -6; + pixel_y = 8; + layer = 3.1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"byJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"byK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"byL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"byM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"byN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"byO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"byP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/corner, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"byQ" = ( +/turf/open/space/basic, +/area/space) +"byR" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"byS" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"byT" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"byV" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open_space, +/area/white_antre/oob) +"byW" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/obj/effect/landmark/lv624/fog_blocker, +/turf/solid_open_space, +/area/white_antre/oob) +"byX" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/strata/east, +/turf/solid_open_space, +/area/white_antre/oob) +"byZ" = ( +/obj/structure/platform/stone/strata/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bza" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/item/tool/crowbar/red, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/south_containment_hive) +"bzb" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/turf/solid_open_space, +/area/white_antre/oob) +"bzd" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"bze" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"bzf" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform_decoration/metal/almayer_smooth, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bzg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"bzj" = ( +/obj/item/trash/crushed_cup, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bzk" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/prison/blue/west, +/area/white_antre/landing_zone/roof) +"bzm" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzn" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"bzo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bzp" = ( +/obj/item/trash/barcardine, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone/roof) +"bzq" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzr" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzs" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/weapon/gun/flamer/survivor{ + pixel_x = 4; + pixel_y = 2; + current_mag = null + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"bzt" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bzu" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bzv" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bzx" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bzy" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzz" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 18; + pixel_y = 25 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzA" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bzB" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bzC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzD" = ( +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet3_black"; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#DAA06D" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"bzE" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzF" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/card/id{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bzG" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/barricade/handrail/no_vault, +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/southwest, +/area/white_antre/landing_zone) +"bzH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bzI" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bzJ" = ( +/obj/structure/prop/server_equipment/yutani_server, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"bzK" = ( +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bzL" = ( +/obj/item/trash/crushed_cup, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bzM" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/closed/wall/strata_outpost/reinforced, +/area/white_antre/outdoors/south_field) +"bzN" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bzO" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"bzP" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzQ" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bzR" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bzS" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bzT" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"bzU" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/structure/barricade/deployable{ + damage_state = 3; + health = 50; + icon_state = "folding_3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzV" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzW" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bzX" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bzY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/item/stack/rods, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"bzZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"bAa" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bAb" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bAc" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAd" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bAe" = ( +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bAf" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bAg" = ( +/obj/structure/stairs/perspective{ + dir = 4; + icon_state = "p_stair_full" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bAh" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bAi" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAj" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAk" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/obj/structure/barricade/deployable{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAl" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bAm" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAn" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAo" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/obj/item/stack/sheet/metal, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/road_east) +"bAq" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"bAr" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAs" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAt" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAu" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -16 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAv" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bAw" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/structure/barricade/deployable{ + damage_state = 2; + dir = 4; + health = 140; + icon_state = "folding_2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/item/stack/rods, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"bAy" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bAz" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAA" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAB" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 6; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAC" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAD" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAE" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"bAF" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"bAG" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAH" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAI" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"bAJ" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5; + pixel_y = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"bAK" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = 16 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bAL" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAM" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 25 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAN" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAO" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 18; + pixel_y = 25 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAP" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"bAQ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bAR" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/prison/red/northwest, +/area/white_antre/landing_zone) +"bAS" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"bAT" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bAU" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bAV" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bAW" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bAX" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"bAY" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bAZ" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBa" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBb" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/metal/almayer_smooth, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bBc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"bBd" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBe" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 25 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBf" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/obj/structure/platform/stone/strata/east, +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bBg" = ( +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bBh" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bBj" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBk" = ( +/obj/item/ammo_magazine/rifle/heap{ + current_rounds = 0 + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bBl" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -1; + pixel_y = -13 + }, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bBm" = ( +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/weapons) +"bBn" = ( +/obj/structure/platform/stone/soro/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bBp" = ( +/obj/item/key/cargo_train{ + pixel_y = 7; + pixel_x = 6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBq" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/platform/stone/soro, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bBr" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBs" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBt" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bBu" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bBv" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue{ + dir = 1; + layer = 4.21 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bBw" = ( +/obj/item/clothing/suit/storage/jacket/marine/bomber{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/card/id{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBx" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer/west, +/obj/item/trash/wy_mre, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bBy" = ( +/obj/effect/attach_point/crew_weapon, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bBz" = ( +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bBA" = ( +/obj/item/trash/wy_mre, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBB" = ( +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bBC" = ( +/obj/item/prop/colony/usedbandage{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"bBD" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_3) +"bBE" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bBF" = ( +/obj/item/trash/wy_mre, +/obj/item/stack/sheet/metal/large_stack{ + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"bBG" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/item/device/flashlight/flare/on{ + fuel_rate = 2.5 + }, +/turf/open/asphalt/brown, +/area/white_antre/oob) +"bBH" = ( +/obj/structure/platform/stone/strata/north, +/obj/structure/platform/stone/soro/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bBI" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bBJ" = ( +/obj/structure/platform/stone/soro/east, +/obj/effect/landmark/lv624/fog_blocker, +/turf/solid_open_space, +/area/white_antre/oob) +"bBK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBP" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications{ + dir = 1; + pixel_y = -4; + pixel_x = 2 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBQ" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBT" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBU" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_off{ + pixel_y = -31 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBV" = ( +/obj/item/frame/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_off{ + pixel_y = -31 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bBZ" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCa" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCd" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCg" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCk" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCl" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCm" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCo" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCq" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCr" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCw" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCx" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCy" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCz" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCB" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCD" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCE" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCF" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCG" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/corsat/brown, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCH" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCI" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCJ" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"bCK" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCM" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCN" = ( +/obj/item/tool/warning_cone, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCO" = ( +/obj/item/stool{ + pixel_y = 6 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCP" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/main_level/west_corridor) +"bCQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/storage/fancy/trading_card, +/obj/item/trash/cigbutt/cigarbutt{ + pixel_x = 11; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCR" = ( +/obj/item/stool{ + pixel_x = -5; + pixel_y = 15; + layer = 4.2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCS" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCT" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCU" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCV" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCW" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCX" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCY" = ( +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bCZ" = ( +/obj/item/stack/tile/plasteel{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDa" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDb" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDc" = ( +/obj/item/stool, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDd" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDe" = ( +/obj/structure/surface/rack, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDf" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDg" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDh" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDi" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = -2; + pixel_y = 15 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDj" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5; + pixel_x = 6 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDk" = ( +/turf/open/floor/hybrisa/metal/grated/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDm" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDo" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/comp_closed, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDp" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDq" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDr" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDs" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDt" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 3; + layer = 2.91 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDu" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDv" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/exterior/prefab_3) +"bDx" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/dorms) +"bDy" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDz" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDA" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDB" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/messaging_server/brown{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDC" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDD" = ( +/obj/item/paper/crumpled{ + layer = 5; + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/comp_open, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDF" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/messaging_server/brown{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDI" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDJ" = ( +/obj/item/tool/carpenters_hammer, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDL" = ( +/obj/structure/surface/rack, +/obj/item/storage/toolkit/full, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDO" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/item/tool/wrench, +/turf/open_space, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDP" = ( +/obj/item/paper/crumpled{ + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDQ" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/computer/communications{ + dir = 1; + pixel_y = -4; + pixel_x = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDS" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/box, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDT" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 16; + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDU" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/item/frame/table/almayer, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 3 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/south_overwatch) +"bDY" = ( +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/exterior/prefab_3) +"bDZ" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/exterior/prefab_3) +"bEa" = ( +/obj/structure/surface/rack, +/obj/item/tool/weldpack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEd" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEf" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEh" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEi" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEj" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEk" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEm" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEn" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 16; + pixel_y = 16 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEq" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEr" = ( +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/exterior/prefab_3) +"bEu" = ( +/obj/structure/largecrate/empty/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1; + layer = 2.9; + pixel_y = 9 + }, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEw" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_5"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEx" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/item/device/defibrillator/synthetic, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/corsat/brown/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEA" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEB" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEC" = ( +/obj/structure/bed/sofa/south/grey, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bED" = ( +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8e98a0" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEF" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/engineering) +"bEG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEH" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEK" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEO" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"bER" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"bES" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"bET" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_overwatch) +"bEU" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bEV" = ( +/obj/item/card/id/silver/cl/hyperdyne{ + name = "W-Y Site Head of Security"; + access = list(212) + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bEW" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bEY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"bEZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"bFa" = ( +/obj/structure/machinery/light/double, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"bFb" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/white_cyan4/west, +/area/white_antre/indoors/upper_level/medical) +"bFc" = ( +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFd" = ( +/obj/structure/closet/emcloset, +/obj/item/storage/firstaid/regular, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFe" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/xenobio) +"bFf" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"bFg" = ( +/obj/structure/closet/firecloset/full, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFi" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"bFj" = ( +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/east_containment) +"bFk" = ( +/obj/structure/shuttle/part/dropship_wy/right_outer_wing_connector, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"bFl" = ( +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"bFm" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/east_containment) +"bFn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"bFo" = ( +/obj/structure/machinery/light/double{ + pixel_x = -16 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"bFp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"bFr" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFs" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFt" = ( +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFu" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bFw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/canteen) +"bFx" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFy" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFz" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/kitchen/utensil/pspoon, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -28 + }, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFA" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bFC" = ( +/obj/effect/decal/cleanable/blood, +/turf/closed/wall/hybrisa/colony, +/area/white_antre/indoors/upper_level/canteen) +"bFD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFE" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFF" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFG" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFH" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = 6; + pixel_y = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/canteen) +"bFI" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bFJ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal5, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFK" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/condiment, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFL" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/trash/tray, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -13; + pixel_y = 33 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFO" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFP" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFQ" = ( +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFR" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/green, +/area/white_antre/indoors/upper_level/west_corridor) +"bFT" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"bFU" = ( +/obj/item/stool{ + pixel_y = 6 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bFV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFW" = ( +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFX" = ( +/obj/effect/landmark/lv624/door_blocker, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/east_overwatch) +"bFY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bFZ" = ( +/obj/effect/landmark/lv624/door_blocker, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGa" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/landmark/lv624/door_blocker, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGb" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGc" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGd" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/landmark/lv624/door_blocker, +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGe" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 3 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGf" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/landmark/lv624/door_blocker, +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGg" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/obj/effect/random_explosion/medium{ + max_time = 2000; + min_time = 2000 + }, +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGi" = ( +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGj" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"bGl" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"bGo" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGp" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGr" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/west_corridor) +"bGs" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGt" = ( +/obj/structure/bed/chair/office{ + dir = 8 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/west_corridor) +"bGu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stool{ + pixel_x = -4; + pixel_y = 10 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bGw" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/upper_level/west_corridor) +"bGx" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stool{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bGz" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/indoors/upper_level/east_overwatch) +"bGA" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bGB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bGC" = ( +/obj/item/attachable/bayonet, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"bGD" = ( +/obj/item/attachable/bayonet, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bGE" = ( +/obj/item/ammo_casing/bullet, +/obj/item/attachable/bayonet/wy, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bGF" = ( +/obj/item/attachable/bayonet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bGG" = ( +/obj/item/stool{ + pixel_y = 8 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bGH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bGI" = ( +/turf/open/auto_turf/shale/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"bGJ" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/solid_open_space, +/area/white_antre/oob) +"bGK" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/outdoors/south_field/under_cover) +"bGL" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"bGM" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field/under_cover) +"bGN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bGO" = ( +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"bGP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/south_containment) +"bGQ" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bGR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"bGS" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bGT" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bGU" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bGV" = ( +/obj/structure/safe/floor{ + spawnkey = 0 + }, +/obj/item/storage/box/stompers, +/obj/item/spacecash/c1000, +/obj/item/spacecash/c1000, +/obj/item/spacecash/ewallet, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/obj/item/weapon/gun/pistol/m1911/socom/equipped, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/obj/item/ammo_magazine/pistol/m1911, +/turf/open/floor/corsat/officetiles, +/area/white_antre/indoors/upper_level/director_office) +"bGW" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bGX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -13 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bGY" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bGZ" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bHa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/canteen) +"bHb" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bHc" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bHd" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bHe" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bHf" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bHg" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bHh" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHi" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHj" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHk" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHl" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHm" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/west_corridor) +"bHn" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHo" = ( +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"bHp" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHq" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/corsat, +/area/white_antre/indoors/upper_level/east_overwatch) +"bHs" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHu" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHw" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/almayer_hull/outerhull_dir/southwest, +/area/white_antre/indoors/upper_level/central_corridor) +"bHx" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bHy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHz" = ( +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/records) +"bHA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHB" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"bHC" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHD" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHE" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bHF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 5 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bHG" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bHH" = ( +/obj/structure/window/framed/corsat/research, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"bHI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bHJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bHK" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/device/reagent_scanner{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bHL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bHM" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/device/pdt_locator_tube{ + pixel_x = 7 + }, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bHN" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bHO" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bHP" = ( +/obj/structure/closet/wardrobe/green, +/obj/item/weapon/baton, +/obj/item/weapon/baton, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bHQ" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bHR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -18; + pixel_y = -4; + layer = 3.1 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bHS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bHT" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHU" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bHV" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 6 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bHW" = ( +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bHX" = ( +/obj/structure/closet/wardrobe/green, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bHY" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_y = -4; + pixel_x = -14 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bHZ" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bIa" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIb" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bIc" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"bId" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bIe" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bIf" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bIg" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 1; + pixel_y = 2 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bIh" = ( +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/storage/box/beakers{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bIi" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIj" = ( +/obj/structure/barricade/handrail, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/west_corridor) +"bIk" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bIl" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/upper_level/simian_storage) +"bIm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = -11 + }, +/obj/structure/machinery/light/double/blue{ + dir = 8 + }, +/turf/open/floor/almayer/sterile_green_side, +/area/white_antre/indoors/upper_level/simian_storage) +"bIn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_y = -12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = -12; + pixel_x = 1 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = -11 + }, +/obj/structure/machinery/light/double/blue{ + dir = 4 + }, +/turf/open/floor/almayer/sterile_green_side, +/area/white_antre/indoors/upper_level/simian_storage) +"bIp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/almayer/sterile_green_side/southwest, +/area/white_antre/indoors/upper_level/simian_storage) +"bIq" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/storage/fancy/vials/random, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bIr" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/item/device/camera{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bIs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"bIt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIu" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bIv" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassall_3" + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bIw" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/west_corridor) +"bIx" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bIy" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bIz" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/west_corridor) +"bIA" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIC" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bID" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalleft, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIE" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalright, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIF" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIG" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bII" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bIJ" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bIK" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/prop/invuln{ + desc = "A deceased K-series xenomorph, looks like it died a very short time ago."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 2.5; + name = "K-series drone"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bIL" = ( +/obj/item/stool{ + pixel_x = -4; + pixel_y = 23 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIN" = ( +/obj/structure/surface/table/reinforced/prison{ + climbable = 0 + }, +/obj/effect/spawner/random/toolbox{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/paper_bin/wy{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIO" = ( +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bIP" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIQ" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIR" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIS" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bIT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/upper_level/west_corridor) +"bIU" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bIV" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/west_corridor) +"bIW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/upper_level/west_corridor) +"bIX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIY" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bIZ" = ( +/obj/structure/machinery/big_computers/computerwhite/computer2{ + pixel_x = 9 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/sterile_green_side/north, +/area/white_antre/indoors/upper_level/simian_storage) +"bJa" = ( +/obj/structure/machinery/big_computers/computerwhite/computer4, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bJb" = ( +/obj/structure/machinery/big_computers/computerwhite/computer5, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bJc" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bJd" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"bJe" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/machinery/light/double{ + dir = 1; + pixel_x = 15 + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bJf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bJh" = ( +/obj/item/ammo_casing/bullet, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bJi" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/upper_level/west_corridor) +"bJj" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bJk" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"bJl" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 2; + pixel_y = -9 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/west_corridor) +"bJm" = ( +/obj/item/prop{ + desc = "Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "defense_base_off"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/item/prop{ + desc = "The turret is hanging on by a thread. Something tore this apart."; + icon = 'icons/obj/structures/machinery/defenses/wy_defenses.dmi'; + icon_state = "Normal wy_sentry_destroyed"; + name = "Destroyed WY 5-GSE3 Static Turret"; + anchored = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_red" + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -10 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/upper_level/west_corridor) +"bJn" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 1; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bJo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + layer = 2.9; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + layer = 2.9; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bJp" = ( +/obj/structure/filingcabinet/filingcabinet{ + density = 0; + layer = 2.9; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bJq" = ( +/obj/structure/machinery/light/double/blue{ + dir = 1 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/almayer/sterile_green, +/area/white_antre/indoors/upper_level/simian_storage) +"bJr" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/west_corridor) +"bJs" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"bJt" = ( +/obj/structure/window_frame/hybrisa/research/reinforced, +/obj/item/shard, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/west_corridor) +"bJu" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"bJv" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pouch/electronics/full, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJx" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/weldpack, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJy" = ( +/obj/structure/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJz" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJA" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/corsat/brown/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJB" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJC" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJD" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJE" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 2; + pixel_y = 6 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJG" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJH" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJI" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJJ" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 5; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJQ" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -4; + pixel_y = -21 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJR" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJS" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + pixel_x = -13; + pixel_y = -42 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJT" = ( +/obj/structure/closet/emcloset, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJU" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_3) +"bJV" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pouch/engikit, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJY" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bJZ" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 8; + pixel_y = 23 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKa" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = 7; + pixel_y = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKb" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKc" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKd" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKe" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_y = -6; + pixel_x = -2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKf" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKg" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKh" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKi" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKm" = ( +/obj/structure/machinery/light/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKn" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKo" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKp" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKq" = ( +/obj/structure/largecrate/empty/case/double{ + layer = 2.9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKr" = ( +/obj/structure/largecrate/empty/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKu" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -1; + pixel_y = 19 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKv" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKw" = ( +/turf/open/floor/hybrisa/metal/grated/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKx" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKy" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKA" = ( +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKB" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKC" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKD" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKE" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKF" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKG" = ( +/obj/item/weapon/gun/pistol/vp78{ + current_mag = null; + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 9 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/prop/server_equipment/laptop/on, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKI" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 3; + layer = 2.91 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKJ" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKK" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKL" = ( +/obj/structure/reagent_dispensers/tank/water{ + anchored = 1 + }, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKM" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKN" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKO" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKP" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/messaging_server/brown{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/taperecorder{ + pixel_y = -5; + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKS" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKT" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null; + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/ammo_magazine/rifle/ap{ + pixel_x = -8; + pixel_y = -7; + current_rounds = 34 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKU" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKV" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/machinery/big_computers/messaging_server/brown{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKW" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKY" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/corsat/squares, +/area/white_antre/indoors/upper_level/north_overwatch) +"bKZ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLa" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/paper_bin{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLc" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = 12 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_x = -24; + pixel_y = 5 + }, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLd" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = -14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/north, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 3 + }, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLf" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLg" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/cyan, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLh" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_5"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLi" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLj" = ( +/obj/structure/bed/chair/office/light{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLk" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLl" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLm" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLn" = ( +/obj/structure/prop/tower, +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/outdoors/facility_exterior) +"bLo" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/corsat/brown/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLp" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLs" = ( +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLt" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLu" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLv" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#b7b8b2" + }, +/obj/item/device/radio{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLy" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLz" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLA" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLB" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLC" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLD" = ( +/obj/structure/stairs/perspective{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLE" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLF" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLG" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLH" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3, +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLI" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLJ" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLK" = ( +/obj/structure/largecrate/empty/case, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLL" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLM" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLN" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLO" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/hybrisa/metal/bluemetalcorner/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bright_clean2, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLQ" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLR" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLS" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLT" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLU" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLV" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLW" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLY" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bLZ" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"bMa" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMb" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop{ + pixel_y = 3; + pixel_x = -6 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMc" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMe" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + pixel_y = 6 + }, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMf" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/east, +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform3/west, +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMh" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMi" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMj" = ( +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMk" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMl" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 31 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMm" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMo" = ( +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMp" = ( +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMq" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"bMr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{ + dir = 1; + light_color = "#00da64"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/prop/almayer/flight_recorder{ + pixel_x = 9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMs" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/north_overwatch) +"bMt" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bMu" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bMv" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMw" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMx" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMy" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bMz" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_6" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bMA" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMB" = ( +/obj/structure/flora/tree/tyrargo, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMC" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMD" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bME" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMF" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_3"; + layer = 2.9 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMG" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bMH" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/closed/wall/strata_ice/rock, +/area/white_antre/oob) +"bMI" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bMJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bMK" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bML" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMM" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bMO" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"bMP" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bMQ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMR" = ( +/obj/structure/flora/tree/tyrargo/tree_2, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMS" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMU" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMV" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMX" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bMY" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bMZ" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNa" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNb" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNc" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNd" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNe" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNf" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNg" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNi" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/exterior/prefab_3) +"bNj" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNk" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNl" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bNm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bNn" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNo" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNp" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNq" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bNr" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bNs" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bNt" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNu" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNv" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNw" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced/colony{ + dir = 1 + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/security) +"bNA" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNB" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNC" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bND" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNE" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNF" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNG" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNH" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNJ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNK" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"bNL" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bNM" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/closed/wall/strata_ice/rock, +/area/white_antre/oob) +"bNN" = ( +/obj/effect/mist/steam{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNO" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNP" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNQ" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNR" = ( +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNS" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNT" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNU" = ( +/obj/effect/mist/steam{ + pixel_x = 8; + pixel_y = 7 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNV" = ( +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNW" = ( +/obj/effect/mist/steam{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNX" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNY" = ( +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bNZ" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOa" = ( +/obj/effect/mist/steam{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOb" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOc" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOd" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOe" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOf" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOg" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOh" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOi" = ( +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOj" = ( +/obj/structure/platform/stone/strata/east, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bOm" = ( +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOn" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOo" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/metal/almayer_smooth/north, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOp" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/platform/metal/almayer_smooth/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bOq" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/obj/structure/platform/metal/almayer_smooth/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bOr" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/structure/platform/metal/almayer_smooth/east, +/turf/solid_open_space, +/area/white_antre/oob) +"bOt" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOu" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOv" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/effect/mist/steam{ + pixel_x = 8; + pixel_y = -9 + }, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOw" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo{ + dir = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"bOx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft, +/obj/structure/barricade/handrail/no_vault{ + layer = 4.12 + }, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"bOy" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/obj/effect/mist/steam{ + pixel_x = 8; + pixel_y = -9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOz" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform_decoration/metal/almayer_smooth, +/obj/effect/mist/steam{ + pixel_x = 8; + pixel_y = -9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOB" = ( +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOC" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOD" = ( +/obj/structure/platform/stone/strata/east, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOF" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOG" = ( +/obj/structure/platform/stone/strata/east, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOH" = ( +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOI" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOJ" = ( +/obj/structure/platform/stone/strata/east, +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOK" = ( +/obj/structure/platform/stone/soro/east, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOL" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOM" = ( +/obj/structure/platform/stone/soro/east, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bON" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOO" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOQ" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/stone/strata, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"bOR" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOS" = ( +/obj/effect/mist/steam{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOT" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = 9 + }, +/turf/solid_open_space, +/area/white_antre/oob) +"bOU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bOV" = ( +/obj/structure/bed/roller, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bOW" = ( +/obj/structure/surface/table/almayer{ + dir = 4; + flipped = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/medical) +"bOX" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bOY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bOZ" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"bPb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"bPc" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bPe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"bPf" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPg" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPh" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bPj" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPk" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPl" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPm" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPn" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPo" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPp" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPq" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPr" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPs" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPt" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPw" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bPx" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPy" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPz" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPA" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPB" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bPC" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPD" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bPE" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPF" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bPH" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bPI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bPJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bPL" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPM" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPN" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bPO" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bPP" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bPQ" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bPR" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bPS" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"bPU" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bPY" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bPZ" = ( +/obj/structure/stairs/multiz/down{ + dir = 1 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/west_corridor) +"bQa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"bQb" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bQc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_corridor) +"bQd" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bQe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bQf" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bQg" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bQh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/east_corridor) +"bQi" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bQj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/upper_level/payroll) +"bQk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"bQl" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"bQm" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"bQn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"bQo" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/upper_level/east_corridor) +"bQp" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/main_level/south_containment_hive) +"bQq" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"bQr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/west_corridor) +"bQs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bQt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/roller, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bQu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bQv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/upper_level/ancillery_storage) +"bQw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bQx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/payroll) +"bQy" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/snacks/mre_pack/meal5, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bQz" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/payroll) +"bQA" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bQB" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bQC" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bQD" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bQE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"bQF" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowgrassbb_2" + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bQG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"bQH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bQI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bQJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bQK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bQL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"bQM" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bQN" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bQO" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bQP" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"bQT" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"bQU" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bQV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/west_corridor) +"bQX" = ( +/obj/effect/antre/border/edge{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"bQY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/upper_level/canteen) +"bQZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/west_corridor) +"bRa" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bRc" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bRd" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRe" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bRf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"bRg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bRh" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/central_command) +"bRi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/upper_level/central_command) +"bRj" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 4; + id = "command_centre" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_command) +"bRk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"bRl" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"bRm" = ( +/obj/effect/mist/steam{ + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRn" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -17; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRo" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"bRp" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRq" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bRr" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRs" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4; + pixel_x = -18 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"bRt" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"bRu" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRv" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRw" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3" + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRx" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRy" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRz" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRA" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/sterile_green_side, +/area/white_antre/indoors/upper_level/simian_storage) +"bRC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"bRD" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRE" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bRF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bRG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"bRH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/records) +"bRI" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bRJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/records) +"bRK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/records) +"bRL" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/white_antre/oob) +"bRM" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"bRN" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 1; + layer = 2.51; + pixel_x = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"bRO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/sterile_green_side/southwest, +/area/white_antre/indoors/upper_level/simian_storage) +"bRP" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/dark_sterile, +/area/white_antre/indoors/upper_level/simian_storage) +"bRQ" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/oob) +"bRR" = ( +/turf/open/auto_turf/shale/layer2, +/area/white_antre/oob) +"bRS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/south_containment) +"bRT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bRU" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bRV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"bRW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"bRX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"bRY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bRZ" = ( +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/hybrisa/street/roadlines3, +/area/white_antre/outdoors/facility_exterior) +"bSa" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 4; + pixel_y = 8; + layer = 3.1 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/outdoors/facility_exterior) +"bSb" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bSc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"bSd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSe" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"bSf" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSg" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSi" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"bSj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSl" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSo" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/weapons) +"bSp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_corridor) +"bSq" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"bSr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced/colony{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/security) +"bSt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"bSu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"bSv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"bSw" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"bSx" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"bSy" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSA" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"bSB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"bSC" = ( +/obj/structure/stairs/perspective{ + dir = 10; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bSD" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bSE" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSF" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_south) +"bSH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/ext_relay_south) +"bSI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/exterior/ext_relay_south) +"bSJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_south) +"bSK" = ( +/obj/structure/window/framed/hybrisa/colony/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_south) +"bSL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"bSM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 9 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bSN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bSO" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSP" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSR" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSS" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"bST" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bSV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bSW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bSX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSY" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bSZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bTa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/dorms) +"bTb" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bTc" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bTd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bTe" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"bTf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"bTg" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_containment) +"bTh" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bTi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bTj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"bTk" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"bTl" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"bTm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement15, +/area/white_antre/outdoors/facility_exterior) +"bTn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"bTo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bTp" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"bTq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bTr" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"bTs" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"bTt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"bTu" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"bTv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"bTw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bTx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/silver2/south, +/area/white_antre/indoors/main_level/west_corridor) +"bTy" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"bTz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"bTA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"bTB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"bTC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"bTD" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bTE" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bTF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bTG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bTH" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/obj/structure/lz_sign/antre_sign/facility, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/facility_exterior) +"bTI" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/facility_exterior) +"bTJ" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"bTK" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"bTL" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bTM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/dorms) +"bTN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_corridor) +"bTO" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"bTP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/weeds/node/kseries, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_corridor) +"bTQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_corridor) +"bTR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"bTS" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bTT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/flooredge/east, +/area/white_antre/indoors/main_level/dorms) +"bTU" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"bTV" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/research) +"bTW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bTX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"bTY" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bTZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bUa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"bUb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"bUc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"bUd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"bUe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"bUf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"bUg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement9, +/area/white_antre/outdoors/facility_exterior) +"bUh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bUi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"bUj" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/research) +"bUk" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"bUl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"bUm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"bUn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bUo" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bUp" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"bUq" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_north) +"bUr" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_north) +"bUs" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bUt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 10 + }, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"bUu" = ( +/obj/structure/stairs/perspective{ + dir = 9; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bUv" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bUw" = ( +/obj/item/ammo_magazine/smg/p90{ + pixel_x = -6; + pixel_y = 1; + current_rounds = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bUx" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bUy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"bUz" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"bUA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/engineering) +"bUB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"bUC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"bUD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"bUE" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"bUF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"bUG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"bUH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"bUI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"bUJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"bUK" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bUL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"bUM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"bUN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/structure/machinery/prop/almayer/computer/PC, +/turf/open/floor/prison/darkbrown3/northeast, +/area/white_antre/indoors/exterior/ext_relay_south) +"bUO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"bUP" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bUQ" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bUR" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3" + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bUS" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bUT" = ( +/obj/structure/largecrate/supply/medicine/optable, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bUU" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"bUV" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bUW" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bUX" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"bUY" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"bUZ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/small/mouse/rat/white, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"bVa" = ( +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 8 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"bVb" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"bVc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"bVd" = ( +/obj/structure/pipes/standard/manifold/hidden/purple, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"bVe" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"bVf" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"bVg" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 9 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"bVh" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 5 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"bVi" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 9 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/east_maint) +"bVj" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/small/mouse/rat/white, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/west_maint) +"bVk" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"bVl" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/west_maint) +"bVm" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 6 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bVn" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bVo" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 10 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bVp" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/east_maint) +"bVq" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bVr" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"bVs" = ( +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"bVt" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/west_maint) +"bVu" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/east_maint) +"bVv" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/east_maint) +"bVw" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/purple, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/underground_level/west_maint) +"bVx" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/west_maint) +"bVy" = ( +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"bVz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"bVA" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/small/mouse/rat/gray, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bVB" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"bVC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"bVD" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"bVE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/east_maint) +"bVF" = ( +/obj/structure/prop/invuln/overhead_pipe{ + pixel_y = -6 + }, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"bVG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 1 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"bVH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"bVI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 10 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/east_maint) +"bVJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/mob/living/simple_animal/small/mouse/rat/black, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"bVL" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"bVM" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = -1; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bVN" = ( +/obj/item/stack/rods{ + pixel_y = 9; + pixel_x = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/facility_exterior) +"bVO" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/facility_exterior) +"bVP" = ( +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"bVQ" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"bVR" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bVS" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20; + layer = 3.20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20; + layer = 3.20 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"bVT" = ( +/obj/item/ammo_magazine/pistol/vp78{ + current_rounds = 13; + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/metal/bluemetalcorner/west, +/area/white_antre/indoors/upper_level/north_overwatch) +"bVU" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bVV" = ( +/obj/item/trash/cigbutt, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bVW" = ( +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"bVX" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bVY" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/red/north, +/area/white_antre/indoors/main_level/south_containment) +"bVZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/south_containment) +"bWa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bWb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bWc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"bWd" = ( +/obj/structure/flora/tree/tyrargo, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"bWe" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/south_containment) +"bWf" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"bWg" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/south_containment) +"bWh" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/south_containment) +"bWi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/south_containment) +"bWj" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"bWk" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bWl" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bWm" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bWn" = ( +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/north_field) +"bWo" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bWp" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bWq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"bWr" = ( +/obj/structure/flora/tree/tyrargo/tree_3, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"bWs" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bWt" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"bWu" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bWv" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"bWw" = ( +/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble6, +/turf/open/floor/almayer_hull, +/area/white_antre/outdoors/facility_exterior) +"bWx" = ( +/obj/structure/bed/roller, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/meter{ + pixel_y = 32 + }, +/turf/open/floor/strata/white_cyan2/west, +/area/white_antre/indoors/upper_level/medical) +"bWy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWD" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"bWE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetalcorner, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/metal/bluemetalcorner/north, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWJ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWK" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"bWL" = ( +/obj/effect/acid_hole{ + icon_state = "hole_1" + }, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/east_corridor) +"bWM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_overwatch) +"bWN" = ( +/obj/structure/barricade/handrail/no_vault{ + layer = 4.12 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blackwyright, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"bWO" = ( +/obj/structure/barricade/handrail/no_vault, +/obj/structure/largecrate/random/mini/small_case/c{ + pixel_x = -7; + pixel_y = 17; + layer = 3.01 + }, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"bWP" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"bWQ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/southeast, +/area/white_antre/landing_zone) +"bWR" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet/crate/internals{ + pixel_x = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bWS" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWT" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWU" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 7 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWV" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWW" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWX" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/east, +/area/white_antre/landing_zone) +"bWY" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bWZ" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXa" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXb" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/northeast, +/obj/effect/decal/hybrisa/dirt, +/turf/solid_open_space, +/area/white_antre/oob) +"bXc" = ( +/obj/structure/prop/dam/crane/cargo, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"bXd" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXe" = ( +/obj/structure/largecrate/random{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/floor/prison/redcorner/west, +/area/white_antre/landing_zone) +"bXf" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXg" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/redcorner, +/area/white_antre/landing_zone) +"bXh" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/secure, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXi" = ( +/obj/structure/largecrate/random/mini/wooden{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/item/stack/sheet/wood{ + layer = 2.7; + pixel_y = 11 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXj" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bXk" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 15 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"bXl" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/structure/prop/hybrisa/airport/refuelinghose{ + pixel_y = -20; + pixel_x = -7 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bXm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 1; + pixel_x = -13 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/landing_zone) +"bXn" = ( +/obj/item/tool/warning_cone{ + pixel_x = 14; + pixel_y = 16 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXo" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bXp" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose2{ + pixel_y = 12; + pixel_x = -7 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bXr" = ( +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXs" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXt" = ( +/obj/structure/showcase{ + breakable = 1; + density = 0; + desc = null; + icon_state = "igniter0"; + name = "floor panel" + }, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/landing_zone) +"bXu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/tool/warning_cone{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/tool/warning_cone{ + layer = 4; + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXw" = ( +/obj/structure/machinery/door/airlock/hatch/cockpit/two{ + req_access = null; + req_one_access = null; + dir = 1 + }, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/pmc_dropship) +"bXx" = ( +/obj/effect/landmark/spycam_start, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXy" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"bXz" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 17; + layer = 4.2 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXB" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Green{ + dir = 1; + pixel_x = 5 + }, +/obj/structure/reagent_dispensers/tank/fuel/spacecraft{ + layer = 4.2; + pixel_x = 10; + pixel_y = 26 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bXD" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXE" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXF" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"bXG" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/landing_zone) +"bXH" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXI" = ( +/obj/item/stack/sheet/wood, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXJ" = ( +/obj/item/tool/warning_cone{ + pixel_x = 10; + pixel_y = 14 + }, +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"bXK" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXL" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXM" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"bXN" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/tool/screwdriver{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"bXO" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = -9; + pixel_y = 1 + }, +/obj/item/paper/crumpled{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/clothing/accessory/health/ceramic_plate{ + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"bXQ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/redcorner/east, +/area/white_antre/landing_zone) +"bXR" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXS" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bXT" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/medical{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/prison/red/west, +/area/white_antre/landing_zone) +"bXU" = ( +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = 9; + pixel_x = 11 + }, +/obj/item/stack/sheet/wood{ + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXV" = ( +/obj/structure/largecrate/machine/bodyscanner{ + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"bXW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/white{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"bXX" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/obj/structure/cargo_container/hybrisa/containersextended/medicalleft, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bXY" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/obj/structure/cargo_container/hybrisa/containersextended/medicalright, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bXZ" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = 3; + pixel_x = -7 + }, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bYa" = ( +/obj/structure/barricade/handrail/no_vault{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bYb" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/north, +/area/white_antre/landing_zone) +"bYc" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 1 + }, +/obj/item/clothing/under/marine/veteran/pmc{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/clothing/under/marine/veteran/pmc, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"bYd" = ( +/obj/structure/closet/crate, +/obj/item/reagent_container/glass/watertank/atmos, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"bYe" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"bYf" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"bYg" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"bYh" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/oob) +"bYi" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/oob) +"bYj" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor" + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/oob) +"bYk" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor"; + dir = 4 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/oob) +"bYl" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"bYn" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYo" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYp" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYq" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYr" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/south_containment_hive) +"bYt" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/south_field) +"bYu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/security) +"bYv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/south_field) +"bYw" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greenleft, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"bYx" = ( +/obj/structure/stairs/perspective{ + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"bYz" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/landing_zone) +"bYA" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/north_field) +"bYB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/north_field) +"bYC" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bYD" = ( +/obj/structure/stairs/perspective{ + dir = 5; + icon_state = "p_stair_full" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"bYE" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/facility_exterior) +"bYF" = ( +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/indoors/main_level/north_containment_hive) +"bYH" = ( +/turf/open/slippery/roof/dir/east, +/area/white_antre/outdoors/facility_exterior) +"bYI" = ( +/turf/open/slippery/roof/dir/north, +/area/white_antre/outdoors/facility_exterior) +"bYJ" = ( +/obj/structure/flora/tree/tyrargo/tree_3, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"bYK" = ( +/turf/open/slippery/roof/dir/southwest, +/area/white_antre/outdoors/facility_exterior) +"bYL" = ( +/turf/open/slippery/roof/dir, +/area/white_antre/outdoors/facility_exterior) +"bYM" = ( +/turf/open/slippery/roof/dir/southeast, +/area/white_antre/outdoors/facility_exterior) +"bYN" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/main_level/security) +"bYO" = ( +/turf/open/slippery/roof, +/area/white_antre/outdoors/facility_exterior) +"bYP" = ( +/turf/open/slippery/roof/dir/west, +/area/white_antre/outdoors/facility_exterior) +"bYQ" = ( +/turf/open/slippery/roof/dir/northwest, +/area/white_antre/outdoors/facility_exterior) +"bYR" = ( +/turf/open/slippery/roof/dir/northeast, +/area/white_antre/outdoors/facility_exterior) +"bYZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/exterior/prefab_3) +"bZi" = ( +/turf/closed/wall/hybrisa/research/reinforced/hull, +/area/white_antre/indoors/main_level/weapons) +"bZj" = ( +/turf/closed/wall/hybrisa/marhsalls/unmeltable, +/area/white_antre/oob) +"bZk" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/oob) +"bZm" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"bZn" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/indoors/main_level/research) +"bZo" = ( +/turf/closed/wall/hybrisa/colony/reinforced/hull, +/area/white_antre/indoors/main_level/engineering) +"bZp" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"bZq" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/indoors/upper_level/east_overwatch) +"bZr" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/north_containment) +"bZs" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/machinery/door/poddoor/almayer/blended/white{ + name = "Cash Flow Lockdown Shutter"; + needs_power = 0; + id = "cash_flow" + }, +/turf/open/shuttle/dropship/light_grey_bottom_right, +/area/white_antre/indoors/pmc_dropship) +"bZt" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bZu" = ( +/obj/structure/closet, +/obj/item/storage/box/kit/self_defense, +/obj/item/storage/box/kit/self_defense, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"bZv" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal5" + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"bZw" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bZx" = ( +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"bZz" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/south_containment) +"bZA" = ( +/obj/structure/stairs/perspective{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/south_containment) +"bZB" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"bZD" = ( +/obj/structure/stairs/perspective{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/north_containment) +"bZE" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/north_containment) +"bZF" = ( +/obj/structure/machinery/big_computers/computerbrown/computer4{ + layer = 2.9 + }, +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZG" = ( +/obj/item/tool/screwdriver{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZH" = ( +/obj/item/tool/crowbar/red, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZI" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZJ" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZK" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZL" = ( +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZM" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZN" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZO" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/south_overwatch) +"bZR" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/canteen) +"bZS" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"bZT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/upper_level/canteen) +"bZU" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"bZV" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/upper_level/canteen) +"bZW" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/upper_level/canteen) +"bZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bZY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"bZZ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"caa" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/canteen) +"cab" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/upper_level/canteen) +"cac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"cad" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/north_overwatch) +"cae" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/north_overwatch) +"caf" = ( +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"cag" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/indoors/upper_level/north_overwatch) +"cah" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"cai" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/handrail, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/north_overwatch) +"caj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cak" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/computer/telecomms/monitor{ + pixel_y = 22 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"cal" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = 9 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"cam" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"can" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 22 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_3) +"cao" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"cap" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greenright, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"caq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"car" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cas" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_3) +"cat" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"cau" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cav" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"caw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cax" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 9; + pixel_y = 7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cay" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"caz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"caA" = ( +/turf/open/floor/hybrisa/metal/bluemetalfull, +/area/white_antre/landing_zone/roof) +"caB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"caC" = ( +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/north_field) +"caD" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/north_field) +"caE" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_6" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/north_field) +"caF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"caG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"caH" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -8; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"caI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"caJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"caK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"caL" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"caM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"caN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"caO" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 7; + pixel_y = 18 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"caP" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/indoors/exterior/prefab_1) +"caQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_1) +"caR" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_1) +"caS" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Medical_Cargo, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"caT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -8; + pixel_y = 24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"caU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/exterior/prefab_1) +"caV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_1) +"caW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_1) +"caX" = ( +/obj/structure/closet/crate, +/obj/item/tool/crowbar/red, +/obj/item/tool/crowbar/red, +/obj/item/tool/wrench, +/obj/item/tool/wrench, +/obj/item/tool/wirecutters, +/obj/item/tool/wirecutters, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/exterior/prefab_1) +"caY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"caZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cba" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/device/radio/off{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = 6 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/exterior/prefab_1) +"cbb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/machinery/door/window/southleft{ + dir = 8 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"cbc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/exterior/prefab_1) +"cbd" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_1) +"cbe" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_1) +"cbf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/exterior/prefab_1) +"cbg" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 4; + pixel_x = -7 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/indoors/exterior/prefab_1) +"cbh" = ( +/obj/structure/surface/rack, +/obj/item/storage/pouch/survival/full/black, +/obj/item/storage/pouch/survival/full/black, +/obj/item/storage/pouch/survival/full/black, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/exterior/prefab_1) +"cbi" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/exterior/prefab_1) +"cbj" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/exterior/prefab_1) +"cbk" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/misc/flares, +/obj/item/ammo_box/magazine/misc/flares, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/exterior/prefab_1) +"cbl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cbm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbn" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 5; + pixel_y = 22 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cbo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cbr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cbs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/largecrate/random, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cbt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbv" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/indoors/exterior/prefab_2) +"cbw" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/misc/flares, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cbx" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/misc/flashlight, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cby" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/misc/power_cell, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cbz" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cbA" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/prefab_2) +"cbB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/prefab_2) +"cbC" = ( +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/prefab_2) +"cbD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/prefab_2) +"cbE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/prefab_2) +"cbF" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -9; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cbH" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_2) +"cbI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_2) +"cbJ" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_2) +"cbK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cbL" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_2) +"cbM" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/almayer/emeraldcornersmooth/east, +/area/white_antre/indoors/main_level/research) +"cbN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/closet/crate, +/obj/item/maintenance_jack, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_2) +"cbO" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbP" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/newspaper, +/obj/item/trash/plate{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/prefab_2) +"cbQ" = ( +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/prefab_2) +"cbR" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 22 + }, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/prefab_2) +"cbS" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/structure/surface/rack, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/obj/item/clothing/suit/storage/hazardvest/black, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cbT" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/medium_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cbU" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/glass/medium_stack, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/prefab_2) +"cbV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cbY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/north_field) +"cbZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/case, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cca" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccb" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccc" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"ccd" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cce" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"ccf" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccg" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -9; + pixel_y = 25 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cch" = ( +/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cci" = ( +/obj/structure/prop/invuln/ice_prefab, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccj" = ( +/obj/structure/prop/invuln/ice_prefab{ + icon_state = "fab_2" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cck" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1; + icon_state = "fab_2" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccl" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccm" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccn" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cco" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = 3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccp" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccq" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 10 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccr" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cct" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/cargo_container/kelland/right, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccu" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccv" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/obj/structure/prop/invuln/ice_prefab{ + dir = 10 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = 3; + pixel_y = -11 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccw" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 6 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft{ + layer = 4.0 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 4 + }, +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 6 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueright{ + layer = 4.0 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccy" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccz" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 8 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccA" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccB" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_x = -29; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6; + pixel_x = -8; + pixel_y = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"ccC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/largecrate/random, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"ccD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"ccE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"ccF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"ccG" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/weldingtool/largetank, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"ccH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/black, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccJ" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/north_field) +"ccK" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccL" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -9; + pixel_y = 18 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccM" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"ccN" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccO" = ( +/obj/structure/platform_decoration/stone/soro/west, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccP" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccQ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccR" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ccS" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"ccT" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"ccV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccW" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/indoors/exterior/prefab_4) +"ccX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccY" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 7; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"ccZ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#5F5F70"; + dir = 1; + pixel_x = -13; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cda" = ( +/obj/item/ore/coal{ + pixel_x = 9; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdb" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/item/ore/coal, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/exterior/prefab_4) +"cdd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/ammo, +/obj/item/weapon/gun/pistol/vp78, +/obj/item/weapon/gun/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/obj/item/ammo_magazine/pistol/vp78, +/turf/open/floor/prison/green, +/area/white_antre/indoors/exterior/prefab_4) +"cde" = ( +/obj/item/ore/coal{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdf" = ( +/obj/item/tool/pickaxe/plasmacutter, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cdi" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/largecrate/supply/supplies/sandbags, +/obj/item/tool/shovel/etool/folded, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/exterior/prefab_4) +"cdj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/white_antre/indoors/exterior/prefab_4) +"cdk" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_4) +"cdl" = ( +/obj/item/device/demo_scanner{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdn" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/exterior/prefab_4) +"cdo" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/exterior/prefab_4) +"cdp" = ( +/obj/item/tool/pickaxe, +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdq" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -9; + pixel_y = 18 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdr" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cds" = ( +/obj/structure/fence/slim/dark, +/turf/open/asphalt/cement/cement4, +/area/white_antre/landing_zone) +"cdt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdv" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cdw" = ( +/obj/structure/platform/stone/soro/north, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdx" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdy" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cdz" = ( +/turf/open/slippery/roof/dir/southwest, +/area/white_antre/outdoors/north_field) +"cdA" = ( +/turf/open/slippery/roof/dir, +/area/white_antre/outdoors/north_field) +"cdB" = ( +/turf/open/slippery/roof/dir/southeast, +/area/white_antre/outdoors/north_field) +"cdC" = ( +/turf/open/slippery/roof, +/area/white_antre/outdoors/north_field) +"cdD" = ( +/turf/open/slippery/roof/dir/west, +/area/white_antre/outdoors/north_field) +"cdE" = ( +/turf/open/slippery/roof/dir/east, +/area/white_antre/outdoors/north_field) +"cdF" = ( +/turf/open/slippery/roof/dir/northwest, +/area/white_antre/outdoors/north_field) +"cdG" = ( +/turf/open/slippery/roof/dir/northeast, +/area/white_antre/outdoors/north_field) +"cdH" = ( +/turf/open/slippery/roof/dir/north, +/area/white_antre/outdoors/north_field) +"cdI" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"cdJ" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/main_level/west_corridor) +"cdK" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"cdL" = ( +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"cdM" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/oob) +"cdN" = ( +/turf/open/auto_turf/shale/layer2, +/area/white_antre/outdoors/south_field) +"cdO" = ( +/turf/closed/wall/shiva/prefabricated/reinforced, +/area/white_antre/outdoors/south_field) +"cdP" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose{ + pixel_x = -13; + pixel_y = -44; + color = "#36454F"; + name = "reinforced chain"; + desc = "A special-issue reinforced chain, coated in a protective film that provides acid protection."; + layer = 2.9 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata/orange_tile, +/area/white_antre/indoors/main_level/weapons) +"cdQ" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"cdR" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"cdS" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"cdT" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field/under_cover) +"cdU" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cdV" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/oob) +"cdW" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cdX" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"cdY" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyleft, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cdZ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/greywyright, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cea" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ceb" = ( +/obj/structure/prop/dam/drill, +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"cec" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 6 + }, +/obj/structure/prop/invuln/ice_prefab, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ced" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1; + icon_state = "fab_2" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cee" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 1 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cef" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ceg" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/girder, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"ceh" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cei" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = 3 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cej" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = -2 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cek" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 10 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cel" = ( +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"cem" = ( +/obj/item/tool/shovel/snow, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cen" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"ceo" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cep" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"ceq" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 5 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cer" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 9 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "solarpanel1"; + pixel_x = -2 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ces" = ( +/obj/structure/prop/invuln/ice_prefab{ + dir = 10 + }, +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "vent2"; + pixel_x = -2; + pixel_y = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cet" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 6 + }, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"ceu" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2; + pixel_y = 24 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cev" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cew" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cex" = ( +/obj/structure/prop/invuln/lattice_prop{ + dir = 1; + icon_state = "lattice-simple"; + pixel_x = 4; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cey" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cez" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 6 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ceA" = ( +/obj/structure/prop/invuln/ice_prefab/trim{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ceB" = ( +/obj/structure/closet/crate, +/obj/item/tool/weldpack, +/obj/item/tool/weldpack, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ceC" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 2; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"ceD" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/white_antre/outdoors/south_field) +"ceE" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"ceF" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceG" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceH" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceI" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceJ" = ( +/obj/structure/window/framed/strata/reinforced, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"ceK" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceL" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceM" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"ceN" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceO" = ( +/obj/structure/largecrate/random, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceP" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceQ" = ( +/obj/item/tool/pickaxe/silver, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceR" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"ceS" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"ceT" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceU" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ceV" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ceW" = ( +/obj/structure/barricade/handrail/no_vault, +/obj/item/tool/warning_cone{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/floor/prison/red, +/area/white_antre/landing_zone) +"ceX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_x = 2; + pixel_y = 18 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"ceY" = ( +/obj/item/tool/warning_cone{ + pixel_x = -11; + pixel_y = 39 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"ceZ" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/largecrate/empty/secure{ + pixel_x = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"cfa" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/largecrate/random/barrel/white, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"cfb" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cfc" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/platform_decoration/metal/almayer_smooth/northwest, +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"cfd" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cfe" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cff" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cfg" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cfh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/road/lines3, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"cfi" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "\improper Lockdown"; + id = "lz_entrance"; + vehicle_resistant = 1; + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/outdoors/road_west) +"cfj" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cfk" = ( +/obj/effect/decal/hybrisa/WY/WYworn{ + dir = 4; + pixel_x = -2; + pixel_y = -15 + }, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"cfl" = ( +/obj/structure/machinery/door/poddoor/almayer/open{ + name = "\improper Lockdown"; + id = "lz_entrance"; + vehicle_resistant = 1; + dir = 8 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone) +"cfm" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/road/lines2, +/turf/open/asphalt/brown, +/area/white_antre/landing_zone) +"cfn" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfo" = ( +/obj/structure/machinery/door_control/brbutton{ + pixel_x = 30; + id = "lz_entrance"; + needs_power = 0; + explo_proof = 0 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cfp" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/white_antre/outdoors/north_field) +"cfq" = ( +/obj/structure/machinery/door_control/brbutton{ + pixel_x = -28; + id = "lz_entrance"; + needs_power = 0; + explo_proof = 0 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfr" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cfs" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cft" = ( +/obj/item/tool/warning_cone{ + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/landing_zone) +"cfu" = ( +/obj/structure/barricade/handrail/hybrisa/road/plastic/red, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"cfv" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cfw" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cfx" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfz" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfA" = ( +/obj/structure/largecrate/random/barrel/red{ + layer = 6; + pixel_y = 12; + pixel_x = -2 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfB" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cfC" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"cfD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 13 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"cfE" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfF" = ( +/obj/structure/largecrate/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfG" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cfH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/item/lightstick/planted, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"cfI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"cfJ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/tool/lighter/random, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"cfK" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 5; + pixel_y = 22 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfL" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfM" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"cfN" = ( +/obj/structure/fence/slim/dark/door, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/landing_zone) +"cfO" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfP" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfQ" = ( +/obj/item/lightstick/planted, +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cfR" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfS" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/closet/crate/trashcart{ + layer = 3; + opened = 1 + }, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"cfT" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"cfU" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cfV" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfW" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/north_field) +"cfX" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/item/tool/crowbar, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cfY" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"cfZ" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cga" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/road/corner{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"cgb" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgc" = ( +/obj/item/prop/colony/canister{ + pixel_y = 11 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgd" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"cge" = ( +/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgf" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgg" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgh" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"cgi" = ( +/obj/structure/closet/crate, +/obj/item/weapon/gun/pistol/vp78{ + pixel_y = -4 + }, +/obj/item/ammo_magazine/pistol/vp78/penetrating, +/obj/item/ammo_magazine/pistol/vp78/penetrating, +/obj/item/ammo_magazine/pistol/vp78/penetrating, +/obj/item/ammo_magazine/pistol/vp78/penetrating, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgj" = ( +/obj/structure/largecrate/random/barrel{ + layer = 2.9 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgk" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgm" = ( +/obj/structure/largecrate/random/barrel/black{ + pixel_x = -6 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgn" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cgo" = ( +/obj/structure/largecrate/random/barrel/medical, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"cgp" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cgq" = ( +/obj/item/device/flashlight/lamp/tripod/grey{ + on = 0 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"cgr" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock"; + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/slippery/roof, +/area/white_antre/outdoors/north_field) +"cgs" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"cgt" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cgu" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3" + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/oob) +"cgw" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"cgx" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"cgy" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/gonzo) +"cgz" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor" + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/indoors/underground_level/gonzo) +"cgA" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor" + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 5 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/indoors/underground_level/gonzo) +"cgB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"cgC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"cgD" = ( +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/gonzo) +"cgE" = ( +/obj/structure/machinery/light/red, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/gonzo) +"cgF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/gonzo) +"cgG" = ( +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/underground_level/gonzo) +"cgH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/underground_level/gonzo) +"cgI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"cgJ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/structure/prop/hybrisa/misc/blood{ + layer = 3.2; + pixel_x = 7 + }, +/obj/structure/prop/hybrisa/misc/blood{ + pixel_y = -33; + layer = 3.2; + pixel_x = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"cgK" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/main_level/west_corridor) +"cgL" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/effect/antre/border, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/gonzo) +"cgM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/gonzo) +"cgN" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/main_level/south_containment_hive) +"cgO" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/gonzo) +"cgP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"cgQ" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"cgR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/gonzo) +"cgS" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/gonzo) +"cgT" = ( +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/gonzo) +"cgU" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/engineering) +"cgV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/underground_level/gonzo) +"cgW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/gonzo) +"cgX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/underground_level/gonzo) +"cgY" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor" + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/indoors/underground_level/gonzo) +"cgZ" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 9; + layer = 5.12 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"cha" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"chb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"chc" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/gonzo) +"chd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"che" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"chf" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"chg" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/gonzo) +"chh" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/gonzo) +"chi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"chj" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/oob) +"chk" = ( +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/oob) +"chl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/obj/structure/surface/rack, +/obj/item/restraint/legcuffs/xeno_restraints/strong, +/obj/item/restraint/legcuffs/xeno_restraints/strong, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/gonzo) +"chm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/gonzo) +"chn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + dir = 4; + pixel_x = -14; + layer = 5 + }, +/obj/structure/surface/rack, +/obj/item/storage/backpack/pmc/backpack/commando/apesuit, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/gonzo) +"cho" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/structure/xenoautopsy/tank/larva, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -34 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/white_antre/indoors/underground_level/gonzo) +"chp" = ( +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/gonzo) +"chq" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/gonzo) +"chr" = ( +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/gonzo) +"chs" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = -34 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/white_antre/indoors/underground_level/gonzo) +"cht" = ( +/obj/structure/xenoautopsy/tank/larva, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/white_antre/indoors/underground_level/gonzo) +"chu" = ( +/mob/living/simple_animal/hostile/retaliate/clown{ + health = 10000; + move_to_delay = 2; + name = "Gonzo the Magnificent"; + rapid = 1; + desc = "Is trapped behind the lockdown....." + }, +/obj/item/stool, +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/gonzo) +"chv" = ( +/obj/vehicle/powerloader{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/gonzo) +"chw" = ( +/obj/structure/xenoautopsy/tank, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/structure/prop/invuln/overhead_pipe{ + color = "#a6aeab"; + pixel_y = -12; + layer = 5 + }, +/turf/open/floor/prison/darkpurplefull2, +/area/white_antre/indoors/underground_level/gonzo) +"chx" = ( +/obj/structure/sign/poster/pimp{ + pixel_y = 38; + pixel_x = 6 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/big_computers/computerbrown/computer2{ + pixel_x = 9; + desc = "Controls a secondary exit-control to the K-Series containment area, generally best left untouched."; + name = "Containment Control" + }, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/underground_level/gonzo) +"chy" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/obj/structure/machinery/big_computers/computerbrown/computer4{ + name = "Elevator Control"; + desc = "Controls the elevator to the prime hive testing chamber" + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/gonzo) +"chz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/safety{ + pixel_y = 39 + }, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9; + pixel_x = 13 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_y = 16 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/underground_level/gonzo) +"chA" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 40 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"chB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"chC" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/lz_sign/antre_sign/town, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"chD" = ( +/obj/effect/alien/weeds/kseries, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"chE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/crowbar/red{ + pixel_y = -8; + pixel_x = -3 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"chF" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"chG" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/closed/wall/strata_ice/rock, +/area/white_antre/oob) +"chH" = ( +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"chI" = ( +/obj/structure/barricade/handrail, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"chJ" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/effect/antre/border, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"chL" = ( +/obj/structure/barricade/handrail, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"chM" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"chN" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/closed/wall/strata_ice/rock, +/area/white_antre/oob) +"chO" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"chP" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"chQ" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/machinery/light/double, +/obj/effect/antre/border/corner, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/main_level/west_corridor) +"chR" = ( +/obj/structure/barricade/handrail{ + dir = 4; + layer = 3.1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/white_antre/indoors/main_level/west_corridor) +"chS" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilegrey, +/area/white_antre/indoors/main_level/west_corridor) +"chT" = ( +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/obj/effect/antre/border, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/west_corridor) +"chU" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"chV" = ( +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"chW" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"chX" = ( +/obj/structure/barricade/handrail, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"chY" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/west_corridor) +"chZ" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/medical) +"cia" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/west_corridor) +"cib" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"cic" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"cid" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/corsat/spiralplate, +/area/white_antre/indoors/upper_level/xenobio) +"cie" = ( +/obj/effect/landmark/wo_supplies/storage/belts/medical, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"cif" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/officesquares, +/area/white_antre/indoors/upper_level/xenobio) +"cig" = ( +/obj/item/device/defibrillator, +/obj/item/device/defibrillator, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"cih" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/xenobio) +"cii" = ( +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"cij" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"cik" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"cil" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"cim" = ( +/obj/structure/window/framed/hybrisa/colony/hospital/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/xenobio) +"cin" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/east_corridor) +"cio" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cip" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"ciq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cir" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/upper_level/east_corridor) +"cis" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"cit" = ( +/obj/structure/surface/table/almayer{ + dir = 8; + flipped = 1 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/medical) +"ciu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/strata/white_cyan3/west, +/area/white_antre/indoors/upper_level/medical) +"civ" = ( +/obj/effect/landmark/wo_supplies/storage/belts/lifesaver, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/strata/white_cyan2, +/area/white_antre/indoors/upper_level/medical) +"ciw" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"cix" = ( +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/west_corridor) +"ciy" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/strata/white_cyan1/east, +/area/white_antre/indoors/upper_level/medical) +"ciz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"ciA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/prison/bright_clean2/southwest, +/area/white_antre/indoors/upper_level/xenobio) +"ciB" = ( +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"ciC" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/xenobio) +"ciD" = ( +/turf/open/floor/almayer_hull/outerhull_dir/north, +/area/white_antre/indoors/upper_level/west_corridor) +"ciE" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"ciF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/xenobio) +"ciG" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/xenobio) +"ciH" = ( +/obj/structure/machinery/light/double, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/central_corridor) +"ciI" = ( +/obj/structure/stairs/multiz/down{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/central_corridor) +"ciJ" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ciK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"ciL" = ( +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/west_corridor) +"ciM" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southeast, +/area/white_antre/indoors/upper_level/west_corridor) +"ciN" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ciO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/indoors/upper_level/canteen) +"ciP" = ( +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/central_corridor) +"ciQ" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southeast, +/area/white_antre/indoors/upper_level/central_corridor) +"ciR" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southwest, +/area/white_antre/indoors/upper_level/central_corridor) +"ciS" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"ciT" = ( +/obj/effect/alien/weeds/kseries, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"ciU" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"ciV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/upper_level/east_corridor) +"ciW" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"ciX" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/upper_level/east_corridor) +"ciY" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"ciZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"cja" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"cjb" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"cjg" = ( +/obj/structure/barricade/handrail{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"cji" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"cjj" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/upper_level/canteen) +"cjn" = ( +/obj/structure/bed/chair/comfy/orange{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"cjp" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"cjq" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/canteen) +"cjr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"cjs" = ( +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"cjt" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/obj/structure/sign/calendar/wy{ + pixel_y = 29 + }, +/turf/open/floor/prison/bluefull/west, +/area/white_antre/indoors/upper_level/central_command) +"cju" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"cjv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/white_antre/indoors/upper_level/canteen) +"cjw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkyellow2/northeast, +/area/white_antre/indoors/upper_level/east_corridor) +"cjx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"cjy" = ( +/obj/structure/stairs/multiz/down, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/west_corridor) +"cjz" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/indoors/upper_level/central_corridor) +"cjA" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"cjB" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"cjC" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"cjD" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"cjE" = ( +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"cjF" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"cjG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/records) +"cjH" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + pixel_x = -8 + }, +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjI" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjJ" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#AFE1AF" + }, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjK" = ( +/obj/effect/landmark/objective_landmark/close, +/obj/structure/filingcabinet{ + pixel_x = -8 + }, +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/almayer/sterile_green_side/west, +/area/white_antre/indoors/upper_level/simian_storage) +"cjM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/almayer/sterile_green_side/east, +/area/white_antre/indoors/upper_level/simian_storage) +"cjN" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/west_corridor) +"cjO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/records) +"cjP" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cjQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk, +/area/white_antre/indoors/upper_level/central_corridor) +"cjR" = ( +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#AFE1AF" + }, +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/records) +"cjT" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/simian_storage) +"cjU" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/carpetgreen, +/area/white_antre/indoors/upper_level/records) +"cjV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/records) +"cjW" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/upper_level/simian_storage) +"cjX" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/records) +"cjY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cjZ" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cka" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"ckb" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckc" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckd" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cke" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckf" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckg" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cki" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckj" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckk" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckl" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckm" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckn" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cko" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckp" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckq" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckr" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cks" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/middle_left_wing{ + icon_state = "zwing2" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"ckt" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"cku" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckv" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckw" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cky" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"ckz" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckA" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckC" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckD" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckF" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckG" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckI" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckJ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckK" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckL" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"ckM" = ( +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckN" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"ckO" = ( +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"ckP" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckQ" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckR" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckS" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckU" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"ckX" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"ckY" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"ckZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"cla" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clb" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"clc" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cld" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cle" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clf" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clg" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"clh" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cli" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clj" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clk" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cll" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"clm" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cln" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clo" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clp" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clq" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clr" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -12; + pixel_y = -14 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cls" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"clt" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clu" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clv" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clw" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clx" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cly" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clz" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clA" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clB" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clC" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clD" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clE" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clF" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clG" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clH" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clI" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clJ" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/oob) +"clK" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"clL" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clM" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clN" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clO" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"clP" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clQ" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clR" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"clS" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"clT" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"clU" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clV" = ( +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clW" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"clX" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clY" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"clZ" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/oob) +"cma" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cmb" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cmc" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cme" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/oob) +"cmf" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cmg" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmh" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmi" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmj" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmk" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cml" = ( +/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{ + dir = 4; + id = "south_doors" + }, +/turf/open/floor/strata/floor3/east, +/area/white_antre/indoors/main_level/south_containment) +"cmm" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmn" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmo" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmp" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmq" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmr" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cms" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmt" = ( +/obj/structure/flora/tree/tyrargo/tree_2{ + pixel_y = 8 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmu" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmv" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmw" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmx" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/oob) +"cmz" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass{ + pixel_y = 16 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmA" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmB" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmC" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"cmD" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/obj/effect/mist/steam{ + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmE" = ( +/obj/effect/mist/steam{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/effect/mist/steam{ + pixel_x = 6; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmG" = ( +/obj/effect/mist/steam{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/oob) +"cmI" = ( +/turf/closed/wall/hybrisa/colony/reinforced, +/area/white_antre/oob) +"cmJ" = ( +/turf/open_space, +/area/white_antre/indoors/main_level/south_containment_hive) +"cmK" = ( +/turf/open_space, +/area/white_antre/outdoors/south_field) +"cmL" = ( +/turf/open_space, +/area/white_antre/indoors/main_level/east_containment_hive) +"cmM" = ( +/turf/open_space, +/area/white_antre/outdoors/facility_exterior) +"cmN" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/south_overwatch) +"cmO" = ( +/turf/open_space, +/area/white_antre/landing_zone) +"cmP" = ( +/turf/open/slippery/roof/dir/southwest, +/area/white_antre/outdoors/south_field) +"cmQ" = ( +/turf/open/slippery/roof/dir, +/area/white_antre/outdoors/south_field) +"cmR" = ( +/turf/open/slippery/roof/dir/southeast, +/area/white_antre/outdoors/south_field) +"cmS" = ( +/obj/structure/prop/invuln/ice_prefab/roof_greeble{ + icon_state = "windsock"; + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/slippery/roof, +/area/white_antre/outdoors/south_field) +"cmT" = ( +/turf/open/slippery/roof, +/area/white_antre/outdoors/south_field) +"cmU" = ( +/turf/open/slippery/roof/dir/west, +/area/white_antre/outdoors/south_field) +"cmV" = ( +/turf/open/slippery/roof/dir/east, +/area/white_antre/outdoors/south_field) +"cmW" = ( +/turf/open/slippery/roof/dir/northwest, +/area/white_antre/outdoors/south_field) +"cmX" = ( +/turf/open/slippery/roof/dir/northeast, +/area/white_antre/outdoors/south_field) +"cmY" = ( +/turf/open/slippery/roof/dir/north, +/area/white_antre/outdoors/south_field) +"cmZ" = ( +/turf/open_space, +/area/white_antre/outdoors/road_west) +"cna" = ( +/turf/open_space, +/area/white_antre/outdoors/road_east) +"cnb" = ( +/turf/open_space, +/area/white_antre/outdoors/north_field) +"cnc" = ( +/turf/open_space, +/area/white_antre/outdoors/path_north) +"cnd" = ( +/turf/open/floor/strata/orange_edge, +/area/white_antre/indoors/main_level/weapons) +"cne" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/north_overwatch) +"cnf" = ( +/turf/open_space, +/area/white_antre/indoors/main_level/north_containment_hive) +"cng" = ( +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_corridor) +"cnh" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"cnj" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"cnk" = ( +/obj/structure/closet/crate/explosives, +/obj/item/explosive/plastic/breaching_charge{ + unacidable = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/main_level/east_containment) +"cnl" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/east_containment) +"cnm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnn" = ( +/obj/structure/closet/crate/explosives, +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"cno" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"cnp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"cns" = ( +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cnt" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnu" = ( +/obj/structure/closet/crate/ammo/alt, +/obj/item/defenses/handheld/sentry/wy, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"cnv" = ( +/obj/item/attachable/bayonet/wy, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"cnw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"cnx" = ( +/turf/open/floor/prison/darkbrowncorners2/west, +/area/white_antre/indoors/upper_level/ancillery_storage) +"cny" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/stack/sandbags/small_stack, +/obj/item/stack/sandbags/small_stack, +/turf/open/floor/prison/floor_marked/southwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"cnz" = ( +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/upper_level/ancillery_storage) +"cnA" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"cnB" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cnC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/upper_level/west_corridor) +"cnD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32; + pixel_x = 17 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/west_corridor) +"cnE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/west_corridor) +"cnF" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32; + pixel_x = -10 + }, +/obj/structure/machinery/meter{ + pixel_y = 33; + pixel_x = 7 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/west_corridor) +"cnG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/upper_level/west_corridor) +"cnH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnV" = ( +/obj/structure/tunnel/maint_tunnel, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"cnY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/darkredcorners2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"cnZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/main_level/east_containment_hive) +"coa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/darkredcorners2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"cob" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"coc" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/upper_level/east_corridor) +"cod" = ( +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"coe" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"cof" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"cog" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"coh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"coi" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"coj" = ( +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/west_corridor) +"cok" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/west_corridor) +"col" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"com" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/effect/decal/hybrisa/bloodtrail{ + pixel_y = 9 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"con" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/west_corridor) +"coo" = ( +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"cop" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"coq" = ( +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"cor" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"cos" = ( +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cot" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"cou" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"cov" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/east_corridor) +"cow" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"cox" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"coy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"coz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"coA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"coB" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"coC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"coD" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"coE" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/main_level/east_containment) +"coF" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_corridor) +"coG" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/east_containment) +"coH" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/east_containment) +"coI" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"coJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"coK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_corridor) +"coL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"coM" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_corridor) +"coN" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_containment) +"coO" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_containment) +"coP" = ( +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"coQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"coR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"coS" = ( +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_containment) +"coT" = ( +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"coU" = ( +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"coV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/main_level/east_corridor) +"coW" = ( +/obj/effect/antre/border, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"coX" = ( +/turf/open/floor/almayer/flooredge/southwest, +/area/white_antre/indoors/main_level/dorms) +"coY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/flooredge/southeast, +/area/white_antre/indoors/main_level/dorms) +"coZ" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"cpa" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"cpb" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_containment) +"cpc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"cpd" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_containment) +"cpe" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"cpf" = ( +/obj/effect/antre/border/edge, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"cpg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_containment) +"cph" = ( +/obj/effect/antre/border/edge, +/turf/open/floor/prison/darkbrowncorners2/west, +/area/white_antre/indoors/main_level/east_containment) +"cpi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpk" = ( +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpm" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"cpn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"cpo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpp" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/main_level/east_containment) +"cpq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_containment) +"cpr" = ( +/turf/open/floor/almayer/flooredge/northwest, +/area/white_antre/indoors/main_level/dorms) +"cps" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/almayer/flooredge/northeast, +/area/white_antre/indoors/main_level/dorms) +"cpt" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpu" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"cpv" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/main_level/east_containment) +"cpw" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal{ + icon = 'icons/mob/xenos/effects.dmi'; + icon_state = "acid_weak"; + name = "weak acid" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"cpx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"cpy" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/main_level/east_containment) +"cpz" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpA" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpB" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/main_level/east_containment) +"cpC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"cpD" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/east_containment) +"cpF" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/east_containment) +"cpG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/east_containment) +"cpH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"cpI" = ( +/obj/structure/stairs/multiz/up{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"cpJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/east_corridor) +"cpK" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"cpL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/main_level/east_containment) +"cpM" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/west_corridor) +"cpN" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"cpO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cpP" = ( +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cpQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cpR" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/east_corridor) +"cpS" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"cpU" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"cpW" = ( +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/main_level/west_corridor) +"cpX" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/main_level/east_corridor) +"cpY" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/west_corridor) +"cpZ" = ( +/obj/effect/decal/cleanable/blood/xeno{ + icon_state = "xsplatter4"; + pixel_x = -11 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"cqa" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/west_corridor) +"cqb" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cqc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/main_level/north_containment) +"cqd" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/north_containment) +"cqe" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqf" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqg" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqh" = ( +/obj/structure/machinery/light/double, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqj" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/main_level/north_containment) +"cqk" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/main_level/north_containment) +"cql" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/ramptop/east, +/area/white_antre/indoors/main_level/north_containment) +"cqm" = ( +/obj/structure/closet/medical_wall{ + pixel_y = 32 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/stack/medical/splint, +/obj/item/reagent_container/hypospray/autoinjector/tricord, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/item/storage/pouch/survival/full/black, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"cqn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/obj/effect/antre/border, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"cqo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"cqp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/central_corridor) +"cqq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cqr" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/central_corridor) +"cqs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/central_corridor) +"cqt" = ( +/obj/effect/antre/border/edge, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cqu" = ( +/obj/effect/antre/border/edge{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cqy" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/central_corridor) +"cqA" = ( +/obj/effect/antre/border/edge{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cqB" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"cqC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/central_corridor) +"cqE" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqG" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqI" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cqK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cqL" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 5; + pixel_x = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 11; + pixel_x = 6 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"cqM" = ( +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cqN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cqP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -18 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/west_maint) +"cqQ" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"cqR" = ( +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/west_maint) +"cqS" = ( +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/east_maint) +"cqT" = ( +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/east_maint) +"cqU" = ( +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"cqV" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"cqW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -16 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"cqX" = ( +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"cqY" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"cqZ" = ( +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/underground_level/east_maint) +"cra" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -16 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"crb" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crc" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"crd" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"cre" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crf" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"crg" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"crh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"cri" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"crj" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"crk" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"crl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crm" = ( +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"crn" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/underground_level/east_maint) +"cro" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"crp" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crq" = ( +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/east_maint) +"crr" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/gonzo) +"crs" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crt" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"cru" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"crv" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/underground_level/west_maint) +"crw" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/underground_level/east_maint) +"crx" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/east_maint) +"cry" = ( +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/underground_level/east_maint) +"crz" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/gonzo) +"crA" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/underground_level/gonzo) +"crB" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"crC" = ( +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 1 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"crD" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"crE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/underground_level/west_maint) +"crF" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"crG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"crH" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"crI" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"crJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/west_maint) +"crK" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"crL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"crM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/underground_level/east_maint) +"crN" = ( +/obj/structure/pipes/standard/manifold/hidden/purple{ + dir = 8 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"crO" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/west_maint) +"crP" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"crQ" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/underground_level/west_maint) +"crR" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/west_maint) +"crS" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"crT" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"crU" = ( +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/underground_level/east_maint) +"crV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/purple{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/underground_level/east_maint) +"crW" = ( +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/west_maint) +"crX" = ( +/obj/effect/antre/border/edge, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/west_maint) +"crY" = ( +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/west_maint) +"crZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 15 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/west_maint) +"csa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 15 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/underground_level/west_maint) +"csb" = ( +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/underground_level/east_maint) +"csc" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"csd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/main_level/west_corridor) +"cse" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/west_corridor) +"csf" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/main_level/west_corridor) +"csg" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/main_level/west_corridor) +"csh" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/west_corridor) +"csi" = ( +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/west_corridor) +"csj" = ( +/obj/effect/antre/border/edge, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"csk" = ( +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"csl" = ( +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/west_corridor) +"csm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/west_corridor) +"csn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/west_corridor) +"cso" = ( +/obj/structure/stairs/multiz/down{ + dir = 4 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"csp" = ( +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"csq" = ( +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csr" = ( +/turf/open/antre/plating/corner_dir/north_west, +/area/white_antre/indoors/upper_level/east_corridor) +"css" = ( +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/east_corridor) +"cst" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/upper_level/east_corridor) +"csu" = ( +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/upper_level/east_corridor) +"csv" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/upper_level/east_corridor) +"csw" = ( +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csx" = ( +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"csA" = ( +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/indoors/upper_level/east_corridor) +"csB" = ( +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csC" = ( +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"csD" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/upper_level/east_corridor) +"csE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csF" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csG" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg1, +/area/white_antre/indoors/upper_level/east_corridor) +"csI" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/underground_level/east_maint) +"csJ" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/east_corridor) +"csK" = ( +/obj/effect/decal/cleanable/blood{ + pixel_y = 4 + }, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/east_corridor) +"csL" = ( +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 8; + pixel_x = 7 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csM" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + pixel_y = -29; + pixel_x = -8 + }, +/obj/item/shard/shrapnel, +/obj/effect/spawner/gibspawner/human, +/obj/item/shard/shrapnel, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_east, +/area/white_antre/indoors/upper_level/east_corridor) +"csN" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/east_corridor) +"csO" = ( +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csP" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/southeast, +/area/white_antre/indoors/upper_level/east_corridor) +"csQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/east_corridor) +"csR" = ( +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/east_corridor) +"csS" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/upper_level/east_corridor) +"csT" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/west_corridor) +"csU" = ( +/obj/effect/decal/cleanable/dirt{ + icon_state = "thermite"; + name = "impact" + }, +/turf/open/floor/almayer_hull/outerhull_dir/west, +/area/white_antre/indoors/upper_level/central_corridor) +"csV" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/west_corridor) +"csW" = ( +/obj/structure/barricade/handrail, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/west_corridor) +"csX" = ( +/obj/structure/barricade/handrail, +/turf/open/antre/plating/west_corner_dir/south_east, +/area/white_antre/indoors/upper_level/west_corridor) +"csY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/east_corridor) +"csZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_west, +/area/white_antre/indoors/upper_level/west_corridor) +"cta" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/direction_west/east_north, +/area/white_antre/indoors/upper_level/west_corridor) +"ctb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/antre/plating/west_corner_dir/north_east, +/area/white_antre/indoors/upper_level/west_corridor) +"ctc" = ( +/turf/open/antre/plating/direction_west/west_west, +/area/white_antre/indoors/upper_level/west_corridor) +"ctd" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open/floor/almayer_hull/outerhull_dir/northwest, +/area/white_antre/indoors/upper_level/west_corridor) +"cte" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"ctf" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"ctg" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"cth" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/main_level/east_containment_hive) +"cti" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/main_level/east_containment_hive) +"ctj" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open_space, +/area/white_antre/indoors/main_level/east_containment_hive) +"ctk" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open/floor/almayer_hull/outerhull_dir, +/area/white_antre/indoors/upper_level/west_corridor) +"ctl" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/main_level/north_containment_hive) +"ctm" = ( +/obj/item/ore/coal, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"ctn" = ( +/obj/item/ore/silver, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"cto" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"ctp" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"ctq" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctr" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field/under_cover) +"cts" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctt" = ( +/obj/structure/prop/ice_colony/surveying_device, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctu" = ( +/obj/item/tool/shovel/snow, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctv" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctw" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/item/device/demo_scanner, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctx" = ( +/obj/structure/closet/crate/construction, +/obj/item/explosive/plastic, +/obj/item/tool/pickaxe/jackhammer, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"cty" = ( +/obj/structure/ore_box{ + layer = 4 + }, +/obj/item/ore/silver, +/obj/item/ore/silver, +/obj/item/ore/coal, +/obj/item/ore/coal, +/obj/item/ore/coal, +/obj/item/ore/coal, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ctz" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctA" = ( +/obj/structure/prop/ice_colony/surveying_device/measuring_device, +/turf/open/auto_turf/snow/layer0, +/area/white_antre/outdoors/south_field) +"ctB" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctC" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctD" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ctE" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 5; + pixel_y = 24 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ctF" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctG" = ( +/obj/item/lightstick/planted, +/turf/open/auto_turf/snow/layer4, +/area/white_antre/outdoors/south_field) +"ctH" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctI" = ( +/obj/item/device/demo_scanner, +/turf/open/auto_turf/shale/layer2, +/area/white_antre/outdoors/south_field/under_cover) +"ctJ" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"ctK" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/south_field) +"ctL" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"ctM" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"ctN" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ctO" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ctP" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ctQ" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ctR" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/white_antre/landing_zone/roof) +"ctS" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ctT" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ctU" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ctV" = ( +/obj/item/stool{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ctW" = ( +/obj/structure/prop/hybrisa/misc/firebarreloff{ + pixel_y = -1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"ctX" = ( +/obj/item/stool{ + pixel_x = -5; + pixel_y = 15; + layer = 4.2 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"ctY" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/hybrisa_auto_turf/layer1, +/area/white_antre/outdoors/south_field) +"ctZ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"cua" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cub" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuc" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/main_level/west_corridor) +"cud" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cue" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#5F5F70"; + dir = 9 + }, +/obj/structure/fence/slim/dark, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cuf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cug" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"cuh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"cui" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cuj" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/tool/weldingtool/largetank, +/obj/item/tool/weldingtool/largetank, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/exterior/prefab_1) +"cum" = ( +/obj/structure/machinery/space_heater/radiator/red, +/turf/open/floor/antre/metal/black, +/area/white_antre/indoors/exterior/prefab_1) +"cun" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/green, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cuo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cup" = ( +/obj/structure/machinery/light/double{ + dir = 8 + }, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/exterior/prefab_1) +"cuq" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/prefab_1) +"cur" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/storage/pouch/sling, +/obj/item/storage/pouch/medkit/full, +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/exterior/prefab_1) +"cus" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 22 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/exterior/prefab_1) +"cut" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cuu" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cuv" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cuw" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cux" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cuy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cuz" = ( +/obj/structure/flora/tree/tyrargo{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cuA" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cuB" = ( +/obj/structure/flora/bush/snow{ + icon_state = "snowbush_3"; + pixel_y = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cuC" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuD" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuE" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuF" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuG" = ( +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"cuH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/oob) +"cuI" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/east_containment) +"cuK" = ( +/obj/effect/decal/heavy_cable/node_north, +/obj/effect/decal/heavy_cable/node_east, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/white_antre/indoors/upper_level/medical) +"cuL" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/white_antre/indoors/upper_level/medical) +"cuM" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/aicore/white, +/area/white_antre/indoors/upper_level/medical) +"cuN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border{ + dir = 1 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/double, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"cuP" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuQ" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuR" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/west_corridor) +"cuS" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuU" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cuV" = ( +/turf/closed/wall/hybrisa/colony, +/area/white_antre/indoors/upper_level/canteen) +"cuW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/hybrisa/colony, +/area/white_antre/indoors/upper_level/canteen) +"cuX" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/west_corridor) +"cuY" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"cuZ" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/open_space, +/area/white_antre/indoors/upper_level/west_corridor) +"cva" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/central_command) +"cvb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/antre/border/edge, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/antre/plating/direction_west, +/area/white_antre/indoors/upper_level/central_corridor) +"cvc" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/decal/heavy_cable/cable_horizontal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/east_corridor) +"cvd" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/antre/border{ + dir = 8 + }, +/obj/structure/machinery/light/double{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal, +/area/white_antre/indoors/upper_level/central_corridor) +"cve" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvf" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvg" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvh" = ( +/obj/effect/decal/heavy_cable/cable_horizontal, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvi" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#AFE1AF" + }, +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/upper_level/records) +"cvj" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvk" = ( +/obj/effect/decal/heavy_cable/cable_vertical, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/upper_level/records) +"cvn" = ( +/obj/structure/largecrate/random/secure, +/turf/open/auto_turf/snow/layer2, +/area/white_antre/outdoors/south_field) +"cvo" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/south_field) +"cvp" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cvq" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cvr" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/south_field) +"cvs" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cvt" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cvu" = ( +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = -7; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"cvv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cvw" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cvx" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/outdoors/south_field) +"cvy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"cvz" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 1; + pixel_x = -36 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/main_level/west_corridor) +"cvA" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 1; + pixel_x = -36 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"cvB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/south_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cvC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/antre/plating/corner_dir/south_east, +/area/white_antre/indoors/upper_level/central_corridor) +"cvD" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"cvE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"cvF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/upper_level/central_corridor) +"cvG" = ( +/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/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"cvH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/antre/plating/direction_north/east_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cvI" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open_space, +/area/white_antre/indoors/upper_level/central_corridor) +"cvJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/antre/plating/direction_north/north_edge, +/area/white_antre/indoors/upper_level/central_corridor) +"cvK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/antre/plating/corner_dir/north_east, +/area/white_antre/indoors/upper_level/central_corridor) +"cvL" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/central_command) +"cvM" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/upper_level/director_office) +"cvN" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = 11; + pixel_y = 11 + }, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = -9; + pixel_y = 4 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + id = "LZ1_Lockdown_Lo"; + name = "remote door-control"; + pixel_y = -3 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor1/southeast, +/area/white_antre/landing_zone/roof) +"cvO" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"cvP" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/yellow, +/area/white_antre/indoors/underground_level/east_maint) +"cvQ" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/indoors/upper_level/central_corridor) +"cvR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/upper_level/central_corridor) +"cvS" = ( +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/turf/closed/wall/hybrisa/research, +/area/white_antre/indoors/upper_level/east_overwatch) +"cvT" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/landmark/lv624/fog_blocker{ + time_to_dispel = 850 + }, +/turf/open/floor/almayer_hull/outerhull_dir/east, +/area/white_antre/indoors/upper_level/east_overwatch) +"cxK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/white_antre/outdoors/facility_exterior) +"cyd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"czb" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"czO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/research) +"cBx" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "62" + }, +/area/white_antre/indoors/pmc_dropship) +"cDv" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"cDM" = ( +/turf/open/antre/plating/west_corner_dir, +/area/white_antre/indoors/main_level/south_containment) +"cDV" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"cDW" = ( +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"cEf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"cEI" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 5; + pixel_x = 3 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"cEJ" = ( +/obj/structure/barricade/metal{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/weapons) +"cEQ" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/northeast, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"cFS" = ( +/turf/open/floor/prison/darkredcorners2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"cIf" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"cJb" = ( +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/south_containment_hive) +"cMt" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/white_antre/indoors/underground_level/west_maint) +"cNe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1/west, +/area/white_antre/landing_zone/roof) +"cOl" = ( +/obj/structure/prop/invuln{ + desc = "A deceased xenomorph, subject of a live-fire test."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 3.1; + name = "deceased drone"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata/orange_tile, +/area/white_antre/indoors/main_level/weapons) +"cOF" = ( +/obj/structure/prop/hybrisa/fakeplatforms, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"cPM" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"cPR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/east_corridor) +"cSI" = ( +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/obj/item/stack/sheet/metal/large_stack{ + pixel_x = -5 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"cSV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"cTO" = ( +/obj/structure/bookcase{ + density = 0; + icon_state = "book-5"; + pixel_y = 16 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"cUy" = ( +/obj/structure/machinery/computer/telecomms/traffic{ + pixel_y = 22 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkbrown3/northwest, +/area/white_antre/indoors/exterior/ext_relay_south) +"cXl" = ( +/obj/structure/machinery/light/dropship/red{ + dir = 8 + }, +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "30" + }, +/area/white_antre/indoors/pmc_dropship) +"cYe" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"cYs" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/white_antre/indoors/underground_level/west_maint) +"dal" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/sign/poster/pinup{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/metal/zbrownfloor1/northeast, +/area/white_antre/landing_zone/roof) +"dcX" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/item/attachable/bayonet/wy, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"ddN" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"dea" = ( +/turf/open/asphalt/cement/cement4, +/area/white_antre/landing_zone) +"deK" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "64" + }, +/area/white_antre/indoors/pmc_dropship) +"diq" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/blue_plate/east, +/area/white_antre/indoors/upper_level/south_overwatch) +"djh" = ( +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#DAA06D" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"dkb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 4 + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"dkf" = ( +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"dlI" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/landing_zone/roof) +"dmP" = ( +/turf/open/floor/strata/red3/north, +/area/white_antre/indoors/main_level/weapons) +"dnc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"dqC" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/upper_left_wing{ + icon_state = "zwing1" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"dra" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"dro" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#848484" + }, +/obj/item/tool/screwdriver/tactical{ + pixel_x = 6; + pixel_y = 19 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"drC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"dtC" = ( +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"dwB" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"dzD" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/white_antre/indoors/main_level/engineering) +"dAg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/darkredcorners2/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"dDI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"dDY" = ( +/turf/open/floor/prison/floorscorched2, +/area/white_antre/indoors/main_level/north_containment) +"dGb" = ( +/obj/structure/closet/secure_closet/guncabinet{ + locked = 0 + }, +/obj/item/ammo_box/magazine/p90, +/obj/item/weapon/gun/smg/p90{ + current_mag = null + }, +/obj/item/weapon/gun/smg/p90{ + current_mag = null + }, +/obj/item/weapon/gun/smg/p90{ + current_mag = null + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/strata/red3/north, +/area/white_antre/indoors/main_level/security) +"dGn" = ( +/obj/item/clothing/ears/earmuffs{ + pixel_y = 5; + pixel_x = 2 + }, +/turf/open/floor/strata/red3/east, +/area/white_antre/indoors/main_level/weapons) +"dGz" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/dorms) +"dGT" = ( +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/north_field) +"dJK" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"dJV" = ( +/obj/structure/sign/safety/high_voltage{ + pixel_x = 16; + pixel_y = -31 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"dKt" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/underground_level/west_maint) +"dLo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"dLI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"dNO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"dOP" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"dPQ" = ( +/obj/structure/prop/invuln{ + desc = "Disgusting... It seems to be decayed..."; + dir = 4; + icon = 'icons/mob/xenos/structures64x64.dmi'; + icon_state = "eggmorph"; + layer = 3.79; + name = "k-series eggmorpher"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + density = 0 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"dQZ" = ( +/obj/structure/machinery/big_computers/science_big/protolathe{ + name = "weapons modification system"; + desc = "Modification for special-issue weapons." + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"dSj" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"dSk" = ( +/obj/effect/landmark/xeno_hive_spawn, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/east_containment_hive) +"dSm" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open/floor/almayer/silvercorner, +/area/white_antre/indoors/main_level/east_containment_hive) +"dTk" = ( +/turf/open/floor/panelscorched, +/area/white_antre/indoors/main_level/north_containment_hive) +"dWq" = ( +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"dXT" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/left_outer_bottom_wing, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"dXY" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"dYZ" = ( +/obj/structure/sink{ + pixel_y = 26 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"ebm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"edK" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"edL" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/left_outer_inner_wing, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"efv" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/hybrisa/metal/stripe_red/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"efO" = ( +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/strata/orange_tile, +/area/white_antre/indoors/main_level/weapons) +"ehn" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/random_explosion, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ejX" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"elp" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/strata/red4, +/area/white_antre/indoors/main_level/security) +"emN" = ( +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"ene" = ( +/obj/item/ammo_magazine/rifle/nsg23{ + current_rounds = 24 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"enB" = ( +/obj/structure/shuttle/part/dropship_wy/right_inner_wing_connector, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"enE" = ( +/obj/structure/terminal{ + dir = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"eoT" = ( +/obj/structure/closet/crate, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/dorms) +"epg" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/item/stack/sheet/wood{ + pixel_y = -5 + }, +/obj/item/stack/medical/advanced/ointment{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"erH" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"esn" = ( +/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/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement9, +/area/white_antre/outdoors/facility_exterior) +"esx" = ( +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/exterior/ext_relay_north) +"etk" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"etQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"etU" = ( +/obj/structure/window/reinforced, +/obj/structure/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/dorms) +"euM" = ( +/turf/closed/wall/r_wall/biodome/biodome_unmeltable, +/area/white_antre/oob) +"evk" = ( +/obj/structure/platform/metal/almayer_smooth, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"evX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"ewd" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/objective{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"ewE" = ( +/turf/closed/wall/strata_ice/rock, +/area/white_antre/oob) +"exf" = ( +/obj/structure/largecrate/random/case, +/obj/effect/antre/border/edge{ + dir = 4 + }, +/turf/open/floor/prison/darkpurplecorners2/north, +/area/white_antre/indoors/underground_level/east_maint) +"eyo" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/underground_level/west_maint) +"ezs" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"ezV" = ( +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/research) +"eAn" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"eDC" = ( +/turf/open/floor/prison/darkbrown3/east, +/area/white_antre/indoors/exterior/ext_relay_north) +"eId" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"eIk" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"eMe" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"eNg" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"eNF" = ( +/turf/open/floor/prison/rampbottom, +/area/white_antre/indoors/main_level/north_containment_hive) +"eQc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/almayer/silvercorner, +/area/white_antre/indoors/main_level/research) +"eQq" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"eVw" = ( +/obj/effect/landmark/queen_spawn, +/obj/effect/alien/weeds/node, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"eYg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"eZj" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"fbv" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "72" + }, +/area/white_antre/indoors/pmc_dropship) +"fbx" = ( +/obj/structure/bed/hybrisa/bunkbed1, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"fcJ" = ( +/obj/structure/bed/chair/dropship/passenger{ + dir = 1 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"feX" = ( +/obj/structure/surface/rack, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/suit/armor/vest{ + pixel_y = -7 + }, +/obj/item/clothing/suit/armor/vest{ + pixel_y = -7 + }, +/obj/item/clothing/suit/armor/vest{ + pixel_y = -7 + }, +/obj/item/clothing/suit/armor/vest{ + pixel_y = -7 + }, +/obj/item/weapon/telebaton{ + pixel_x = -2 + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/security) +"ffs" = ( +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_y = 44; + pixel_x = 30 + }, +/obj/item/shard/shrapnel, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"fgv" = ( +/obj/structure/platform_decoration/metal/almayer/west, +/obj/structure/platform_decoration/metal/almayer/east, +/obj/structure/closet/crate/supply, +/obj/item/explosive/plastic/breaching_charge, +/obj/item/explosive/plastic/breaching_charge, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"fiU" = ( +/obj/structure/machinery/autolathe, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 4; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"fjh" = ( +/obj/structure/machinery/photocopier/wyphotocopier, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 7; + layer = 3.01 + }, +/turf/open/floor/antre/metal/black/southeast, +/area/white_antre/indoors/upper_level/director_office) +"fjW" = ( +/obj/structure/reagent_dispensers/water_cooler/stacks{ + pixel_y = 16 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"flS" = ( +/obj/structure/closet/bombcloset, +/obj/structure/sign/poster/corporate{ + pixel_y = 33; + pixel_x = -7 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"fmc" = ( +/obj/structure/barricade/metal{ + dir = 1 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"fml" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/dorms) +"fmJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"fnq" = ( +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"fpn" = ( +/turf/open/floor/strata/red3/west, +/area/white_antre/indoors/main_level/weapons) +"fqI" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"frB" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/weapons) +"fst" = ( +/turf/open/floor/strata/green4/west, +/area/white_antre/indoors/main_level/weapons) +"fuj" = ( +/turf/open/slippery/roof/dir/north, +/area/white_antre/landing_zone) +"fvb" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_x = 10 + }, +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a UD6 Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Cash Flow' flight controls"; + network = null; + pixel_y = 14; + pixel_x = 10 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"fzB" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"fAk" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/main_level/east_corridor) +"fAZ" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_right_exhaust, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/pmc_dropship) +"fED" = ( +/obj/structure/largecrate/random/barrel/medical, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/underground_level/west_maint) +"fFk" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"fFV" = ( +/obj/structure/surface/table/almayer, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"fGb" = ( +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/outdoors/south_field) +"fHB" = ( +/obj/effect/acid_hole{ + explo_proof = 1; + layer = 4; + pixel_x = 3; + pixel_y = 8 + }, +/obj/structure/prop/hybrisa/airport/dropshipenginedamage{ + light_on = 1; + light_power = 5; + light_range = 6; + pixel_x = -37; + pixel_y = 23; + layer = 3.1; + name = "apc damage"; + desc = "the hull appears to have severe damage." + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/outdoors/north_field) +"fIR" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 8 + }, +/turf/closed/shuttle/dropship_wy/HorizonRunner{ + icon_state = "92" + }, +/area/white_antre/indoors/pmc_dropship) +"fMa" = ( +/turf/open/floor/almayer/emerald2smooth/northwest, +/area/white_antre/indoors/main_level/research) +"fOm" = ( +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/south_containment) +"fPX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/greencorner/west, +/area/white_antre/indoors/underground_level/east_maint) +"fQm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/research) +"fRY" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "White Antre - Supply Pad - Landing Zone" + }, +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"fSq" = ( +/turf/open/floor/prison/redcorner/east, +/area/white_antre/indoors/main_level/east_containment) +"fTp" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"fTI" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/platform_decoration/metal/almayer_smooth/northwest, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"fZh" = ( +/obj/structure/shuttle/part/dropship_wy/left_outer_wing_connector, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"gaO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"gdt" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = -32 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/east_corridor) +"gdw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"gdH" = ( +/obj/structure/machinery/door/airlock/almayer/research/colony, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/weapons) +"gdW" = ( +/obj/structure/machinery/gear{ + pixel_y = -5; + pixel_x = 4 + }, +/turf/open/floor/prison/darkpurplecorners2, +/area/white_antre/indoors/main_level/north_containment_hive) +"gfl" = ( +/obj/structure/machinery/gear{ + pixel_y = 5; + pixel_x = 4 + }, +/turf/open/floor/prison/darkpurplecorners2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"gfI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case, +/obj/effect/random_explosion/medium, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_corridor) +"gia" = ( +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"gkH" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"glE" = ( +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"gmO" = ( +/obj/structure/closet, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 40 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/dorms) +"goq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/east_containment) +"goT" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/tool/screwdriver{ + pixel_x = 13 + }, +/obj/item/explosive/grenade/high_explosive/pmc, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"gqA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"grf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"grs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/greencorner/east, +/area/white_antre/indoors/underground_level/east_maint) +"grL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"grY" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"gvZ" = ( +/obj/structure/closet/secure_closet/guncabinet{ + locked = 0 + }, +/obj/item/ammo_magazine/rifle/ap, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28 + }, +/obj/item/ammo_box/magazine, +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null + }, +/obj/item/weapon/gun/rifle/m41a/corporate/no_lock{ + current_mag = null + }, +/turf/open/floor/strata/red3/north, +/area/white_antre/indoors/main_level/security) +"gwc" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/middle_right_wing{ + icon_state = "zwing6" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"gxO" = ( +/turf/open/floor/prison/darkbrowncorners2/north, +/area/white_antre/indoors/underground_level/west_maint) +"gye" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/north_containment_hive) +"gyE" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_left_exhaust, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/pmc_dropship) +"gzw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"gDt" = ( +/obj/item/reagent_container/glass/paint/yellow{ + pixel_x = 10; + pixel_y = 9 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"gDS" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"gFJ" = ( +/obj/item/xenos_claw{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/floor/prison/redcorner, +/area/white_antre/indoors/main_level/east_containment) +"gIT" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/weapons) +"gIY" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"gKr" = ( +/turf/open/asphalt/cement/cement12, +/area/white_antre/outdoors/south_field) +"gLx" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"gUw" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/weapons) +"gVb" = ( +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"gVE" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/structure/pipes/standard/manifold/hidden/green{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"gVY" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"gWg" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"gWi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"hbE" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/adv{ + pixel_y = 7 + }, +/obj/item/storage/firstaid/adv{ + pixel_y = -3 + }, +/turf/open/floor/strata/red3/east, +/area/white_antre/indoors/main_level/security) +"hdN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/multi_tiles/southeast, +/area/white_antre/outdoors/facility_exterior) +"heI" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass{ + autoname = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/exterior/ext_relay_north) +"hgH" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/white_antre/indoors/main_level/east_containment) +"hhy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"hji" = ( +/turf/open/floor/almayer/plating_striped, +/area/white_antre/oob) +"hjx" = ( +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"hjW" = ( +/turf/open/asphalt/cement/cement14, +/area/white_antre/outdoors/south_field) +"hmb" = ( +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/white_antre/indoors/exterior/ext_relay_south) +"hoW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"hpi" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/solid_open_space, +/area/white_antre/oob) +"hrS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"hrX" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{ + pixel_x = 33; + pixel_y = 10 + }, +/obj/structure/machinery/photocopier, +/turf/open/floor/almayer/silver2/east, +/area/white_antre/indoors/main_level/west_corridor) +"htq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"hud" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 4; + pixel_x = -4; + buckling_x = -4 + }, +/obj/structure/pipes/standard/simple/hidden/green{ + dir = 4 + }, +/turf/open/floor/almayer/silver2/west, +/area/white_antre/indoors/main_level/west_corridor) +"hun" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor"; + dir = 4 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/underground_level/east_maint) +"huU" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"hvs" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner{ + icon_state = "78" + }, +/area/white_antre/indoors/pmc_dropship) +"hwd" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"hya" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"hyh" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/ammo_magazine/rifle/nsg23, +/obj/item/ammo_magazine/rifle/nsg23{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/ammo_magazine/rifle/nsg23{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"hzQ" = ( +/obj/structure/prop/invuln{ + desc = "The decayed flesh of a ovipositor, seems more yellow in apperance than a typical xenomorph ovipositor..."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_4/ovipositor.dmi'; + icon_state = "ovipositor_molted"; + layer = 4.5; + name = "molted ovipositor"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + density = 0 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/north_containment_hive) +"hAa" = ( +/turf/open/floor/prison, +/area/white_antre/indoors/underground_level/east_maint) +"hAM" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"hAR" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"hCO" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"hDO" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/platform/metal/almayer/east, +/obj/structure/platform/metal/almayer/west, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"hEH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8; + pixel_x = -1 + }, +/obj/structure/machinery/gear{ + pixel_y = -1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"hGv" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3" + }, +/turf/open/floor/hybrisa/metal/stripe_red, +/area/white_antre/indoors/main_level/east_containment_hive) +"hGO" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/platform_decoration/metal/almayer_smooth/southeast, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"hHz" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "19" + }, +/area/white_antre/indoors/pmc_dropship) +"hIN" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/almayer/emeraldcornersmooth/west, +/area/white_antre/indoors/main_level/research) +"hJp" = ( +/turf/open/floor/almayer/orange/southeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"hLL" = ( +/turf/open/slippery/roof/dir/east, +/area/white_antre/landing_zone) +"hNM" = ( +/turf/open/asphalt/cement/cement3, +/area/white_antre/landing_zone) +"hPE" = ( +/obj/effect/decal/hybrisa/road/road_stop, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"hPL" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/rifle/lmg{ + current_mag = null + }, +/obj/item/ammo_magazine/rifle/lmg, +/turf/open/floor/strata/red4/north, +/area/white_antre/indoors/main_level/security) +"hPN" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/lower_right_wing{ + icon_state = "zwing7" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"hQK" = ( +/turf/open/antre/plating/corner_dir, +/area/white_antre/indoors/underground_level/east_maint) +"hSc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement14, +/area/white_antre/outdoors/facility_exterior) +"hTt" = ( +/obj/structure/barricade/handrail, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/east_corridor) +"hTI" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner{ + icon_state = "83" + }, +/area/white_antre/indoors/pmc_dropship) +"hUP" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"hUY" = ( +/obj/effect/decal/hybrisa/road/roadmiddle, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"hVG" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/indoors/upper_level/central_corridor) +"hVI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"hYE" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"hZs" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_left_cap, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"hZR" = ( +/turf/open/floor/hybrisa/tile/tilewhite, +/area/white_antre/indoors/main_level/research) +"icq" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"iee" = ( +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/south_containment_hive) +"ieE" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/right_outer_bottom_wing, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"ieW" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"ifF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"igJ" = ( +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_marked, +/area/white_antre/indoors/exterior/ext_relay_north) +"ihp" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ihH" = ( +/obj/structure/machinery/door_control/brbutton{ + pixel_y = 28; + id = "Sec-Armoury-Lockdown"; + name = "Armoury Access (SEC COMMANDER ACCESS ONLY)"; + req_access_txt = "212"; + needs_power = 0 + }, +/obj/item/paper{ + info = "Why is the head of security in the north observation room when he's the only one with the armoury access?"; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/security) +"ilV" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"iqP" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2, +/area/white_antre/indoors/underground_level/west_maint) +"iqZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"irA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"itJ" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/white_antre/indoors/underground_level/west_maint) +"iuN" = ( +/obj/structure/stairs/perspective{ + dir = 1; + icon_state = "p_stair_full"; + pixel_y = -11 + }, +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/machinery/computer/cameras{ + desc = "The flight controls for a UD6 Dropship. these controls look pretty banged up, and there's some blood covering the screen.."; + name = "\improper 'Cash Flow' flight controls"; + network = null; + pixel_y = 27; + pixel_x = 7 + }, +/obj/structure/machinery/power/apc/power/west, +/obj/structure/machinery/door_control/brbutton{ + pixel_x = -14; + pixel_y = 25; + id = "cash_flow"; + name = "Lockdown" + }, +/turf/open/floor/corsat/plate, +/area/white_antre/indoors/pmc_dropship) +"iuV" = ( +/turf/open/floor/almayer/orange/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"iwQ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/safe{ + spawnkey = 0 + }, +/obj/item/tool/surgery/scalpel/laser, +/obj/item/tool/surgery/scalpel/laser/improved, +/obj/item/device/helmet_visor/night_vision, +/turf/open/floor/almayer/silvercorner, +/area/white_antre/indoors/main_level/research) +"iyo" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"izi" = ( +/turf/open/floor/almayer/plating_striped/north, +/area/white_antre/oob) +"iAK" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "29" + }, +/area/white_antre/indoors/pmc_dropship) +"iAT" = ( +/obj/structure/closet/athletic_mixed, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"iAU" = ( +/obj/structure/platform_decoration/metal/almayer, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"iDy" = ( +/turf/open/floor/almayer_hull/outerhull_dir/southwest, +/area/white_antre/indoors/upper_level/west_corridor) +"iDA" = ( +/turf/open/floor/strata/green3/east, +/area/white_antre/indoors/main_level/weapons) +"iDL" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/west, +/area/white_antre/landing_zone/roof) +"iFy" = ( +/turf/closed/wall/strata_outpost, +/area/white_antre/landing_zone/roof) +"iFU" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/demo_scanner{ + pixel_x = -7; + pixel_y = 8 + }, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"iGZ" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal12" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"iIg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"iIF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"iJj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + layer = 4.13 + }, +/obj/structure/machinery/colony_floodlight/industrial, +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/research) +"iJq" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/yellow/southeast, +/area/white_antre/indoors/underground_level/east_maint) +"iJu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"iKa" = ( +/turf/closed/wall/strata_ice, +/area/white_antre/oob) +"iKf" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"iKk" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"iLN" = ( +/obj/effect/decal/hybrisa/WY/WY1{ + dir = 4; + pixel_y = -16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"iLT" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/east_containment_hive) +"iMb" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"iPn" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/green, +/area/white_antre/indoors/underground_level/east_maint) +"iSx" = ( +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/structure/filingcabinet{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/almayer/silver2/northeast, +/area/white_antre/indoors/main_level/west_corridor) +"iVS" = ( +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/south_containment_hive) +"iWq" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/obj/structure/machinery/sensortower{ + pixel_x = 7 + }, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/research) +"iWD" = ( +/obj/structure/machinery/power/breakerbox{ + pixel_y = 12; + layer = 2.8; + name = "Chain Box" + }, +/turf/open/floor/almayer/plating_striped, +/area/white_antre/indoors/main_level/weapons) +"iYq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"iYr" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/yellow/northwest, +/area/white_antre/indoors/underground_level/east_maint) +"iYG" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"iZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"jaX" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/alien/weeds/kseries, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"jbE" = ( +/obj/structure/closet, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"jcK" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"jdm" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"jib" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal11" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"jiC" = ( +/obj/structure/bed/chair/comfy/charlie{ + dir = 8; + name = "Purple chair"; + desc = "A simple chair permanently attached to the floor."; + pixel_x = 6 + }, +/turf/open/floor/almayer/emerald2smooth/northeast, +/area/white_antre/indoors/main_level/research) +"jjv" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"jkE" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/southeast, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"jpm" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/white_antre/indoors/upper_level/west_corridor) +"jpO" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "47" + }, +/area/white_antre/indoors/pmc_dropship) +"jqf" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"jqj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/weapon/gun/rifle/nsg23/no_lock{ + pixel_y = 1; + current_mag = null + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"jvo" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"jwY" = ( +/turf/open/floor/almayer/silvercorner/north, +/area/white_antre/indoors/main_level/south_containment_hive) +"jzV" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"jAz" = ( +/obj/structure/shuttle/part/dropship_wy/lower_left_wall, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"jCh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"jFC" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"jFT" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#848484" + }, +/obj/structure/machinery/computer/communications/simple, +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -2 + }, +/turf/open/floor/strata/multi_tiles/southeast, +/area/white_antre/indoors/main_level/weapons) +"jHD" = ( +/obj/structure/prop/hybrisa/factory/conveyor_belt{ + layer = 2 + }, +/obj/item/weapon/gun/boltaction/vulture/skillless{ + pixel_x = 1; + current_mag = null + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"jIa" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"jIg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/security) +"jIC" = ( +/turf/open/slippery/roof/dir/northeast, +/area/white_antre/landing_zone) +"jJl" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_right_cap, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"jKw" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"jLu" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver/northwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"jLK" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "26" + }, +/area/white_antre/indoors/pmc_dropship) +"jND" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"jOE" = ( +/obj/structure/platform_decoration/metal/almayer/north, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/security) +"jPD" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "22" + }, +/area/white_antre/indoors/pmc_dropship) +"jPT" = ( +/turf/open/floor/strata/red3/east, +/area/white_antre/indoors/main_level/weapons) +"jQu" = ( +/turf/open/floor/prison/damaged1, +/area/white_antre/indoors/main_level/north_containment_hive) +"jSB" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/orange/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"jTp" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/northwest, +/area/white_antre/landing_zone/roof) +"jUa" = ( +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"jUI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1; + pixel_y = 1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"jXs" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/green/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"kaj" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/blue/west, +/area/white_antre/indoors/main_level/east_corridor) +"kat" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"kaE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/south_containment) +"kaU" = ( +/turf/open/floor/almayer/silver/northeast, +/area/white_antre/indoors/main_level/south_containment_hive) +"kdk" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"kex" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement/cement2, +/area/white_antre/outdoors/facility_exterior) +"kje" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"kjK" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"kkh" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"knT" = ( +/turf/open/asphalt/cement/cement15, +/area/white_antre/outdoors/south_field) +"kpp" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/east, +/area/white_antre/landing_zone/roof) +"krp" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/underground_level/west_maint) +"ktc" = ( +/obj/effect/decal/medical_decals{ + dir = 1; + icon_state = "triagedecaldir"; + layer = 2; + color = "#d3d3d3"; + pixel_y = -18 + }, +/turf/open/floor/hybrisa/metal/stripe_red/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"kuj" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/device/taperecorder{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"kuQ" = ( +/obj/structure/window/framed/strata/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"kvJ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"kDp" = ( +/turf/open/slippery/roof/dir/west, +/area/white_antre/landing_zone) +"kEK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/south_containment) +"kGT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/flora/tree/tyrargo/tree_2, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"kHO" = ( +/obj/structure/shuttle/part/dropship_wy/lower_right_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/indoors/pmc_dropship) +"kIo" = ( +/turf/open/shuttle/escapepod/west, +/area/white_antre/indoors/main_level/east_containment) +"kIv" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/north_containment_hive) +"kIT" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/white_antre/oob) +"kKn" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"kLw" = ( +/obj/item/xeno_egg/kseries{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/xeno_egg/kseries{ + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/north_containment_hive) +"kLZ" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"kOT" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"kPj" = ( +/turf/open/slippery/roof, +/area/white_antre/landing_zone) +"kRc" = ( +/turf/open/floor/prison/damaged2, +/area/white_antre/indoors/main_level/north_containment_hive) +"kTA" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"kUL" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/underground_level/east_maint) +"kXf" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/main_level/security) +"kXF" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 4 + }, +/turf/closed/shuttle/dropship_wy/HorizonRunner{ + icon_state = "94" + }, +/area/white_antre/indoors/pmc_dropship) +"kZB" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"lbb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/upper_level/payroll) +"lcC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/almayer/emerald2smooth/north, +/area/white_antre/indoors/main_level/research) +"leD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"lgY" = ( +/obj/item/hardpoint/primary/dualcannon/pmc{ + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"lie" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/north, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ljU" = ( +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkbrown3/northwest, +/area/white_antre/indoors/exterior/ext_relay_north) +"lkO" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"lkT" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"lnf" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"lpC" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"lpJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"lqo" = ( +/turf/closed/wall/r_wall/bunker, +/area/white_antre/indoors/main_level/south_containment) +"lqu" = ( +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"lqX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/east_containment) +"lvO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"lvY" = ( +/turf/open/auto_turf/snow/layer4, +/area/white_antre/outdoors/south_field) +"lzp" = ( +/obj/structure/shuttle/part/dropship_wy/nose_front_left{ + name = "\improper WY-LWI Horizon Runner HR-150"; + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport." + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/pmc_dropship) +"lzW" = ( +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"lBM" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"lBV" = ( +/obj/effect/landmark/railgun_camera_pos, +/turf/open/floor/prison, +/area/white_antre/landing_zone) +"lDx" = ( +/turf/open/floor/hybrisa/metal/bluemetal1/north, +/area/white_antre/landing_zone/roof) +"lDX" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/platform_decoration/metal/almayer_smooth/northwest, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"lEW" = ( +/obj/structure/fence/slim/dark, +/turf/open/asphalt/cement/cement12, +/area/white_antre/landing_zone) +"lGQ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"lHb" = ( +/turf/open/floor/prison/darkredcorners2/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"lHi" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"lHL" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/snow/layer1, +/area/white_antre/outdoors/facility_exterior) +"lJa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"lKA" = ( +/obj/structure/reagent_dispensers/tank/fuel/spacecraft, +/turf/open/floor/shiva/radiator_tile2, +/area/white_antre/landing_zone) +"lKF" = ( +/turf/open/floor/prison/darkbrown3, +/area/white_antre/indoors/exterior/ext_relay_south) +"lME" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32 + }, +/obj/structure/machinery/computer/emails, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"lMI" = ( +/obj/structure/prop/invuln{ + desc = "Disgusting... It seems to be decayed..."; + dir = 4; + icon = 'icons/mob/xenos/structures64x64.dmi'; + icon_state = "eggmorph"; + layer = 3.79; + name = "k-series eggmorpher"; + color = "#ffff80"; + pixel_x = -7; + pixel_y = -4; + density = 0 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"lNR" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"lNS" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/structure/sign/safety/biohazard{ + pixel_x = 2; + pixel_y = 30 + }, +/obj/structure/sign/safety/storage{ + pixel_x = 14; + pixel_y = 30 + }, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/main_level/east_containment) +"lOf" = ( +/turf/open/floor/almayer/purple/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"lOT" = ( +/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright, +/turf/open/floor/almayer/emeraldfull2, +/area/white_antre/indoors/main_level/research) +"lQg" = ( +/obj/structure/platform/stone/strata/east, +/obj/structure/platform/metal/almayer_smooth/north, +/turf/solid_open_space, +/area/white_antre/oob) +"lRH" = ( +/obj/structure/bed/chair/comfy{ + dir = 8; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"lRQ" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"lTs" = ( +/obj/structure/bed/chair/comfy/black, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/almayer/silver2/northwest, +/area/white_antre/indoors/main_level/west_corridor) +"lWy" = ( +/turf/open/floor/prison/rampbottom/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"lXc" = ( +/turf/open/floor/prison/blue, +/area/white_antre/indoors/underground_level/west_maint) +"lXU" = ( +/turf/open/floor/antre/metal/black/northwest, +/area/white_antre/indoors/upper_level/director_office) +"lYA" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "25" + }, +/area/white_antre/indoors/pmc_dropship) +"maM" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"mbM" = ( +/obj/structure/stairs/perspective{ + dir = 8 + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/main_level/east_corridor) +"mbN" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"mew" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/middle_left_wing{ + icon_state = "zwing4" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"mgB" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"mhR" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "33" + }, +/area/white_antre/indoors/pmc_dropship) +"mib" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/southeast, +/area/white_antre/indoors/underground_level/west_maint) +"miE" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/north_containment_hive) +"mlU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/south_containment) +"mrA" = ( +/obj/structure/bed/chair/office/dark{ + dir = 8; + layer = 3.25 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/west_corridor) +"mtb" = ( +/obj/structure/platform/metal/almayer/west, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/north, +/area/white_antre/indoors/main_level/east_containment) +"mtx" = ( +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/east_containment) +"mtO" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"mui" = ( +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/south_field) +"mvP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 8 + }, +/obj/structure/barricade/handrail/type_b{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk, +/area/white_antre/indoors/main_level/research) +"mxL" = ( +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"mye" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/green/northwest, +/area/white_antre/indoors/underground_level/east_maint) +"myO" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"mAU" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "67" + }, +/area/white_antre/indoors/pmc_dropship) +"mCn" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner{ + icon_state = "75" + }, +/area/white_antre/indoors/pmc_dropship) +"mCF" = ( +/turf/open/floor/strata/red2, +/area/white_antre/indoors/main_level/weapons) +"mEu" = ( +/obj/structure/sign/poster/wylogo{ + pixel_y = 34; + layer = 2.9; + pixel_x = -16 + }, +/obj/structure/sign/poster/art{ + pixel_y = 34; + layer = 3.1; + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + pixel_x = 9; + pixel_y = 8 + }, +/turf/open/floor/antre/metal/black/north, +/area/white_antre/indoors/upper_level/director_office) +"mFB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + pixel_x = 16; + pixel_y = 7 + }, +/obj/item/tool/screwdriver/tactical{ + pixel_x = -7 + }, +/turf/open/floor/prison/blue_plate/north, +/area/white_antre/indoors/main_level/dorms) +"mFQ" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"mGn" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#848484" + }, +/obj/item/ammo_magazine/rifle/boltaction/vulture{ + pixel_x = 2; + pixel_y = 5; + current_rounds = 1 + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"mIj" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/dorms) +"mID" = ( +/obj/structure/surface/table/almayer, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/west_corridor) +"mIN" = ( +/turf/open/floor/almayer/emerald2smooth/southeast, +/area/white_antre/indoors/main_level/research) +"mKy" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"mKN" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/southeast, +/turf/solid_open_space, +/area/white_antre/oob) +"mLu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/south_containment) +"mNE" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "69" + }, +/area/white_antre/indoors/pmc_dropship) +"mNJ" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"mPP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/south_containment) +"mQk" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"mQY" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner/transparent{ + icon_state = "96" + }, +/area/white_antre/indoors/pmc_dropship) +"mRU" = ( +/turf/open/floor/almayer/emerald2smooth/west, +/area/white_antre/indoors/main_level/research) +"mTp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/east_corridor) +"mVY" = ( +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_north) +"mYF" = ( +/obj/item/tool/soap/weyland_yutani, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"nag" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"naW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"nbQ" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ncH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/turf/open/floor/strata/orange_edge/north, +/area/white_antre/indoors/main_level/weapons) +"nfb" = ( +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/underground_level/west_maint) +"nhg" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"niu" = ( +/obj/structure/machinery/light/double{ + dir = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7"; + pixel_y = -2 + }, +/obj/item/circuitboard/apc{ + pixel_y = 7 + }, +/turf/open/floor/prison/darkbrown3/southeast, +/area/white_antre/indoors/exterior/ext_relay_south) +"njj" = ( +/obj/structure/bookcase{ + icon_state = "book-5"; + pixel_x = -4; + pixel_y = 20; + density = 0 + }, +/turf/open/floor/prison/blue/north, +/area/white_antre/indoors/main_level/dorms) +"nnA" = ( +/turf/open/floor/prison/darkbrowncorners3/east, +/area/white_antre/indoors/exterior/ext_relay_north) +"nnL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -16 + }, +/turf/open/antre/plating/direction_west/west_south, +/area/white_antre/indoors/underground_level/east_maint) +"noG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/north_containment_hive) +"npi" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"nwx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red" + }, +/turf/open/floor/hybrisa/metal/stripe_red/north, +/area/white_antre/indoors/main_level/security) +"nwL" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellow2/southwest, +/area/white_antre/indoors/main_level/engineering) +"nyj" = ( +/turf/open/floor/almayer/emerald2smooth/southwest, +/area/white_antre/indoors/main_level/research) +"nyz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"nyQ" = ( +/obj/effect/decal/hybrisa/road/road_stop{ + icon_state = "stop_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"nzk" = ( +/turf/open/floor/almayer/silvercorner/south, +/area/white_antre/indoors/main_level/south_containment_hive) +"nAm" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 5 + }, +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/southeast, +/area/white_antre/indoors/main_level/east_corridor) +"nAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/redleft, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/main_level/east_corridor) +"nCG" = ( +/turf/open/floor/almayer_hull/outerhull_dir/northeast, +/area/white_antre/indoors/upper_level/west_corridor) +"nEH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -10; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail/xeno{ + dir = 8; + pixel_x = 5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"nEQ" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/green/west, +/area/white_antre/indoors/underground_level/east_maint) +"nGR" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "73" + }, +/area/white_antre/indoors/pmc_dropship) +"nGT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/obj/structure/machinery/gear{ + pixel_y = 1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"nKQ" = ( +/obj/structure/largecrate/random/case, +/obj/item/storage/belt/utility/full, +/obj/effect/antre/border/edge{ + dir = 8 + }, +/turf/open/floor/prison/greencorner, +/area/white_antre/indoors/underground_level/east_maint) +"nLk" = ( +/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{ + dir = 1 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/west_corridor) +"nPP" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "24" + }, +/area/white_antre/indoors/pmc_dropship) +"nPR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/research) +"nQp" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/east, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"nQX" = ( +/turf/open/floor/strata/red4/east, +/area/white_antre/indoors/main_level/security) +"nRU" = ( +/obj/structure/machinery/light/small{ + dir = 1; + pixel_y = 20 + }, +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "#1B1212"; + pixel_y = -4 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"nTQ" = ( +/obj/structure/prop/hybrisa/misc/urinal/dark{ + pixel_y = 32; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/bloodtrail/clawtrail{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"nVc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"nVy" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal10" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"nXX" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/explosive/grenade/high_explosive, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"nYZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/barricade/handrail/type_b{ + dir = 1 + }, +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/plating/plating_catwalk, +/area/white_antre/indoors/main_level/research) +"nZu" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool{ + dir = 1 + }, +/obj/item/attachable/bayonet/antique{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"ocB" = ( +/turf/open/floor/almayer/silver2/north, +/area/white_antre/indoors/main_level/west_corridor) +"ocK" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/antre/metal/black/east, +/area/white_antre/indoors/main_level/west_corridor) +"odb" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/prison/bright_clean, +/area/white_antre/indoors/main_level/engineering) +"odm" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/white_antre/indoors/underground_level/west_maint) +"odB" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"ofb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"ofr" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -14 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"ofJ" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"ohZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 15 + }, +/turf/open/antre/plating/direction_north/west_edge, +/area/white_antre/indoors/underground_level/west_maint) +"oji" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ojI" = ( +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"okq" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"olg" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"oll" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 4; + pixel_x = -11 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"omd" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/safety/bathunisex{ + layer = 2; + pixel_x = 8; + pixel_y = 32 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 21; + pixel_x = 4 + }, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/dorms) +"omQ" = ( +/obj/structure/platform/metal/stair_cut/almayer_smooth_right, +/turf/open/floor/prison/rampbottom/west, +/area/white_antre/indoors/main_level/east_containment_hive) +"one" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/stairs/multiz/up{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"opy" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/machinery/big_computers/computerwhite/computer3, +/turf/open/floor/almayer/silvercorner/west, +/area/white_antre/indoors/main_level/research) +"ort" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "28" + }, +/area/white_antre/indoors/pmc_dropship) +"owB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"owP" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/north_containment_hive) +"oxi" = ( +/obj/item/weapon/gun/flamer/m240{ + current_mag = null; + layer = 3.1; + pixel_y = 4 + }, +/obj/structure/surface/rack, +/obj/structure/surface/rack, +/obj/item/ammo_magazine/flamer_tank, +/obj/item/ammo_magazine/flamer_tank, +/turf/open/floor/strata/red4/west, +/area/white_antre/indoors/main_level/security) +"oyK" = ( +/turf/open/slippery/roof/dir/southeast, +/area/white_antre/landing_zone) +"ozb" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/white_antre/oob) +"ozA" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"ozH" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"oAY" = ( +/obj/structure/window/framed/hybrisa/research/reinforced, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"oDT" = ( +/turf/open/floor/almayer/floor, +/area/white_antre/indoors/main_level/south_containment_hive) +"oEC" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 7; + pixel_x = -6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"oFI" = ( +/obj/structure/machinery/autolathe/armylathe, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"oFL" = ( +/obj/structure/surface/table/almayer, +/obj/structure/sign/poster/safety{ + pixel_y = -25; + pixel_x = 1 + }, +/obj/item/stack/sheet/metal/large_stack, +/obj/item/stack/sheet/plasteel/small_stack, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"oHw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + pixel_y = -1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"oHy" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/obj/structure/sign/nosmoking_1{ + pixel_y = -28; + pixel_x = -1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"oLd" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"oLq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/door/window/southleft{ + dir = 4 + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"oLJ" = ( +/obj/structure/closet, +/obj/structure/prop/hybrisa/misc/machinery/screens/frame{ + pixel_y = 32 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/main_level/dorms) +"oLT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/white_antre/indoors/main_level/engineering) +"oMk" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"oOd" = ( +/obj/structure/platform_decoration/metal/almayer/east, +/obj/structure/platform_decoration/metal/almayer/west, +/obj/item/stack/sheet/wood{ + pixel_y = -5 + }, +/obj/item/stack/medical/advanced/bruise_pack{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"oOF" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"oRZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2" + }, +/turf/open/floor/prison/cell_stripe/north, +/area/white_antre/indoors/main_level/east_containment) +"oSf" = ( +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"oSA" = ( +/obj/effect/decal/hybrisa/road/corner, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal6" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"oXw" = ( +/turf/open/floor/platingdmg3, +/area/white_antre/indoors/main_level/north_containment) +"oXY" = ( +/obj/structure/platform_decoration/metal/almayer_smooth, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"paA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"pbI" = ( +/obj/structure/prop/invuln{ + desc = "A deceased xenomorph, subject of a live-fire test."; + dir = 4; + icon = 'icons/mob/xenos/castes/tier_1/drone.dmi'; + icon_state = "Normal Drone Dead"; + layer = 3.1; + name = "deceased drone"; + pixel_x = -7; + pixel_y = -4; + anchored = 0; + density = 0 + }, +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/strata/red2, +/area/white_antre/indoors/main_level/weapons) +"pbU" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"pgO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + pixel_y = 11 + }, +/obj/item/ammo_casing/bullet, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall/kseries, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"piB" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/east_containment) +"pkd" = ( +/obj/structure/machinery/door/airlock/almayer/maint{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"poe" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/pipes/pipe1, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"pqr" = ( +/obj/structure/prop/hybrisa/misc/urinal/dark{ + pixel_y = 32; + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/urinal/dark{ + pixel_y = 32; + pixel_x = -16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + icon_state = "grime1" + }, +/obj/structure/machinery/light/small{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/bedsheetbin{ + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"psX" = ( +/obj/structure/machinery/door/poddoor/almayer/locked{ + icon_state = "almayer_pdoor" + }, +/turf/open/floor/almayer_hull, +/area/white_antre/indoors/underground_level/west_maint) +"pvJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"pwm" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1/east, +/area/white_antre/landing_zone/roof) +"pyk" = ( +/obj/structure/window/framed/hybrisa/colony, +/obj/structure/curtain/colorable_transparent{ + color = "#5a5a5a"; + alpha = 220; + layer = 3.2 + }, +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/dorms) +"pyo" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"pzo" = ( +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/oob) +"pzq" = ( +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/south_field) +"pAI" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/underground_level/west_maint) +"pBA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"pCR" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/glasses/welding{ + layer = 3.6; + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/tool/screwdriver{ + pixel_y = 1; + pixel_x = 10 + }, +/obj/structure/machinery/recharger{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/floor/prison/darkyellow2, +/area/white_antre/indoors/main_level/engineering) +"pDy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1/northwest, +/area/white_antre/landing_zone/roof) +"pDB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"pEZ" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"pHD" = ( +/turf/open/slippery/roof/dir, +/area/white_antre/landing_zone) +"pIU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_x = -1 + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/outdoors/facility_exterior) +"pIV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 2; + icon_state = "udoor0" + }, +/turf/open/floor/prison/cell_stripe, +/area/white_antre/indoors/main_level/south_containment_hive) +"pKB" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"pLS" = ( +/turf/open/asphalt/cement/cement9, +/area/white_antre/landing_zone) +"pMG" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/yellow/north, +/area/white_antre/indoors/underground_level/east_maint) +"pMU" = ( +/obj/effect/decal/hybrisa/road/roadmiddle{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"pOh" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/blue/northeast, +/area/white_antre/indoors/underground_level/west_maint) +"pOm" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/obj/structure/sign/poster/hunk{ + pixel_x = 4; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"pQi" = ( +/turf/open/floor/prison/damaged3, +/area/white_antre/indoors/main_level/north_containment_hive) +"pSo" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"pTd" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"pVs" = ( +/obj/structure/machinery/autolathe/armylathe, +/turf/open/floor/strata/orange_cover, +/area/white_antre/indoors/main_level/weapons) +"pVF" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"pWw" = ( +/turf/open/asphalt/cement/cement2, +/area/white_antre/landing_zone) +"pZZ" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"qbk" = ( +/turf/open/floor/almayer/silver2/south, +/area/white_antre/indoors/main_level/west_corridor) +"qcD" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/right_inner_bottom_wing, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"qeq" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"qgK" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 8 + }, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal8" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"qiq" = ( +/turf/open/floor/prison/darkbrowncorners3/west, +/area/white_antre/indoors/exterior/ext_relay_south) +"qlQ" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/turf/open/floor/prison/darkredfull2, +/area/white_antre/indoors/exterior/checkpoint) +"qlW" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"qmf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/south_containment_hive) +"qns" = ( +/obj/structure/machinery/power/monitor{ + density = 0; + pixel_y = 16 + }, +/obj/item/cell/high{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/engineering) +"qnK" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"qoj" = ( +/turf/open/floor/hybrisa/metal/bluemetal1, +/area/white_antre/landing_zone/roof) +"qoO" = ( +/obj/structure/barricade/handrail/type_b, +/turf/open/floor/strata/floor3, +/area/white_antre/indoors/main_level/research) +"qpw" = ( +/turf/closed/wall/hybrisa/research/reinforced, +/area/white_antre/indoors/main_level/south_containment_hive) +"qpQ" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"qrt" = ( +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"qrX" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"qrY" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2 + }, +/obj/structure/machinery/big_computers/computerwhite/computer2{ + pixel_x = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/filingcabinet{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/research) +"qsg" = ( +/obj/effect/landmark/hunter_primary, +/obj/effect/landmark/yautja_teleport, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/south_field) +"qsG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_red" + }, +/obj/structure/machinery/door/poddoor/shutters/almayer{ + dir = 2; + id = "Sec-Armoury-Lockdown"; + needs_power = 0 + }, +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/security) +"qsH" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/underground_level/west_maint) +"quF" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/underground_level/west_maint) +"qwh" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/item/prop/magazine/book/bladerunner{ + pixel_x = -2 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"qwU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"qCN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_nest/kseries, +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"qEi" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"qEq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"qEM" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border, +/turf/open/floor/prison/blue/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"qFd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"qFv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/closed/wall/mineral/bone_resin/k_series, +/area/white_antre/oob) +"qHM" = ( +/obj/effect/decal/hybrisa/road/corner{ + dir = 1; + color = "#DAA06D"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"qHO" = ( +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"qIb" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines2{ + pixel_y = 1; + color = "#DAA06D" + }, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 40 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"qJx" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "23" + }, +/area/white_antre/indoors/pmc_dropship) +"qLP" = ( +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"qPl" = ( +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/floor/antre/metal/black/west, +/area/white_antre/indoors/main_level/research) +"qPQ" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1/southwest, +/area/white_antre/landing_zone/roof) +"qQq" = ( +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/obj/effect/decal/hybrisa/road/lines4, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"qSf" = ( +/turf/open/floor/platingdmg1, +/area/white_antre/indoors/main_level/north_containment_hive) +"qSP" = ( +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/weapons) +"qTo" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal7" + }, +/obj/effect/decal/hybrisa/road/corner{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_east) +"qXA" = ( +/obj/structure/surface/table/reinforced/black, +/obj/item/ammo_magazine/flamer_tank/survivor, +/obj/item/ammo_magazine/flamer_tank/survivor{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"qYq" = ( +/turf/open/floor/antre/metal/black/northeast, +/area/white_antre/indoors/upper_level/director_office) +"rbv" = ( +/obj/structure/surface/table/almayer{ + color = "#848484" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/tool/pen/blue{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"rbR" = ( +/turf/open/floor/strata/green3/west, +/area/white_antre/indoors/main_level/weapons) +"rcY" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/west_corridor) +"rdC" = ( +/turf/closed/wall/r_wall/biodome, +/area/white_antre/indoors/main_level/south_containment_hive) +"rdV" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"rec" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/stool{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/white_antre/indoors/main_level/engineering) +"reI" = ( +/obj/effect/antre/border/corner{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/bluemetal1/southeast, +/area/white_antre/indoors/upper_level/central_corridor) +"rgz" = ( +/turf/open/floor/strata/multi_tiles/southwest, +/area/white_antre/outdoors/facility_exterior) +"rjZ" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 12 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"rkP" = ( +/obj/structure/bed/chair/comfy/black{ + dir = 1 + }, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/almayer/silver2/southwest, +/area/white_antre/indoors/main_level/west_corridor) +"roH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + layer = 3.3 + }, +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/research) +"rpu" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/effect/hybrisa/misc/fake/pipes{ + dir = 4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/north, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"rpv" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/effect/mist/steam, +/turf/solid_open_space, +/area/white_antre/oob) +"rpQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"rrj" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/structure/bed/sofa/hybrisa/sofa/black{ + icon_state = "couch_vet1_black"; + pixel_x = 12 + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines4{ + pixel_x = 1; + color = "#DAA06D" + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"rsQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"rtv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 4; + pixel_x = 2 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"rBT" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + pixel_y = 12 + }, +/turf/open/floor/almayer/plate, +/area/white_antre/indoors/main_level/dorms) +"rCT" = ( +/turf/open/floor/strata/green4, +/area/white_antre/indoors/main_level/weapons) +"rEa" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "test_warning_smooth_red" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment) +"rFY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge{ + dir = 1 + }, +/turf/open/floor/prison/darkpurplecorners2/east, +/area/white_antre/indoors/underground_level/east_maint) +"rGs" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetbluedeco, +/area/white_antre/indoors/main_level/dorms) +"rHC" = ( +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"rIc" = ( +/turf/open/auto_turf/snow/layer2, +/area/white_antre/oob) +"rIQ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"rMO" = ( +/obj/structure/machinery/door/airlock/almayer/secure/colony, +/obj/structure/machinery/door/poddoor/almayer/closed{ + dir = 4; + id = "LZ1_Lockdown_Lo"; + name = "Emergency Lockdown" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/landing_zone/roof) +"rNZ" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/northwest, +/area/white_antre/indoors/main_level/east_corridor) +"rQj" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"rSc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/south_containment) +"rTT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"rVC" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + dir = 1; + pixel_y = -11 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/east_containment) +"rYD" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "48" + }, +/area/white_antre/indoors/pmc_dropship) +"rYO" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + dir = 8; + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/floor/prison/darkredcorners2/west, +/area/white_antre/indoors/main_level/security) +"sav" = ( +/obj/structure/sink{ + pixel_y = 26 + }, +/obj/effect/decal/strata_decals/grime/grime2, +/turf/open/floor/hybrisa/tile/darkgrey_bigtile, +/area/white_antre/indoors/main_level/dorms) +"sdf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 1; + pixel_y = -18 + }, +/turf/open/antre/plating/direction_north, +/area/white_antre/indoors/underground_level/west_maint) +"sdQ" = ( +/turf/open/floor/strata/multi_tiles/southeast, +/area/white_antre/indoors/main_level/weapons) +"seJ" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/west, +/turf/solid_open_space, +/area/white_antre/oob) +"sfF" = ( +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/hybrisa/metal/stripe_red/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"sfO" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkred2/northeast, +/area/white_antre/indoors/underground_level/west_maint) +"siB" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"sjf" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_left_exhaust, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"spC" = ( +/turf/open_space, +/area/white_antre/oob) +"sqE" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"svL" = ( +/turf/open/floor/almayer/emeraldcornersmooth/south, +/area/white_antre/indoors/main_level/research) +"sAB" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkbrown2/west, +/area/white_antre/indoors/underground_level/west_maint) +"sDA" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/east, +/obj/structure/platform_decoration/metal/almayer_smooth/northeast, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"sDV" = ( +/obj/structure/closet/crate, +/obj/structure/machinery/light/double{ + dir = 4; + pixel_y = -5 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/dorms) +"sFP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"sID" = ( +/turf/open/floor/almayer/silver/south, +/area/white_antre/indoors/main_level/north_containment_hive) +"sKx" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/road/corner, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"sKU" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/flora/tree/tyrargo{ + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"sOR" = ( +/turf/open/floor/almayer/orange, +/area/white_antre/indoors/main_level/north_containment_hive) +"sOV" = ( +/turf/open/floor/almayer/silver/southeast, +/area/white_antre/indoors/main_level/south_containment_hive) +"sQd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 13 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment) +"sTb" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/landing_zone) +"sTF" = ( +/obj/structure/machinery/vending/coffee, +/obj/structure/sign/poster/wylogo{ + pixel_y = 32; + layer = 2.9; + pixel_x = 1 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"sUP" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/facility_exterior) +"sVf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/green/northeast, +/area/white_antre/indoors/underground_level/east_maint) +"sVo" = ( +/obj/structure/machinery/gear{ + pixel_y = 5; + pixel_x = -4 + }, +/turf/open/floor/prison/darkpurplecorners2/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"sYY" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"taR" = ( +/obj/item/prop/alien/hugger{ + color = "#ffff80"; + name = "k-series facehugger"; + desc = "It has some sort of a tube at the end of its tail. Why is it yellow?" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"tdB" = ( +/obj/effect/alien/egg/kseries{ + status = 1; + icon_state = "Egg Opened" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"tef" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"tgb" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/upper_right_wing{ + icon_state = "zwing5" + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/north_field) +"tht" = ( +/obj/structure/reagent_dispensers/tank/water{ + anchored = 1 + }, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"tmQ" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, +/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, +/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, +/obj/item/attachable/bayonet/wy, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"tpc" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"tpg" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"tqE" = ( +/turf/open/floor/almayer/silvercorner/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"tqT" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/hybrisa/road/corner{ + dir = 4 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"tyR" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"tFe" = ( +/obj/structure/fence/slim/dark, +/turf/open/asphalt/cement/cement1, +/area/white_antre/landing_zone) +"tFY" = ( +/obj/structure/machinery/gear{ + pixel_y = -5; + pixel_x = -4 + }, +/turf/open/floor/prison/darkpurplecorners2/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"tIM" = ( +/turf/open/floor/almayer/test_floor4, +/area/white_antre/indoors/main_level/south_containment) +"tLT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"tMw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/empty/case, +/turf/open/floor/almayer/emerald2smooth, +/area/white_antre/indoors/main_level/research) +"tUk" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/largecrate, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/landing_zone) +"tUu" = ( +/turf/open/slippery/roof/dir/northwest, +/area/white_antre/landing_zone) +"tZm" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "31" + }, +/area/white_antre/indoors/pmc_dropship) +"tZE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment) +"uak" = ( +/obj/structure/prop/server_equipment/yutani_server, +/obj/structure/machinery/power/apc/power/south{ + start_charge = 20 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"uaZ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/almayer/emerald2smooth/east, +/area/white_antre/indoors/main_level/research) +"ubv" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 7; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8; + pixel_y = 8; + pixel_x = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/path_north) +"ubA" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/yellow/west, +/area/white_antre/indoors/underground_level/east_maint) +"uci" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/white_antre/landing_zone) +"ueB" = ( +/turf/closed/shuttle/dropship_wy/HorizonRunner/transparent{ + icon_state = "89" + }, +/area/white_antre/indoors/pmc_dropship) +"uhr" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/white_antre/indoors/main_level/north_containment_hive) +"ujo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/strata/orange_edge/east, +/area/white_antre/indoors/main_level/weapons) +"ulw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"ulT" = ( +/turf/open/floor/strata/green3/southeast, +/area/white_antre/indoors/main_level/weapons) +"uox" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"uoG" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"uqO" = ( +/turf/open/floor/strata/red3, +/area/white_antre/indoors/main_level/security) +"urk" = ( +/obj/structure/machinery/vending/cola, +/obj/structure/machinery/light/small{ + light_color = "#ff3b3b"; + color = "#ff3b3b"; + needs_power = 0; + dir = 8; + name = "emergency lighting"; + desc = "A small emergency light. Has an internal battery which should last for five hours." + }, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/security) +"uwP" = ( +/turf/open/floor/prison/darkbrown3/southwest, +/area/white_antre/indoors/exterior/ext_relay_south) +"uyh" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{ + light_color = "#FF0000"; + light_on = 1; + light_power = 3; + light_range = 5; + pixel_y = 32 + }, +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/east_corridor) +"uyB" = ( +/obj/structure/barricade/handrail/no_vault, +/obj/structure/barricade/handrail/no_vault{ + dir = 8 + }, +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/red/southwest, +/area/white_antre/landing_zone) +"uzG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/white_antre/indoors/main_level/east_containment_hive) +"uDv" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/green/north, +/area/white_antre/indoors/underground_level/east_maint) +"uEw" = ( +/turf/open/floor/almayer/orange/west, +/area/white_antre/indoors/main_level/north_containment_hive) +"uFz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/double, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_17"; + pixel_y = 9; + pixel_x = -6; + layer = 4 + }, +/turf/open/floor/antre/metal/black/southwest, +/area/white_antre/indoors/upper_level/director_office) +"uGQ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"uIZ" = ( +/obj/structure/closet/crate/weapon, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/item/clothing/accessory/storage/black_vest, +/turf/open/floor/strata, +/area/white_antre/indoors/main_level/security) +"uJj" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/white_antre/indoors/main_level/east_containment) +"uJJ" = ( +/turf/open/floor/almayer/purple/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"uJW" = ( +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal3" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/road_west) +"uKv" = ( +/obj/structure/bed/chair/dropship/passenger, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"uLQ" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"uLW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/almayer/silver/west, +/area/white_antre/indoors/main_level/research) +"uNm" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/antre/border/corner, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/weapons) +"uNU" = ( +/obj/structure/prop/hybrisa/airport/refuelinghose{ + pixel_x = -13; + pixel_y = -44; + color = "#36454F"; + name = "reinforced chain"; + desc = "A special-issue reinforced chain, coated in a protective film that provides acid protection."; + layer = 2.9 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/strata/red2, +/area/white_antre/indoors/main_level/weapons) +"uPy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"uQL" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/road/corner{ + dir = 1 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"uTV" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/security) +"uUc" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/blue, +/area/white_antre/indoors/main_level/dorms) +"uUl" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 4 + }, +/turf/open/floor/prison/bluefull, +/area/white_antre/landing_zone/roof) +"uVc" = ( +/obj/structure/barricade/handrail{ + dir = 1 + }, +/turf/open/floor/strata/green3/north, +/area/white_antre/indoors/main_level/weapons) +"uXU" = ( +/turf/closed/shuttle/dropship_wy/StarGlider/transparent{ + icon_state = "27" + }, +/area/white_antre/indoors/pmc_dropship) +"vag" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"vbZ" = ( +/turf/open/floor/shiva, +/area/white_antre/indoors/main_level/research) +"vcw" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/yellow/southwest, +/area/white_antre/indoors/underground_level/east_maint) +"vcM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4"; + dir = 4; + pixel_x = -10 + }, +/turf/open/floor/prison/redfull, +/area/white_antre/indoors/main_level/east_containment) +"vcS" = ( +/turf/open/floor/prison/darkyellow2/southeast, +/area/white_antre/indoors/main_level/engineering) +"veX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/turf/open/floor/prison/darkredcorners2, +/area/white_antre/indoors/main_level/east_containment_hive) +"vfR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow4_red"; + pixel_y = 11 + }, +/turf/open/floor/prison/darkred2, +/area/white_antre/indoors/main_level/south_containment) +"vgO" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/machinery/door/poddoor/almayer/blended/white{ + name = "Cash Flow Lockdown Shutter"; + needs_power = 0; + id = "cash_flow" + }, +/turf/open/shuttle/dropship/light_grey_bottom_left, +/area/white_antre/indoors/pmc_dropship) +"vka" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"vkP" = ( +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"vkU" = ( +/turf/open/floor/strata/red3/northwest, +/area/white_antre/indoors/main_level/weapons) +"vnT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/east_containment_hive) +"voV" = ( +/obj/structure/platform/metal/almayer/west, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/prison, +/area/white_antre/indoors/main_level/security) +"vpf" = ( +/obj/effect/landmark/lv624/door_blocker/xeno, +/obj/structure/machinery/door/poddoor/hybrisa/ultra_reinforced_door/open{ + dir = 4; + icon_state = "udoor0" + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/east_containment_hive) +"vph" = ( +/turf/open/floor/hybrisa/metal/zbrownfloor1, +/area/white_antre/landing_zone/roof) +"vre" = ( +/obj/structure/machinery/door/airlock/almayer/maint, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"vrx" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 4; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/south_containment) +"vuo" = ( +/turf/open/slippery/roof/dir/southwest, +/area/white_antre/landing_zone) +"vww" = ( +/turf/closed/wall/strata_ice/dirty/rock, +/area/white_antre/oob) +"vBc" = ( +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/road/corner{ + dir = 8 + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"vBT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/asphalt/cement/cement1, +/area/white_antre/outdoors/facility_exterior) +"vDf" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/white_antre/outdoors/path_north) +"vFF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/red{ + light_color = "#BB3F3F"; + dir = 8 + }, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/white_antre/indoors/underground_level/west_maint) +"vGy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"vHy" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"vIq" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/darkpurple2/east, +/area/white_antre/indoors/underground_level/east_maint) +"vIM" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"vJb" = ( +/obj/structure/sign/poster/safety{ + pixel_y = 42 + }, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"vMy" = ( +/obj/structure/barricade/metal, +/turf/open/floor/strata/floor2, +/area/white_antre/indoors/main_level/weapons) +"vMK" = ( +/obj/structure/platform/metal/almayer_smooth/north, +/obj/structure/platform/metal/almayer_smooth/west, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"vMZ" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"vOG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"vPs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/darkredcorners2/west, +/area/white_antre/indoors/underground_level/west_maint) +"vPV" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/main_level/east_corridor) +"vQb" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines3, +/obj/effect/decal/hybrisa/road/road_edge, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"vQX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/turf/open/floor/strata/multi_tiles/west, +/area/white_antre/indoors/main_level/south_containment) +"vRW" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/underground_level/east_maint) +"vVi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"vYk" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/main_level/east_corridor) +"vYw" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/yellow/northeast, +/area/white_antre/indoors/underground_level/east_maint) +"vZz" = ( +/turf/open/floor/almayer/silver/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"waD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = -1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"wcO" = ( +/turf/open/floor/almayer_hull/outerhull_dir/north, +/area/white_antre/indoors/upper_level/central_corridor) +"wcT" = ( +/turf/open/floor/almayer/silverfull, +/area/white_antre/indoors/main_level/south_containment_hive) +"wde" = ( +/obj/effect/antre/border, +/turf/open/floor/prison/darkpurple2/west, +/area/white_antre/indoors/underground_level/east_maint) +"wfs" = ( +/obj/effect/antre/border{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/north, +/area/white_antre/indoors/underground_level/east_maint) +"wfC" = ( +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/underground_level/east_maint) +"wfX" = ( +/obj/effect/antre/border{ + dir = 4 + }, +/turf/open/floor/prison/green/east, +/area/white_antre/indoors/underground_level/east_maint) +"wgh" = ( +/obj/structure/surface/table/reinforced/black, +/obj/structure/machinery/reagentgrinder/industrial{ + pixel_y = 8 + }, +/turf/open/floor/strata/orange_icorner, +/area/white_antre/indoors/main_level/weapons) +"wgp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkbrowncorners2/east, +/area/white_antre/indoors/underground_level/west_maint) +"wje" = ( +/obj/structure/machinery/space_heater/radiator/red{ + dir = 8; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/northeast, +/area/white_antre/landing_zone/roof) +"wkj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"wma" = ( +/obj/effect/decal/hybrisa/road/road_edge, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"wmh" = ( +/obj/structure/surface/table/almayer, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/prison, +/area/white_antre/indoors/upper_level/central_command) +"wmp" = ( +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/east_containment) +"wng" = ( +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/south_containment_hive) +"woC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 60 + }, +/turf/open/floor/prison/darkbrown3/north, +/area/white_antre/indoors/exterior/ext_relay_south) +"wrD" = ( +/obj/structure/platform/metal/almayer_smooth/east, +/turf/solid_open_space, +/area/white_antre/oob) +"wtR" = ( +/obj/structure/machinery/vending/cigarette, +/turf/open/floor/prison/darkred2/east, +/area/white_antre/indoors/main_level/security) +"wtV" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/white_antre/landing_zone) +"wus" = ( +/obj/item/hardpoint/secondary/frontalcannon/pmc{ + pixel_x = 13; + pixel_y = 16 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/flora/tree/tyrargo/tree_3, +/turf/open/auto_turf/strata_grass/layer0, +/area/white_antre/outdoors/north_field) +"wvY" = ( +/obj/structure/platform/metal/almayer_smooth, +/obj/structure/platform/metal/almayer_smooth/west, +/obj/structure/platform_decoration/metal/almayer_smooth/southwest, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/landing_zone) +"wwi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/north_containment_hive) +"wxk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"wxm" = ( +/turf/open/asphalt/cement, +/area/white_antre/outdoors/south_field) +"wzr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment) +"wAn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/antre/metal/blackfull, +/area/white_antre/indoors/main_level/east_containment_hive) +"wAJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/green, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"wCv" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/middle_right_wing{ + icon_state = "zwing8" + }, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"wEh" = ( +/obj/structure/pipes/vents/pump_hybrisa, +/obj/effect/antre/border/corner{ + dir = 1 + }, +/turf/open/floor/prison/darkpurple2/northeast, +/area/white_antre/indoors/main_level/east_corridor) +"wFD" = ( +/obj/structure/window/framed/corsat/hull/research, +/turf/open_space, +/area/white_antre/indoors/upper_level/east_overwatch) +"wGj" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/engine_right_exhaust, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"wHj" = ( +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/south_containment_hive) +"wHm" = ( +/obj/effect/landmark/structure_spawner/xvx_hive/xeno_core, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/indoors/main_level/north_containment_hive) +"wOL" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_smooth" + }, +/obj/effect/landmark/xeno_spawn{ + species = "Monkey" + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"wPy" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/prison/darkyellow2/east, +/area/white_antre/indoors/main_level/engineering) +"wQD" = ( +/turf/closed/shuttle/dropship_wy/StarGlider{ + icon_state = "18" + }, +/area/white_antre/indoors/pmc_dropship) +"wRu" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1/west, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"wRF" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/engineering) +"wSU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = -2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + dir = 8; + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkred2/southwest, +/area/white_antre/indoors/main_level/south_containment) +"wTr" = ( +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/white_antre/indoors/main_level/dorms) +"wWk" = ( +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/outdoors/north_field) +"wYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/antre/border/edge, +/turf/open/floor/prison/darkpurplecorners2/west, +/area/white_antre/indoors/underground_level/east_maint) +"wZd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/bluemetal1/southwest, +/area/white_antre/landing_zone/roof) +"xdd" = ( +/obj/structure/platform_decoration/metal/almayer_smooth/north, +/turf/open/floor/almayer/silver, +/area/white_antre/indoors/main_level/east_containment_hive) +"xdv" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 16 + }, +/turf/open/floor/prison/darkbrownfull2, +/area/white_antre/indoors/exterior/ext_relay_north) +"xeb" = ( +/obj/structure/shuttle/part/dropship_wy/left_inner_wing_connector, +/turf/open/floor/plating, +/area/white_antre/indoors/pmc_dropship) +"xgv" = ( +/obj/structure/surface/table/almayer, +/obj/item/paper_bin/wy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/tool/pen/blue{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"xhU" = ( +/turf/open/floor/almayer/purple, +/area/white_antre/indoors/main_level/east_containment_hive) +"xid" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/silver/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"xjs" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/white_antre/landing_zone) +"xme" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal9" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"xnu" = ( +/obj/effect/antre/border/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/darkpurple2/southwest, +/area/white_antre/indoors/main_level/east_corridor) +"xpu" = ( +/obj/effect/antre/border{ + dir = 8 + }, +/turf/open/floor/prison/darkpurple2, +/area/white_antre/indoors/underground_level/east_maint) +"xqd" = ( +/obj/effect/decal/hybrisa/road/lines1, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal4" + }, +/turf/open/asphalt/brown, +/area/white_antre/indoors/main_level/south_containment) +"xri" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/almayer/orange/east, +/area/white_antre/indoors/main_level/north_containment_hive) +"xrA" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + name = "\improper Shutters" + }, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/path_north) +"xsI" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/darkred2/southeast, +/area/white_antre/indoors/main_level/north_containment_hive) +"xsP" = ( +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/tiretrack, +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"xtM" = ( +/obj/structure/machinery/light/double{ + dir = 8; + pixel_y = -5 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor_full, +/area/white_antre/landing_zone/roof) +"xun" = ( +/obj/structure/shuttle/part/dropship_wy/nose_front_right{ + name = "\improper WY-LWI Horizon Runner HR-150"; + desc = "The WY-LWI Horizon Runner HR-150, a collaborative creation of Lunnar-Welsun Industries and Weyland-Yutani. This small dropship is designed for short-range commercial transport." + }, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/indoors/pmc_dropship) +"xuT" = ( +/obj/structure/bed/hybrisa/bunkbed4{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/blue_grey, +/area/white_antre/indoors/main_level/dorms) +"xwf" = ( +/turf/closed/wall/hybrisa/colony/engineering/reinforced/hull, +/area/white_antre/oob) +"xws" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border, +/turf/open/floor/prison/darkred2/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"xwx" = ( +/obj/effect/decal/hybrisa/road/lines4, +/obj/effect/decal/hybrisa/road/lines2, +/obj/effect/decal/hybrisa/road/road_edge{ + icon_state = "road_edge_decal2" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/brown, +/area/white_antre/outdoors/facility_exterior) +"xxw" = ( +/turf/open/floor/plating, +/area/white_antre/indoors/main_level/south_containment_hive) +"xAR" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/item/ammo_magazine/rifle/boltaction/vulture{ + current_rounds = 0; + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/ammo_magazine/rifle/boltaction/vulture{ + current_rounds = 0; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"xCS" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/structure/platform/metal/hybrisa/metalplatform1/east, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"xEt" = ( +/turf/open/auto_turf/shale/layer2/weedable, +/area/white_antre/outdoors/south_field) +"xEw" = ( +/obj/structure/machinery/big_computers/science_big/operator_machine_open, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/strata/red1, +/area/white_antre/indoors/main_level/weapons) +"xEF" = ( +/obj/effect/alien/weeds/node/kseries, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/north_containment_hive) +"xEI" = ( +/obj/structure/pipes/standard/simple/hidden/purple, +/obj/effect/antre/border, +/turf/open/floor/prison/blue/southwest, +/area/white_antre/indoors/underground_level/west_maint) +"xFj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 4 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/east_containment_hive) +"xFn" = ( +/turf/open/hybrisa/street/roadlines3, +/area/white_antre/outdoors/facility_exterior) +"xFR" = ( +/obj/structure/shuttle/part/dropship_wy/transparent/lower_left_wing{ + icon_state = "zwing3" + }, +/turf/open/auto_turf/shale/layer1/weedable, +/area/white_antre/indoors/pmc_dropship) +"xGl" = ( +/obj/effect/antre/border/corner, +/turf/open/floor/prison/darkbrown2/northwest, +/area/white_antre/indoors/underground_level/west_maint) +"xIx" = ( +/obj/structure/barricade/plasteel/metal{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/strata, +/area/white_antre/indoors/main_level/weapons) +"xIH" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/prison/floor_plate/southwest, +/area/white_antre/indoors/main_level/south_containment_hive) +"xJg" = ( +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "8-9"; + layer = 5; + level = 2; + pixel_x = 14 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "4-8"; + layer = 5; + level = 2; + pixel_x = -18 + }, +/obj/structure/cable/white{ + color = "#007740"; + icon_state = "5-6"; + layer = 5; + level = 2; + pixel_x = -13; + pixel_y = 27 + }, +/turf/open/floor/strata/multi_tiles/southwest, +/area/white_antre/indoors/main_level/weapons) +"xJX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/metal/zbrownfloor1/north, +/area/white_antre/landing_zone/roof) +"xOW" = ( +/turf/open/floor/prison/redcorner/west, +/area/white_antre/indoors/main_level/east_containment) +"xPC" = ( +/obj/effect/decal/hybrisa/road/lines1{ + pixel_x = -1; + color = "#DAA06D" + }, +/obj/effect/decal/hybrisa/road/lines3{ + pixel_y = -1; + color = "#DAA06D" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/carpet/carpetbeigedeco, +/area/white_antre/indoors/main_level/dorms) +"xTl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "door_warning2_red"; + pixel_y = 2; + dir = 1 + }, +/turf/open/floor/prison/darkred2/north, +/area/white_antre/indoors/main_level/east_containment) +"xXR" = ( +/obj/item/ammo_box/magazine/misc/mre/wy{ + pixel_y = 5 + }, +/turf/open/shuttle/dropship/light_grey_single_wide_up_to_down, +/area/white_antre/indoors/pmc_dropship) +"xYp" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/corsat/marked, +/area/white_antre/indoors/main_level/engineering) +"xZk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison, +/area/white_antre/outdoors/facility_exterior) +"yaj" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/sand_white/layer0, +/area/white_antre/outdoors/north_field) +"yap" = ( +/obj/structure/machinery{ + density = 1; + dir = 8; + icon = 'icons/obj/vehicles/apc_pmc.dmi'; + icon_state = "hull_wy"; + explo_proof = 1; + name = "\improper M577-WY Armored Personnel Carrier"; + pixel_y = -22; + unacidable = 1; + unslashable = 1; + use_power = 0; + needs_power = 0; + pixel_x = -14 + }, +/turf/closed/wall/strata_ice/dirty, +/area/white_antre/outdoors/north_field) +"yaL" = ( +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 32 + }, +/turf/open/floor/prison/darkred2/west, +/area/white_antre/indoors/main_level/security) +"yaT" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform/metal/hybrisa/metalplatform1, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"yhz" = ( +/turf/open/floor/strata/green4/north, +/area/white_antre/indoors/main_level/weapons) +"yiF" = ( +/obj/structure/fence/slim/dark, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/white_antre/outdoors/facility_exterior) +"yjJ" = ( +/obj/structure/prop/hybrisa/misc/fake/lattice/full, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4 + }, +/obj/structure/prop/hybrisa/misc/floorprops/grate, +/obj/structure/platform_decoration/metal/hybrisa/metalplatformdeco1/west, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4 + }, +/turf/open/hybrisa/street/underground_unweedable, +/area/white_antre/indoors/main_level/research) +"ylt" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/white_antre/oob) +"ymi" = ( +/obj/structure/machinery/door/window/southleft{ + req_one_access_txt = "2;21" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/almayer/silver/north, +/area/white_antre/indoors/main_level/research) + +(1,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(2,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNE +bNE +bNE +bNE +bNE +bNE +bNE +bNE +bNE +bMP +bNH +bMP +bNG +bNE +bNE +bNE +bNE +bNE +bND +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +bMP +byT +byT +byT +byT +byT +byT +byT +byT +bMP +bMP +bMP +byT +byT +byT +byT +bMH +bMH +bMH +bMH +bMH +bME +bME +bME +bME +bME +bME +bME +bME +bME +bME +bME +bME +byT +byT +byT +bMx +bMA +bMx +byR +byR +byR +byR +byR +bMx +byR +byR +byR +adm +byR +byR +byR +byR +byR +byR +byR +byR +byR +byR +byR +byR +byR +byR +byT +bRQ +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(3,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMQ +bMK +bNd +bNj +bNF +bNj +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMQ +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNq +bMK +bMK +bMK +pzo +pzo +pzo +bMW +bMK +bMK +bMQ +bMK +ckG +ckF +bHf +bHf +bHf +pzo +pzo +ckk +bMU +ckf +cjP +cjP +bUP +bUP +bUP +chG +chG +chG +chG +chG +cfg +cfg +cgt +cgt +cfg +cfg +cfg +cfg +bWD +bUX +bUQ +bRu +bHE +bHE +pzo +pzo +aKG +aKG +rIc +aKG +aKG +aKG +bMt +aKG +aKG +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +adn +pzo +bRR +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +rIc +pzo +pzo +pzo +pzo +bRQ +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(4,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNv +bMY +bMK +bMK +bNd +bNj +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNy +bNx +bNx +bNx +bNj +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +pzo +pzo +pzo +pzo +aiD +aMe +aMe +bMW +bMK +bNj +bNk +ckb +ckb +ckd +cky +chO +chM +bRu +ckg +bMV +bMR +ckb +cjY +ciJ +ciJ +ciJ +ciE +chN +chN +bUQ +bUQ +bUQ +bUQ +cfB +cfB +bUQ +bUQ +bUQ +bUX +bUX +bUY +bUR +bSD +bPt +bPt +bHZ +bHE +bGY +beO +beO +rIc +rIc +bMy +rIc +rIc +bMv +rIc +rIc +rIc +rIc +adn +rIc +adn +adn +adn +adn +rIc +rIc +rIc +adn +adn +adn +rIc +rIc +rIc +rIc +pzo +pzo +pzo +pzo +pzo +bYg +bYg +pzo +pzo +rIc +rIc +adn +rIc +adn +rIc +adn +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(5,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNv +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMI +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNj +bNv +bNj +bMI +bMK +bMK +bMK +bMK +bNq +bMK +bMK +pzo +pzo +pzo +pzo +pzo +pzo +aMe +aMe +bMX +bMK +bNd +ckM +ckH +ckb +ckb +bQO +bRz +ckt +bSD +ckl +ckg +bMS +ckc +cjZ +ciJ +ciJ +ciJ +ciJ +chO +chO +chM +bRu +bUQ +bUQ +cfB +cfB +bUQ +bUQ +bUX +bUX +bZm +bWt +bRA +bRz +bRy +bRy +bHE +bHE +bHZ +bPQ +bHE +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +adn +pzo +pzo +pzo +bRR +bRR +bYg +bYg +pzo +pzo +adn +rIc +rIc +bMt +rIc +adn +adn +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(6,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNB +bNj +bNj +bNj +bNj +bNj +bNB +bNj +bNI +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNu +bMK +bMK +bMK +bMK +bMK +bNd +bNj +bNt +bMK +bMK +bMN +bMK +bMK +bMK +bMK +bMK +pzo +pzo +pzo +pzo +pzo +pzo +aMe +aMe +bMX +bMK +bNl +ckN +ckI +ckA +ckv +cjZ +cku +bRz +cko +ckm +ckg +ckg +ckb +ciJ +ciJ +ciJ +ciJ +ciJ +bQO +chO +chM +bRu +bRu +bRu +bRE +bRE +bRu +bRE +bRE +bRE +bZp +bUS +bUS +bTL +bRz +bRz +bGY +bHE +bHE +bHE +bHE +pzo +pzo +pzo +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +aJq +aJq +aJq +aJq +aJq +rIc +rIc +rIc +rIc +rIc +adn +adn +adn +rIc +pzo +pzo +pzo +pzo +bRR +bYg +bYg +pzo +pzo +rIc +adn +rIc +adn +adn +rIc +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(7,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMI +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNc +bMQ +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +pzo +pzo +bMK +bMK +bMK +bNs +aMe +aMe +aMe +pzo +bYg +bYg +pzo +aMe +aMe +bMW +bMK +ckb +ckJ +bNg +ckA +ckz +ckv +ckd +ckp +ckn +cki +ckh +ckd +bVV +cjB +bYl +ciN +ciN +chW +bQO +bRu +bRu +bRu +bZt +bRD +bRE +bRv +bRD +bMG +bQN +caL +bUU +bUU +bTS +bRz +bRA +bGY +bGY +bMB +bHE +bHE +pzo +pzo +pzo +aMe +rIc +rIc +aiD +aiD +rIc +rIc +rIc +adn +rIc +aJq +aJq +aJq +aJq +bMt +adn +rIc +rIc +adn +rIc +rIc +rIc +rIc +adn +adn +adn +rIc +pzo +pzo +pzo +pzo +bYg +pzo +pzo +pzo +rIc +rIc +rIc +pzo +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(8,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNc +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +pzo +pzo +bMK +bNb +bMQ +bML +bPQ +bPQ +bPQ +bHZ +cls +bYg +bHf +bHf +bOZ +bOZ +ckW +ckO +cjZ +cjZ +ckB +ckv +ckv +ckd +ckn +ckj +ckj +cfg +cke +cka +bUQ +bUQ +bUQ +bUQ +bUQ +bRu +bRu +bVU +bRu +cgu +bRD +bRE +bRv +cgs +bUS +bTL +bQN +bQN +bUV +bUo +bSb +bRD +bRv +bRn +bQA +bGY +bHE +pzo +aiD +aMe +aKG +aKG +rIc +pzo +pzo +rIc +rIc +rIc +adn +aJq +aJq +aJq +aJq +aJq +rIc +rIc +adn +adn +rIc +rIc +rIc +adn +adn +adn +rIc +rIc +rIc +rIc +pzo +pzo +pzo +pzo +pzo +pzo +bRR +bRR +pzo +pzo +pzo +pzo +bRR +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(9,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNv +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNb +bNx +bNj +bNj +bNx +bMQ +bMK +bMK +bMK +pzo +pzo +pzo +pzo +pzo +pzo +bMK +bNc +bMZ +bNr +bPQ +bPQ +bPQ +bHE +bPt +cll +ckS +ckS +ckX +ckX +ckX +ckP +ckK +ckC +ckC +ckw +ckw +ckp +ckq +cfg +cfg +bVW +pzo +cls +cls +bPQ +bPQ +bPQ +bHE +bHE +bHE +bHE +bGY +bGY +cfg +bgc +bUP +cfB +cfB +cfB +bUK +bMF +bUW +bUv +bRE +bRE +bRu +bRp +bQF +bPR +bPt +bPt +bHE +bHE +bGY +beO +beO +bHZ +bHE +beO +bGY +beO +beO +adn +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +adn +rIc +adn +rIc +adn +adn +rIc +adn +adn +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +bRR +bRR +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(10,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMQ +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNb +bNj +bNj +bNj +bNj +bNv +bNt +bMK +bMK +pzo +pzo +aMe +aMe +aMe +aMe +pzo +pzo +bNd +ckM +ckf +clK +clF +clD +clx +clt +clm +ckS +ckS +ckS +ckS +ckS +ckQ +ckL +ckD +ckD +ckp +ckp +ckp +ckr +bZw +aMe +pzo +pzo +aiD +bMK +bML +aMe +aMe +pzo +pzo +bYg +pzo +pzo +aKG +aMe +aMe +pzo +bRu +bUQ +bUQ +cdI +bWu +bUK +bUK +bRE +bRE +bRu +bQM +bQM +bPS +bPt +bPt +bHE +bOZ +bOZ +bHp +bMw +bHp +bHd +bHp +bHg +beO +beO +adn +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +pzo +pzo +rIc +rIc +rIc +pzo +pzo +pzo +bYg +bYg +bFf +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(11,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNB +bNj +bNj +bNj +bMY +bMK +bMI +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNd +bNj +bNB +bNj +bNj +bNj +bMK +bMK +bMK +pzo +pzo +aMe +bPQ +bPQ +bPQ +bPQ +bHE +clV +clS +clO +clL +clG +clD +clx +clt +cln +clc +clc +clc +clc +ckS +ckR +ckd +ckd +ckd +ckF +ckF +bVX +aiD +bZw +pzo +pzo +pzo +pzo +bMI +bML +aMe +aMe +pzo +bYg +bYg +pzo +pzo +pzo +aMe +aMe +pzo +pzo +aMe +aKG +bMC +aKG +bUP +bUP +bRE +bRE +bRq +bRq +bQN +bPU +bPE +bPx +bPo +bPj +bOZ +bHp +bHg +bHp +bHp +bHp +bHg +beO +beO +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +bMt +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +pzo +pzo +adn +rIc +rIc +rIc +rIc +pzo +bYg +bYg +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(12,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMZ +bMK +bMK +bMK +bMK +bMK +bMK +bMI +bMK +bMK +bMK +bNc +bNj +bNj +bNj +bNt +bMK +bMK +bMK +pzo +pzo +pzo +bHE +bHE +bHE +cme +clz +clW +clP +clP +clM +clH +clE +cly +clu +clo +clk +bNn +clg +clc +ckS +ckS +bMK +bMK +bMI +bMK +bNb +bMQ +bMK +pzo +pzo +pzo +pzo +bMK +bMK +bMM +aMe +aMe +pzo +bYg +bYg +pzo +pzo +aMe +aMe +aMe +pzo +pzo +pzo +pzo +aKG +pzo +pzo +pzo +bRu +bRu +bQO +bQO +bQO +bPY +bPF +bPy +bPp +bPk +bPc +bHh +bIb +bHh +bHh +bHh +bHh +bGY +beO +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +pzo +pzo +rIc +rIc +bMt +rIc +adn +pzo +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(13,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNB +bNj +bNj +bNj +bNj +bNI +bNJ +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNd +bNv +bNj +bNt +bMK +bMK +bMK +bMK +pzo +bMK +bMK +clV +clV +bHE +clN +clN +clX +clQ +clQ +clI +clI +cly +cly +clu +clp +aVN +clc +clh +clc +ckY +ckS +bMK +bNh +bMK +bMK +bNc +bMY +bMK +pzo +pzo +pzo +pzo +bMK +bMK +bMK +pzo +aMe +pzo +pzo +pzo +pzo +pzo +aMe +bMD +pzo +pzo +pzo +pzo +aiD +pzo +pzo +pzo +pzo +bRu +bRu +bQO +bRr +bQU +bQb +bPL +bPz +bPq +bPl +bPf +bId +bId +bHh +bMu +bHh +bHh +bGY +beO +rIc +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +pzo +rIc +rIc +rIc +rIc +pzo +pzo +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(14,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bNc +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNd +bNt +bMK +bMK +bMK +bMI +bMK +bMK +cmw +cmx +cmq +cmi +cmi +cma +cma +clY +clR +clR +clN +clz +clz +clz +clv +clq +bNo +clc +bNm +ckS +ckS +ckS +bZx +bNc +bNf +bMK +bNd +bMZ +bMK +pzo +pzo +aiD +pzo +pzo +pzo +pzo +pzo +aMe +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +aMe +pzo +pzo +bRu +bRu +bRw +bRr +bRa +bQb +bPL +bPz +bPr +bPm +bHj +bIe +bIe +bHj +bHj +bHj +bHi +bGZ +bqq +aRe +rIc +rIc +rIc +adn +rIc +rIc +rIc +adn +adn +rIc +adn +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +pzo +pzo +rIc +pzo +pzo +pzo +rIc +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(15,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMI +bNb +bNj +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +cmw +bNw +cmr +cmn +cmj +cmb +cmb +clZ +clT +clB +clB +clA +clA +clA +clw +clr +bNp +clj +cld +cld +ckU +ckT +bMK +bNe +bMK +bMK +bMK +bNa +bMK +bYg +pzo +bYg +pzo +pzo +pzo +pzo +pzo +aMe +aMe +pzo +pzo +pzo +pzo +aiD +pzo +pzo +pzo +bYg +pzo +pzo +pzo +aMe +pzo +aKG +bRv +bRv +bRx +bRr +bRa +bQd +bPM +bPA +bHh +bPn +bHj +bIk +bIf +bHq +bHq +bHq +bHj +bHb +bGQ +aRe +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +pzo +pzo +pzo +pzo +pzo +rIc +rIc +rIc +aBk +byS +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(16,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNv +bNj +bNj +bNj +bNj +bNj +bNx +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +cmG +cmg +cms +cms +cmo +cmk +cmf +cmc +clT +clU +clC +clC +clJ +clB +clB +bPS +clq +clj +clj +cld +cle +ckU +ckU +bMW +bMK +bMK +bMK +bMK +bMK +bMN +bYg +bYg +pzo +pzo +pzo +pzo +bMK +pzo +pzo +pzo +pzo +bMJ +pzo +pzo +pzo +pzo +pzo +bYg +bYg +bYg +pzo +pzo +aMe +aMe +aKG +bRv +bRI +bRv +bRu +bRd +bQf +bPN +bPB +bGQ +bHj +bPg +bIk +bIk +bHs +bHs +bHs +bHk +bHc +bGS +aRe +aKG +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +adn +adn +rIc +adn +rIc +rIc +rIc +pzo +pzo +pzo +bYg +pzo +rIc +rIc +bMt +aJq +byS +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(17,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +cjP +cjP +cjP +cmG +cmg +cmy +cmt +cmp +cmg +cmg +clC +bHE +bHE +bHE +bHE +clz +clC +clC +bPS +bPS +cli +cli +cli +clf +cla +cla +aMe +bMT +bMT +bYg +bYg +bYg +pzo +pzo +aiD +pzo +pzo +pzo +pzo +bMJ +bMK +bMI +pzo +pzo +bMI +pzo +pzo +pzo +pzo +aiD +bYg +bYg +bYg +pzo +pzo +aMe +aMe +aKG +bRv +bRu +bRu +bRu +bRd +bQq +bPO +bPC +bPs +bGQ +bPh +bIv +bIb +bHn +bHn +bHn +bHl +bHd +bGT +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +rIc +rIc +rIc +adn +adn +rIc +rIc +rIc +rIc +pzo +pzo +bYg +bYg +aJq +aJq +aJq +aJq +byS +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(18,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNb +bMQ +bMK +bMK +cjP +cjP +cjP +cmG +cmD +cmz +cmu +cmg +cmm +cmg +clC +pzo +bMK +pzo +pzo +pzo +pzo +pzo +aiD +pzo +pzo +pzo +aMe +aMe +aMe +aMe +aMe +aMe +bYg +bYg +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +bMK +bMK +bMK +bMK +pzo +pzo +pzo +bMI +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +bRm +bPP +bPP +bPD +bPs +bPh +bGS +bII +bIu +bHT +bHT +bHC +bHn +bHe +bGU +aey +aey +aey +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +adn +adn +rIc +pzo +bRR +bYg +bYg +aJq +aJq +aJq +aJq +byS +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(19,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNB +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNb +bNC +bNj +bMY +bMK +bMK +bMK +bUP +clU +cmE +cmj +cmA +cmv +cmh +cmh +cmh +clC +pzo +bMI +bMK +bMK +bMK +pzo +pzo +pzo +pzo +pzo +pzo +aMe +aMe +aMe +aMe +aMe +aMe +bYg +aiD +aiD +pzo +pzo +pzo +pzo +pzo +pzo +bMK +bMK +bMK +bMK +bMK +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +pzo +aMe +pzo +aKG +aKG +rIc +bMz +aey +aey +aey +aey +bGU +bGU +bHU +bHU +bHD +aIv +bHf +aey +aey +aey +aey +adn +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +pzo +pzo +pzo +bYg +aJq +aJq +aJq +aJq +byS +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(20,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNB +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNc +bNj +bNj +bMY +bMI +bMK +bMK +bUP +bUP +clU +cmE +cmB +cmw +clC +clC +clC +pzo +bMK +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bRL +bRL +bRL +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bRL +bRL +aMe +rIc +aKG +iKa +iKa +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +adn +rIc +rIc +rIc +adn +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +bMt +rIc +rIc +rIc +rIc +rIc +adn +pzo +bRR +pzo +pzo +pzo +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(21,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNv +bMY +bMK +bMK +bMK +bMI +bMK +bMK +bMK +bMK +bMK +bMK +bNb +bNj +bNB +bNj +bMY +bMK +bMK +bMK +bUP +bUP +clU +clU +cmC +clC +pzo +aMe +aMe +pzo +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bRL +bRL +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aKG +aKG +aKG +aKG +rIc +rIc +rIc +rIc +adn +adn +adn +adn +adn +adn +rIc +rIc +rIc +rIc +iKa +iKa +iKa +iKa +iKa +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +bRR +pzo +pzo +bRR +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(22,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bNE +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNj +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNd +bNj +bNj +bNj +bNj +bNA +bMK +bMK +bMK +pzo +pzo +pzo +bYg +bYg +aMe +aMe +aMe +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +rIc +rIc +rIc +rIc +rIc +rIc +pzo +bRR +bRR +pzo +pzo +bRR +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(23,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +bNj +bNj +bNj +bNj +bNj +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bNd +bNj +bNv +bMY +bMK +bMK +bMK +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +rIc +rIc +rIc +pzo +pzo +pzo +bRR +pzo +pzo +bRR +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(24,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +bNj +bNj +bNB +bNj +bMY +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMI +bMK +bMK +bMK +bNc +bNj +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +rIc +pzo +pzo +pzo +bRR +pzo +pzo +pzo +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(25,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +bNj +bNj +bNj +bNt +bMK +bMI +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +pzo +bRR +pzo +pzo +pzo +pzo +pzo +bYg +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(26,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +bNj +bMY +bNL +bNK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +pzo +pzo +pzo +pzo +bYg +bYg +bYg +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(27,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bNj +bNx +bNt +bMK +bMK +bMK +bMK +bMK +bMK +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +pzo +pzo +pzo +pzo +bYg +bYg +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(28,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bMK +bMK +bMK +bMK +bMI +bMK +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +pzo +bRR +pzo +aKG +pzo +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(29,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +bNM +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +pzo +pzo +aKG +aKG +byT +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(30,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +rIc +bMC +bMx +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(31,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +rIc +bMx +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(32,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +rIc +byR +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(33,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byR +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(34,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(35,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(36,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(37,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(38,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(39,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(40,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(41,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +ewE +iKa +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(42,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +ewE +ewE +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(43,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(44,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +ewE +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(45,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(46,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(47,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(48,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(49,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(50,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(51,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(52,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(53,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(54,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(55,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(56,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(57,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(58,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(59,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(60,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(61,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(62,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(63,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(64,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(65,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(66,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(67,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(68,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(69,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(70,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(71,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(72,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(73,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(74,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(75,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(76,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(77,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(78,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(79,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(80,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(81,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(82,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(83,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(84,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(85,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(86,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(87,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(88,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(89,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(90,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(91,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(92,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(93,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(94,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(95,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(96,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(97,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(98,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(99,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(100,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(101,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(102,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(103,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(104,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(105,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(106,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(107,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(108,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +avF +avF +avF +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +avF +avF +avF +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(109,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +avF +box +boy +box +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +avF +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +aJY +aVG +bkv +avF +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(110,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +avF +boA +aKm +aKm +aKm +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +bmK +aVY +bmC +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +avF +bkM +aKm +bkE +bkw +avF +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(111,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +avF +itJ +itJ +itJ +gxO +aKm +avF +avF +avF +avF +bnH +bnD +bno +bno +avF +avF +nfb +aKm +aKm +aKm +lXc +avF +avF +aJY +bVj +bkv +aJY +avF +avF +avF +avF +bkO +fED +bkx +bkx +bkx +avF +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(112,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +psX +ohZ +aVI +crW +bor +bnp +bol +itJ +itJ +itJ +itJ +itJ +itJ +bnp +vFF +dKt +pOh +cMt +cMt +bmD +bmg +dKt +blS +bkx +bkx +blz +quF +ble +quF +quF +quF +quF +qsH +cqU +bkF +bky +psX +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(113,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +psX +crZ +aVH +crX +aVI +aVI +aVI +aVI +aVI +aVI +crW +crj +crb +cqU +crl +dKt +cqU +aVI +aVI +aVI +crl +blU +cro +crl +crh +crb +cqU +aVI +aVI +aVI +aVI +aVI +aVI +aVH +aVH +sdf +psX +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(114,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +psX +crZ +aVH +crY +cqR +cqR +cqR +cqR +cqR +cqR +crm +cri +crc +cqV +bnn +dKt +cqV +cqR +cqR +cqR +crm +dKt +cqV +crm +cri +crc +cqV +bkX +bkX +bkX +cqR +cqR +cqR +aVH +aVH +sdf +psX +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(115,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +psX +csa +cqR +crm +xGl +boo +boh +boh +boh +bnZ +bnI +crN +crI +bVB +drC +bVt +qEM +eyo +eyo +eyo +xEI +bVt +xws +bVq +bVk +bVa +blo +aEE +blc +bkY +bkT +bkP +bkN +cqV +cqR +cqP +psX +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(116,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +avF +boB +sAB +sAB +wgp +bkE +avF +avF +avF +avF +iqP +crO +crc +odm +avF +avF +nfb +aKm +aKm +bkE +bmh +avF +avF +krp +cri +bVb +pAI +avF +avF +avF +avF +bkE +vPs +aEE +aEE +aEE +avF +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(117,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +avF +boC +boz +aKm +bos +avF +avF +avF +avF +avF +bnJ +crO +crc +odm +avF +avF +avF +bma +bma +bma +avF +avF +avF +blI +blA +bVb +blp +avF +avF +avF +avF +avF +bkE +aKm +aKm +bkz +avF +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(118,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +avF +boD +aVG +aJY +avF +avF +iKa +iKa +iKa +avF +iqP +crO +crc +bnq +avF +avF +avF +avF +vre +avF +avF +avF +avF +blI +cri +bVc +blq +avF +iKa +iKa +iKa +avF +avF +aJY +aVG +aJY +avF +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(119,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +avF +avF +avF +avF +avF +iKa +iKa +iKa +iKa +avF +bnK +crO +crJ +bnr +avF +avF +bma +bma +bma +aVG +bma +avF +avF +blI +blA +bVc +blq +avF +iKa +iKa +iKa +iKa +avF +avF +avF +avF +avF +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(120,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnL +bVF +bnz +bns +avF +bnk +bmV +bmL +aVG +bmj +bma +blZ +avF +krp +blA +bVc +blq +avF +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(121,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnM +crO +crc +bnt +avF +bma +bmL +bmM +aVG +bZu +bmi +bma +avF +blI +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(122,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnN +crO +crc +bnu +avF +bVA +bmM +bmN +bma +bmE +bmj +bma +avF +blI +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(123,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnO +crO +crc +bnv +pkd +aVG +aVG +bma +bma +bma +aVG +aVG +blT +blI +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(124,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +iqP +crO +crc +bnv +avF +aVG +bUT +bmM +bma +bOl +bmk +aVG +avF +blI +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(125,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +iqP +crO +crc +bnv +avF +aVG +bmL +bmQ +aVG +bmF +bml +aVG +avF +blJ +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(126,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnJ +crO +crc +bnv +avF +bnk +bma +aVG +aVG +aAp +bma +bmb +avF +krp +cri +bVb +blp +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(127,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +iqP +crO +crc +odm +avF +avF +bma +aVG +aVG +aVG +bma +avF +avF +krp +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(128,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnP +crO +crc +odm +avF +avF +avF +avF +vre +avF +avF +avF +avF +krp +blA +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(129,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bnQ +bnE +crc +odm +avF +avF +avF +bma +bma +bma +avF +avF +avF +krp +blA +bVc +blq +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(130,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +bnR +bnF +crc +odm +avF +avF +bmW +aKm +bkE +bkE +bmm +avF +avF +blK +blD +blB +blr +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(131,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +boa +bnS +crP +crt +cYs +dKt +pOh +bmD +cMt +bmI +cMt +cMt +mib +dKt +qsH +aVK +crd +blq +blf +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(132,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bob +bnN +bVG +bVl +crp +bVt +bVr +bVz +crB +bVw +crs +bVr +crp +bVt +bVr +bVl +bVd +pAI +blh +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(133,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +boc +bnN +crQ +cqR +crm +dKt +crG +crE +cri +bVx +crc +cqV +crm +dKt +cqV +cqR +blC +pAI +bli +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(134,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bkE +bnO +crR +crb +xGl +dKt +bmc +bmX +cri +bVx +crc +bmn +bmc +blU +pKB +crj +cre +bls +blj +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(135,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +bnN +crO +crc +odm +avF +bnl +bmY +cri +bVx +crc +bmo +bmd +avF +krp +cri +bVb +blp +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(136,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +iqP +crO +crc +odm +avF +avF +bmZ +cri +bVx +crc +bmo +avF +avF +krp +cri +bVb +pAI +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(137,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +avF +iqP +crO +crc +odm +avF +avF +bna +cri +bVx +crc +bmp +avF +avF +blL +cri +bVb +pAI +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(138,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +avF +bod +iqP +crO +crc +odm +avF +avF +bnb +cri +bVx +crc +bmq +avF +avF +krp +cri +bVb +pAI +aKm +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(139,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +avF +bnp +bnT +crP +bnA +aPR +aPR +aPR +aPR +aVK +crv +crt +aPR +aPR +aPR +avF +blE +crd +sfO +quF +avF +avF +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(140,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aGu +aGu +bnU +bVe +aPR +aPR +ozb +ozb +aPR +aGu +bVe +aGu +aPR +ozb +ozb +aPR +aPR +bVe +aGu +aGu +aGu +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(141,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +boe +jXs +crS +crK +aPR +aPR +aPR +aPR +bmR +crw +blF +aPR +aPR +aPR +aPR +crk +bVf +kUL +blk +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(142,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aVZ +aPR +bof +iPn +crU +dtC +uDv +aPR +aPR +bnc +cqY +crx +dtC +bmr +aPR +aPR +blM +cqY +crf +wfs +bll +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(143,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +bnV +crU +dtC +uDv +aPR +aPR +bnd +cqY +crx +dtC +bms +aPR +aPR +blN +cqY +crf +blt +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(144,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +bnW +crU +dtC +uDv +aPR +aPR +bne +bmS +crx +dtC +bmt +aPR +aPR +xpu +cqY +crf +blu +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(145,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +bnW +crU +dtC +uDv +aPR +aPR +cvP +bmT +crx +dtC +bmu +aPR +aPR +xpu +cqY +crf +blv +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(146,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +bnW +crU +dtC +uDv +aPR +aPR +bnf +bmS +crx +dtC +bmu +aPR +aPR +xpu +cqY +crf +blw +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(147,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +bnW +crU +dtC +uDv +blX +aPR +cvP +cqY +crx +dtC +bmv +aPR +blV +blO +cqY +crf +wfs +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(148,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +ozb +xwf +aPR +xwf +xwf +xwf +xwf +aPR +aPR +aPR +aPR +aPR +aPR +bVo +bVh +uDv +acp +aPR +aPR +bmU +bmJ +bmG +aPR +aPR +blW +blP +bVm +bVg +aPR +aPR +aPR +aPR +aPR +aPR +xwf +xwf +xwf +xwf +aPR +xwf +ozb +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(149,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +aPR +aPR +aPR +aPR +hun +hun +hun +hun +aPR +aPR +aPR +aPR +aPR +aPR +aPR +bVD +uDv +acp +vRW +aPR +crC +crx +dtC +aPR +bme +blX +xpu +bVn +aPR +aPR +aPR +aPR +aPR +aPR +aPR +hun +hun +aoI +hun +aPR +aPR +aPR +aPR +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(150,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +aPR +boL +blX +iPn +cra +cqW +cqW +nnL +uDv +bom +boi +aPR +aPR +aPR +bnG +bVg +uDv +acp +aPR +aPR +cqY +crx +dtC +aPR +aPR +acp +blQ +bVo +bVh +aPR +aPR +aPR +bkZ +bkU +bkQ +cra +cqW +aoJ +nnL +wfs +acp +acn +aPR +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(151,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +aPR +boM +boJ +bnW +cqY +cqX +cqX +dtC +uDv +acp +aWa +aPR +aPR +bnX +bVH +dtC +uDv +acp +aPR +bng +cqY +crx +dtC +bmw +aPR +acp +blQ +cqY +crf +blx +aPR +aPR +bla +bkV +xpu +cqY +cqX +arW +dtC +acq +bUZ +aco +aPR +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(152,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +boN +acp +bnW +cqZ +cqX +cqX +bCJ +uDv +acp +boj +aPR +aPR +bnY +bVH +dtC +uDv +aPR +aPR +bnh +cqY +crx +dtC +bmx +aPR +aPR +xpu +cqY +crf +blx +aPR +aPR +blb +acp +xpu +cqZ +bkJ +bkG +bkA +acq +acp +vRW +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(153,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +boK +fPX +jXs +cqY +dtC +mye +grs +bon +aPR +aPR +aPR +bVJ +crU +dtC +uDv +aPR +aPR +bni +cqY +crx +dtC +bmy +aPR +aPR +xpu +cqY +crf +bly +aPR +aPR +aPR +acp +wYy +lBM +bkK +dtC +bkB +rFY +acp +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(154,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +boF +iPn +cqY +dtC +uDv +bop +aPR +aPR +aPR +aPR +bnW +crU +dtC +uDv +aPR +aPR +bnj +cqY +crx +dtC +bmA +aPR +aPR +xpu +cqY +crf +wfs +aPR +aPR +aPR +aPR +bkR +xpu +cqY +dtC +wfs +bks +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(155,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +iPn +cqY +dtC +bot +aPR +aPR +aPR +aPR +aPR +iPn +bVH +crL +bnw +aPR +hAa +cvP +cqY +crx +dtC +pMG +hAa +aPR +xpu +cqY +crf +wfs +aPR +aPR +aPR +aPR +aPR +xpu +cqY +dtC +wfs +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(156,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +nKQ +csI +cqZ +bCJ +bou +bok +bok +bok +wfX +bog +csI +crV +crM +sVf +aVL +aCL +iJq +cqY +crx +dtC +vYw +aCL +aVL +blR +cqZ +crg +wfC +bln +bld +aAj +bkW +vIq +aEW +cqZ +bCJ +wfC +exf +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(157,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +boG +csb +cqS +cqS +cqS +cqS +cqS +cqS +cqS +cqS +cqS +bVI +bVE +bVC +bVu +crH +crF +crD +bVy +cru +bVv +bVv +bVu +bVs +bVp +bVi +cqS +cqS +cqS +cqS +cqS +cqS +cqS +cqS +cqS +hQK +wfs +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(158,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +boH +crn +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +bnB +bnx +aVL +crn +cqQ +cqZ +cry +bCJ +crq +crq +blY +crn +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqT +cqQ +bkt +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(159,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +aPR +boI +nEQ +nEQ +bnC +bov +boq +bnC +bnC +nEQ +nEQ +nEQ +nEQ +bnC +bny +aVL +iYr +ubA +ubA +ubA +ubA +ubA +vcw +blY +bkC +blG +bkH +wde +wde +wde +wde +wde +bkS +bkH +bkL +bkH +bkC +bku +aPR +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(160,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +aPR +aPR +boE +bkI +blb +bow +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +bnm +acp +acp +acp +bmH +hAa +bmf +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +aPR +acn +acn +bkI +bkD +aPR +aPR +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(161,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +aPR +aPR +aPR +aPR +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +ojI +cgP +cgI +cgB +bmB +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +aPR +aPR +aPR +aPR +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(162,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aPR +cgQ +cgJ +cgC +aPR +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +ozb +ozb +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(163,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPR +aao +aao +aao +aPR +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(164,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +cgy +cgy +cgy +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(165,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +cgR +cgL +cgD +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(166,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +cgR +crz +cgD +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(167,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +cgS +crz +cgE +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(168,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +cgT +crz +cgF +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(169,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +xwf +xwf +iKa +xwf +xwf +iKa +iKa +xwf +cgT +crz +cgF +xwf +iKa +iKa +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(170,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +cht +cho +xwf +xwf +xwf +xwf +xwf +xwf +xwf +cgT +crz +cgD +xwf +xwf +xwf +xwf +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(171,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +chx +chp +chp +chl +chk +chg +che +chb +cgZ +cgz +cgV +cgM +cgG +cgz +aqg +aqg +cgw +aqg +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(172,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +chy +chu +chq +chm +cgz +chh +cgW +chc +aqh +cgz +cgW +crz +aqh +cgz +aqh +aqh +aqh +aqh +bYj +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(173,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +chz +chv +chr +chn +chk +chi +chf +chd +cha +cgY +cgX +cgO +cgH +cgA +crr +auc +cgx +auc +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(174,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +chk +chw +chs +chj +xwf +chj +xwf +xwf +xwf +xwf +cgT +crz +cgD +xwf +xwf +xwf +xwf +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(175,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +xwf +xwf +iKa +xwf +xwf +iKa +iKa +xwf +cgT +crz +cgD +xwf +iKa +iKa +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(176,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +cgT +crz +cgF +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(177,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +cgS +crz +cgE +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(178,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +cgR +crz +cgD +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(179,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +cgR +crA +cgD +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(180,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +cgy +cgy +cgy +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(181,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +aap +aap +aap +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(182,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +aaq +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +aau +aaq +aac +aac +aac +aac +aac +aac +aac +aac +aac +aaa +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(183,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +hji +aad +aah +aak +aah +aah +aah +aak +aah +aad +aav +aac +aar +aad +aah +aak +aah +aah +aah +aak +aah +aad +izi +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(184,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +hji +aam +aai +aai +aai +aai +aai +aai +aai +aae +aah +aak +aah +aam +aai +aai +aai +aai +aai +aai +aai +aae +izi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(185,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +hji +aam +aai +aai +aai +aai +aai +aai +aai +aan +aai +aai +aai +aan +aai +aai +aai +aai +aai +aai +aai +aae +izi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(186,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +hji +aax +aai +aai +aai +aai +aai +aai +aai +aan +aai +aai +aai +aan +aai +aai +aai +aai +aai +aai +aai +aaf +izi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(187,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +hji +aam +aai +aai +aai +aai +aai +aai +aai +aan +aai +aai +aai +aan +aai +aai +aai +aai +aai +aai +aai +aae +izi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(188,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +hji +aam +aai +aai +aai +aai +aai +aai +aai +aae +aaj +aal +aaj +aam +aai +aai +aai +aai +aai +aai +aai +aae +izi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(189,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +hji +aad +aaj +aal +aaj +aaj +aaj +aal +aaj +aad +aaw +aag +aas +aad +aaj +aal +aaj +aaj +aaj +aal +aaj +aad +izi +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(190,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +aat +aag +aag +aag +aag +aag +aag +aag +aag +aag +aab +aau +aat +aag +aag +aag +aag +aag +aag +aag +aag +aag +aab +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(191,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +aap +aap +aap +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(192,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +bYi +bYi +bYi +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(193,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYh +bYh +bYh +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(194,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYh +bYh +bYh +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(195,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYh +bYh +bYh +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(196,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +bYi +bYi +bYi +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(197,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYj +bYh +bYh +bYh +bYj +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(198,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYj +bYh +bYh +bYh +bYj +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(199,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYj +bYh +bYh +bYh +bYj +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(200,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +xwf +bYi +bYi +bYi +xwf +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(201,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYh +bYh +bYh +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(202,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +xwf +bYk +bYk +bYk +xwf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(203,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(204,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(205,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(206,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(207,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(208,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(209,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(210,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(211,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(212,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(213,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(214,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(215,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(216,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(217,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(218,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(219,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(220,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(221,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(222,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(223,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(224,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(225,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(226,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(227,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(228,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(229,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(230,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(231,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(232,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(233,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(234,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(235,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(236,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(237,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(238,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(239,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(240,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(241,1,1) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} + +(1,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(2,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(3,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +bNZ +bNZ +bNZ +bNZ +bNN +bNN +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNO +bOd +bNW +bNY +bOb +bNU +bNP +bNW +bNY +bOb +bNU +bNP +bNP +bOb +bNU +bNP +bNW +bNY +bOb +bNU +bNP +bNO +bOd +bNW +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bOb +bNU +bNP +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNN +atb +atb +atb +atb +atb +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(4,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +bNY +bOa +bNY +bOa +bNT +bNO +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNZ +bNN +bNN +bNN +bOc +bNV +bNQ +bNN +bNR +bOg +bOd +bNQ +bNQ +bOc +bNV +bNR +bOg +bOd +bOc +bNV +bNQ +bNU +bNP +bNN +bNN +bOc +bNV +bNQ +bNN +bOc +bNV +bNQ +bOc +bNV +bNQ +bNY +bOa +bNT +bNO +bNY +bOa +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(5,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +bNY +bOb +bNY +bOb +bNU +bNP +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNO +bNR +bOg +bOd +bOb +bNU +bNP +bNO +bNS +bOh +bOe +bNR +bNR +bOd +bNW +bNS +bOh +bOe +bOd +bNW +bNR +bNV +bNQ +bNO +bNO +bOd +bNW +bNR +bNR +bOg +bOd +bNR +bOd +bNW +bNR +bNY +bOb +bNU +bNP +bNY +bOb +bNY +bOb +bNU +bNZ +bNZ +bNN +bNN +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNY +bOa +bNT +bNO +bNY +bOa +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(6,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +atb +atb +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +atb +bOc +atb +bOc +bNV +bNQ +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +atb +bNZ +bNZ +bNN +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNZ +bNS +bOh +bOe +bNO +bOd +bNO +bOd +bNR +bOi +bOf +bNU +bNP +bOe +bNX +bNR +bOi +bOf +bOe +bNX +bNR +bOg +bOd +bNP +bNP +bNR +bOg +bOd +bNS +bOh +bOe +bNS +bOe +bNX +bNS +bOa +bOc +bNV +bNQ +atb +bOc +bNN +bOc +bNV +bNY +bOa +bNT +bNO +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bNY +bOb +bNZ +bNZ +bNN +bNN +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bNY +bOa +bNT +bNO +bNY +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(7,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNZ +bNZ +bNN +bNN +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bOg +bOd +bOg +bOd +bNW +bNR +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bOg +bNY +bOa +bNT +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bOa +bNR +bOi +bOf +bNZ +bNN +bNZ +bNN +bNS +bOh +bOe +bNV +bOd +bNW +bNS +bOc +bNV +bNQ +bNU +bNP +bNS +bOh +bNO +bOd +bNW +bNR +bOh +bOe +bNR +bOi +bOf +bNT +bNO +bNY +bOa +bOb +bOd +bNW +bNR +bOg +bOd +bNO +bOd +bNW +bNY +bOb +bNU +bNP +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bNN +bOc +bNY +bOa +bNT +bNO +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bNY +bOb +bNU +bNP +bNY +bNY +bOb +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(8,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNY +bOa +bNT +bNO +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bOh +bOe +bOh +bOe +bNX +bNS +bOe +bNX +bNS +bNZ +bNN +bNN +bNS +bNZ +bNZ +bNN +bNN +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bOh +bNY +bOb +bNU +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bOb +bNS +bOh +bOe +bOa +bNT +bOa +bNT +bNO +bNO +bOd +bNW +bOe +bNX +bNR +bOd +bNW +bNR +bNV +bNQ +bNR +bOi +bNP +bNR +bOg +bOd +bOi +bNO +bOd +bNW +bNR +bNT +bNO +bNY +bOa +bOc +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNN +bNN +bOc +bNV +bNQ +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bNO +bOd +bNY +bOb +bNU +bNP +bNP +bOe +bNX +bNS +bNZ +bNZ +bNN +bNN +bNN +bOc +bNV +bNQ +atb +bNN +bOc +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(9,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNY +bOb +bNU +bNP +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bNN +bNZ +bNZ +bNN +bNN +bNR +bOf +bNY +bNR +bOa +bNT +bNO +bNR +bNY +bOa +bNT +bNO +bNN +bNY +bNR +bOi +bOf +bNY +bNR +bOi +atb +bOc +bNZ +bNZ +bNN +bNN +bNR +bOi +bOf +bNO +bOd +bNW +bNR +bOb +bOb +bNR +bOi +bOi +bNR +bOg +bOe +bNX +bNS +wrD +wrD +wrD +wrD +wrD +wrD +wrD +bOr +bOq +bOp +wrD +wrD +bNS +bOh +bNP +bNO +bOd +bNW +bNR +bNP +bNY +bOb +bNZ +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +bNO +bOd +bNW +bNR +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +bNP +bOe +bNN +bOc +bNV +bNQ +bNZ +bNN +bNN +bNR +bNY +bOa +bNT +bNO +bNO +bOd +bNW +bNR +bOg +bNO +bOd +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(10,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNN +bOc +bNV +bNQ +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bNO +bNY +bOa +bNT +bNO +bNZ +bNZ +bNN +bNN +bOb +bNU +bNP +bOh +bNY +bOb +bNU +bNP +bNO +bNV +bNQ +bNZ +bNZ +bNN +bNN +bNZ +bOg +bOd +bNY +bOa +bNT +bNO +bNS +bOh +bOe +bNP +bNR +bNO +bOd +bNW +bNR +bNS +bOh +bOh +bNS +bOh +hpi +wrD +mKN +bbM +bXH +bXE +bXB +bXz +bAf +bXs +biB +bWZ +aYK +aYK +aYS +bmz +wrD +seJ +bNP +bNR +bOg +bOd +bNQ +bNO +bOd +bNW +bNR +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNP +bOe +bNX +bNS +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +bNZ +bNN +bNO +bOd +bNW +bNR +bOa +bNT +bNO +bNS +bNY +bOb +bNU +bNP +bNP +bOe +bNX +bNS +bOh +bNP +bOe +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(11,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNO +bOd +bNW +bNR +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bNP +bNY +bOb +bNU +bNP +bNY +bOa +bNT +bNO +bOc +bNV +bNQ +bOi +atb +bOc +bNV +bNQ +bNP +bNW +bNR +bNY +bOa +bNT +bNO +bNY +bOh +bOe +bNY +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bNP +bNR +bOg +bOd +hpi +wrD +bOt +bOt +bOt +jkE +bAR +aYK +bbN +bXI +bXF +bXC +bXt +lKA +bXt +bXq +bXo +aYL +bWW +aYT +bXh +bzG +bXb +wrD +wrD +wrD +wrD +seJ +bNP +bNR +bOg +bOd +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bNZ +bNN +bNN +bNR +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bOa +bNT +bNP +bOe +bNX +bNS +bOb +bNU +bNZ +bNZ +bNN +bOc +bNV +bNQ +bNZ +bNN +bNN +bNR +bOi +bNZ +bNN +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(12,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNP +bOe +bNX +bNS +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +bNZ +bNN +bNN +bNN +bNQ +bNY +bOb +bNU +bNP +bOd +bNW +bNR +bNZ +bOg +bOd +bNW +bNR +bNQ +bNX +bNZ +bNZ +bNN +bNN +bNP +bNZ +bOi +bOf +atb +bOc +bNV +bNQ +bNN +bNZ +bNZ +bNO +bOd +bNW +bNR +bOu +wrD +mKN +bbM +bWZ +bWZ +bWZ +aYK +bbN +aZa +aZa +aYL +bXG +bXD +bXA +bXv +bXu +bXr +bXp +bXn +aZa +aZa +bXi +bXe +aYK +aYK +bWZ +bWZ +aYS +bmz +wrD +seJ +bNY +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bOa +bNT +bNO +bNZ +bNZ +bNN +bNN +bNZ +bNZ +bNN +bNZ +bOa +bOb +bNU +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bOa +bNO +bOd +bNW +bNR +bOa +bNT +bNO +bNZ +bNZ +bOa +bNT +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(13,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bNZ +bNN +bNN +bNR +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +bOa +bNT +bNO +bNO +bNR +atb +bOc +bNV +bNQ +bOe +bNX +bNS +bNY +bOh +bOe +bNX +bNS +bNR +bNY +bNY +bOa +bNT +bNO +bNN +bNY +bOa +bNT +bOg +bOd +bNW +bNR +bNO +bNY +bOa +bNO +bOd +bNW +bNR +rpv +bAR +bXT +bXQ +bWW +myO +bXK +pTd +jdm +aZJ +bal +bac +aZS +bau +bal +bac +aZS +bau +bal +bac +bXl +aZJ +wtV +pTd +bXd +myO +bWW +aYL +aYT +bWR +uyB +bGJ +bNN +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bOb +bNU +bNP +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNY +bOb +bNU +bNP +bOa +bNT +bNO +bNS +bOh +bOe +bNY +bOb +bNP +bOe +bNX +bNS +bOb +bNU +bNP +bNY +bOa +bOb +bNU +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(14,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bOa +bNT +bNO +bNS +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bOb +bNU +bNP +bNP +bNS +bOg +bOd +bNW +bNR +bOf +bNY +bNR +bNY +bOi +bOf +bNY +bNR +bNS +bNT +bNY +bOb +bNU +bNP +bNO +bNY +bOb +bNU +bOh +bOe +bNX +bNS +bNP +bNY +bOb +bNP +bNR +bOg +bOd +rpv +bXX +bXU +bXR +crT +aZr +uci +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +uci +aZr +aLy +aLy +aLy +aLy +aLy +aLy +aLy +uci +aZr +mbN +aYL +bWY +bWS +bOx +bGJ +bNO +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +bNR +bOg +bOd +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNY +bOa +bNT +bNO +bOb +bNU +bNP +bNR +bOi +bOf +bNN +bOc +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNY +bOb +bNU +bNP +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(15,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bNT +bNO +bNQ +atb +bOc +bNV +bNQ +bNQ +bNR +bOh +bOe +bNX +bNS +bNO +bNZ +bNZ +bNN +bNN +bOi +bOf +bNY +bNR +bNU +atb +bOc +bNV +bNQ +bNP +atb +bOc +bNV +bOi +bOf +bNY +bNR +bNQ +atb +bOc +bOe +bNX +bNS +bOh +bOv +bXY +bXV +bXS +eZj +aLy +aLy +aLy +bXJ +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +bXa +aYL +bWY +bWT +bWN +bOn +bNP +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +bNS +bOh +bOe +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNN +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +atb +bNO +bOd +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNN +bNZ +bNZ +bNN +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(16,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +bNR +bOg +bOd +bNW +bNR +bNN +bNN +bOi +bOf +bNY +bNR +bNP +bNY +bOa +bNT +bNO +bNW +bNR +atb +bOc +bNV +bOg +bOd +bNW +bNR +bNQ +bOg +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bOg +bOd +bNN +bNN +bNR +bOi +bOv +bXZ +bXW +aZa +bUs +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aPv +aZa +bWY +bWU +bWO +bOn +bNZ +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bNR +bOi +bOf +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNO +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +atb +bNP +bOe +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNO +bNY +bOa +bNT +bNO +bNY +bOa +bNT +bNO +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(17,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +bNS +bOh +bOe +bNX +bNS +bNT +bNO +bOm +atb +bOc +bNV +bNQ +bNY +bOb +bNU +bNP +bNX +bNS +bOg +bOd +bNW +bOh +bOe +bNX +bNS +bNR +bOh +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bOh +bOe +bNT +bNO +bNS +bOh +bOv +bde +bXj +aZa +lzW +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +xjs +aZa +aYL +bWV +aYC +bOn +bOa +bNT +bNO +bNS +bOh +bOe +bOa +bNT +bNO +bNS +bOh +bOe +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNP +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +atb +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +atb +bNP +bNY +bOb +bNU +bNP +bNY +bOb +bNU +bNP +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(18,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +bNR +bOi +bOf +bNY +bNR +bNU +bNP +bOm +bOR +bOd +bNW +bNR +atb +bOc +bNV +bNQ +bNY +bNR +bOh +bOe +bNX +bOi +bOf +bNY +bNR +bNS +bOi +bOf +bNY +bNR +bOi +bOf +bNY +bNR +bOi +bOf +bNU +bNP +bNR +bOi +bOv +bde +bXj +aZa +bcF +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aZi +aZa +aYL +aYL +ceW +bOn +bOb +bNU +bNP +bNR +bOi +bOf +bOb +bNU +bNP +bNR +bOi +bOf +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNZ +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +atb +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +atb +bNZ +bNN +bOc +bNV +bNQ +atb +bOc +bNV +bNQ +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(19,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +bNS +bOh +bOe +bNX +bNS +bNV +bNQ +bOm +bOO +bOe +bNX +bNS +bOg +bOd +bNW +bNT +bNO +bNW +bNT +bNO +bNT +bNO +bNW +bOf +bNY +bOB +bOi +byZ +bOz +bOy +wrD +wrD +wrD +bOy +wrD +bBf +byZ +byZ +byZ +bOj +bBb +bYa +aZa +aZa +bcG +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +fRY +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aZj +aZa +aYL +ceX +aYC +bOo +bOj +bOm +atb +hpi +wrD +wrD +wrD +wrD +wrD +wrD +seJ +atb +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bOa +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +atb +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +atb +bOa +bNO +bOd +bNW +bNR +bOg +bOd +bNW +bNR +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(20,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +bNR +bOi +bOf +bNY +bNR +bNW +bNR +bOm +bOS +bOf +bNY +bNR +bOO +bON +bNX +bNU +bNP +bNX +bNU +bNP +bNU +bNP +bNX +bOe +bOe +bOC +bzb +aOh +aNP +ctR +kuQ +kuQ +kuQ +kuQ +iFy +pWw +aKD +aKF +aKC +aKC +bUu +bYb +cfI +cfC +bUs +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aPv +aZa +ceY +bWW +aYD +bSC +aKC +byX +bzf +jkE +iFy +kuQ +kuQ +kuQ +kuQ +ctR +bmz +seJ +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bOb +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +atb +byZ +byZ +byZ +byZ +byZ +atb +atb +atb +atb +bOb +bNP +bOe +bNX +bNS +bOh +bOe +bNX +bNS +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(21,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +arB +atb +atb +atb +atb +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +bOe +bNX +bNS +bOh +bOe +bNX +bNS +atb +bOL +bOc +bNV +bNQ +bNU +bNP +bNY +bNV +bNQ +bNY +bNV +bOI +bOH +bNQ +bNY +bOe +bOD +bzb +aMS +aNA +ctR +ctR +beu +bek +aNI +bdY +iFy +iFy +aNi +aKB +aKC +aKC +bYC +bdf +cfJ +aZa +lzW +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +xjs +aZa +aYL +aYL +aYD +bYx +aKC +aKF +pWw +iFy +iFy +aXQ +aXN +boZ +aXF +ctR +ctR +lQg +byZ +bOj +bOj +bOj +bOj +byZ +byZ +byZ +byZ +byZ +byZ +byZ +byZ +byZ +byZ +byZ +bzb +aJq +aJq +aJq +aJq +aJq +byX +byZ +byZ +atb +atb +bNZ +bNN +bNN +bNR +bOi +bOf +bNY +bNR +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(22,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +bBJ +bBn +atb +atb +atb +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bNN +bNN +bNR +bOi +bOf +bNY +bNR +atb +bOT +bOd +bNW +bNR +bNV +bNQ +bOL +bOL +bOK +bBn +bOJ +bOG +bOD +bOG +bOD +bOF +aMS +aMJ +aMI +aNA +ctR +aNM +aNJ +bel +bdZ +bdZ +aNB +atH +aNi +aKB +aKB +aKC +bYC +bdf +bXj +cfD +bcF +aLy +aLy +aLy +aLy +aLy +aLy +aLy +bbq +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aZi +aZa +aYL +aYL +bWP +bYx +aKC +aKB +dea +atH +jTp +iDL +iDL +aXG +aXG +wZd +ctR +hjW +xEt +acs +aXl +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +byX +byZ +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(23,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +bBI +bBn +atb +atb +atb +atb +atb +atb +atb +atb +bOa +bNT +bNO +bNS +bOh +bOe +bNX +bNS +bOm +bOL +bOL +bOm +bOj +bOj +bOj +bOM +bBq +ewE +ewE +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aNA +ceC +aNN +aKf +bem +beb +aXH +aNC +aKz +aNi +aKB +aKB +aKC +bYD +bYb +aYL +aZa +eZj +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +ezs +aYL +aYL +aYL +bWP +bae +aKC +aKF +dea +aKz +lDx +aKf +bpd +bpa +aXH +aXA +ceC +gKr +aJy +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(24,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +bBI +atb +atb +atb +atb +atb +atb +atb +bOb +bNU +bNP +bNR +bOi +bOf +bNY +bNR +bOm +bOj +bOj +bOQ +iKa +iKa +iKa +ewE +ewE +ewE +ewE +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aNA +ceC +aNN +aKf +ben +aKf +aKf +aNC +akw +aNi +aKB +aKB +aKB +dwB +bYb +bcU +aYL +bcH +aZr +uci +aLy +aLy +aLy +aLy +aLy +aLy +aLy +aLy +uci +aZr +aLy +aLy +aLy +aLy +aLy +aLy +aLy +uci +aZr +aZk +aYL +aYL +aYM +bWP +siB +aKC +aKB +dea +akw +lDx +aKf +bpe +bpb +aXH +aXA +ceC +gKr +acs +acs +aYP +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +byX +byZ +atb +atb +atb +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(25,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +bBI +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +byZ +bOQ +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +aMH +bfe +aMJ +aMJ +aMJ +aMJ +aMS +aMJ +aMI +aNA +ceC +aNN +aKf +aKf +aKf +aKf +aNC +akw +aNi +aKB +aKB +aKB +dwB +bbQ +bWX +bbP +aYL +bXO +bXL +jzV +bcq +bcb +bam +bad +aZT +bav +bam +bad +aZT +bav +bam +bad +aZT +aZK +vMZ +bXf +oOF +aJe +aYL +aYL +aYU +bWX +bWQ +siB +aKC +aKB +dea +akw +aXU +aKf +aKf +aKf +aKf +aXA +ceC +gKr +acs +acs +aWy +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +byX +atb +atb +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(26,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +bBI +atb +atb +atb +atb +atb +atb +atb +atb +atb +atb +byZ +bzb +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +uLQ +aNG +aMH +aMH +beA +beA +bee +aMJ +aMJ +aMJ +aNA +ceC +aNN +aKf +beo +aKf +aKf +aNC +akw +aNi +aKC +aKB +aKB +odB +oSf +wvY +bbQ +bWX +bWX +bWX +bWX +bcr +bcc +bbO +aZa +aZa +aZa +aZa +lBV +aZa +aZa +aZa +aZa +bXj +bXj +bWW +bXg +bWX +aYN +aYN +bWX +bWQ +lDX +oSf +nQp +aKB +ceR +dea +akw +aXU +aXH +aKf +bpc +aKf +qoj +ceC +gKr +aJy +acs +boS +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +byX +atb +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(27,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bBI +byZ +atb +atb +atb +atb +atb +atb +byZ +bzb +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +lGQ +bfh +eAn +bfb +aMH +aMH +bef +aMJ +aMJ +aMJ +aNA +ceC +aNN +aXH +bep +bec +aKf +aNC +atH +aNi +aKC +aKB +aKF +ceR +aKC +odB +oSf +oSf +oSf +oSf +wvY +bcs +bcd +bbP +bWW +aYL +aYL +aYL +bXx +aYL +aYL +aYL +aYL +aYL +bXg +bWX +aYE +cfc +cfa +ceZ +oSf +oSf +nQp +aKC +aKB +aKB +aKB +dea +atH +aXU +aXH +aKp +bec +aKf +qoj +ceC +gKr +aJy +acs +aXm +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +byX +atb +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(28,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +bBH +bBn +byZ +byZ +byZ +bzb +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +aMH +aMH +aMH +aMH +aMH +aMH +beX +ber +bee +aMJ +aMJ +aNA +ctR +aNO +bev +aNK +aNK +aNK +aNE +aKz +aNi +aKC +aKB +aKB +aKB +aKB +aKC +aKC +aKC +aKC +aKC +odB +oSf +wvY +bbQ +bWX +aYN +aYN +aYN +aYN +aYN +bWX +bWX +bWX +bWX +bWQ +vMK +oSf +nQp +aKC +aKC +aKC +aKB +aKB +aKB +aKB +aKB +aKB +dea +aKz +wje +aXO +bpf +kpp +kpp +dlI +ctR +gKr +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byX +atb +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(29,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iYG +iYG +iYG +tpc +beS +uoG +aMH +aMH +beP +aMJ +aMJ +aNA +ctR +ctR +bew +beq +bed +bea +iFy +iFy +aNi +aKC +aKB +aKB +aKB +aKB +aKB +aKC +aKC +aKC +aKC +atZ +atZ +odB +oSf +bbz +aXa +ban +ban +bAg +ban +ban +ban +aMp +oSf +oSf +adq +aKC +aKC +aKC +aKB +aKB +aKB +aKB +aKB +aKB +aKF +aKB +dea +iFy +iFy +bph +bpg +caA +aXI +ctR +ctR +gKr +aJy +aXp +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byX +atb +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(30,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMI +jCh +aMH +lGQ +kGT +beS +beP +aMI +aMJ +aNy +aNl +ctR +ceJ +rMO +ceJ +ceJ +iFy +aKA +aNx +aKC +aKC +aKB +bYz +aKB +aKB +aKB +aKB +aKB +aKB +aMZ +aMZ +aDc +atZ +aKC +aKC +aKC +aMy +aMy +aMy +aKC +aKC +aKC +aKC +aKC +aKC +aKC +aKC +aKB +aKB +ceR +aLc +aJq +aJq +aKC +aKB +aKB +pLS +aKA +iFy +ceJ +ceJ +rMO +ceJ +ctR +wxm +knT +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byX +atb +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(31,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bpC +aMJ +aMJ +aMJ +aMJ +aMI +tpc +aMH +aMH +aMH +beP +aMI +aMI +aMJ +aNy +aNm +aNm +aNm +aNm +aNm +tFe +aNx +aKC +aKC +aKC +aKB +bYz +bYz +aKB +aKB +iKa +iKa +iKa +iKa +aNd +aMZ +bAI +cfr +aKB +aMM +aMy +aME +aMy +aMq +aKB +aKB +aKB +bzL +aKB +aKB +cfd +aKF +aKF +aLc +aYV +aJq +aJq +aKC +aKB +aKB +aKB +pLS +tFe +mui +mui +mui +mui +mui +knT +aJy +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byX +atb +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(32,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMJ +aMJ +bYA +aMJ +aMJ +aMJ +aMJ +beL +bey +beg +aMI +aMI +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMS +bqz +aKC +aKC +aKC +aKC +aKB +bYz +bYz +aKF +aKB +aKB +aKC +iKa +iKa +sTb +tUk +bAJ +aKB +aKB +bAq +bAa +bAh +bAa +bzR +bzQ +bzN +aKB +aKB +aKB +aKB +cfd +cfb +aKB +aKB +aLc +aKX +aJq +aKC +aKB +aKB +aKF +aKB +aKt +acs +boS +aXM +lvY +acs +aJy +aJy +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byX +arB +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(33,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMI +aMI +aMJ +bYA +aMS +aMJ +aMJ +aMJ +beY +beT +aMI +aMI +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aMH +aMH +aNF +aDc +cfM +aKB +aKB +aKB +aKB +bYz +aKB +aKB +aKB +aKB +aKC +iKa +bAS +bAP +bAK +ceR +aKB +aMM +aMy +aME +aMy +aMq +aKB +bYz +bYz +aKF +aKB +bzH +bzF +aKB +aKB +aKB +aKB +aKC +aKC +aKC +aKC +aKB +ceR +aKB +aKt +pzq +aJx +acs +aJx +aJy +aJy +aJy +bWd +aJx +aYP +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +byW +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(34,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +ewE +iKa +ewE +iKa +aMI +aMI +lkO +aMJ +bYA +bYA +aMS +aMJ +aMJ +aMJ +aMJ +aMI +aMI +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +aMH +cfN +aMZ +aMZ +aKB +aKB +aKB +aKB +aKB +aKB +aKC +aKC +aKC +aKC +cfu +cft +cfs +bbR +bXk +aKB +aMM +aMy +aME +aMy +aMq +aKB +bYz +aZU +bXk +aKB +aKB +aKB +aKB +aKB +aKB +aKB +aKB +aKC +aKC +aKC +aKC +aKB +aKC +aKu +pzq +pzq +pzq +aJy +aJy +aJy +aJy +aJy +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(35,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +aMJ +aMJ +aMI +aMI +aMJ +aMJ +ewE +aMS +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aMI +iKa +iKa +aMJ +aMJ +aMJ +aMJ +aMJ +aNF +aMZ +pWw +hNM +hNM +hNM +hNM +hNM +hNM +hNM +aKD +aKC +aKC +cfu +aKB +aKB +bXm +aKB +aKB +aMM +aMy +aME +bAb +aMq +aKB +aKB +bXm +aKB +ceR +aKC +aKC +aKC +pWw +hNM +hNM +hNM +hNM +hNM +hNM +hNM +aKD +aKC +ceM +pzq +pzq +aJy +aJy +aJy +aJy +aJy +xEt +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(36,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +iKa +ewE +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +aMH +aMJ +aMJ +aMJ +aMJ +aMJ +ewE +ewE +aMJ +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +iKa +iKa +iKa +cch +aMJ +aMJ +aMJ +aKt +pWw +aKA +iFy +aKz +aMb +akw +akw +akw +iFy +aKA +aKD +aKC +aKC +aKC +aKB +aKB +aKB +cfo +aMM +aMy +aME +aMy +bzS +aKB +aKB +aKB +aKB +aKC +aKC +aKC +pWw +aKA +iFy +akw +akw +akw +aKz +aMb +iFy +aKA +aKD +ceM +pzq +aJy +aJy +xEt +aJy +bYt +xEt +xEt +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(37,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +bfF +aMH +aMJ +aMS +aMJ +ewE +ewE +ewE +ewE +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +iKa +iKa +iKa +aMJ +aMJ +aMS +aMJ +aKt +cds +iFy +iFy +pDy +cNe +cNe +cNe +qPQ +iFy +iFy +aNi +aKC +aKC +aKC +aKC +aKC +aKB +aLQ +cfl +cfl +cfl +cfl +cfl +aLQ +aKC +aKC +aKC +aKC +aKC +aKC +dea +iFy +iFy +aLd +aYO +bzl +aKR +aKL +iFy +iFy +lEW +ceM +aXR +acs +aJy +xEt +aJy +bYt +bYt +xEt +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(38,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +bWv +bfk +aMH +aMJ +aMJ +aMJ +ewE +ewE +ewE +ewE +aMJ +aMJ +aMJ +aMJ +aMJ +aMH +ewE +iKa +iKa +iKa +iKa +aMJ +aMS +aMJ +aMS +aNA +ceC +bdH +bpx +aXL +aXH +aKp +vph +xtM +akw +aNi +aKB +aKB +aKC +aKC +aKC +aKC +aLQ +aMM +bAb +aMy +aMy +aMq +aLQ +aKC +aKC +aKC +aKC +aKB +aKB +dea +akw +aZb +aYW +bzo +aXH +bzj +aKM +uUl +ceC +gKr +aXT +lvY +aJy +aJy +aJy +aJy +bYt +bYt +aJy +aJy +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(39,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +kvJ +aMH +aMH +aMJ +aMJ +aMJ +ewE +ewE +ewE +aMI +aMI +aMJ +aMJ +aMJ +aMH +aMH +ewE +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aNA +ceC +bdI +xJX +aXL +aKf +aKp +bpv +bcP +akw +lEW +aKt +aLQ +aLQ +aLQ +ceM +ceM +aLQ +cfm +aMy +cfk +aMy +cfh +aLQ +ceM +ceM +aLQ +aLQ +aLQ +aKt +cds +akw +aZc +aLe +bzp +bpk +aKp +bpj +aYg +ceC +gKr +aXl +acs +aJy +aJy +pzq +aJy +aJy +bYt +aJy +acs +aJx +acs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(40,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +kvJ +aMH +bfb +aMJ +aMJ +aMJ +aMI +aMI +ewE +ewE +aMI +aMI +aMJ +aMJ +aMJ +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aNA +ctR +ctR +dal +pwm +bpw +bdg +cvN +ctR +ctR +aNj +aMJ +aMJ +aLQ +aMJ +aMJ +aMJ +aLQ +aMM +aMy +aMy +aMy +aMq +aLQ +aJy +aJy +aJy +aLQ +aJy +aJy +aLz +ctR +ctR +aLf +bpn +bpl +aKS +aKN +ctR +ctR +gKr +aJy +aJy +aJy +pzq +aJy +aJy +aJy +aJy +aJy +aJy +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(41,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +iKa +ewE +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +ewE +ewE +aMH +aMH +aMH +aMJ +aMJ +aMI +aMI +aMI +ewE +ewE +aMI +aMI +aMI +aMJ +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aNy +aNl +ctR +ceJ +ceJ +ctR +ceJ +ceJ +ctR +aNl +aNk +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +cfp +cfi +cfi +cfi +cfi +cfi +bzM +aJy +aJy +aJy +aJy +aJy +aJy +aLs +wxm +ctR +ceJ +ceJ +ctR +ceJ +ceJ +ctR +wxm +knT +aJy +aJy +pzq +pzq +pzq +aJy +aJy +aJy +aJy +aJy +aXl +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(42,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +ewE +ewE +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +aMJ +aMS +aMH +aMJ +aMJ +aMJ +aMI +aMI +aMI +aMI +ewE +aMI +aMI +aMI +aMJ +aMJ +aMJ +iKa +iKa +iKa +iKa +ewE +ewE +iKa +ewE +ewE +aMJ +aMJ +aNy +aNm +aNm +aNm +aNm +aNm +aNm +aNm +aNk +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +cfq +aLH +aLm +bAi +aLm +uJW +aJy +aJy +bYt +bYt +bYt +aJy +aJy +aJy +aLs +mui +mui +mui +mui +mui +mui +mui +knT +aJy +aJy +pzq +pzq +pzq +pzq +aJy +aJy +aJy +aJy +acs +aJx +aJx +aWy +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(43,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +aMJ +nag +aMI +aMI +aMI +aMI +aMI +aMI +aMI +aMI +aMI +aMJ +aMJ +aMJ +iKa +iKa +iKa +ewE +ewE +ewE +ewE +aMH +aMH +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +bAB +aMJ +aLH +aLm +hUY +aLm +uJW +aJy +aJy +xEt +bYt +bYt +bYt +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aXZ +aXW +aJy +pzq +pzq +pzq +pzq +acs +aJy +aJq +aJy +aJx +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(44,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMH +aMH +bbr +aMH +aMH +aMH +yaj +nag +bfi +bff +aMI +aMI +cbl +cdm +cdg +caZ +caM +aMJ +aMJ +jCh +aMH +aMH +aMH +ewE +ewE +aNG +aMH +aMH +aMJ +aMJ +aMJ +aMJ +aMJ +aMS +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aMI +aMJ +aLH +aLm +hUY +aLm +uJW +aJy +aJy +xEt +xEt +aJy +aJy +aJy +pzq +pzq +aJy +aJy +aXC +aJx +acs +aJy +aJy +aJy +aJy +aJy +pzq +pzq +pzq +pzq +aXC +aJq +aJq +aJy +aJy +acs +aXd +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(45,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +aNG +aMH +aMH +aMH +aMH +aMH +bfw +bbr +aMH +bpA +bff +cbl +cdq +ccW +cdh +ccW +ccV +caM +aMJ +jCh +aMH +aMH +aMH +aMH +ewE +uLQ +bdW +bdR +bdN +aMH +aMJ +aMI +aMI +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +nag +nag +aMI +aMJ +bAr +aLm +hUY +aLm +uJW +aJy +xEt +xEt +aJy +aJy +aJy +pzq +pzq +pzq +aZd +acs +bpo +aJq +acs +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +acs +aJx +aJq +aJq +aJy +aJy +acs +acs +acs +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(46,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +uLQ +aNG +aMH +aMH +aMH +bfB +aMH +aMH +beS +aMH +cdw +cdt +ccW +ccW +ccW +ccW +ccW +ccV +caM +aMI +tpc +bdR +aMH +aMH +aMH +lGQ +kvJ +aMH +aMH +hVI +aMI +aMI +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +vag +aMH +aMH +yaj +aMJ +bAs +aLm +hUY +aLm +uJW +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +aJq +aJq +aJq +aJq +aJq +aJy +aJy +xEt +aJy +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJq +aJq +aJy +aJy +acs +aJx +aJx +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(47,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +ewE +ewE +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +uLQ +bfA +uPy +aNG +aMH +aMH +aMH +aMH +baw +bey +cdx +ccW +ccW +cdn +cdi +cdc +ccW +ccW +ccT +aMT +aMT +ccP +bex +aMH +bbT +aMH +aMH +aMH +cuH +aJq +aMI +aMI +aMI +aMI +aMJ +aMJ +iKa +iKa +aMJ +jCh +aMH +bce +aMH +yaj +aMJ +bAt +aLm +hUY +aLm +uJW +aJy +bzO +pzq +pzq +pzq +pzq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJq +aJq +aJy +aJy +aJy +acs +acs +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(48,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +uLQ +uLQ +bfO +vGy +aMH +aMH +bbA +bfq +aMH +beP +cbr +cdu +ccW +cdo +cdj +cdd +ccW +ccX +ccU +aMJ +aMI +ccQ +aMI +tpc +aMH +aMH +aMH +hVI +aMI +aJq +aJq +aMI +aMI +aMI +aMJ +iKa +iKa +iKa +iKa +jCh +aMH +sKU +bbT +bAC +aMS +bAt +aLm +hUY +aLm +uJW +aJy +bzm +aJy +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +bpm +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aXD +aJy +aJy +qsg +acs +acs +acs +aJx +aXC +aZe +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(49,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +uLQ +uLQ +uLQ +uLQ +kvJ +bfF +aMH +aMH +aMH +bey +cdy +bAU +cdv +ccW +ccW +cdk +ccW +ccW +ccY +cgf +cgb +aMJ +ccR +ccb +ccb +tpc +bdN +hVI +aMI +aMI +aMI +aMI +aMI +aMI +aMI +iKa +iKa +aMS +aMS +iKa +jCh +aMH +aMH +hVI +bAD +aMS +bAr +aLm +hUY +aLm +uJW +aJy +bzm +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJy +aJy +aJy +pzq +pzq +pzq +pzq +acs +acs +pzq +pzq +ceL +aJy +aJy +aJy +acs +acs +acs +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(50,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +uLQ +uLQ +uLQ +kvJ +aMH +aMH +aMH +hVI +bpB +beg +aMJ +aMJ +cbo +cbK +bbn +cbK +bdS +caY +cgl +ccc +ccc +cgb +aMI +aMI +aMI +aMI +iYG +aMI +aMI +aMI +aMI +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aMS +aMJ +aMI +jCh +bAT +bAQ +bAL +bAE +bAz +bAu +aLm +hUY +aLm +uJW +aJy +bzm +aJq +caP +caP +caP +caP +caP +aJq +aJx +aJx +aJq +aYx +aJy +aJy +aJy +pzq +pzq +pzq +aJx +acs +cfe +cfe +aJy +bzr +ctK +bzr +acs +ctL +ctM +ctL +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(51,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bfA +bfV +kvJ +aMH +aMH +aMH +aMH +yaj +aMJ +aMJ +aMJ +aMJ +aMH +bfc +ifF +aMH +aMI +aMI +cfL +ccc +ccc +cfx +caO +aMJ +aMI +aMI +aMI +aMI +bAH +aMJ +bBd +bBd +bBd +bBa +bBa +bAZ +aMS +aMS +aMI +aMI +aMI +iYG +aMI +aMJ +bAF +aMJ +aLH +aLm +hUY +aLm +uJW +aJy +baf +caz +caP +cur +cup +cuk +caP +aJq +aZe +aJx +aYP +acs +aJy +aJy +aJy +aJy +acs +aXV +aXC +aJx +cfe +ctV +ctS +bYt +bYt +aJy +acs +acs +aXe +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(52,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +kvJ +aMH +aMH +aMH +aMH +bfG +hVI +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMH +cfj +aMI +aMI +ccZ +aMS +cgg +cfx +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bAH +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aMI +aMI +aMI +aMS +aMJ +bAG +aMJ +aLH +aLm +hUY +aLm +uJW +ceT +cuA +cux +caP +cus +cbd +cum +caP +cuf +cud +aYX +acs +aJy +aJy +aJy +aJq +aJq +aJx +aJx +aWu +lvY +cfe +ctW +ctT +bYt +bYt +xEt +acs +aJx +aXV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(53,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +ewE +iKa +ewE +ewE +ewE +ewE +ewE +ewE +aMH +bfL +aMH +aMH +aMH +aMJ +aMJ +aMJ +aMS +bAU +bAU +aMJ +aMJ +aMJ +bBa +bBj +bBj +bBj +bBa +bAZ +aMJ +bYA +bYA +aMJ +aMJ +aMS +aMJ +bAH +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bYA +aMJ +aMJ +aMI +aMI +cbl +caZ +caZ +bAM +caM +aMJ +aLH +aLm +hUY +bzx +uJW +acs +cuB +caP +caP +caP +cuq +caP +caP +caP +cue +ctM +ceT +cvy +bzq +aJq +aJq +aJq +aJx +lvY +aJx +aJx +ctQ +ctX +ctU +cvv +aJy +xEt +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(54,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +iKa +ewE +aMH +aMH +aMH +aMJ +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +aMU +aMJ +aMJ +aMJ +aMJ +cgo +cgm +aMJ +aMJ +bYA +bYA +aMJ +caS +aMJ +aMJ +aMJ +bAH +iKa +iKa +iKa +iKa +iKa +aMJ +bYA +bYB +bYA +aMJ +cbl +cbm +caP +caP +caP +caN +caF +aLH +bzw +hUY +bzx +uJW +acs +bag +cuy +caP +cut +bEQ +cun +caP +cug +aMR +aJy +aJy +aJy +bYt +aJq +aJx +aJx +acs +aXR +aJx +aJx +pzq +aJy +caz +cdO +cdX +cel +aJx +aJx +bGM +cdT +bGL +bGK +bGK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(55,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +aMH +aMJ +aMJ +aMJ +bYA +bYA +aMJ +bBr +aMJ +aMJ +aMI +aMT +cdr +aMI +aMI +cgq +aMI +cfn +aMJ +aMJ +cfn +aMJ +aMJ +ccM +aMJ +aMJ +aMJ +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMT +aMT +bYA +aMJ +cbp +caP +caP +cba +caP +caP +caG +aLH +aLm +hUY +bzx +uJW +aJx +aJx +cuz +cuw +cuu +pzq +cuo +cui +cuh +xEt +aJy +aJy +aJy +bYt +ctY +bYt +aJy +pzq +aJx +aJx +acs +pzq +aJy +aJy +ceD +cet +aJx +lvY +bGO +bGL +bGI +bGL +bGI +bGI +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(56,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +bYA +bYA +bYA +aMJ +bBs +aMI +aMI +aMI +aMT +aMI +cdp +cdl +cde +cda +nag +nag +nag +beA +beA +bee +ccN +aMJ +aMJ +aMJ +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bpu +bYA +bYA +cbp +caP +cbh +cbc +caU +caP +caH +aLH +aLm +hUY +bzx +uJW +bao +aXC +aZL +ceT +aJy +aJy +pzq +aJy +aJy +aJy +aJy +aJy +aJy +aJy +ctY +bYv +aJy +pzq +pzq +acs +pzq +pzq +aJy +aJy +cel +ceu +cem +aWA +bGO +bGL +bGL +cdS +bGI +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(57,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bBt +aMI +aMI +aMI +ewE +ewE +ewE +iKa +cdf +cdb +ccS +ccS +ccS +fFk +beB +ber +ccO +aMJ +aMJ +caO +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMJ +aMJ +cbp +caP +cbi +cbd +caV +caQ +caI +aLH +aLm +aLm +aLm +oSA +aLl +aLl +aLl +aLl +aLl +aLl +aLl +aLl +aLl +aLl +aLg +aJy +aJy +aJy +ctZ +aJy +aJy +aJy +pzq +pzq +aJq +pzq +aJy +ceG +ceE +ceo +cen +acs +bGI +bGL +cdU +cdM +cdM +cdM +bZB +aqW +bRR +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(58,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMH +bfL +aMH +bfa +aMH +bBu +aMI +aMI +aMI +ewE +ewE +iKa +iKa +iKa +cgp +cgn +cgh +cgd +aMH +bdR +aMH +ber +bee +aMJ +aMJ +aMJ +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +aMJ +aMS +ccs +caP +cbj +cbe +caW +caR +bbs +aLH +aLm +aLm +aLm +aLm +aLm +aLm +aLm +aLm +aLm +bzw +aLm +aLm +aLm +aLm +uJW +aJy +aJy +aJy +xEt +aJy +aJq +aJq +aJq +aJq +aJq +pzq +aJq +aJy +aJy +aJy +xEt +cdN +bGL +bGI +bZB +bZB +cdM +cdM +cdM +bZB +pzo +bRR +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(59,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +bfX +aMH +bfQ +aMH +aMH +jqf +bfC +aMH +bBv +yaj +aMI +aMI +ewE +iKa +iKa +iKa +ewE +ewE +ewE +ewE +bWs +beC +aMH +aMH +aMH +bef +aMJ +aMJ +aMJ +aMH +ewE +ewE +ewE +iKa +iKa +iKa +iKa +aMJ +aMI +cbq +caP +cbk +cbf +caX +caP +bbt +aLH +aLm +bXy +aLm +aLm +pMU +pMU +pMU +pMU +pMU +pMU +aLm +aLm +aLm +bzw +uJW +pzq +aJy +bzk +aJy +xEt +aJq +aJq +aJq +aJq +aJq +aJq +aJq +ceH +ceF +ceo +ceo +acs +bGL +bGL +cdV +bZB +bZB +bZB +bZB +bZB +bRR +bRR +bRR +bRR +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(60,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +kIT +ewE +ewE +ewE +ewE +ewE +kIT +kIT +iKa +ewE +kIT +kIT +iKa +iKa +iKa +kIT +iKa +bfX +bfX +bfW +bfR +wus +aMH +aMH +aMH +aMH +aMJ +bBp +aMI +aMI +aMI +iKa +iKa +iKa +iKa +iKa +iKa +ewE +aNf +beD +aMH +bey +bes +beg +aMJ +cfO +aMH +aMH +aNw +ewE +ewE +uLQ +iKa +iKa +iKa +aMJ +aMI +cct +caP +caP +cbg +caP +caP +caJ +bAv +aLm +aLm +aLm +aLm +bzI +bzI +bzI +bzI +bzI +aLm +aLm +aLm +aLm +aLm +uJW +pzq +pzq +aJy +aJy +xEt +aJq +ceO +ceN +aJq +aJy +pzq +aJq +ceI +cdN +cev +acs +aJx +bGO +bGL +bGL +bGL +ctI +bGL +bGI +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(61,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +kIT +kIT +ewE +ewE +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bfX +bfX +bfX +aMJ +aMJ +yap +bBC +bBA +bAU +bAU +bBw +aMJ +aMJ +aMI +aMI +aMI +aMI +aMI +aMI +iKa +aMI +ewE +beF +aMH +bey +beg +cfU +cfw +aMI +aMJ +aMH +aMH +aMH +ewE +aNf +kvJ +aMH +iKa +aMJ +aMJ +aMI +cbr +cbn +caP +caP +caP +caT +caK +aMN +aLL +aLL +aLL +aLL +aLL +aLL +aLL +aLL +aLL +aLL +aLG +aLm +aLm +aLm +uJW +pzq +pzq +pzq +aJy +aJy +ceS +ceO +aJy +acs +aJx +aJy +aJy +aJy +aJy +cew +aXs +aJx +ceb +bGI +bGI +bGL +cdR +cdQ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(62,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bgQ +bgK +bgK +bgK +bgK +bgE +bgE +bgz +bgu +bgp +alM +aPH +alK +bfZ +aNt +aMJ +fHB +bfH +bfH +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aMI +aMI +aMI +aMI +aMI +iYG +iYG +beg +cfU +cfV +cfR +cfQ +aMJ +aMH +aMH +cfj +aMH +aMH +ccd +aMJ +aMJ +cfE +cfy +ccb +cfv +cbr +bdS +bdS +bdS +aMY +aMJ +cfn +aMH +baR +cfj +aMJ +aMJ +aJy +aJy +aJy +aJy +aJy +aLH +aLm +hUY +aLm +uJW +pzq +pzq +pzq +pzq +aJy +ceT +ceP +aJy +aJx +aXP +aJx +ceK +aJy +cel +cex +cep +ceg +aJq +aJq +bGK +bGK +bGK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(63,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bgQ +bgG +bgN +bgJ +bgL +bgH +bgA +bgA +bgv +bgq +xrA +bgl +bgg +bga +aNt +lgY +aPx +bfM +cpw +bfD +bfx +aPf +bfs +wWk +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +aMI +aMI +cfZ +cfW +ccc +cbV +caZ +cbO +cbG +cbG +cbG +cbG +cce +aMH +cfK +ccc +cfz +cfw +aMI +aMJ +aMJ +aMS +aMS +aMS +aMJ +aMH +cbz +aMH +aMH +aNg +aMI +ceV +pzq +ceT +ceT +aJy +aLH +aLm +hUY +aLm +uJW +aJx +pzq +pzq +pzq +aJy +ceT +aJy +acs +boR +aJx +acs +cvw +cvp +pzq +cey +ceq +ceh +cec +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(64,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bgQ +bgI +bgI +bgM +bBG +bgI +bgF +bgB +bgw +bgr +bgo +aPJ +aPG +bBF +bBE +ubv +kOT +bfN +bBB +bBz +bfy +aNt +aNt +aNt +aNz +aNz +aMJ +aMJ +aMS +aMJ +aMS +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +cfX +cbV +cbW +cbv +cbv +cbL +cbH +cbv +cbv +cbu +caM +cfL +cfF +cfA +cfx +ccu +cca +bWj +aMI +bAD +aMI +aMJ +ewE +aMU +aNG +aMH +baw +aNg +pzq +acs +cff +cfe +pzq +aLH +bzx +hUY +aLm +uJW +aJx +aXV +acs +pzq +pzq +ceU +ceQ +aJy +ceK +aJy +cvw +cvr +cvr +cvp +cez +cei +cei +ced +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(65,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bgQ +bgP +bgO +bgG +bgH +bgJ +bgG +bgC +bgx +bgs +xrA +aPI +bgh +bgb +bdK +okq +blH +vDf +bfI +jaX +ieW +jaX +bft +iyo +aNt +beQ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +ccJ +ccJ +cbY +cbv +cbv +cbP +cbI +cbI +cbA +cbv +cbv +cbs +baw +cfG +cfx +ccz +ccn +ccn +cci +aMI +bAD +iKa +iKa +ewE +ewE +ewE +aJq +aJq +aJq +aJq +aZe +acs +pzq +pzq +aLH +bzx +hUY +aLm +bzu +aJx +aXl +aXe +acs +pzq +xEt +aJy +aJy +aJy +aJy +cvt +cvx +cvr +cvq +aXv +cer +cej +ced +cdY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(66,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +kIT +kIT +kIT +kIT +kIT +kIT +kIT +bgQ +bgD +bgD +bgD +bgD +bgD +bgD +bgD +bgy +bgt +alN +aPK +alL +bkl +bVQ +bfS +bfP +aNt +aNt +bkl +bkq +bkq +bkl +bfl +kOT +aNt +aNt +aNt +beZ +beU +aMJ +aMJ +cgi +aMJ +aMJ +ccL +bYA +ccK +ccH +cbv +cbS +cbQ +cbN +cbI +cbB +cbw +cbv +ccC +naW +aNG +aMH +ccA +ccv +cco +ccj +ccg +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +aJq +aJq +aJq +aZM +pzq +aJy +aLH +bzx +hUY +bzx +bzu +aJx +aJx +aYx +acs +pzq +ceV +aJy +aJy +aJy +ceL +pzq +cvt +cvq +pzq +ceA +ces +cek +cee +cdZ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(67,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +kIT +kIT +ewE +ewE +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +kIT +chC +bfX +bkr +bfX +bfT +aMJ +aMJ +aMJ +bfX +bfX +bkr +bkl +bfn +kOT +kOT +kOT +aNt +aNt +aNt +aNz +aMJ +cgj +cge +cgc +aMJ +aMI +aMI +ccI +cbv +cbT +cbQ +cbJ +cbJ +cbC +cbx +cbv +ccD +pEZ +bcQ +aMH +ccB +ccw +ccp +cck +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aJq +aJq +aJq +aJq +fGb +cuv +aJy +aLI +bzy +aLu +bzy +aLh +aJx +caq +caj +bqH +bqH +bhu +aJD +aJy +xEt +xEt +pzq +pzq +pzq +pzq +ceB +pzq +ctO +cef +cea +cdW +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(68,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +kIT +ewE +ewE +ewE +ewE +ewE +kIT +kIT +ewE +ewE +kIT +kIT +iKa +ewE +iKa +kIT +bfX +bfX +bkr +bfY +aMS +aMJ +aMJ +aMJ +bfX +bfX +bfX +afo +aNt +aNt +aNt +bfd +kOT +kOT +beV +bBl +aNt +cgk +aMJ +aMJ +aMJ +aMS +aMI +ccH +cbv +cbU +cbQ +cbJ +cbJ +cbD +cby +cbv +ccE +lGQ +cfH +aMH +aMH +ccx +ccp +cck +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bWn +aJq +aJq +aJq +pzq +bzn +aJy +aLI +aLn +aLu +bzy +aLh +cav +car +aPZ +bJU +bBD +aPZ +aOf +aJD +pzq +xEt +pzq +aXJ +pzq +pzq +pzq +pzq +cvs +cvp +acs +aXC +cvn +bYw +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(69,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +aMH +chD +bfX +bfX +aMS +aMS +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aNt +aNt +aNt +aNt +kOT +kOT +bdK +aNt +aMJ +aMJ +aMJ +aMJ +aMS +cbZ +cbv +cbv +cbR +cbI +cbI +cbE +cbv +cbv +ccF +cbz +aMH +bAW +aMJ +ccy +ccq +ccl +aMI +ccf +iKa +iKa +iKa +iKa +bWn +bWn +caC +caC +aJq +pzq +pzq +aJy +aJy +aLI +aLn +aLu +bzy +aLh +caw +aPZ +aPZ +bNi +bDw +aPZ +aPZ +aKb +aJx +aJx +aJx +aWA +aJx +aJx +pzq +cvs +cvr +cvr +cvp +acs +cvo +cap +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(70,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +aNG +bgd +aMH +aMJ +aMJ +aMJ +aMJ +aMJ +dqC +cks +mew +xFR +aMJ +hZs +ort +jPD +sjf +aMJ +dXT +aOD +bzK +beK +eQq +rQj +hUP +hUP +aMJ +aMJ +cbo +cbX +cbv +cbv +cbL +cbH +cbv +cbv +bdp +cbt +aMJ +aMJ +bAU +bAU +bAU +ccr +ccm +aMI +bAN +aMI +aMI +aMI +bWn +caC +caD +caC +aMJ +aJy +aJy +aJy +aJy +pzq +aLI +aLn +aLu +bzy +aLh +cax +aPZ +cak +bYd +bDY +bhH +aPZ +aKi +aXS +aJx +lvY +aJx +lvY +aJx +acs +cvu +cvr +cvr +cvq +aJy +acs +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(71,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bfA +aNG +aMH +aMJ +aMJ +aMJ +aMJ +mCn +fbv +mAU +mAU +cBx +jAz +jJl +iAK +qJx +wGj +wWk +edL +kKn +aNt +bBk +rjZ +kOT +kOT +aNt +aNt +aNt +aNt +cbo +caY +caY +cbK +cbK +cbF +caY +cbt +aMJ +aMJ +aMJ +aMJ +aMJ +aMS +aMS +aMI +aMI +aMI +aMI +aMI +bkh +aMJ +bWn +caE +caC +bWn +aJy +aJy +aJy +pzq +pzq +aLI +aLn +aLu +aLn +aLh +caw +cas +cal +bYe +bDZ +bjb +aPZ +aJq +aJq +aJq +aJq +aXK +acs +aJx +acs +acs +cvt +cvq +aJy +aJy +aJy +acs +acs +aJx +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(72,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +vGy +aMH +yaj +aMJ +aMJ +aMJ +hvs +bxG +bxG +aQW +fcJ +jpO +wQD +cXl +nPP +wQD +xeb +fZh +aMJ +aMJ +aNt +aXE +kOT +kOT +kOT +bdK +bet +aNt +aNt +aNt +bkl +aNt +bdJ +aNt +aNt +aLM +aLM +bcV +aLM +aLM +aLM +aLM +aLM +aLM +aLM +aLM +aLM +bbu +aLM +bAm +aLM +aLM +aLM +aLM +aLM +aLM +aLM +aLM +aLM +qTo +bzC +aLn +aLn +aLh +caw +bJU +cam +bYe +bDY +bjd +aPZ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +lvY +boX +ctP +ceO +ctN +aJy +ctJ +aJy +acs +ctz +acs +aJx +aWz +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(73,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +ewE +ewE +ewE +aMH +ifF +bgi +yaj +lzp +fIR +aRG +hvs +uKv +uKv +xXR +bBx +oOd +bfo +xsP +dcX +vgO +kKn +kKn +kKn +kKn +kKn +aoL +aNt +sqE +rQj +bez +pVF +kOT +kOT +bkm +bkl +bkl +aNt +aNt +aNt +aLn +aLn +baD +aLn +aLn +bcC +aLn +aLn +aLn +aLn +aLn +npi +npi +bbk +mQk +baS +bAc +aLn +aLn +aLn +aLn +aLn +aLn +aLn +aLn +bzE +aLn +aLn +aLh +cay +aPZ +can +bYe +bDY +bjB +aPZ +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +ceT +ceS +ceS +aJy +aJy +acs +acs +acs +aJx +aJx +aWy +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(74,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +bWr +aMH +aMH +aMH +yaj +mQY +iuN +fvb +bXw +cnv +cnu +qrt +bBy +bpy +bfp +bBy +qrt +aOJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +kdk +aMJ +aMJ +aNt +aNt +bkm +bkm +bkm +kOT +bdK +kOT +kOT +kOT +aLN +aLN +aLN +bcI +bAV +bcA +aLN +aLN +aLN +aLN +bbB +aLN +bbl +baZ +bAj +aQn +bax +aLN +bzP +aLN +aLN +aLN +aLN +aLn +aLn +aLn +aLn +aLh +caz +aPZ +aPZ +bYZ +bEt +aPZ +aPZ +aKy +aJy +aJy +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJy +xEt +aJy +ctK +bzr +aJy +acs +acs +aJx +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(75,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iYG +iYG +iYG +iYG +aMI +xun +kXF +ueB +hvs +uKv +uKv +bbj +hDO +fgv +aOR +epg +lnf +bZs +kKn +kKn +kKn +qeq +wWk +kKn +wWk +mtO +aMJ +aMJ +aMJ +aNt +aNt +bkl +bBg +kOT +bdK +kOT +aLn +aLn +aLn +bbb +aLn +aLn +aLn +aLn +aLn +aLn +aLn +npi +npi +bbv +buq +bba +ofr +baD +bay +aLn +aLn +aLn +aLn +bzE +bzE +bzE +aLn +aLn +aLn +bzv +caB +cat +aPZ +bJU +bBD +aPZ +aVJ +aMR +aJy +aJy +aJy +aJy +aJy +aJy +aJq +aJq +aJy +aJy +aJy +bYt +bYt +aJy +aJy +acs +aWD +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(76,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +iKa +iKa +ewE +iKa +iKa +iKa +aMI +aMI +aMI +aMI +nag +vag +aMH +hvs +bxG +bxG +cSI +bYc +rYD +bsK +tZm +lYA +hHz +enB +bFk +dGT +beR +aMH +aMH +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aNt +aNt +aNt +aNt +aNt +aNt +aNt +aNt +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +bap +aMO +bax +aSs +aGK +bZv +bap +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLo +aLi +aJy +cau +cao +bEQ +bEQ +bqA +aVM +aJx +aXT +aJy +aJy +aJy +xEt +aJy +aJy +aJy +aJy +aJy +bYt +bYt +aJy +aJy +xEt +ctz +aJx +aWA +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(77,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +iKa +iKa +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +aMI +aMI +vag +aMH +bfU +aMH +hTI +nGR +mNE +mNE +deK +kHO +bsL +biS +jLK +gyE +emN +qcD +kKn +kKn +beL +aMH +aMJ +aMJ +aMI +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bBe +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +bAA +bbm +bAn +aLu +baE +aLh +ceT +aJy +bzz +aJq +aJq +aJy +aJq +aJq +aJq +aJy +aJy +aJy +bzm +pzq +pzq +bYt +aJy +aJy +aJx +aWu +acs +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +xEt +aJy +aJy +acs +acs +aJx +aJx +aWB +acs +acs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(78,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +vag +bgd +aMH +aMH +grY +aMH +tgb +gwc +wCv +hPN +aMH +bsN +mhR +uXU +fAZ +aMI +ieE +kKn +wWk +wWk +aMJ +aMJ +aMI +aMI +aMI +aMJ +aMJ +aMJ +cfP +bAU +bAU +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bAX +bYA +bYA +bYA +aMJ +aMJ +aMJ +bAO +aMI +aMT +bAw +bAo +bAk +baF +bzU +ceT +aJy +xEt +pzq +aJq +aJq +aJq +pzq +aJq +pzq +aJy +bzr +pzq +pzq +bYt +bYt +bYt +xEt +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +pzq +pzq +pzq +aJy +aJy +aJy +aJq +aJq +aJq +aJx +aJx +aJx +aWD +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(79,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +aMH +aMH +naW +uLQ +uPy +uPy +uPy +bfz +aNG +aMH +aMH +bfi +bff +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aMJ +aMI +aMI +iKa +iKa +iKa +iKa +aMH +aMH +aMH +aMH +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +bYA +bYA +bkh +aMJ +aMJ +aMI +aMI +aMI +aMT +aLI +bbc +aLu +bzC +bzV +ceT +aJy +xEt +xEt +pzq +pzq +pzq +pzq +pzq +bzz +aJy +xEt +aJy +aJy +aJy +bYt +aJy +xEt +aJy +aJy +aJy +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +aJy +aJy +aJq +aJq +aJq +aJq +aWr +ctG +acs +aJx +aJx +aJq +aJq +cto +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(80,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +uLQ +uLQ +uLQ +uLQ +uLQ +aNG +bfa +aMH +beP +aMI +aMI +aMJ +bYA +aMJ +aMJ +aMI +aMI +ewE +ewE +iKa +aMS +aMH +aMH +aMH +bdT +aMJ +aMJ +aMJ +aMS +aMJ +aMJ +aMJ +aMJ +aMJ +aMJ +aMS +aMS +aMI +aMI +aMI +aMI +aMU +aLI +baG +aLu +baG +bzW +ceT +aJy +aJy +aJy +aJy +aJy +pzq +pzq +pzq +pzq +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +aJy +pzq +aJq +aJq +pzq +pzq +pzq +aJy +aJq +aJq +acs +acs +aJx +aWC +acs +aJx +cty +aJq +ctr +ctp +ctn +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(81,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +bfA +uLQ +kvJ +aMH +bfj +beP +aMI +aMI +aMJ +bYA +bYA +bkh +aMI +aMI +ewE +aMI +iKa +aMS +aMH +aMH +aMJ +aMJ +aMJ +cuG +aKH +aNp +aNp +aNp +aKH +aMJ +aMS +aMJ +aMI +aMI +nag +aMI +aMI +aMJ +aMJ +qQq +aMz +mxL +baH +icq +aJy +aJy +aJy +acs +acs +aJy +pzq +pzq +pzq +pzq +abT +blm +blm +blm +abT +aKG +aJy +aJy +aJy +aJy +aJy +aJy +aOn +aJq +aJq +aJq +aJq +pzq +pzq +pzq +aJy +aJy +xEt +aJy +xEt +acs +acs +acs +aJx +ctz +ctu +cdR +bGI +bGI +ctm +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(82,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +ewE +kvJ +aMH +bfq +aMH +beP +aMI +aMI +aMJ +aMJ +bYA +aMJ +aMI +aMI +aMI +aMI +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aMJ +aKH +aKH +xdv +bdq +aYF +aKH +aKH +aMJ +aMI +bVL +vag +aMH +aLR +aMV +aMV +aLR +aMr +bAp +aMr +baI +aMr +aLR +aMf +aMf +aLR +bYJ +acs +pzq +pzq +pzq +abT +abT +bSG +aJG +aYy +abT +abT +aJx +aJy +aJy +aJy +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJy +aJy +aJy +aJy +acs +ctH +acs +acs +ctA +ctv +bGI +bGI +ctm +bGI +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(83,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +bfv +aMH +bfr +bes +beg +aMI +aMI +aMJ +aMJ +aMJ +aMI +aMI +vag +aNg +aMI +aMI +aMI +aMJ +aMS +aMJ +aMJ +aMJ +aKH +esx +igJ +ljU +bdh +bcW +aKH +aMI +vag +bVM +aMH +aLR +aLR +bbU +bbC +aLR +aKJ +aKJ +aKJ +aKJ +aKJ +aLR +bah +qlQ +aLR +aLR +aJx +acs +pzq +pzq +abT +cUy +hmb +uwP +ayL +asN +abT +boR +acs +aJy +xEt +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJy +aJy +aJy +xEt +pzq +acs +acs +aJx +ctB +ctw +cts +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(84,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +hVI +beg +aMI +aMI +aMI +aMI +aMJ +aMJ +aMI +aMI +vag +aMH +aMH +aNg +aMI +aMI +aMI +aMJ +aMJ +aMJ +aMJ +aKH +esx +esx +aNu +bdi +bcX +aKH +vag +aMH +aMH +naW +aLR +bcf +bbV +bbD +aLR +bAx +bbd +aMs +aMs +aMs +aLR +aMl +aMg +aLX +aLR +acs +aJy +aJy +pzq +abT +aHw +bSH +lKF +ayL +ayL +abT +aJx +aJx +aJx +aJy +aJy +aJy +pzq +pzq +pzq +aJy +pzq +pzq +pzq +pzq +aJy +aJy +aJy +xEt +aJy +pzq +acs +acs +aJx +ctC +ctx +ctt +ctq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(85,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMI +aMI +aMI +aMI +aMI +aMJ +aMJ +aMI +atN +aMH +aMH +aMH +aMH +aNg +atN +aMJ +aMJ +aMJ +aMJ +aMJ +aKH +bdB +bdw +nnA +aKW +bcY +aKH +aMH +aMH +iIF +aNf +aLR +bcg +aMh +bbE +aMV +jcK +bbe +bWm +jUa +bzX +aMf +aMm +aMh +aLY +aLR +aJy +aJy +aJy +aJy +abT +aHx +ajm +qiq +aYz +uwP +abT +lvY +aJx +aXT +acs +acs +atN +pzq +pzq +aJy +aXw +aJy +atN +pzq +pzq +aJy +aJy +aWL +aJy +aJy +pzq +pzq +acs +acs +ctD +aWG +acs +acs +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(86,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMI +bko +aMI +aMI +aMJ +aMJ +aMI +atN +atN +yiF +ane +yiF +yiF +atN +atN +atN +sUP +sUP +sUP +sUP +aKH +bdC +bdx +bdr +aKW +bcZ +aKH +ane +bVO +bVN +yiF +aLR +bch +aMh +bbF +aMV +jcK +bbf +aMF +bAd +bWk +aMf +aMm +aMh +aZN +aLR +sUP +sUP +sUP +sUP +abT +woC +bSI +aJK +aKT +aYr +abT +ane +ane +ane +sUP +atN +atN +atN +sUP +sUP +sUP +lHL +atN +atN +pzq +aJy +aJy +acs +aWF +aJy +aJy +pzq +acs +acs +ctE +aJx +aJx +aJx +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(87,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +iKa +iKa +iKa +iKa +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMI +aMI +aMI +aMJ +aMI +atN +atN +beM +beG +aNh +aNh +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +ajS +aKH +bdD +eDC +eDC +bdj +bda +aKH +ajJ +aNh +aNh +ajS +aLR +bci +aMh +bbG +aMV +bAy +bAd +jUa +bAd +bWl +aMf +aMm +aMh +aZO +aLR +ajJ +aKg +aKg +ajS +abT +bUN +aYQ +aBA +aBA +niu +abT +ajJ +aKg +aKg +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +aJI +aJH +boV +atN +atN +aJy +aJy +aJy +aWG +aJy +aJy +aJy +acs +acs +ctF +aJx +aJx +aWu +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(88,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMI +nag +aMJ +aMJ +aMI +aMI +act +aNh +aNh +aOi +aJJ +aJJ +bYE +bYE +bYE +aJS +aJJ +aJJ +ajT +aKH +aKH +bdq +mVY +bUq +aKH +aKH +ajK +aJJ +aJJ +ajT +aLR +aNc +bbW +bbH +aLR +pIU +pIU +pIU +pIU +bzY +aLR +aMn +aMi +aLZ +aLR +ajK +aKg +aKg +ajT +abT +abT +bSJ +aJr +aJr +abT +abT +ajK +aKg +aKg +aJJ +aJJ +aKg +aKg +aJJ +aJJ +aJJ +aJI +aJI +lHL +aJy +xEt +bYt +aJy +aJy +aJy +aJy +xEt +aJy +acs +ctC +acs +aJx +aJx +lvY +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(89,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +ewE +iKa +ewE +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMH +aMH +aMJ +aMI +aMI +ane +aOo +aOo +aJJ +aJJ +aJS +aJJ +aJJ +aJJ +aJJ +aJJ +aJJ +ajR +ajN +aKH +aNp +heI +bUr +aKH +ajM +ajL +aJJ +aJJ +ajT +aLR +aLR +bUc +aLR +aLR +aKJ +aKJ +aKJ +aKJ +aKJ +aLR +aLR +bTr +aLR +aLR +ajK +aKg +aKg +ajR +ajM +abT +bSK +aJX +blm +abT +ajM +ajL +aKg +aKg +aKg +aJJ +aKg +aJJ +aJS +aJJ +aJJ +aJJ +aJJ +sUP +aJy +aJy +bYt +bYt +aJy +aJy +aJy +aJy +aJy +acs +acs +acs +aWw +aJx +aJx +aJx +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(90,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +bfk +aMH +aMH +bfa +yaj +aMI +sUP +aJJ +aJJ +bjV +ajU +ajE +vVi +vVi +vVi +vVi +ajE +ajE +nyz +ajR +ajN +ajN +ajN +bSL +ajN +ajL +ajU +ajE +nyz +ajR +ajM +aLR +aMj +aLR +hSc +akc +akc +akc +akc +bzZ +kex +aLR +aMj +aLR +ajM +ajX +ajU +ajE +nyz +ajR +ajN +bSL +ajN +ajN +ajN +ajL +dLI +ajE +ajE +gqA +gqA +gqA +gqA +ajE +nyz +bjV +aJJ +aJJ +sUP +aJy +aJy +aJy +bYt +aOn +aJy +aJy +aJy +aJy +aJy +acs +acs +aJx +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(91,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +bfg +aNG +aMH +aMJ +aMJ +sUP +nhg +vVi +vVi +iYq +wxk +xme +cfY +cfS +iGZ +vOG +iYq +hrS +gqA +gqA +gqA +gqA +bUt +bSN +bSN +ajV +bSZ +bSU +evX +bUg +ulw +fmJ +bTt +vBT +aMP +aMA +gVE +aMA +aMu +esn +bTt +fmJ +bTp +bTm +wAJ +ajV +bSZ +bSU +bSN +bSN +bSM +gqA +gqA +gqA +gqA +dDI +iYq +wxk +xme +pZZ +pZZ +iGZ +vOG +hrS +gqA +gqA +nyz +sUP +aJy +aJy +aWV +xEt +aJy +aJy +pzq +pzq +aJy +aJy +aJy +acs +aWC +aJx +aJx +lvY +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(92,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +ewE +aOI +aMH +aMJ +aKv +sFP +blg +alI +alI +alI +cga +wma +cfT +sKx +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +vQb +cxK +hdN +qEi +pZZ +pZZ +aMQ +jUa +bTD +bAe +aMv +pZZ +pZZ +vQb +cxK +hdN +qEi +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +pZZ +tqT +wma +wma +sKx +pZZ +pZZ +pZZ +iGZ +grf +aKv +aJy +aJy +aJy +aJy +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJx +aJx +aJx +aJx +aWr +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(93,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +ewE +ewE +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ewE +ewE +ewE +ewE +ewE +aMH +aMH +aKv +aKv +alJ +jcK +bBh +jUa +bzA +bzA +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +lkT +cxK +hdN +cPM +jUa +jUa +bWo +jUa +bAl +jUa +jUa +jUa +jUa +lkT +cxK +hdN +cPM +jUa +bzA +bzA +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +jUa +mgB +grf +aKv +aKv +aJy +pzq +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJy +acs +aJx +aWv +aJx +aJq +aJq +aJq +aJq +iKa +aJq +aJq +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(94,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +iKa +iKa +ewE +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMH +aMJ +aMJ +aKv +alJ +jcK +jUa +aNQ +aKa +vBc +mNJ +mNJ +uQL +aKa +vBc +mNJ +mNJ +uQL +bAY +bAY +bAY +bAY +bAY +aKa +aKa +aKa +aYb +cxK +hdN +xwx +aKa +aKa +aKa +aKa +bTE +aKa +aKa +aKa +aKa +aYb +cxK +hdN +xwx +kkh +kkh +bzt +bzt +bzt +bzt +kkh +aKa +vBc +mNJ +mNJ +uQL +aKa +vBc +mNJ +mNJ +uQL +aKa +qgK +jUa +mgB +grf +aKv +pzq +pzq +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJy +acs +aJx +aJx +acs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(95,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +iKa +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +sUP +alJ +jcK +jUa +mgB +aJJ +jcK +jUa +jUa +mgB +aJS +jcK +jUa +jUa +mgB +aJJ +aJJ +jcK +bXc +aom +jUa +jUa +jUa +mgB +leD +tLT +ajE +ajE +ajE +ajE +ajE +bTF +chB +ajE +ajE +ajE +ajE +gdw +xZk +jcK +jUa +jUa +jUa +jUa +jUa +mgB +aKg +aKg +jcK +jUa +jUa +mgB +aJS +jcK +jUa +jUa +mgB +aJJ +jcK +jUa +mgB +grf +ane +pzq +pzq +pzq +pzq +pzq +pzq +pzq +aJy +aJy +aJy +aJy +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(96,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMJ +aMJ +aMJ +aMJ +sUP +alJ +jcK +jUa +mgB +aJJ +nVy +aKa +aKa +jib +aJJ +nVy +aKa +aKa +jib +aKg +aKg +jcK +jUa +aon +jUa +jUa +bWp +aMt +cvG +iYq +iYq +iYq +iYq +iIg +qFd +bTG +iIg +akd +iYq +iYq +iYq +iYq +wxk +jcK +jUa +aVO +jUa +jUa +jUa +mgB +aKg +aKg +jvo +aKa +aKa +jib +aJJ +nVy +aKa +aKa +jib +aJS +jcK +jUa +mgB +grf +ane +acs +pzq +pzq +pzq +pzq +pzq +aWE +aJy +aJy +aJy +acs +aWD +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(97,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +ewE +ewE +ewE +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aMI +aMJ +aMJ +aMJ +sUP +alJ +jcK +jUa +mgB +aKv +xFn +xFn +xFn +xFn +aKv +xFn +xFn +xFn +xFn +aKv +aKg +aoy +aor +aoo +aKa +aKa +aKa +jib +aJJ +aJS +aJJ +aJJ +aJJ +leD +xZk +bTH +leD +ake +aJJ +aJJ +aKg +aKg +aKg +nVy +aKa +aKa +bzB +aKa +aKa +jib +aKg +aKv +xFn +xFn +xFn +xFn +aKv +xFn +bRZ +xFn +xFn +aKv +jcK +jUa +mgB +grf +lHL +boR +aJx +pzq +pzq +pzq +aJy +aJy +aJy +aJy +aJy +acs +aJx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(98,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +iKa +ewE +ewE +iKa +ewE +iKa +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bYF +bYF +bYF +iKa +iKa +iKa +aOM +iKa +iKa +aMI +aMI +aMJ +asK +sUP +alJ +jcK +jUa +mgB +aKv +ajF +ajG +ajG +ajF +aKv +ajF +ajG +ajG +ajF +aKv +bkk +aoz +aos +ajO +aol +ajO +ajO +ajJ +aKg +aKg +aJJ +aJJ +akr +akj +akf +bTI +akj +akf +akb +aJJ +aJS +aKg +aKg +ajS +ajO +ajO +ajO +ajO +ajO +ajO +bjY +aKv +ajF +ajG +ajG +ajF +aKv +ajF +bSa +ajG +ajF +aKv +jcK +jUa +mgB +grf +lHL +aJx +aJx +aWW +aJy +aJy +aJy +aJy +aJy +xEt +aJy +acs +acs +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(99,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +iKa +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPg +aPg +bYF +bYF +bYF +aPg +aOM +aOM +aOM +bZr +bZr +bZr +bZr +bZr +sUP +alJ +jcK +jUa +mgB +aKv +rgz +rgz +rgz +rgz +aKv +rgz +rgz +rgz +rgz +asM +asM +oAY +aeB +oAY +oAY +asM +asM +bkd +ajO +ajO +ajJ +asM +asM +qHO +rcY +bTJ +qHO +rcY +asM +asM +ajS +ajO +ajO +bkd +asM +asM +oAY +oAY +oAY +oAY +asM +asM +rgz +rgz +rgz +rgz +aKv +rgz +rgz +rgz +rgz +aKv +jcK +jUa +mgB +grf +lHL +aJz +aJz +aJz +aJz +aJz +aJy +aJy +aJy +aJy +acs +acs +aYx +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(100,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +ewE +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOM +aOM +aOM +aOM +aPg +aPg +aPg +aPg +aPg +aOM +aOM +oXw +bZr +ayh +axV +axL +bZr +bZr +alJ +aOp +nyQ +aNR +asM +aPW +aPW +aPW +aPW +asM +aPW +aPW +aPW +aPW +asM +all +akL +akY +akL +akL +akF +asM +asM +oAY +oAY +asM +asM +lTs +akp +akg +hud +atD +akg +rkP +asM +asM +oAY +oAY +asM +asM +aph +aoU +aoU +aoU +aoU +aoQ +asM +aPW +aPW +aPW +aPW +asM +aPW +aPW +aPW +aPW +asM +jvo +nyQ +erH +grf +aJz +aJz +aSM +aSK +aSD +aSn +aJz +aJz +acs +acs +acs +acs +lvY +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(101,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOM +aPh +aPh +qSf +aOM +aOM +aPg +aPg +aOM +aOM +aOM +aOM +aON +ayu +ayi +axW +axM +aOx +bZr +bZr +beH +beE +beE +asM +asM +alD +alz +alw +alv +alu +als +ocK +ocK +alq +ocK +ocK +aot +cvA +ocK +ocK +akD +akA +ocK +akz +akv +hCO +ocB +atA +atE +bTK +atE +atA +qbk +nLk +ajZ +bqD +apy +aps +apm +asX +asY +asY +cvz +asX +asX +aYs +asX +asY +aoK +asY +aHt +aoH +aoG +aoF +asM +asM +aXy +aXt +aXt +aJz +aJz +aJB +aaC +aSL +ahL +aSo +aJz +aJz +qpw +qpw +qpw +aJx +aXd +qpw +qpw +qpw +euM +euM +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(102,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +aPh +aPh +qSf +aOM +aOM +aOM +aOM +aOM +aPh +ozb +aOS +oXw +ayv +ayj +axX +axN +acw +axg +bZr +aNS +aNS +aNS +asM +alG +alE +alA +alx +bSr +csd +csd +csd +csd +csd +csd +csd +csd +bSr +csd +csd +csd +csd +csd +csd +csd +atw +aks +bTz +bTA +iLN +bTA +bTz +bTx +atw +apR +apH +apz +apt +apn +csd +csd +bSr +csd +csd +csd +csd +chE +csd +csd +csd +bSr +bSd +csc +csc +asO +asM +cml +cml +cml +aJz +aTe +aJB +aaC +aaC +aSF +aSp +aJz +rdC +atC +rdC +qpw +qpw +qpw +qpw +qpw +rdC +ozb +ozb +euM +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(103,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +iKa +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +ozb +ozb +aOP +aPh +aPh +qSf +aPh +aPs +aOY +ozb +ozb +aOS +ayy +ayw +ayb +axY +aOd +axz +axh +bZr +beI +aNT +aNT +asM +alH +alF +alB +aly +coy +cou +alt +atM +akG +chT +atM +atQ +btr +cno +alt +akG +atM +akB +atM +ari +atK +hCO +ocB +akh +akn +akl +hAR +akh +qbk +nLk +aka +apI +apA +ajY +apo +atg +atn +coy +cou +etk +arD +aoP +atn +btr +coj +asZ +cno +ant +ajI +btr +aoE +asM +aXz +vQX +vQX +aJz +aJB +aaC +aSE +aaC +aaC +aSq +aJz +aRx +aSf +aRy +aRx +aRx +aRx +aRO +aRE +xxw +atC +ozb +ozb +euM +aJq +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(104,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +iKa +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +ozb +aOP +aOP +aPz +aOZ +aOY +ayK +aOU +dTk +aOY +aOY +aBn +ayz +oXw +aAZ +aOd +aOE +aOE +axi +beN +aOq +aOj +aNU +asM +cqa +cpY +atT +atT +cpT +chX +aoM +aoM +chU +alr +alm +akZ +cpM +cnr +atP +akH +akE +atp +atp +atp +atp +atp +akt +akq +atA +mrA +akk +atB +aRI +atp +atp +atp +atp +atp +app +api +ato +bqB +cow +aoV +aoR +mID +acK +col +cok +anM +cnr +asL +asL +btw +aTo +asM +xqd +hPE +tyR +aaB +aaB +aSR +aSN +aSE +aaC +aJB +aJz +aRx +aSg +bYp +bYp +aRP +aRP +bYn +bYo +aRz +aRx +atC +ozb +euM +iKa +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(105,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +aOP +aPz +aPA +aPp +aPp +aPp +aPn +aBq +aBp +dTk +pQi +aON +aOL +aOd +axZ +aOE +axA +aOe +beN +aOr +aOk +aNV +atT +aum +wRF +atT +atT +bUA +wRF +xwf +xwf +xwf +atT +aln +atR +cpM +cnr +atP +akI +atp +atp +pOm +arj +dJK +atp +cdJ +iSx +ako +akm +hrX +aki +atp +atp +aDT +apJ +iMb +atp +atp +apj +ato +bSO +cox +aoW +aoS +asL +bZj +bZj +bZj +asR +bSs +asL +asL +asR +bNz +asL +aJU +aJT +aJM +aaB +aTf +aSS +aSO +aSE +aaC +aay +aJA +aSj +aSf +aRy +bYs +bYp +aJw +aRP +aJw +aJw +aRy +aRu +euM +iKa +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(106,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPp +aPp +ozH +kRc +aPt +jQu +aPb +sID +aOT +aOO +dDY +ayb +aya +aOd +aOd +aOe +aOe +aOr +awG +aNV +atT +aoD +aup +amw +amq +bUB +aui +alW +odb +bpz +atT +atT +ala +aou +cnr +akM +atp +atp +njj +xuT +bgn +eIk +aqT +bZk +bZk +bZk +bZk +bZk +bZk +bZk +gmO +kat +wTr +bMq +uUc +atp +atp +apc +arX +cow +aoX +asL +asL +sTF +wtR +urk +rHC +anE +anu +anj +rHC +amZ +asL +aJU +aJT +aJM +aaB +aTg +aST +aSE +aaC +aaC +aay +aJA +aSk +aSf +aJw +bYs +bYp +aJw +aJw +aJw +aJw +bYn +aRv +bYn +iKa +iKa +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(107,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aBu +aPp +aPb +aPb +aPo +kRc +dTk +dTk +ayD +aOT +dDY +aBh +ayb +ayb +aOE +axB +aOe +aOe +aOr +awF +aNV +atT +amP +aud +aud +aud +bUC +vcS +aub +alT +rec +odb +atT +alb +aou +aop +coo +dGz +arp +atI +atu +atu +atu +atx +atp +aqJ +aqy +rGs +aqn +rdV +atp +oLJ +atu +atu +atu +apu +apq +dGz +aKh +bSP +cow +aoY +asL +aoh +aod +anY +rHC +anN +anF +rHC +rHC +rHC +rHC +asL +aJU +aJT +aJM +aaB +aTg +aSU +aSP +aaC +aaC +aay +aJA +aSk +aSh +aJw +aSb +aRY +aRT +aRH +aRF +aRA +aRo +aRo +aRo +aRo +aAd +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(108,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPp +aPb +kRc +bqM +aPt +aPo +aPb +sID +aOT +ayA +aOL +ayk +aOd +aOE +axC +aOe +aOe +aOr +aOk +aNV +atT +amQ +hjx +hjx +amr +amh +amb +alX +alU +alP +odb +atT +alc +aov +aoq +cpH +bTa +bTq +bTq +bTq +bTd +bTq +bTW +atp +aqK +aqz +fbx +aqo +rGs +atp +apX +bTq +bTq +apB +apv +bTd +bTa +coA +bSQ +cow +aoZ +asL +aoi +aoe +anZ +anT +anO +bSt +anv +rHC +rHC +ana +asL +aJU +aJT +bOw +aaB +aaB +aSV +aaE +aaC +aaC +aay +tIM +aSl +aSf +aJw +aJw +bYp +bYp +aJw +bYn +aRo +aRo +aRo +aRo +aRo +aRo +iKa +iKa +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(109,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +ewE +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPD +aPB +aPo +aPo +aBs +aBr +aPp +aPu +aOW +aOT +ayA +ayx +aBa +aOd +axO +aOd +axj +awZ +aOs +aOl +aNW +atT +amR +hjx +hjx +hjx +ami +hjx +alY +hjx +aub +dJV +atT +ald +aow +cnr +arx +arv +arq +arm +lqu +rBT +dWq +bTX +aqP +bTM +aqA +bTM +aqp +aqi +aqf +bTu +lqu +lqu +rBT +lqu +apr +apk +atn +coz +cow +apa +asL +uTV +rHC +aoa +ano +rHC +bSu +rHC +kXf +ewd +xgv +asL +aJV +czb +aJN +aaB +aaB +aaC +aaC +aaC +aaC +aay +tIM +aSm +aSi +aSe +aSc +bYr +bYq +aRF +aRH +aRB +aRo +aRo +aRo +aRo +aRo +iKa +iKa +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(110,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +aPC +aPo +aPo +aPt +aPp +aPu +aOW +ayG +aOP +ayB +oXw +axZ +aOd +axP +aOd +aOx +aAq +aOt +awH +atT +atT +aWt +auq +amx +hjx +amj +amc +aoA +alV +alQ +cgU +atT +ale +cpM +cnr +akN +apk +arr +aku +apw +mFB +aqZ +aqU +atI +atu +aqB +atu +aqq +aqj +atx +bTv +lqu +apK +apC +apw +lqu +apk +asb +coz +cow +apb +asL +rYO +aof +aob +tmQ +ata +bSt +rHC +ank +kLZ +anb +asL +asL +aJO +aJO +bRS +aXo +aJB +aaC +aaC +aSG +aSr +aJz +rdC +rdC +aRx +aRQ +aRZ +aRU +aRQ +aRJ +aJw +aWs +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(111,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +ozb +aOP +aPC +aPo +aPo +aPo +aPu +qSf +dTk +aOP +aOP +bZr +aAR +aOd +aOd +axQ +axD +aOx +axa +bUO +awI +atT +aaD +enE +aun +pCR +ams +amk +dzD +aun +oHy +atT +atT +atT +atT +aox +cnr +akO +apk +aIA +lqu +apw +fFV +ara +bTv +eoT +eMe +aqC +rGs +aqr +fbx +aty +apY +lqu +apL +apD +apw +aso +arv +asc +coz +arT +asL +asL +ate +ate +vJb +anU +anP +bSv +anw +anl +anh +anc +amX +asL +aTm +aJC +bRT +aJE +aJB +aaC +aaC +aSH +aSt +aJz +rdC +rdC +rdC +kaU +tqE +aRV +aRx +aRK +aRC +aRy +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(112,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +ozb +ozb +aOP +aPC +ozH +aPb +aPb +sID +aPh +aOP +ozb +aOP +bZr +aBi +aOd +ayc +axD +aOx +aOx +aOy +bUO +awJ +atT +aaD +enE +amI +amy +hjx +bUD +dzD +aun +amI +aun +atV +bZk +chR +cpM +cnr +atP +apk +aWx +arn +ark +ark +arb +asD +atp +atp +aqE +rdV +avB +atp +atp +aXn +lqu +iKk +iKk +ast +arq +apk +apd +coz +amO +asL +ate +ate +ate +fjW +asS +nwx +bSw +anx +anm +amH +rIQ +bhn +asL +aJC +aJC +bRT +aJE +aaF +aaz +aaz +aSz +aSu +aJz +rdC +ozb +rdC +aSd +aSa +aRW +aRR +aRL +aRD +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(113,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPe +ozb +ozb +ozb +aOP +aPD +aPd +aPd +aPd +aOW +aOP +ozb +ozb +aOP +bZr +bZr +ayl +aOx +aOx +aOx +axk +bHo +acr +aOm +atT +aaD +enE +aun +amz +hjx +aws +amd +auf +bwo +amI +atW +bZk +avo +cpM +cnr +akP +atp +ars +att +apE +bTq +arc +bTY +atp +fbx +avB +eMe +avB +rGs +atp +apZ +bTd +apM +apE +att +jbE +atp +ape +coz +cow +asL +ate +ate +ate +atc +asS +nwx +anG +any +ann +asS +jND +amY +asL +aTn +aJP +bRT +aJE +aaG +aJC +aSw +aJC +aSv +aJz +rdC +ozb +ozb +rdC +kaU +aRX +aRS +aRM +aJw +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(114,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aPw +aPw +aPw +aPw +aPw +aOP +aOP +aOP +aOP +aOP +bZr +aym +aOB +axH +bHo +axl +bHo +aOv +cqd +atT +atT +qns +aun +amA +hjx +bUD +dzD +aun +bwp +aun +bsV +avr +avp +cpM +cnr +akQ +atp +lME +lRH +ats +att +att +bTZ +aqQ +aqk +aqF +aqv +atF +aqk +atz +aqa +att +att +att +att +aWx +atp +apf +coz +cow +asL +ate +ate +ate +atc +asS +nwx +anH +rHC +iAU +aXi +asL +asL +asL +cDM +aJQ +aXq +boT +aaG +aSw +aSw +aSI +aOX +rdC +rdC +rdC +rdC +rdC +qmf +qmf +qmf +qmf +xxw +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(115,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aOP +gWi +aOP +aOP +aOZ +aOZ +aOZ +aOZ +aOU +aBv +jLu +aOZ +aOZ +aOZ +bHo +bHo +bHo +ozA +aOZ +aOZ +aOU +aOP +bZr +ayn +axr +axH +axm +aZn +axb +aOv +cqe +awy +atT +aus +aur +aui +amt +aml +dzD +amI +aun +aun +atX +bZk +chS +cpM +cnr +akR +atp +art +aro +arl +eNg +att +bTZ +aqR +aqL +aqG +atu +aqs +atu +atx +aqa +att +apN +att +ats +iAT +atp +asd +coz +cuc +asL +ate +ate +ate +bzJ +asS +nwx +bSt +anv +cOF +asP +bYN +asL +awO +atO +aXu +aXq +aJE +aaH +aaA +aSx +aSx +aSx +rdC +glE +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +cJb +atL +xxw +xxw +xxw +xxw +xxw +rdC +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(116,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +aOP +aOP +aPz +aPA +aPP +aOP +aOP +aPO +aPL +aPo +bHo +bHo +aPA +aPb +aPb +gdW +aPi +bHo +bHo +aPi +aPi +gfl +aOV +aOQ +aOz +htq +ayd +axR +tZE +ebm +aOz +aOv +awK +awz +atT +amS +aus +aui +amu +bUD +dzD +aun +oFL +atT +atT +atT +atT +asI +cnr +akS +bZk +atp +atp +atp +atp +ard +bTZ +atJ +rGs +aqz +rdV +aqt +rGs +aty +aqb +bDx +atr +qIb +aok +xPC +bZk +apg +coz +cow +asL +asL +ate +ate +yaL +anV +anQ +bSx +ano +cOF +asP +asP +asL +awO +atO +aTj +aXq +aay +rSc +mPP +mPP +mPP +wSU +pIV +iVS +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +oDT +aJt +aJt +aJt +aJt +aue +xxw +xxw +xxw +xxw +asQ +xxw +rdC +euM +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(117,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +gWi +aPA +iKf +aPQ +aIP +aOP +aOP +aPM +aPo +bHo +bHo +aPp +aPb +aPb +aPy +wwi +kIv +wwi +kIv +wwi +bHo +aOV +aOQ +aOz +aOK +aOF +aOF +aOF +axn +axc +awP +cqf +awB +atT +cpe +aud +amB +bUF +bUE +ame +aoB +aud +alR +wPy +atT +alf +btw +avn +akS +bZk +aru +etU +etU +atp +are +bUa +aqS +eMe +avB +rGs +avB +eMe +sDV +aqc +apS +djh +awA +vkP +bzT +bZk +aux +bSR +cow +arL +asL +asU +aog +anU +anW +anR +anI +rHC +jOE +voV +asL +asL +awO +atO +aJQ +bRT +aay +wzr +aLj +aLj +aLj +kaE +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aJu +aJt +oDT +aJt +aJu +aJu +auk +aJv +atm +xxw +xxw +xxw +xxw +xxw +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(118,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPz +aPA +dPQ +ilV +aPb +aPQ +aPP +aOP +aPM +iKf +aPp +aPk +aPp +aPb +aPb +aPy +kIv +kIv +kIv +kIv +kIv +bHo +aOV +aOQ +aOz +aUq +aOF +aOx +axE +aOx +aOz +aOv +awL +awC +atT +amT +amJ +amC +amv +amm +amf +hjx +hjx +hjx +cDW +atT +alg +cpM +avn +chQ +atp +nTQ +mYF +azz +atp +arf +aqV +atp +aqM +aqH +rGs +qwh +rGs +atp +cTO +apT +apO +apF +vkP +bzT +atp +ase +bSR +cow +arM +bZj +bZj +bZj +bZj +bZj +bZj +anJ +rHC +asV +asT +uak +asL +awO +atO +aJQ +bRT +aay +aJB +aJB +aJB +aLj +kaE +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aJu +aJt +oDT +aJt +aJu +aJu +auk +aJv +bza +xxw +xxw +xxw +xxw +xxw +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(119,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPb +aPb +aPo +aPo +aPb +lRQ +aOP +aPM +aPo +aPp +aPk +aPp +aPb +ozH +aPy +bHt +kIv +wwi +kIv +wwi +bHo +aOV +aOQ +aOz +aOK +aOF +aOx +axF +axo +aOA +awQ +cqe +awD +atT +amU +amK +amD +bUD +amn +hjx +hjx +bEF +alS +aKo +atT +alh +cpM +cnr +bcJ +atp +pqr +ffs +dkf +atp +omd +aqV +atp +atp +pyk +pyk +pyk +atp +atp +cTO +apU +apP +apG +qHM +aqD +atp +asf +coz +cow +arN +bZj +feX +elp +atd +nQX +qsG +bYu +anz +ano +rHC +and +asL +awO +atO +aJQ +bRT +lqo +aSW +aXb +aJB +aWM +kaE +pIV +iVS +aJt +aJv +aJv +xIH +wkj +wkj +rsQ +aJv +aJv +aJt +oDT +aJt +aJv +boQ +auv +wkj +atv +atj +ath +xxw +xxw +xxw +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(120,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +irA +aPb +ozH +aPo +aPo +aPo +aPQ +pDB +dNO +aPo +aPu +aPd +aPB +aPb +bHB +bHy +bHu +kIv +uhr +kIv +kIv +fTp +aOV +aOQ +aOz +aOK +aOF +aOx +hhy +axp +aOA +aOv +cqe +aNX +atT +amV +amL +amE +nwL +hjx +hjx +alZ +dzD +bpz +atT +atT +ali +cpM +cnr +akU +atp +atp +sav +aWT +fml +akx +bUa +cpr +aqN +atG +aqw +auu +aql +coX +aqd +att +apQ +nZu +awk +atp +atp +asg +coz +cow +arP +bZj +bZj +dGb +cnn +uqO +bZj +ihH +anA +ano +rHC +anf +asL +awO +atO +aJQ +bRT +lqo +gDt +aSQ +aJB +aLj +vfR +pIV +iVS +aJt +aJv +aJv +ckZ +rdC +atC +grL +aJv +aJv +aJt +oDT +aJt +aJv +aJv +ckZ +atC +atC +atk +xxw +xxw +xxw +xxw +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(121,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPD +oXY +pyo +cDV +jjv +pSo +ozH +aPo +aPo +aPu +aOW +aOP +aPD +aPB +aPb +bHy +wwi +kIv +wwi +kIv +wwi +aPa +aOV +aOQ +aOz +aGP +aOF +aOx +aOF +axq +aOA +awR +cqe +aNX +bZo +amW +aun +amF +bUG +amo +alV +ama +oLT +alO +atT +alo +atR +cpM +cnr +atP +akJ +atp +dYZ +dkf +atq +aky +aqX +cps +bTT +aqI +aqx +aqu +aqm +coY +bTw +att +cIf +vkP +awl +atp +apl +ash +arY +cow +cgK +arK +bZj +gvZ +uIZ +uqO +qsG +anK +anB +anp +ani +ang +asL +awO +atO +aJQ +bRT +lqo +aSX +aWM +aJB +aLj +kaE +pIV +iVS +aJt +aJv +aJv +vIM +rpQ +xxw +aRN +aJv +aJv +aJt +oDT +aJt +aJv +aJv +ckZ +rdC +waD +atl +xxw +xxw +xxw +xxw +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(122,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +aOP +aBz +noG +gkH +aPo +aPb +aPo +aPo +aOV +aOP +aOP +aOP +aBu +aPb +aPy +kIv +kIv +kIv +kIv +kIv +aPa +aOV +aOQ +bHo +bWq +aOF +aOx +aOx +aOx +aOz +aOv +awM +aNY +bZo +atT +aoC +auo +xYp +atT +ccG +odb +odb +cmI +cmI +atT +alj +aIQ +cnr +akV +atp +cmI +btB +btB +atp +arg +aqY +atp +atp +mIj +apk +mIj +atp +atp +aqe +apV +cIf +qHM +apx +cmI +atp +aoj +coz +cow +arQ +bZj +bZj +hPL +hbE +oxi +bZj +asL +amM +asW +jIg +asL +asL +asL +aTq +aJQ +bRT +aay +aJB +aJB +aJB +aWM +kaE +pIV +iVS +aJt +aJv +aJv +aJt +vIM +boY +iJu +aJv +aJv +aRw +xxw +aWq +aJv +aJv +vIM +uGQ +iJu +aJt +ati +atf +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(123,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +noG +noG +iuV +iuV +sDA +jjv +aPb +pSo +aPo +aPn +qCN +aOP +aPz +aPA +aPb +aPy +wwi +kIv +wwi +kIv +wwi +aPa +aOV +aOQ +aOz +aGP +bSB +aOF +aOF +lpJ +aOz +aOv +cqe +aNZ +bZo +avY +cpZ +amG +cpV +atT +atT +atT +atT +cmI +cmI +alp +alk +aIR +cnr +atP +akK +cmI +nRU +fzB +atp +arh +atp +atp +aqO +cpl +bTN +bTB +asB +atp +atp +apW +bzD +rrj +cmI +cmI +ask +ato +bSS +aHy +cgK +aoT +bZj +bZj +bZj +bZj +bZj +asL +bSe +bsk +aKh +cgK +asL +awO +atO +aJQ +aXq +aay +wzr +aWM +aWM +aLj +kaE +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +xxw +xxw +xxw +xxw +aJt +aJu +aJu +aJv +aJv +aJv +aJv +boO +aJu +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(124,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +uEw +uEw +uEw +jSB +eNF +hYE +pSo +iKf +pSo +aPo +owP +aOP +irA +taR +ozH +tFY +aPj +aPj +aPj +aPj +aPj +sVo +aOV +aOQ +aOz +qwU +aye +iqZ +axG +gaO +aOz +awS +cqe +aOa +oAY +avZ +awu +avS +awt +amp +amg +avH +avE +avA +avu +ocK +atU +aIS +bUp +akW +akz +cmI +cmI +cmI +cmI +atp +atp +ava +auV +auR +auM +aMB +auE +asz +atp +atp +atp +cmI +cmI +asp +asl +asi +auw +aHz +arR +asX +aHu +arH +arF +arC +anS +anL +bSf +anq +acj +ary +oAY +awO +atO +aXu +aXq +bGP +vrx +kEK +mLu +kEK +mlU +pIV +iVS +aJt +aJt +aJu +aJv +aJv +aJv +aJv +ath +xxw +nzk +wng +tqE +aJt +aJu +aJv +aJv +aJv +aJv +aJu +aJt +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(125,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +kIv +kIv +kIv +sOR +eNF +pSo +aPp +aPp +aPo +aBx +aOP +aOP +aPD +aPB +aPb +aPb +aPp +bHo +aPp +mFQ +aPb +aPb +aOV +aOP +bZr +ayo +axm +axm +axH +axr +axd +awT +awg +aOb +qHO +aww +avV +avT +avO +bsk +bsk +avI +cpQ +aNv +avv +aIT +aHm +coh +ajQ +bUm +avk +aEp +aEm +akz +akz +ocK +qHO +avb +auW +auS +auM +aMB +auF +asA +qHO +asY +asX +asw +asX +bCP +coo +bSV +bST +aHA +aHv +cor +coo +aua +aYi +bsk +bsk +bsk +anC +anr +btI +aKh +qHO +awO +atO +aTj +bRT +aJE +aJC +aJC +aJC +aSv +aJz +rdC +kaU +tqE +aJt +aJt +aJt +aJt +aJt +aJt +aJt +nzk +sOV +rdC +kaU +tqE +aJt +aJt +aJt +aJt +aJt +aJt +aJt +nzk +sOV +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(126,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +kIv +hzQ +kIv +sOR +eNF +aPo +aPp +aPp +ilV +aOV +wHm +aOP +aOP +aBu +aPk +aPk +bHo +bHo +bHo +aPk +aPk +aBo +aOP +aOP +aBj +aOB +ayf +axS +aOx +aOB +axe +awU +bUM +awE +bRX +cqb +awv +alC +avP +avM +avK +bUx +bUw +ajH +avx +cpO +cpN +bZk +bZk +asG +bRY +cpC +bUh +avh +coh +cpx +bRX +bTU +auX +cof +auN +auK +coC +auC +bRX +bTs +coh +asx +asu +auy +bTb +asj +bZk +bZk +arS +bRY +bSE +ajH +aoc +anX +ajH +ajk +bSg +ans +ajH +bRY +bRX +awY +bRW +bRV +bRU +aJE +aSw +aSw +aSw +aSA +aJz +rdC +rdC +iVS +oDT +oDT +oDT +oDT +oDT +oDT +oDT +wHj +rdC +rdC +atC +iVS +oDT +aWp +oDT +oDT +oDT +oDT +oDT +wHj +wcT +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(127,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +kIv +kLw +kIv +sOR +eNF +aPo +aPp +aPp +pSo +aBy +aOP +aOP +aPz +aPA +aPb +aPb +aPp +bHo +aPp +aPp +aPb +aPb +aOV +aOP +bZr +ayo +ayg +axr +aOB +axs +aAr +awh +cqg +awf +awd +awa +avW +bVP +cpW +cns +cns +awi +cns +cns +avy +cpP +bSW +asH +asH +bUn +awp +awo +cns +cns +auz +aNa +avd +cpt +coi +auT +auO +coF +aMw +coi +qHO +cop +cns +con +asv +asq +asm +bSW +arZ +arU +cot +cos +cop +con +amN +cns +cns +cns +bSh +anr +aDw +aYh +abL +awO +atO +aXu +aXq +bVZ +bGN +aSw +aSw +aSv +aJz +rdC +glE +jwY +aJt +aJt +aJt +aJt +aJt +aJt +aJt +iee +vZz +atC +aRp +jwY +aJt +aJt +aJt +aJt +aJt +aJt +aJt +iee +vZz +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(128,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +iuV +xri +iuV +hJp +eNF +jjv +pSo +iKf +pSo +aPo +owP +aOP +aPC +aPb +aPb +aPb +ozH +aPb +aPb +aPq +aPl +cFS +aOV +aOQ +aOz +htq +tZE +tZE +tZE +axt +aOz +aOv +cqe +aOa +oAY +awb +avX +avU +avQ +avN +avL +avJ +avG +avD +avz +cop +cns +avq +cns +cns +aYh +avj +atM +avi +avg +asF +ave +kaj +auY +coM +auP +coF +kTA +kaj +auB +apo +bqE +asy +atg +asr +cop +cns +cns +cns +cns +aYh +chF +arI +arG +arD +aka +arz +clb +aTM +aTE +etk +oAY +awO +atO +aXu +bRT +aay +aSY +aSJ +mPP +aSJ +wSU +pIV +iVS +aJt +aJt +aJu +aJv +aJv +aJv +aJv +aJu +aJt +iee +cJb +aRq +aJt +aJu +aJv +aJv +aJv +aJv +aJu +aJt +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(129,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +noG +noG +uEw +uEw +fTI +hYE +aPb +pSo +aPo +aPu +aOW +aOP +aPD +fqI +aPo +aPo +aPo +aPo +aPq +aPr +wwi +aPc +aOV +aOQ +aOz +aOK +aOF +aOF +aOF +axu +aOz +aOv +cqe +aOa +awe +awc +cop +cns +avR +aNn +aNn +aNn +aNn +aNn +asJ +avt +csg +csf +csf +cse +avl +asE +aNn +aNn +aNn +aNb +aNn +avc +mTp +cof +auQ +bSc +cPR +auD +aJW +aPW +aPW +aPW +aJW +ass +asn +csg +csf +csf +cse +auh +arJ +aJW +aJW +arE +aPW +aPW +arw +aTN +aYh +aoW +aQi +awO +atO +aJQ +bRT +aay +wzr +aLj +aLj +aLj +aSy +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aJu +aJt +oDT +aRr +aJu +aJu +auA +aJv +aJv +aJv +aJu +aJu +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(130,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +aOP +aBz +noG +gkH +aPo +aPb +aPo +aPo +aGp +aOP +aOP +aOP +aBu +aPo +bHA +aPo +aPq +aPr +kIv +kIv +xEF +aOV +aOQ +aOz +aUq +aOF +axT +aOx +axv +aOz +aOv +cqh +bZn +bZn +aNn +aNH +aMW +aNH +aNn +aEC +aEH +aEC +aNn +aNn +aNn +coB +adS +adS +cpI +aNn +aNn +aNn +aEg +aDZ +aDQ +aNn +aNn +auZ +coM +bTO +coF +auH +aJW +aJW +iWD +uNU +aLk +aJW +aJW +aJW +coB +adS +adS +adM +aJW +aJW +aJW +oFI +aUh +aPW +aPW +bSi +aTO +aTF +aJW +aQi +aQi +aTq +aJQ +bRT +aay +aJB +aJB +aJB +aLj +kaE +pIV +iVS +aJt +aJv +aJv +aJt +xIH +wkj +rsQ +aJv +aJv +aJt +oDT +aRr +xxw +ath +xxw +wkj +rsQ +aJt +aJv +aJv +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(131,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPz +sYY +eId +gLx +hYE +aPo +ozH +aPo +aPo +aPn +aOU +aOP +aPz +aPA +aPo +bHA +bHv +dOP +wwi +kIv +rTT +bHo +aOV +aOQ +aOz +ayp +aOF +aOx +aOF +axw +aOA +awQ +buu +aOa +bZn +aFo +aIr +vbZ +aJh +aJd +aEa +aEa +aEa +aEx +aQp +aNn +aGV +aGV +aGV +aGV +aNn +aGj +aEn +aEa +aEa +aDR +aDF +aNn +asC +coM +cpi +coF +auI +aJW +aJW +aVv +pbI +aLk +aJW +aJW +aJW +aPW +aPW +aPW +aJW +aJW +dQZ +aUA +mGn +dro +aJW +aTV +bSj +nEH +aKq +aTv +aJW +ayC +aTr +aJQ +bRT +lqo +cyd +aLj +aJB +aLj +kaE +pIV +iVS +aJt +aJv +aJv +xIH +dnc +rdC +grL +aJv +aJv +aJt +aRt +aRs +awr +awr +avf +rdC +paA +rsQ +aJv +aJv +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(132,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPb +ozH +aPo +lMI +aPo +ofJ +uox +pBA +aPo +aPn +jKw +aPA +aPb +aPo +aPq +xsI +kIv +kIv +kIv +kIv +bHo +bHo +aOQ +aOz +aOK +aOF +aOx +axI +axx +aOA +aOv +cqe +aNX +aNn +mIN +aJl +aJk +aJi +aJf +uaZ +uaZ +uaZ +aQs +aIV +aEa +aEv +aEa +aEa +aEa +aEa +aGL +aDj +uaZ +aEb +cbM +tMw +aNn +aNn +auU +coK +btQ +aJW +aJW +vMy +aLv +aVs +aLk +fmc +aJW +aJW +iWD +cdP +aLk +aJW +aJW +gia +aUB +gIT +gUw +aJW +aKw +bSk +aTP +aKq +qLP +aJW +ayC +aTr +aTk +bRT +lqo +aSZ +aLt +aJB +aLj +vfR +pIV +iVS +aJt +aJv +aJv +ckZ +rdC +rdC +grL +aJv +aJv +aJt +oDT +aJt +aJv +aJv +ckZ +rdC +rdC +grL +aJv +aJv +aJt +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(133,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +irA +aPb +aPb +aPo +aPo +aPb +aPS +aOP +aPM +aPo +aPp +aPk +aPp +ozH +aPq +aPr +wwi +kIv +wwi +kIv +rTT +bHo +aOV +aOQ +aOz +aOK +axF +axU +aOF +axy +aOA +awW +cqe +aNX +aAe +aFp +aJm +aEZ +aEi +aEi +aEi +aEi +aEi +aQt +uaZ +aQm +aUs +uaZ +uaZ +uaZ +uaZ +uaZ +aGc +aEi +aEc +bUd +aDG +aNn +aNn +aHW +awn +aHK +aJW +aJW +aVb +aLv +mCF +aLk +aUM +aJW +vMy +aLv +cOl +aUR +fmc +aJW +jHD +aUC +com +ajl +frB +aKx +bSk +aTQ +rCT +aKj +aJW +ayC +aTr +aJQ +bRT +lqo +oll +aLj +aJB +aLj +kaE +pIV +iVS +aJt +aJv +aJv +vIM +uGQ +uGQ +iJu +aJv +aJv +aJt +oDT +aJt +aJv +aJv +vIM +uGQ +uGQ +boP +aJv +aJv +aWe +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(134,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPD +aPB +tdB +aPo +taR +aPT +huU +aOP +aPM +aPo +aPp +aPk +aPp +aPq +aPr +kIv +kIv +kIv +kIv +kIv +kIv +aPc +aOV +aOQ +aOz +ayq +aOF +axU +aOx +aOx +axf +awX +cqe +aAf +aNn +aFq +aFh +aFa +aJj +aIu +bSA +aIu +aIu +aIu +roH +poe +dra +eQc +aIu +bSA +aIu +aIu +aIu +roH +aEd +bUd +aDH +aNn +aNn +aHX +bSp +aMC +aJW +aJW +aVc +aLv +mCF +aLk +fmc +aJW +aVb +aLv +efO +aLk +aUM +aJW +xAR +aUB +aUr +aUi +dmP +aKx +bSl +aKq +qLP +fnq +aJW +awO +aTr +aJQ +bRT +aay +aJB +aJB +aJB +aLj +kaE +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aJu +aJt +oDT +aJt +aJu +aJu +aJv +aJv +aWo +aWn +aJu +aWj +aWf +aWb +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(135,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +aPD +aPB +ozH +aPT +aPU +aOP +aOP +aPM +aPo +aPp +aPk +aPp +aPE +wwi +kIv +wwi +kIv +rTT +kIv +wwi +aPc +aOV +aOQ +aOz +aOK +aOF +aOF +aOF +lpJ +axf +awX +cqe +aOa +aNn +aFr +aFi +aFb +aEu +aJg +aJb +aIZ +aIW +hZR +ymi +mvP +mvP +bLZ +hZR +hZR +aII +hZR +hZR +ymi +aEd +bUd +aDI +aNn +aId +coM +cpi +coF +cpa +aJW +jqj +cEJ +xIx +cEJ +cEI +aJW +bzs +cEJ +xIx +cEJ +cqL +aJW +jFT +xJg +sdQ +aUj +dmP +aKx +bSk +aKq +qLP +aTw +aJW +ayC +atO +aJQ +bWa +aay +wzr +aLj +aLj +aLj +kaE +pIV +iVS +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aJu +aJt +oDT +aJt +aJu +aJu +aJv +aJv +aJv +aJv +aJu +aWk +aWg +aWc +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(136,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +aOP +aOP +aPD +aPB +huU +aOP +aOP +gzw +aPN +aPo +miE +bHo +bHo +aPF +aPm +aPm +aPm +aPm +aPm +aPm +aPm +lHb +aOV +aOQ +aOz +qwU +iqZ +iqZ +iqZ +gaO +aOz +aOv +cqe +aOa +aAe +aFj +aJn +aFc +bLZ +aER +hZR +hZR +hZR +hZR +ezV +hya +wRu +qrY +hZR +hZR +hZR +bXM +aIw +ezV +aEd +aDS +aDJ +aNn +aIe +aMK +cpi +coF +aHB +aJW +hyh +ene +dSj +qSP +bfm +aJW +qXA +qSP +qSP +qSP +kuj +aJW +xEw +oEC +fnq +fnq +dmP +aKx +ajj +aKq +qLP +aTx +aJW +bWi +bWf +bWe +bRT +aay +vrx +kEK +mLu +kEK +mlU +pIV +iVS +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aJt +oDT +aJt +aJt +aJt +aJt +aJt +aJt +aJt +aWm +aWl +aWh +aWd +rdC +euM +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(137,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aOP +aPD +aOP +aOP +aPd +aPd +aPd +aPd +aOW +aBw +bHo +aPd +aPd +xid +aPd +aPd +aPd +aPd +xid +aPd +aOW +aOP +bZr +ayr +aOG +aOG +aOG +bHo +bHo +aOv +cqe +aOa +aNn +aFj +aFj +aFd +aEu +hZR +hZR +aEq +aIX +hZR +aEy +gWg +oji +aEt +hZR +aEq +bXP +bXN +aIx +ezV +aEd +aDU +aDK +aNn +aIf +coM +cpi +coF +aHC +aJW +aVx +dGn +aMa +jPT +jPT +aQi +aVd +ujo +aLp +ujo +aUN +aQi +gia +cEf +fnq +fnq +dmP +aKx +bSk +aTR +qLP +aKk +aQi +bWi +bWf +aJQ +bRT +aJE +aaF +aaz +aaz +aaz +aSz +rdC +kaU +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +wng +aWi +rdC +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(138,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aOP +aPw +aPw +aPw +aPw +aPw +aOP +aOP +aOP +aOP +aOP +aBj +aOu +aOu +axJ +axJ +bHo +bHo +aOv +cqe +aAg +aNn +aFs +aJo +aNL +aET +uLW +oLq +uLW +aIY +aEA +iJj +lpC +tpg +opy +uLW +uLW +uLW +oLq +uLW +fQm +aEd +bUd +aDL +aNn +aIg +aML +cpi +aHL +aHD +aJW +aKr +aKc +aKc +aLS +aKr +aQi +aKr +aKc +aKc +aKc +aKr +aQi +aQi +frB +fpn +fpn +vkU +aTW +bSk +aTR +qLP +aKk +aQi +aTs +atO +aJQ +bRT +bVZ +bVY +aJC +aJC +aJC +aOX +rdC +rdC +rdC +rdC +rdC +efv +efv +efv +efv +efv +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +rdC +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(139,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +aOP +aPz +aOZ +aOZ +aOZ +aOU +aOP +ozb +ozb +aOP +bZr +bZr +ays +aAS +aAJ +aAC +aOC +aOy +aOv +cqi +aNX +aNn +aFt +aJo +qoO +bMO +nbQ +nYZ +qnK +jIa +jIa +olg +vHy +lie +olg +jIa +jIa +nbQ +nYZ +qnK +bsr +aEd +aIq +aIn +aMW +aIh +bUz +aHS +bTC +aHE +aVC +aVy +aKq +aKl +aKq +yhz +aVi +fst +aKq +aUU +aKq +aUO +aUK +aUF +aKO +iDA +aUk +aUa +aTX +aTT +aKq +aTG +aQi +aQi +awO +bWg +aJQ +bRT +bVZ +aTa +aSw +aJC +aWN +aWH +aJz +rdC +aJs +aJs +rdC +glE +cJb +cJb +cJb +vZz +rdC +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(140,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aPC +aPb +bHo +bHo +aOV +aOP +aOP +ozb +aOP +bZr +bkp +aBb +aAT +aAK +axK +aOC +aOy +aAn +aAl +aOa +aMX +aFu +aJp +qoO +ddN +qpQ +nYZ +gDS +gIY +gIY +gVY +gVb +ehn +gVY +gIY +gIY +qpQ +nYZ +gDS +yaT +aEd +bUe +vbZ +aMX +cpn +coM +bHo +bHo +bTR +afY +aVz +aVw +aKl +aKq +aKq +aKq +aKq +aKq +aKq +aKq +aKq +aKq +aUG +aUD +aKq +aKq +aUb +aTY +bSk +aKq +aKl +aKl +avw +awO +atO +aJQ +bRT +aTh +aaG +aSw +aJC +aWO +aWI +aJz +rdC +aJs +rdC +rdC +iVS +aJt +aJt +aJt +wHj +rdC +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(141,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +aOP +aPC +aPo +bHo +bHo +aPn +aOU +aOP +aOP +aOP +bZr +aBl +aBb +aAU +aAL +aOu +aOC +aOy +aOv +cqe +aOa +aMX +aFv +aFj +qoO +pbU +cDv +nYZ +rpu +xCS +xCS +qlW +yjJ +aGq +qlW +xCS +xCS +cDv +nYZ +rpu +vka +aEd +aDV +bUb +bTV +asa +bHo +bHo +bHo +bHo +bTy +bSz +bSz +bTn +bSz +bSz +aVj +bTc +bSX +bSz +bSz +bSz +bSz +bSF +aUE +aUt +bSz +bSz +bSy +bSm +aKq +aKl +aKl +avw +awO +atO +aJQ +bRT +aTh +aTc +aSw +aWX +aWP +aWJ +aJz +rdC +rdC +rdC +glE +jwY +aJv +aJv +aJv +wHj +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(142,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aOP +aPC +iKf +bHo +aPo +aPp +aPn +aOU +aOP +aOP +bZr +bZr +ayt +aOH +aOH +aOH +acv +aAs +aOv +cqj +aOa +aMX +aFu +aFj +aFb +aEU +aEO +cbb +aIu +aEF +czO +iWq +lpC +tpg +iwQ +aIu +aIu +aIu +cbb +aIu +aEj +aEd +bUe +vbZ +aMX +cpo +aHY +bHo +aHN +akT +agM +aKq +aKq +aKq +aKq +aVo +aVk +aUp +bSY +aUV +bHo +bYy +aKl +aKq +aKq +aKq +aKq +aKq +aKq +bSk +aKq +aKq +aTy +avw +awO +bWf +aXu +bWb +aJE +aTd +aSx +aaA +aaA +aWK +aJz +rdC +rdC +glE +jwY +aJu +aJv +aJv +aJv +wHj +rdC +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(143,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPz +aPA +aPo +aPo +aPo +aPp +aPp +aPn +aOU +aOT +gye +aOL +aOd +aOd +bxO +bxs +aAz +aAt +aOw +cqk +cqc +aNn +aFt +aFj +aFc +bLZ +aEP +hZR +aEI +aEG +aEB +fQm +gWg +oji +aEu +hZR +hZR +aEq +hZR +hZR +ymi +aEd +aIs +aIp +aMW +eYg +aHZ +aHT +aHO +aoN +frB +aXk +rbR +rbR +aVr +aVp +aVl +aKq +aUZ +aLq +bHo +bHo +aZn +aKl +rCT +rbR +rbR +rbR +aTZ +bSm +aKq +aTH +aQi +aQi +ayE +awq +aXu +bWc +aJE +aaC +aSE +aSE +aaC +aay +fOm +glE +cJb +jwY +aJu +aJu +aJv +aJv +aJv +iee +vZz +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(144,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPp +aPb +aPo +aPo +bqM +aPo +aPo +aOV +aOT +gye +aOL +aOd +aOd +byc +beW +aOd +aAu +aAo +cql +aAh +aNn +aFj +aFj +aFd +aEV +aEQ +aEL +aEJ +ezV +kjK +hAM +ihp +qrX +aEu +aIN +hZR +hZR +hZR +aIy +ezV +aEd +bUd +aDL +aNn +aIi +aIa +cpi +coF +aHF +aJW +aVA +mKy +nXX +aKx +aVq +bSk +aVe +qLP +aUW +aUS +bHo +aZn +aVw +qLP +aUu +rbv +cYe +aKx +bSk +aKq +qLP +aTz +aQi +aTt +awx +aJR +aJL +aJF +aaC +aaC +aSE +aaC +aay +fOm +iVS +aJt +aJv +aJv +aJv +aJv +aJv +aJt +aJu +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(145,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aBu +aPp +aPb +aPb +aPo +aPo +iKf +aPo +aOV +aOT +gye +aOL +aBc +bxD +byc +aAE +aOx +aOx +aOx +aOd +aOd +aNn +aFw +aFk +aNL +aEX +aER +aJc +hZR +ymi +mvP +mvP +mvP +mvP +bLZ +aIO +aIM +hZR +aID +aIz +ezV +aEd +bUd +aDK +aNn +aIj +auR +aMG +coF +aHB +aJW +aTb +wgh +iFU +aKx +bHo +bSk +aVf +qLP +aUX +aUT +aKx +bHo +aKq +qLP +aUw +fnq +aUc +aKx +bwq +aKq +qLP +aLr +aKd +aaC +bWh +aJB +aJB +aJB +aaC +aaC +aaC +aaC +aay +fOm +iVS +aJt +aJv +aJv +aJv +aJv +aJt +aJt +aJu +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(146,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aOP +aPC +aPp +aPp +ozH +aPb +aPo +aPo +aPo +aOV +aOT +gye +aOL +aOd +axZ +byg +bxD +aOx +bZE +bZD +bZD +bZD +aNn +aFx +aFl +aFe +aEY +aES +aEM +uLW +fQm +qPl +qPl +qPl +qPl +nPR +uLW +uLW +uLW +bzg +uLW +aEk +aEd +bUd +aDK +aNn +aIk +aVD +cpi +coF +aHG +aJW +ncH +fnq +cnd +bHo +bHo +aVm +aVg +qLP +ajn +ulT +aUP +aUL +aUH +yhz +aUx +aUl +aUd +bHo +aQM +bHo +qLP +aTA +aJW +bZA +bZA +bZA +bZz +aJB +aaC +aaC +aWQ +aaC +aay +fOm +iVS +aJt +aJv +aJv +aJv +aJt +aJt +aJu +aJu +wHj +rdC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(147,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +aOP +aPD +aPB +aPp +aPp +aPp +aPu +aPd +aPd +aOW +aOT +gye +aOL +aBd +aAV +aAM +aAF +aOx +aAv +bZD +bZD +bZD +aNn +aFy +aDK +aFf +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEl +aEe +bUd +aDK +aNn +aIk +aVE +cpi +akC +aHH +aJW +flS +fnq +bHo +bHo +aKq +bSl +aVh +qLP +fnq +abr +aKq +aKq +aUI +aKq +aUy +aUm +aUe +bHo +bHo +bHo +aTI +fnq +aJW +bZA +bZA +bZA +bZz +aJB +aXf +aWQ +aWQ +aWQ +aay +fOm +kaU +wng +wng +wng +tqE +aJu +aJu +aJu +nzk +sOV +rdC +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(148,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +aOP +aOP +aPD +aPd +aBt +aPd +aOW +aOP +aOP +aOP +aOP +bZr +bZr +aBe +aOx +aAN +aAG +aOx +aAw +bZD +bZD +bZD +aNn +lcC +hIN +bUf +bUH +bUf +bUy +bUf +bUf +bUf +bUf +bUf +bUf +bUf +bUf +aEr +bUf +bUi +bUf +bUf +bUf +aIo +aDM +aNn +aIl +coM +cpi +coF +aHI +aJW +arO +fnq +goT +aKx +aKq +aVn +aKq +aVa +tht +aKx +aKq +aKq +aUI +aKq +aUz +aUn +aKx +bHo +bBm +aQM +qLP +aTB +aJW +bZA +bZA +bZA +bZz +aJB +aXg +aJB +aJB +aJB +aJB +aJz +rdC +rdC +rdC +rdC +kaU +wng +wng +wng +sOV +rdC +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(149,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +aOP +aOP +aOP +aOP +aOP +aOP +aOP +ozb +ozb +aOP +bZr +aBm +aBf +aAW +aAO +aOe +aAA +aAx +aAm +aAk +aAk +aNn +lcC +svL +bqL +bUI +uaZ +uaZ +uaZ +uaZ +uaZ +uaZ +uaZ +uaZ +dXY +uaZ +uaZ +uaZ +aIE +uaZ +uaZ +uaZ +uaZ +aDN +bZk +aNn +cog +bTQ +aHP +aJW +aQi +lNR +aLp +aCP +aKx +aKq +bSk +aKq +aVa +tht +auL +aKq +aKq +aUI +aKq +uVc +fnq +aKx +aKq +bwq +aKq +aTJ +aTC +aJW +aTu +aTl +aTl +bZz +aXr +aaB +aaB +aaB +aaB +aSB +aJz +rdC +ozb +ozb +euM +rdC +rdC +rdC +rdC +rdC +rdC +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(150,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +euM +ozb +aOP +bZr +aAR +aBf +aAX +byk +aOe +aAB +bZr +bZr +bZr +bZr +aNn +aFz +aFm +aFg +bUJ +vbZ +fMa +aJa +aMW +aFj +aFj +aFj +aFj +aMW +mRU +nyj +aIJ +aIF +aIB +fMa +mRU +aDW +aDO +bZk +aNn +aIb +aFC +aHQ +aJW +aQi +aMo +fnq +fnq +aKx +aKq +bSk +aKq +aVa +bmO +frB +aKq +bsQ +aKQ +aUH +frB +aKE +aKx +aTU +bSk +aKq +aTK +aTD +aJW +aJz +aJz +aJz +aJz +aTi +aaB +aaB +aaB +aaB +abo +aJz +rdC +ozb +euM +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(151,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +aOP +bZr +aBl +aBg +aAI +byl +aAI +bZr +bZr +ozb +ozb +ozb +aNn +aNn +aFn +aEo +bqJ +vbZ +aEN +aEK +bZk +aNr +btJ +bsS +aNr +bZk +aEs +mIN +aIK +aIG +aJh +jiC +aEf +aDX +aDP +bZk +aNn +coe +bTP +aKs +aJW +aQi +aVB +fnq +aVu +aKx +aKq +bSk +aKq +aVa +aUY +bZi +aUQ +aUH +aKq +uNm +bZi +aUo +aUg +aKq +bSj +aKl +aTL +aJW +aJW +ozb +ozb +ozb +aJz +aJz +aaB +aaB +aaB +aaB +anD +aJz +rdC +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(152,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bZr +bZr +aAR +aAR +byt +aAR +bZr +ozb +ozb +ozb +ozb +ozb +aNn +aNn +aNH +aNe +aNH +aMW +bZk +bZk +bZk +bZk +bZk +bZk +bZk +bZk +bZk +aVF +bUj +aVF +aMW +aNn +aDY +lOT +aNn +vYk +coM +cpj +akC +aHJ +aJW +pVs +fiU +aJW +aKr +aLA +bTe +aLA +bZi +bZi +bZi +bZi +bZi +bZi +bZi +bZi +bZi +aVC +gdH +bSo +gdH +aJW +aJW +ozb +ozb +ozb +ozb +ozb +aJz +aSC +aSC +aSC +aSC +aJz +aJz +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(153,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bZr +bhT +bhT +byv +bhT +bZr +ozb +ozb +ozb +ozb +ozb +aKn +aKn +beh +bqK +aKs +bdU +bdO +fAk +chV +bdy +bds +aZf +aZf +aZf +bcK +chP +bSp +aKs +wEh +aNn +aNn +aNn +aYa +hwd +cog +aHU +btQ +baz +coZ +aJW +aJW +aJW +aZC +coe +bSp +chI +one +aZf +chH +chH +bjZ +aYY +bka +aYj +aYa +nAm +coe +bSp +aKs +aKn +ozb +ozb +ozb +ozb +ozb +ozb +aPV +aAP +aAP +aAP +aAP +aJz +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(154,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aLO +aLB +byx +arV +aPV +aPV +aPV +aPV +iKa +iKa +aKn +uyh +bUL +bSq +bqI +cpR +cov +cov +bdE +cov +cov +cov +cov +cov +cpJ +cof +cpD +bSc +cpz +cov +cov +cov +cov +cov +cov +aHV +aHR +cov +cov +cov +cov +cov +coQ +coL +ajW +bSc +coC +cov +cov +cov +aYt +aYA +aYt +aYk +aYc +aXX +cof +bSq +bSc +gdt +aKn +aQi +aQi +aQi +aQi +aQi +aPV +aLO +aLB +aLB +arV +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(155,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aLw +bha +bil +abA +aAc +buB +buA +aPV +aPV +iKa +aKn +aKn +bei +cpX +cpU +cpS +coq +coq +coq +coq +coq +coq +coq +bcS +coi +coM +cpi +coF +cpA +coq +coq +coq +coq +aIm +aIc +coq +coq +coq +coq +coq +coV +coq +coR +coM +coJ +coF +coD +coq +coq +coq +coq +coq +aYl +aYl +aYd +coi +cog +cng +btQ +aKn +iKa +iKa +iKa +iKa +aAQ +bql +bqv +aAQ +aAQ +aAQ +aAQ +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(156,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bwA +cuJ +biz +aul +bwj +aZp +bfu +bcE +aPV +iKa +iKa +aKn +mbM +mbM +bdX +rNZ +vPV +bdL +bdF +aPV +aPV +bdl +bdc +aZg +bcL +bcD +coK +bcx +bct +chL +vPV +vPV +cpu +lHi +coM +cpk +coF +maM +chL +vPV +coW +chJ +xnu +cog +coK +btQ +maM +aZg +aYZ +aYR +aPV +aPV +aYu +aYm +vPV +aXY +mbM +mbM +mbM +aKn +iKa +iKa +iKa +bql +bbh +bbh +bqv +bqp +aAQ +bqj +aAY +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(157,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aLw +bkc +byB +bxE +bum +buC +bHo +bHo +aPV +iKa +iKa +aKn +mbM +mbM +bdX +nAK +bdP +aPV +aPV +aPV +aPV +aPV +aPV +aPV +baA +ejX +bcB +ejX +aZD +aQi +aTS +aTS +aQi +aZD +ejX +ejX +ejX +baA +aQi +aTS +aTS +aQi +aZD +aZw +bTf +aZs +kje +aPV +aPV +aPV +aPV +aPV +aPV +aPV +gfI +hTt +mbM +mbM +mbM +aKn +iKa +iKa +iKa +cnh +bql +bbh +bqv +bbh +aAY +aAY +aAY +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(158,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aMx +biX +byC +bif +aKK +bvs +bHo +bHo +bHo +iKa +iKa +aKn +mbM +mbM +bdX +bdV +aPV +aPV +abX +hgH +abV +abS +abP +aPV +bcM +coN +cpE +aZt +bcu +aQi +aQi +aQi +aQi +bbo +bbg +aZu +abm +coE +aQi +aQi +aQi +aQi +aZE +coN +bTg +abm +aZl +aPV +abd +aKZ +aYG +aKU +aaR +aPV +aPV +hTt +mbM +mbM +mbM +aKn +iKa +iKa +bsJ +bsE +bri +bbh +bbh +iKa +bqn +aJZ +aJZ +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(159,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aPV +aPV +aPV +bxM +bhF +bvs +aKK +bHo +bHo +bHo +aQi +aKn +bej +aTS +aTS +aPV +aPV +ace +abY +bdz +bdt +bdm +kIo +abM +cpK +coO +bUk +bcy +abz +bbx +aby +bbJ +bbx +bbp +aZx +coT +baJ +baB +bar +bai +abu +bbx +abn +aZx +bTh +coG +bHo +abi +abd +aLa +aYH +aKK +aaS +aaN +aPV +aPV +aTS +aTS +aTS +aKn +aQi +iKa +cnk +btk +bbh +bqr +iKa +iKa +bqo +bbh +aZV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(160,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bpQ +bpH +aPV +aPV +bhI +bvs +aYH +bHo +bHo +bHo +ozb +aQi +aQi +aQi +aQi +aPV +acL +kIo +abZ +aKV +aKV +bdm +bdd +abM +cpK +cpF +bTi +bcz +cpB +bck +aMk +cpv +bas +cpp +coO +coT +coG +baC +bas +baj +aZX +abq +aZF +coO +bTi +bHo +bHo +aer +abe +aLa +cua +cua +aaT +aaO +aaI +aPV +aQi +aQi +aQi +aQi +ozb +aPV +bsR +cnj +bbh +iKa +iKa +iKa +bqo +bbh +bdQ +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(161,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bpX +bpI +biY +aPV +bwr +bvs +aKK +bHo +bHo +bHo +ozb +ozb +aQi +iKa +iKa +aPV +aug +bdM +aca +bdA +aYv +bdn +mtb +abN +cpK +coO +bTi +bHo +afU +bHo +bHo +bHo +bHo +coS +coP +coT +cpf +cpb +bHo +bHo +afU +coS +coS +coP +bTi +coG +coE +abj +abf +abc +abb +aKI +aKI +aKI +aaL +aPV +iKa +iKa +aQi +ozb +ozb +aPV +bsO +cnj +bbh +iKa +aAY +iKa +bqo +bbh +bqd +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(162,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +byG +bpJ +bja +aPV +atY +bvt +bfE +aKK +bHo +bHo +aPV +aPV +aPV +aPV +aPV +aPV +ack +acf +acb +aKI +bdu +bdo +aNo +mtx +cpK +coO +bTi +bHo +bHo +abH +bHo +bHo +coT +coT +coT +coT +coT +bHo +bHo +bHo +aZY +coT +coT +aZy +bTi +coG +coE +abk +abg +abc +aKI +aaY +aYv +aYn +aaK +aPV +iKa +iKa +iKa +aPV +aPV +aPV +cnl +bbh +bbh +bbh +aAY +aAY +aAY +bqk +bqe +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(163,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bpY +bpJ +bja +kje +aLw +bvD +aKI +aKI +bun +aLB +bcm +buh +bub +btZ +arV +kje +acl +acg +acc +aKI +bdv +aNs +abQ +abO +cpL +cpG +bUl +bTk +abJ +abI +bps +bTo +bby +cpq +cpg +cpg +cpg +cpc +bTo +bTo +bTo +bTo +bTo +bTk +bTj +coH +coE +abl +abh +abc +aYI +aaZ +aYw +aYo +aaJ +kje +aLO +aAQ +aAQ +aAQ +aAQ +bsY +bbh +bbh +bql +aAY +aAY +aAY +bbh +bbh +bqf +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(164,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +byH +arA +bja +ejX +aKI +bgj +bfJ +aKI +aKK +aKK +buk +aIU +aED +aEh +aLT +agk +aKK +aZp +bdG +acu +abp +goq +kIo +abM +cph +coI +coI +aMD +cpd +brS +abF +coU +coU +coH +cpm +coI +baK +cpd +coU +coU +coU +coU +coH +bTl +aZv +coI +aZm +aZh +abe +aLa +cub +aYB +aKK +aYp +aYe +ejX +aLw +aAQ +aAQ +aAQ +aAQ +bsY +bbh +bbh +aAY +aAY +aAY +bbh +bbh +bbh +bqg +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(165,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +byI +byF +byD +ejX +aKI +bgk +bfK +buv +bur +btW +bum +buj +aHM +aEw +btU +btY +btW +btW +btW +btW +btW +btV +kIo +abM +aKI +cua +aKI +cph +coI +cpy +coI +aZv +coI +coI +awV +aKI +cph +coI +coI +coI +abv +bpq +aCS +aLx +aKI +cuj +aZn +abi +abd +aLa +aKK +aKK +aaV +aYq +aYf +ejX +aLw +aAQ +aAQ +aAQ +aAY +bsY +bql +bbh +iKa +iKa +iKa +bqr +bbh +bbh +bqh +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(166,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +byH +bpK +bjg +kje +bHo +bHo +bHo +bHo +bca +aZH +aZH +aIH +aIH +aEz +avC +kje +piB +ach +wmp +aes +abW +abU +abR +aPV +bcN +aZn +cuF +aKK +abK +abw +abG +aKK +cub +aKK +abD +abC +abB +aKK +cuC +aKK +abw +abs +aZG +aKK +cub +bHo +aZo +aPV +abd +aLb +aYJ +aba +aaW +aaP +aaM +kje +aMx +aAQ +aAQ +aAY +aAY +btc +bbh +iKa +iKa +iKa +iKa +bqo +bql +bql +bqi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(167,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +byG +bpK +bjg +aPV +bHo +bHo +bHo +bcO +bus +bbL +bab +aQl +euM +euM +aPV +aPV +aPV +aci +acd +aPV +aPV +aPV +aPV +aPV +aZn +bHo +bHo +bHo +abC +aXB +aZG +aKK +cuE +aKK +abE +brR +bpr +aZp +cuD +aKK +abx +abt +aLV +bHo +bHo +bHo +aZn +aPV +aPV +aPV +aPV +aPV +aaX +aaQ +aPV +aPV +aPV +euM +euM +iKa +bbh +btc +bbh +bbh +iKa +iKa +bqw +bqo +bbh +bbh +aAH +aAH +acm +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(168,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bpZ +bpM +bjh +aPV +bHo +aKK +aKK +bdb +bcj +bbL +bbh +euM +ozb +ozb +euM +aPV +aPV +aPV +aPV +aPV +euM +euM +euM +bHo +aZn +aZn +aZn +bHo +bHo +bHo +bbY +uJj +uJj +uJj +aZZ +baT +baL +aZq +uJj +uJj +aZZ +aZQ +bHo +bHo +bHo +aZn +aZn +bHo +euM +euM +euM +aPV +aPV +aPV +aPV +ady +euM +ozb +ozb +euM +iKa +bqd +bbh +bbh +bbh +iKa +bqo +bbh +bbh +bbh +aAH +aAH +aAH +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(169,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bqc +bpN +aPV +aPV +aLw +aKK +aYH +bdb +bcl +bbh +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +bHo +bHo +bHo +bHo +bHo +bHo +bHo +bHo +bHo +ejX +ejX +ejX +aLW +aLW +aLW +ejX +ejX +ejX +aLW +bHo +bHo +bHo +bHo +bHo +bHo +aQi +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +btk +bsP +aAY +bbh +bbh +bqx +bqs +bbh +bbh +aAH +aAH +aAH +aiD +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(170,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aPV +aPV +aPV +bxN +bwz +btW +btW +buw +but +aPV +euM +ozb +ayM +ayM +azn +ayX +azo +ayX +ayN +euM +euM +bHo +bHo +aPV +aPV +lNS +bat +aLJ +aLJ +aLJ +aLJ +aLJ +bat +aLJ +aLJ +aLJ +aLJ +aLJ +bat +aLJ +baa +aLJ +afQ +aZz +aeO +aLC +bHo +aPV +euM +euM +euM +euM +azn +ayX +azo +ayX +ayN +ayM +ayM +ozb +euM +aPV +bsR +aAY +aAY +bbh +bqx +bqs +bbh +bbh +aAH +aAH +aAH +pzo +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(171,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bjk +bpO +bjk +bij +aLw +bgm +aKK +aLT +bFj +aPV +aPV +euM +ayM +azn +azl +ayU +ayU +ayU +ayR +ayX +ayX +bHo +aIL +agk +oRZ +xTl +aZA +rEa +bcv +rEa +bbZ +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +aZA +rEa +aLD +lqX +agk +azu +azn +ayX +ayX +azl +ayU +ayU +ayU +ayR +ayN +ayM +euM +aPV +aPV +aAQ +aAY +aAY +aAY +bbh +bqe +bbh +bbh +aAH +aAH +aAH +aiD +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(172,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aPV +bpP +bkb +bij +aLw +bvP +aKK +aLT +bFl +aXc +aPV +aPV +euM +azk +ayU +ayU +ayS +ayS +ayV +ayV +ayS +aAb +aIL +agk +oRZ +xTl +rEa +bak +aKV +bcn +aKV +aKV +sQd +aKV +aKV +baU +aKV +aKV +sQd +bak +aKV +aKV +aKV +aZB +rEa +aLD +lqX +agk +azu +azk +ayS +ayV +ayV +ayS +ayS +ayU +ayU +ayO +ayM +aQi +aPV +aXc +aWS +aAQ +aAY +aAY +bbh +bqe +bql +bql +aAH +aAH +aAH +pzo +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(173,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bHo +bHo +bHo +aLw +aKK +aKK +aLT +bFm +aKK +aXj +aQi +euM +aAa +ayU +ayS +ayS +ayV +bpi +ayV +ayS +aAb +azw +agk +oRZ +xTl +rEa +aKV +bcw +bco +baO +baU +aKI +aKV +gFJ +baV +baM +aKV +bHo +bHo +bHo +lvO +aZI +aKV +rEa +aLD +lqX +agk +azu +azk +ayS +ayV +bpi +acU +acU +ayS +ayU +azq +ayM +aQi +aXh +aKK +aWU +aAQ +aAY +bqG +bbh +bbh +bql +bqm +iKa +aMe +pzo +pzo +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(174,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bHo +bHo +bHo +aKK +aKK +aLT +bFm +aYH +aXj +aQi +euM +azk +ayU +ayS +ayV +bpi +ayV +ayV +ayS +aAb +azw +agk +oRZ +rVC +rEa +aKV +cSV +bcp +bHo +bHo +bHo +bHo +lvO +baW +baN +bHo +bHo +bHo +bHo +aMd +pgO +afm +rEa +aLE +lqX +agk +azu +bHo +ayS +ayV +ayV +adh +acU +ayS +ayU +ayO +ayM +aQi +aXh +aKK +aWU +aWR +bsd +aAQ +bqy +bqt +bql +iKa +iKa +aMe +aiD +pzo +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(175,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aLw +bfE +bfE +aLT +bFm +aZp +aXj +aQi +euM +azm +azj +ayV +bpi +bHo +bHo +bHo +bHo +ayP +azw +agk +oRZ +xTl +rEa +aKV +xOW +avs +avm +bHo +bHo +bHo +xOW +vcM +fSq +afm +aIt +bHo +xOW +aZR +bpp +aKV +rEa +aLD +lqX +bHo +aeq +bHo +azj +ayU +ayU +acU +adh +ayV +ayT +ayP +ayM +aQi +aXh +aKK +aWU +aAQ +bqj +aAQ +aAQ +bqu +iKa +iKa +iKa +aiD +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(176,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aLw +cuJ +cuI +aLT +bFq +bFi +aPV +aPV +euM +euM +azk +ayV +ayV +ayV +bHo +bHo +bHo +bHo +euM +bHo +bHo +xTl +rEa +aKV +aKV +aKV +aKV +aZB +sQd +aKV +aKV +aKV +aKV +aKV +sQd +aKV +aKV +aKV +aKV +aKV +rEa +aLD +bHo +bHo +bHo +euM +azm +azj +ayU +ayV +ayV +ayV +ayO +euM +euM +aQi +aPV +wmp +aWY +aAQ +aAQ +aAQ +aAQ +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(177,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +bwA +bha +bgf +beJ +agO +aPV +aPV +euM +ozb +euM +azk +ayV +ayV +ayV +ayT +ayP +euM +bHo +euM +aQi +bHo +aGP +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +baX +baP +rEa +rEa +rEa +rEa +rEa +rEa +rEa +rEa +aeE +bHo +bHo +euM +euM +euM +azm +azj +ayV +ayV +ayV +ayO +euM +ozb +euM +aPV +aPV +aWZ +aLw +aAQ +aAQ +aLT +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(178,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aPV +aMx +aZH +aZH +aLU +aPV +aPV +iKa +euM +ozb +euM +azk +ayS +ayS +ayS +aAb +euM +euM +ozb +euM +aQi +bHo +qFv +afl +afJ +aLK +aLK +bpt +aLP +aLK +aLP +bbi +baY +baQ +aLP +aLK +aLP +aLK +aLK +aLK +afJ +afl +aLF +bHo +aQi +euM +ozb +euM +euM +azk +ayS +ayS +ayS +ayO +euM +ozb +euM +iKa +aPV +aPV +bsH +aZH +aZH +aLU +aPV +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(179,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +aPV +uJj +uJj +uJj +uJj +aPV +iKa +iKa +euM +ozb +euM +azm +azb +azb +azb +ayP +euM +ozb +ozb +euM +aQi +uJj +bHo +bHo +bHo +acM +acM +acM +uJj +uJj +uJj +acM +acM +acM +uJj +uJj +uJj +acM +acM +acM +bHo +bHo +uJj +uJj +aQi +euM +ozb +ozb +euM +azm +azb +azb +azb +ayP +euM +ozb +euM +iKa +iKa +aPV +uJj +uJj +uJj +uJj +aPV +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(180,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +euM +vpf +vpf +vpf +vpf +euM +euM +euM +euM +euM +euM +vpf +vpf +vpf +vpf +vpf +euM +euM +euM +euM +euM +vpf +vpf +vpf +vpf +euM +euM +euM +vpf +vpf +vpf +euM +euM +euM +vpf +vpf +vpf +euM +euM +euM +vpf +vpf +vpf +vpf +euM +euM +euM +euM +euM +vpf +vpf +vpf +vpf +vpf +euM +euM +euM +euM +euM +euM +vpf +vpf +vpf +vpf +euM +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(181,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +ayM +azn +azx +azx +azx +azx +ayX +ayX +euM +euM +euM +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +euM +euM +ayM +azx +azx +azx +azx +azx +euM +azx +azx +azx +azx +azV +euM +azV +azx +azx +azx +azx +euM +azx +azx +azx +azx +azx +ayM +azn +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +euM +euM +euM +ayX +ayX +azx +azx +azx +azx +ayN +ayM +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(182,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +ayM +azn +azl +ayS +ayS +ayS +ayS +ayS +ayS +ayS +euM +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +euM +ayO +azu +azn +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +azo +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayN +azw +azk +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +euM +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayR +ayN +ayM +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(183,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azn +azl +baq +aAy +aAy +aAy +aAy +aAy +aFL +ayS +aQx +ayS +baq +aAy +aAy +aAy +aAy +aAy +aFL +ayV +euM +ayO +azu +azk +azQ +azF +azF +azF +azF +azF +azF +azF +azy +ayS +ayW +ayS +azQ +azF +azF +azF +azF +azF +azF +azF +azy +ayO +azw +azk +ayS +ayV +baq +aAy +aAy +aAy +aAy +aAy +aFL +ayS +aQx +ayS +baq +aAy +aAy +aAy +aAy +aAy +aFL +ayR +ayN +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(184,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azn +azl +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayW +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayV +ayS +ayO +azu +azk +azR +wOL +azG +wOL +azG +wOL +azG +wOL +azA +ayU +ayW +ayU +azR +wOL +azG +wOL +azG +wOL +azG +wOL +azA +ayO +azw +azk +ayS +ayV +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayW +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayR +ayN +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(185,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azk +ayS +ayS +aZW +azr +azr +azr +nVc +euM +aOc +ayS +ayW +ayS +aTp +euM +ayJ +azr +azr +azr +ayV +ayV +ayS +ayO +azu +azk +azR +azG +azG +azG +azG +azG +azG +azG +azA +hEH +qEq +wAn +azR +azG +azG +azG +azG +azG +azG +azG +azA +ayO +azw +azk +ayS +ayV +aZW +azr +azr +azr +nVc +euM +aOc +ayS +ayW +ayS +aTp +euM +ayJ +azr +azr +azr +ayV +ayS +ayS +ayO +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(186,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azn +azl +azg +aAy +aFL +ayS +ayS +acO +azi +aAD +aZP +ayS +ayW +ayS +aZW +aAD +aza +acO +ayS +ayS +baq +aAy +ayY +ayO +azu +azk +azR +wOL +azG +wOL +iLT +wOL +azG +wOL +azA +jUI +eVw +oHw +azR +wOL +azG +wOL +iLT +wOL +azG +wOL +azA +ayO +azw +azk +ayV +ayV +ayV +ayS +ayS +acO +azi +aAD +aZP +ayS +ayW +ayS +cnm +aAD +aza +acO +ayS +ayS +baq +aAy +ayY +ayR +ayN +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(187,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azg +bbI +euM +aOc +ayS +ayS +ayU +ayU +baq +aAy +aAy +bqC +azc +aAy +aFL +ayU +ayU +ayS +ayS +aTp +euM +ayI +hoW +azu +azk +azR +azG +azG +azG +azG +azG +azG +azG +azA +etQ +rtv +nGT +azR +azG +azG +azG +azG +azG +azG +azG +azA +ayO +azw +azk +baq +aAy +aFL +ayS +ayS +ayU +ayU +baq +aAy +aAy +bqC +azc +aAy +aFL +ayU +ayU +ayS +ayS +aTp +euM +ayI +ayY +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(188,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azh +euM +euM +aze +ayY +ayS +ayU +ayU +aTp +euM +euM +euM +euM +euM +aOc +ayU +ayU +ayS +azg +aUf +euM +euM +ayF +azu +azk +azR +wOL +azG +wOL +azG +wOL +azG +wOL +azA +ayU +dkb +ayU +azR +wOL +azG +wOL +azG +wOL +azG +wOL +azA +ayO +azw +pvJ +cnK +euM +aOc +ayS +ayS +ayU +ayU +aTp +euM +euM +euM +euM +euM +aOc +ayU +ayU +ayS +azg +aUf +euM +euM +ayZ +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(189,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azi +azs +euM +cob +aOc +ayV +bzd +ayV +aZW +aAD +azr +bvL +azr +aAD +aZP +ayV +ayV +ayV +aTp +euM +euM +azN +ayH +azu +azk +azS +azH +azH +azH +azH +azH +azH +azH +azB +ayS +dSk +ayS +azS +azH +azH +azH +azH +azH +azH +azH +azB +ayO +azw +bEY +euM +euM +cnq +ayY +ayS +ayV +ayV +aZW +aAD +azr +bvL +azr +aAD +aZP +ayV +ayV +ayV +aTp +euM +euM +azN +aza +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(190,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azm +azj +azi +aAD +aAD +aZP +baq +aAy +aAy +aFL +ayU +ayT +azp +azj +ayU +baq +aAy +aAy +aFL +aZW +aAD +aAD +aza +ayO +azu +azk +ayS +xFj +azg +azc +azc +ayY +xFj +ayS +ayT +azp +azb +azp +azj +ayS +xFj +azg +azc +azc +ayY +xFj +ayS +ayO +azw +bEZ +aVt +euM +euM +ayZ +azg +aAy +aAy +aFL +ayU +ayT +azp +azj +ayU +baq +aAy +aAy +aFL +aZW +aAD +aAD +aza +ayT +ayP +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(191,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azm +azj +ayS +ayS +ayS +azh +euM +euM +ayZ +ayT +ayP +auj +aQv +azj +azh +euM +euM +ayZ +ayS +ayS +ayS +ayT +ayP +euM +azm +azj +ayS +azh +euM +euM +ayZ +ayS +ayT +bki +auj +aoO +auj +bkf +azj +ayS +azh +euM +euM +ayZ +ayS +ayT +ayP +euM +azm +cnt +aAD +aAD +aza +cnp +euM +euM +ayZ +ayT +ayP +auj +aQv +azj +azh +euM +euM +ayZ +ayS +ayS +ayS +ayT +ayP +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(192,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azv +azk +ayW +ayW +ayW +awN +euM +byL +byJ +bjX +auj +auj +auj +bjW +boW +bbX +euM +awm +ayW +ayW +ayW +ayO +ayQ +euM +euM +aAa +ayW +awN +euM +euM +awm +ayW +ayO +auj +auj +auj +auj +auj +azk +ayW +awN +euM +euM +awm +ayW +azq +euM +euM +azv +azk +ayW +ayW +ayW +awN +euM +byL +byJ +bjX +auj +auj +auj +bjW +boW +bbX +euM +awm +ayW +ayW +ayW +ayO +ayQ +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(193,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azn +azl +ayV +ayS +ayS +azh +euM +euM +byK +ayR +ayN +auj +azn +azl +azh +euM +euM +aOc +ayV +ayS +ayS +ayR +ayN +euM +azn +azl +ayS +azi +azr +aAD +aza +ayS +ayR +ayN +auj +bkg +auj +azn +azl +ayS +azi +aAD +azr +aza +ayS +ayR +ayN +euM +azn +cnL +aAy +aAy +ayY +azh +euM +euM +byK +ayR +ayN +auj +azn +azl +azh +euM +euM +aOc +ayV +ayS +ayS +ayR +ayN +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(194,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azn +azl +azg +aAy +aAy +aFL +aZW +aAD +aAD +aZP +ayU +ayR +azo +azl +ayU +aZW +aAD +aAD +aZP +baq +aAy +aAy +ayY +ayO +azu +azk +azL +azJ +azC +ayS +baq +aAy +aFL +ayS +ayR +azo +ayX +azo +azl +ayS +baq +aAy +aFL +ayS +azL +azJ +azC +ayO +azw +pvJ +cnM +cnI +cnI +ayZ +azi +aAD +aAD +aZP +ayU +ayR +azo +azl +ayU +aZW +aAD +aAD +aZP +baq +aAy +aAy +ayY +ayR +ayN +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(195,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azg +cnK +euM +euM +aOc +ayV +ayV +bzd +baq +aAy +azc +bqC +azc +aAy +aFL +ayV +ayV +ayV +aTp +euM +euM +ayI +hoW +azu +azk +azT +bmP +azZ +azC +azh +euM +boU +aFL +ayS +ayS +ayW +ayS +ayS +baq +aUf +euM +ayZ +azL +azM +bmP +azD +ayO +azw +bEY +cnN +euM +cnJ +aza +ayS +ayV +ayV +baq +aAy +azc +bqC +azc +aAy +aFL +ayV +ayV +ayV +aTp +euM +euM +ayI +ayY +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(196,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azh +euM +euM +byM +aza +ayS +ayU +ayU +aTp +euM +euM +euM +euM +euM +aOc +ayU +ayU +ayS +azi +aVt +euM +euM +ayF +azu +azk +azT +azG +azG +azZ +coa +cnX +euM +boU +aFL +ayS +ayW +ayS +baq +aUf +euM +cnR +veX +azM +azG +azG +azD +ayO +azw +bEZ +cnO +euM +aOc +ayS +ayS +ayU +ayU +aTp +euM +euM +euM +euM +euM +aOc +ayU +ayU +ayS +acT +aVt +euM +euM +ayZ +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(197,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azi +nVc +euM +aOc +ayS +ayS +ayU +ayU +aZW +aAD +azr +bvL +azr +aAD +aZP +ayU +ayU +ayS +ayS +aTp +euM +ayJ +ayH +azu +azk +azT +bmP +azG +bmP +cnZ +cnY +cnW +euM +aOc +ayU +ayW +ayU +aTp +euM +cnT +cnS +cnQ +bmP +azG +bmP +azD +ayO +azw +azk +aZW +aAD +aZP +ayS +ayS +ayU +ayU +aZW +aAD +azr +bvL +azr +aAD +aZP +ayU +ayU +ayS +ayS +aTp +euM +ayJ +aza +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(198,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azm +azj +azi +aAD +aZP +ayS +ayS +acO +ayS +aAy +aFL +ayS +ayW +ayS +baq +aAy +ayY +acO +ayS +ayS +aZW +azr +aza +ayO +azu +azk +azT +azG +azG +azG +azG +cnZ +dAg +azr +aza +ayU +ayW +ayU +azi +azr +cnU +cnQ +azG +azG +azG +azG +azD +ayO +azw +azk +ayS +ayV +ayV +ayS +ayS +acO +azg +aAy +aFL +ayS +ayW +ayS +baq +aAy +ayY +acO +ayS +ayS +aZW +azr +aza +ayT +ayP +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(199,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azk +ayS +ayS +baq +aAy +azc +azc +bbI +euM +aOc +ayS +ayW +ayS +aTp +euM +boU +azc +azc +azc +ayV +ayV +ayS +ayO +azu +azk +azT +bmP +azG +bmP +azG +bmP +azZ +azC +ayS +ayU +ayW +ayU +ayS +azL +azM +bmP +azG +bmP +azG +bmP +azD +ayO +azw +azk +ayS +ayV +baq +aAy +azc +azc +bbI +euM +aOc +ayS +ayW +ayS +aTp +euM +boU +azc +azc +azc +aFL +ayS +ayS +ayO +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(200,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azm +azj +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayW +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayV +ayS +ayO +azu +azk +azT +azG +azG +azG +azG +azG +azG +azZ +azC +ayU +ayW +ayU +azL +azM +azG +azG +azG +azG +azG +azG +azD +ayO +azw +azk +ayS +ayV +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayW +ayS +aTp +euM +euM +euM +euM +euM +aOc +ayS +ayT +ayP +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(201,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +azm +azj +aZW +azr +aAD +aAD +aAD +aAD +aZP +ayS +aQL +ayS +aZW +aAD +aAD +aAD +aAD +aAD +aZP +ayV +ayS +ayO +azu +azk +azT +bmP +azG +bmP +azG +bmP +azG +bmP +azD +ayS +ayW +ayS +azT +bmP +azG +bmP +azG +bmP +azG +bmP +azD +ayO +azw +azk +ayS +ayV +aZW +azr +aAD +aAD +aAD +aAD +aZP +ayS +aQL +ayS +aZW +aAD +aAD +aAD +aAD +aAD +aZP +ayT +ayP +ayM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(202,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +ayM +azm +azj +ayS +ayS +ayS +ayS +ayS +ayS +ayS +euM +ayS +ayS +ayS +xFj +ayS +xFj +ayS +ayS +ayS +ayS +ayO +azu +azk +azU +cnP +azK +azK +azK +azK +azK +cnP +azE +ayT +azp +azj +azU +cnP +azK +azK +azK +azK +azK +cnP +azE +ayO +azw +azk +ayS +ayS +ayS +ayS +cnH +ayS +cnH +ayS +ayS +ayS +euM +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayT +ayP +ayM +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(203,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +ayM +azm +azb +azb +azb +azb +azb +azb +euM +euM +euM +azb +azb +azb +azb +azb +azb +azb +azb +azb +ayP +ayM +azm +azb +azb +azb +azb +euM +azb +azb +azb +azb +ayP +euM +azm +azb +azb +azb +azb +euM +azb +azb +azb +azb +ayP +ayM +azm +azb +azb +azb +azb +azb +azb +azb +azb +azb +euM +euM +euM +azb +azb +azb +azb +azb +azb +ayP +ayM +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(204,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +euM +euM +euM +euM +uzG +uzG +uzG +uzG +uzG +ayM +ayM +ayM +ayM +ayM +ayM +sfF +sfF +sfF +euM +euM +euM +sfF +sfF +sfF +euM +euM +euM +sfF +sfF +sfF +euM +euM +euM +sfF +sfF +sfF +ayM +ayM +ayM +ayM +ayM +ayM +uzG +uzG +uzG +uzG +uzG +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +aut +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(205,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ozb +ayM +azn +ayX +ayX +ayX +ayN +ayM +ozb +ozb +ozb +ayM +azn +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayN +azX +azn +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayX +ayN +ayM +ozb +ozb +ozb +ayM +azn +ayX +ayX +ayX +ayN +ayM +ozb +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(206,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +azk +ayS +ayS +ayS +ayO +ayM +ayM +ozb +ozb +ayM +azk +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayR +ayX +azl +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayO +ayM +ozb +ozb +ayM +ayM +azk +ayS +ayS +ayS +ayO +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(207,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +azk +ayV +ayV +ayV +ayR +ayN +ayM +ayM +ozb +ayM +azk +ayV +ayV +ayV +ayV +ayV +ayV +ayV +euM +ayV +ayV +ayW +ayV +ayV +euM +ayV +ayV +ayV +ayV +ayV +ayV +ayV +ayO +ayM +ozb +ayM +ayM +azn +azl +ayV +ayV +ayV +ayO +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(208,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +ayM +bjW +ayV +ayV +ayV +ayU +ayR +ayN +ayM +ayM +ayM +azk +ayV +euM +euM +ayV +ayV +ayV +euM +euM +euM +ayV +ayW +ayV +euM +euM +euM +ayV +ayV +ayV +euM +euM +ayV +ayO +ayM +ayM +ayM +azn +azl +ayU +ayV +ayV +ayV +bjX +ayM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(209,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azn +azl +ayV +ayV +ayV +ayU +ayU +ayR +ayX +ayN +hGv +azk +ayV +euM +euM +euM +ayV +ayV +euM +ayV +euM +ayV +ayW +ayV +euM +ayV +euM +ayV +ayV +euM +euM +euM +ayV +ayO +ktc +azn +ayX +azl +ayU +ayU +ayV +ayV +ayV +ayR +ayN +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(210,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +ayU +ayS +ayV +ayV +ayV +ayV +ayV +ayS +ayO +hGv +azk +ayV +euM +ayV +euM +ayV +ayV +ayV +ayV +ayV +ayV +ayW +ayV +ayV +ayV +ayV +ayV +ayV +euM +ayV +euM +ayV +ayO +ktc +azk +ayS +ayV +ayV +ayV +ayV +ayV +ayS +ayU +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(211,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +aAa +ayU +ayS +acO +ayV +ayV +ayV +ayV +ayS +ayO +hGv +azk +ayV +ayV +ayV +ayV +ayV +ayS +ayU +ayU +ayU +ayS +ayW +ayS +ayU +ayU +ayU +ayS +ayV +ayV +ayV +ayV +ayV +ayO +ktc +azk +ayS +ayV +ayV +ayV +ayV +acO +ayS +ayU +azq +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(212,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +bze +ayU +ayS +ayS +ayV +ayV +ayV +ayS +ayO +hGv +azk +ayS +ayS +ayS +ayS +acO +ayS +ayU +ayU +ayU +ayS +ayW +ayS +ayU +ayU +ayU +ayS +acO +ayS +ayS +ayS +ayS +ayO +ktc +azk +ayS +ayV +ayV +ayV +ayS +ayS +bze +ayU +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(213,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ayM +azm +azj +ayU +ayU +ayU +ayT +azb +azb +azb +ayP +hGv +azk +ayS +ayU +ayU +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayW +ayS +ayS +ayS +ayS +ayS +ayS +ayS +ayU +ayU +ayS +ayO +ktc +azm +azb +azb +azb +azj +ayU +ayU +ayU +ayT +ayP +ayM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(214,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +ayM +azm +azb +azp +azb +ayP +ayM +ayM +ayM +ayM +ayM +azk +ayS +ayS +ayS +ayS +ayS +ayS +ayT +azp +azb +azb +azp +azb +azb +azp +azj +ayS +ayS +ayS +ayS +ayS +ayS +ayO +ayM +ayM +ayM +ayM +ayM +azm +azb +azp +azb +ayP +ayM +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(215,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ozb +ozb +ozb +ayM +azm +azj +ayS +euM +euM +ayS +ayT +ayP +auj +azV +azV +auj +azV +azV +auj +azm +azj +ayS +euM +euM +ayS +ayT +ayP +ayM +ozb +ozb +ozb +euM +ayM +ayM +ayM +ayM +ayM +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(216,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +azv +azk +euM +euM +euM +ayW +ayO +atS +auj +auj +auj +auj +auj +auj +auj +afX +azk +ayW +euM +euM +euM +ayO +ayQ +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(217,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +azn +azl +ayS +ayV +ayV +ayS +ayR +ayX +ayX +ayN +auj +azY +auj +azn +ayX +ayX +azl +ayS +ayV +ayV +ayS +ayR +ayN +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(218,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ayM +azk +ayS +ayS +ayV +ayV +ayS +ayS +ayS +ayS +ayR +azo +ayX +azo +azl +ayS +ayS +ayV +ayV +ayV +ayV +ayV +ayV +ayO +ayM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(219,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +ayV +ayV +ayV +ayV +ayV +ayV +ayV +ayS +ayS +ayS +cnV +ayS +ayS +ayS +ayV +ayV +ayV +ayV +ayV +ayV +ayV +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(220,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +azk +azg +azc +azc +azc +ayY +ayV +ayV +ayV +ayV +euM +euM +euM +ayV +ayV +ayV +ayV +azg +azc +azc +azc +ayY +ayO +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(221,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +pvJ +azt +euM +euM +euM +bkj +ayV +ayV +ayV +ayV +euM +ayU +euM +ayV +ayV +ayV +ayV +bke +euM +euM +euM +ofb +hoW +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(222,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +vnT +euM +euM +azd +azf +aza +ayV +ayV +oMk +kZB +ayS +ayS +ayS +oMk +kZB +ayV +ayV +azi +azf +azs +euM +euM +dLo +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(223,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +euM +euM +azd +aza +ayV +ayV +bpU +oLd +hGO +omQ +lWy +lWy +lWy +lWy +cEQ +oLd +kZB +ayV +ayV +azi +azs +euM +euM +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(224,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +euM +azd +aza +ayV +ayV +ayS +evk +azO +xhU +azI +lOf +lOf +lOf +aUv +uJJ +azO +tef +ayV +ayV +ayV +azi +azs +aut +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(225,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ayM +lJa +aza +ayV +ayV +ayV +ayS +dSm +azP +xhU +uJJ +azG +azG +azG +xhU +uJJ +azP +edK +ayV +ayV +ayV +ayV +azi +owB +ayM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(226,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ayM +azm +azj +ayU +ayU +ayU +ayU +xdd +ayM +azO +uJJ +azG +azG +azG +xhU +azO +ayM +jFC +ayU +ayU +ayU +ayU +ayT +ayP +ayM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(227,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ayM +ayM +azm +azb +azb +azb +azb +ayP +ayM +azO +uJJ +azG +azG +azG +xhU +azO +ayM +azm +azb +azb +azb +azb +ayP +ayM +ayM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(228,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ayM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(229,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(230,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(231,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(232,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(233,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(234,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(235,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(236,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(237,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(238,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(239,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(240,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +chA +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(241,1,2) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} + +(1,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(2,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(3,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(4,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(5,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(6,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(7,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(8,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(9,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(10,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(11,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(12,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(13,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(14,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(15,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(16,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(17,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(18,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(19,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(20,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cnb +cnb +tUu +kDp +kDp +kDp +kDp +vuo +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +spC +spC +spC +tUu +kDp +kDp +kDp +kDp +vuo +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(21,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cnb +cnb +tUu +kPj +kPj +kPj +kPj +kPj +kPj +vuo +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +tUu +kPj +kPj +kPj +kPj +kPj +kPj +vuo +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(22,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +byV +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(23,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +vww +vww +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(24,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +vww +vww +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +aJq +aJq +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(25,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +vww +vww +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +spC +spC +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(26,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +vww +vww +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(27,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +vww +vww +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(28,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +vww +vww +iKa +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(29,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +jIC +kPj +kPj +kPj +kPj +kPj +kPj +oyK +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +jIC +kPj +kPj +kPj +kPj +kPj +kPj +oyK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(30,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +jIC +hLL +hLL +hLL +hLL +oyK +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +jIC +hLL +hLL +hLL +hLL +oyK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(31,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(32,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +spC +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(33,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +byV +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(34,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(35,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(36,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +cmO +tUu +kDp +kDp +kDp +kDp +kDp +vuo +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +tUu +kDp +kDp +kDp +kDp +kDp +vuo +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(37,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmO +cmO +tUu +kPj +kPj +kPj +kPj +kPj +kPj +kPj +vuo +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +tUu +kPj +kPj +kPj +kPj +kPj +kPj +kPj +vuo +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(38,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(39,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +fuj +kPj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmO +fuj +kPj +kPj +kPj +kPj +kPj +kPj +kPj +pHD +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(40,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +jIC +kPj +kPj +kPj +kPj +kPj +kPj +kPj +oyK +cnb +cnb +cnb +cmO +cnb +cnb +cnb +cmO +cmO +cmO +cmO +cmO +cmO +cmO +cmK +cmK +cmK +cmK +cmK +cmK +cmK +jIC +kPj +kPj +kPj +kPj +kPj +kPj +kPj +oyK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(41,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +jIC +hLL +hLL +hLL +hLL +hLL +oyK +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +jIC +hLL +hLL +hLL +hLL +hLL +oyK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(42,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(43,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(44,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(45,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(46,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cdD +cdD +cdD +cdz +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(47,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(48,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(49,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdG +cdE +cdE +cdE +cdB +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(50,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmW +cmU +cmU +cmU +cmP +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(51,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmY +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(52,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmY +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(53,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmY +cmX +cmV +cmV +cmV +cmR +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(54,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cdD +cdz +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmV +cmK +cmK +cmK +cmV +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(55,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cdC +cdC +cdC +cdz +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(56,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(57,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(58,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(59,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdA +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(60,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +spC +ewE +ewE +ewE +ewE +ewE +iKa +iKa +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdG +cdC +cdC +cdC +cdB +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(61,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdG +cdE +cdB +cnb +cnb +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(62,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(63,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(64,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +ewE +iKa +iKa +iKa +iKa +iKa +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cdD +cdD +cdD +cdD +cdz +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(65,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +ewE +ewE +iKa +iKa +iKa +iKa +iKa +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cgr +cdC +cdC +cdC +cdC +cdC +cdz +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(66,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +iKa +iKa +iKa +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cmZ +cmZ +cmZ +cmZ +cmZ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(67,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +ewE +iKa +iKa +ewE +ewE +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(68,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +ewE +spC +spC +spC +ewE +iKa +spC +spC +iKa +iKa +spC +vww +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cna +cna +cna +cna +cna +cmK +cmK +cmW +cmU +cmU +cmP +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(69,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +ewE +ewE +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cdG +cdC +cdC +cdC +cdC +cdC +cdC +cdB +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cna +cna +cna +cna +cna +cmK +cmW +cmT +cmT +cmT +cmS +cmP +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(70,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ewE +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cdG +cdE +cdE +cdE +cdE +cdB +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cna +cna +cna +cna +cna +cmK +cmY +cmT +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(71,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmK +cmK +cmK +cmK +cmK +cna +cna +cna +cna +cna +cmK +cmY +cmT +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(72,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdF +cdD +cdD +cdz +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cmK +cmY +cmT +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(73,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cdF +cdD +cdD +cdD +cdC +cdC +cdC +cdC +cdD +cdD +cdD +cdD +cdz +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cmK +cmY +cmT +cmT +cmT +cmT +cmQ +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(74,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cdH +cdC +cdC +cdC +cdC +cdC +cdC +cdC +cdC +cdC +cdC +cdC +cdA +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cmK +cmX +cmT +cmT +cmT +cmT +cmR +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(75,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cdG +cdE +cdE +cdE +cdC +cdC +cdC +cdC +cdE +cdE +cdE +cdE +cdB +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cmK +cmK +cmX +cmV +cmV +cmR +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(76,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cdG +cdE +cdE +cdB +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cnc +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(77,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(78,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(79,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(80,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(81,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +vww +vww +vww +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +bYQ +bYP +bYP +bYP +bYK +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cna +cna +cna +cna +cna +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +bYQ +bYP +bYP +bYP +bYK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(82,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +bYQ +bYO +bYO +bYO +bYO +bYO +bYK +cnb +cnb +cnb +cnb +cnb +bYQ +bYP +bYP +bYK +cna +cna +cna +cna +cna +bYQ +bYP +bYP +bYK +cmK +cmK +cmK +cmK +cmK +bYQ +bYO +bYO +bYO +bYO +bYO +bYK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(83,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cnb +cnb +cnb +cnb +bYQ +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYK +cmK +cmK +cmK +cmK +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(84,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cnb +cnb +cnb +cnb +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmK +cmK +cmK +cmK +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(85,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cnb +cnb +cnb +cnb +cnb +cmM +cnb +cnb +cnb +cnb +cnb +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cnb +cnb +cnb +cnb +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmK +cmK +cmK +cmK +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmK +cmK +cmK +cmK +cmK +cmM +cmK +cmK +cmK +cmK +cmK +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(86,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(87,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(88,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYR +bYO +bYO +bYO +bYO +bYO +bYM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +cmM +bYI +bYO +bYO +bYO +bYL +cmM +cmM +cmM +cmM +bYR +bYO +bYO +bYO +bYO +bYO +bYM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(89,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYR +bYH +bYH +bYH +bYM +cmM +cmM +cmM +cmM +cmM +bYR +bYO +bYO +bYO +bYM +cmM +cmM +cmM +cmM +cmM +bYR +bYO +bYO +bYO +bYM +cmM +cmM +cmM +cmM +cmM +bYR +bYH +bYH +bYH +bYM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(90,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +cnb +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYR +bYH +bYM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bYR +bYH +bYM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(91,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +vww +cnb +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(92,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +vww +vww +vww +vww +vww +vww +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(93,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +vww +vww +vww +vww +vww +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(94,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(95,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(96,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(97,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(98,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +cnb +cnb +cnb +cnb +cmM +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +cmM +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(99,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +spC +cnf +cnf +cnf +cnf +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bLn +bgR +cmM +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgX +bgS +bgS +bgS +bgS +bgS +bgS +bgR +cmM +cmM +cmM +cmM +bgX +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgR +cmM +cmM +cmM +cmM +bgX +bgS +bgS +bgS +bgS +bgS +bgS +bgR +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +bgT +cmM +cmM +cmM +cmM +cmM +bgX +bgS +bgS +bgS +bgR +cmK +cmK +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(100,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +cnf +cnf +cnf +cnf +cnf +cnf +cnf +iKa +iKa +iKa +iKa +bju +bju +bju +bgS +bgR +cmM +cmM +cmM +bgX +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bje +bhK +bhK +aQr +aQr +bhK +bhK +bgT +bgS +bgS +bgS +bgS +bgT +bhK +bhK +aQr +aQr +aQr +bhK +bhK +bgT +bgS +bgS +bgS +bgS +bgT +bhK +bhK +aQr +aQr +bhK +bhK +bhG +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgS +bgX +bgR +cmM +cmM +cmM +bgX +bgT +bgV +bgV +bgV +bgT +bgS +bgR +cmK +cmK +cmK +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(101,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +iKa +iKa +bju +bju +bju +bLy +bju +bju +bgS +bgS +bgS +bgS +bgS +bhK +aQj +aQj +aQj +bhK +bhK +bhK +aQj +aQj +aQj +bhK +bhK +bpL +bpL +bpL +bpL +bhK +bhK +bhK +bhK +aQr +aQr +bhK +bhK +acH +bGw +acE +bpS +acD +bhK +bhK +aQr +aQr +bhK +bhK +bhK +bhK +bpL +bpL +bpL +bpL +bhK +bhK +aQj +aQj +aQj +bhK +bhK +bhK +aQj +aQj +aQj +bgV +bgS +bgS +bgS +bgS +bgT +bgV +bgV +bCt +bgV +bgV +bgV +bgT +bgS +bgS +bgR +cmK +cmK +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(102,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +iKa +iKa +iKa +bju +bjR +bLL +bLz +bLo +bju +bju +bju +cne +cne +cne +bhK +cnD +ctk +cte +ctg +bpF +ctf +cte +cte +cte +ctg +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +ciD +aRk +bpW +aQj +biF +biD +bGx +bGq +bpT +biu +biq +aQj +aRk +aRk +ciL +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +ctf +cte +cte +cte +ctg +bpF +ctf +cte +ctd +acN +bgV +cmN +cmN +cmN +bgV +bgV +bgV +bCG +bCu +bCe +aPX +bgV +bWw +bgT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(103,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +euM +ozb +ozb +euM +cnf +cnf +cnf +cnf +cnf +cnf +ozb +ozb +iKa +bju +bLU +bLM +bLA +ajz +bLg +bKY +bju +bKr +bJV +bJv +bhK +cnE +ciL +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +ciD +cjr +bva +acC +biG +biv +biy +acG +bGl +bGb +bFS +acC +bva +jpm +ciL +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +ciD +acN +bgV +bEu +bEa +bDL +bgV +bDe +bCS +ajv +bCv +bCf +aPY +bgV +bgT +bgT +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(104,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +euM +ozb +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +iKa +bju +bju +bLN +bLB +ajz +bjw +bjv +bjH +bJw +bJW +bJw +bhK +cnF +ciL +adX +iDy +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +adX +ciD +jpm +bPT +bQr +bQZ +bGA +biy +bGr +bGl +bGc +bir +bQr +aVP +bva +adX +iDy +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +ciD +acN +bgV +bDM +bDN +bDM +bgY +aiP +ajx +ajv +bCw +aQa +bgV +bgV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(105,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bLV +bLO +bLB +ajz +bjv +bjw +bjw +bjv +bjw +bjv +bhK +cnG +cnC +bpG +bpG +bpG +iDy +cjN +cjN +adX +iDy +bpF +bpF +bpF +bpF +bpF +bpF +adX +cix +ciD +jpm +iZO +aQj +biE +acI +bQV +bGs +bGm +biw +bis +aQj +aVT +jpm +ciD +cix +iDy +bpF +bpF +bpF +bpF +bpF +bpF +adX +iDy +aVR +aVR +adX +bpG +bpG +bpG +cix +acN +bgV +bEv +bDM +bDN +aiP +ajx +aiP +ajv +aQg +ahw +bBK +bgV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +aJq +aJq +aJq +iKa +aJq +iKa +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(106,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bjK +bjD +ahv +ajz +bjw +bKL +bKL +bjw +bjv +bJx +bjt +cjE +cjE +bjc +bjc +cjE +bjc +bjl +cjO +cjE +cix +iDy +bpF +bpF +bpF +bpF +adX +cix +bhL +bhL +bhN +cjq +cuV +cuV +aOg +acF +bGt +bpV +bpR +bit +cuV +ciZ +ciW +bhL +bhL +cix +iDy +bpF +bpF +bpF +bpF +adX +cix +aQo +bhj +adF +adE +aQo +adE +chZ +chZ +aQo +bgZ +bEw +bDN +aiP +bDg +bDf +ajx +ajv +aQg +bCg +bBL +bgV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +aJq +iKa +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(107,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bLW +bjD +ahv +ajz +bjv +bKM +bKM +bjv +bjw +bJy +bjt +bJc +bRH +bRF +bjj +bjj +bHS +bjj +bjj +cjF +cjE +ciL +bpF +bpF +bpF +bpF +ciD +bhL +ciO +bFv +bFB +bQK +aQU +cuV +cuV +cuV +cuV +cuV +cuV +cuV +aRa +bQK +bia +bFv +ciO +bhL +ciL +bpF +bpF +bpF +bpF +ciD +cix +aQo +cit +bhh +adY +adT +adN +bhh +bhh +adz +bgZ +bEx +aiP +ajx +bDy +bDg +aiP +ajv +aQg +bgW +bBM +bgV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aJq +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(108,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bjM +bjF +bjA +ajz +bjv +bjw +bjv +bjw +bjv +bJz +bjt +ado +bIP +bRJ +bjf +adk +adi +bjj +bjj +acV +cjF +ciL +bpF +bpF +bpF +bpF +ciD +ciO +bFn +cac +aRg +bQK +aQU +aeY +bGn +biC +aeV +aeT +aeQ +cuV +aRa +bQK +aQT +bFn +bFn +ciO +ciL +bpF +bpF +bpF +bpF +ciD +aep +byh +ciu +bPe +adA +bxp +adO +aVW +adG +bqF +bgZ +bEy +ajx +aiP +ajx +aiP +ajx +ajv +aQh +aQe +bBN +bgV +aJq +aJq +aJq +aJq +aJq +aJq +aJq +aJq +iKa +aJq +iKa +iKa +iKa +iKa +iKa +iKa +aJq +aJq +aJq +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(109,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bjN +bjN +bju +ajA +bjx +bjx +bjx +bjx +bjx +bJA +bjt +cdK +bIQ +bRJ +bjf +cvi +acQ +bjj +bjj +cjH +cjF +ciL +bpF +bpF +bpF +bpF +ciD +bhM +bhS +bqa +aRa +bQK +aQU +cuV +bix +bix +bix +bGn +aeR +cuV +aRa +bQK +bZS +bFw +bFw +bhM +ciL +bpF +bpF +bpF +bpF +ciD +aQo +byi +civ +adB +adB +adB +cie +aVX +cuM +cuK +bgZ +bEz +ajy +ajy +ajy +ajy +ajy +ajw +bgV +bCh +aQb +bgV +aJq +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aJq +aJq +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(110,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +bju +bjI +bjI +bju +bju +bLh +bjI +bKN +bju +bju +bjt +bjt +cdK +acQ +bRJ +bjf +cvi +bVR +cvg +cve +acV +cjF +ciL +cuY +bGj +bGj +bGj +ciD +bhM +bhS +bhS +cab +bQK +aQU +cuV +bix +bZW +bix +bix +bix +cuV +aRa +bQK +bZT +bZR +bhS +bhM +ciL +bGj +bGj +bGj +adX +cix +aQo +byu +bxV +adG +adG +bxq +adG +bBc +adH +cuL +bgZ +bgZ +bgV +bgV +aQc +aQc +aQc +bgV +bgV +aQc +aQc +bgV +euM +euM +aJq +aJq +aJq +aJq +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(111,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +euM +ozb +euM +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +bju +bLX +bKs +bjG +bjG +bjG +bjG +bKs +bKs +bJX +bjt +ads +adp +acR +bRJ +bjf +bIi +acR +cvh +cvf +cjI +cjF +ciL +iDy +cuR +cuR +cuR +ciD +bhM +bhS +bZR +cab +bQK +afB +bFT +bix +bix +bix +bZW +bix +bFT +afu +bQK +bZT +bZR +bhS +bhM +ciL +cuR +cuR +cuR +ciD +aQo +aQo +aej +bxW +aeb +adL +adL +adL +bOU +aIC +bsW +adv +bgZ +aQf +bCH +aQd +aQd +aQd +bCH +bCi +bCi +bBO +bgV +euM +euM +euM +aJq +aJq +aJq +aJq +iKa +aJq +iKa +ozb +euM +aJq +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(112,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +ozb +euM +bju +bLY +bKt +bjD +bjD +bjD +bjD +bjD +bKt +bJM +bjt +adt +adp +acR +bRJ +bjf +acW +acR +bjj +bjj +acX +bHz +ciM +ctf +cte +cte +cte +ciD +bhM +bhS +bhS +cab +bQK +afC +aeZ +aeP +aeX +aeW +aeU +aeS +aeP +afu +bQK +bZT +bZR +bhS +bhM +ciL +cte +cte +cte +ciD +adE +byw +bxC +buy +bxJ +bxz +adP +adP +bOU +buT +bsW +adw +bgZ +bEb +bgW +bgW +bgW +bgW +bgW +ahx +bCj +bBN +bgV +euM +ozb +euM +euM +iKa +iKa +iKa +aJq +aJq +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +iKa +iKa +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(113,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +ozb +euM +cnf +cnf +cnf +cnf +cnf +euM +ozb +ozb +euM +bju +bjM +bjF +bjJ +bjD +bjD +bKS +bKo +bjD +bJM +bjt +adu +adp +acR +cvl +cvj +cvi +acQ +bjj +bjj +bjf +cjG +bHm +bpF +bpF +bpF +bpF +ciD +cuV +bHa +aQF +aRb +bQK +aQV +bGG +bGB +bGy +bGu +aQF +aQF +bFU +aRb +bQK +aQV +aQF +aQF +cuV +ciL +bpF +bpF +bpF +ciD +adE +bxK +byj +bxX +aec +bFa +aQo +aQo +bvg +adI +buD +adx +bgZ +bEc +bCl +bCl +bCl +bCm +bCI +bCx +bgV +bgV +bgV +euM +ozb +ozb +euM +iKa +iKa +iKa +aJq +aJq +euM +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(114,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +euM +bjT +bju +bju +bLC +bLp +bjD +bKo +bKO +bKo +bJY +bjt +bjt +bJd +bHx +cvm +cvk +cvi +bVS +bjj +bHO +bjf +bjl +bHm +bpF +bpF +bpF +bpF +ciD +cuV +bFn +aQE +bGR +bQL +bZU +aQE +aRg +bia +bZZ +bia +bZV +aQE +aQE +bQL +bZU +aQE +bFo +cuV +ciL +bpF +bpF +bpF +ciD +adE +byy +aek +bxY +aed +adQ +adU +aQo +bvh +adI +buE +bgZ +bgZ +bEd +bCb +bCm +bDh +bCl +aQa +aiN +bCk +aiq +bgU +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(115,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMa +bjO +ahy +bjK +bjD +bjD +bKo +bKu +bJZ +bJB +bjt +cdL +acQ +bRJ +bjf +cvi +acQ +bjj +bjj +cjJ +bjc +iDy +bpF +bpF +bpF +bpF +nCG +bhM +aev +aev +aev +cja +aev +bQD +aRa +bZZ +bZX +bZX +aQU +bQD +aew +cja +aev +aev +bFx +bhM +ciM +bpF +bpF +bpF +ciD +adE +byz +ael +bxZ +aee +bxB +adV +aQo +bOV +buU +buF +bgZ +aQf +bEe +bDO +bCl +bCl +bCT +aQa +ajq +aiu +diq +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +ozb +euM +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(116,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMb +bjP +ajB +bjK +bjD +bjD +bjD +bjD +bKa +bJC +bjt +bJe +acR +cjX +cjV +cjU +cjR +cvg +cve +acW +cjE +ciL +ciM +bpF +bpF +bpF +cjy +aeu +aev +bGW +aeF +aeA +bQe +bQE +bQY +bQH +bQJ +bZY +bQG +bQE +bQB +bQy +bFD +aev +aev +aeu +bPZ +bpF +bpF +bpF +ciD +aQo +aQo +ciy +bya +adQ +bxA +aQo +aQo +bWx +buV +buG +bgZ +bEA +bgW +bCU +bDz +bDi +bCU +aQa +ajq +aiu +bBP +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(117,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMc +bjP +ajB +bjK +bKb +bKZ +bKP +bKv +bKb +bJD +bjt +bJf +bIR +bRJ +bjf +acW +bIa +cvg +bGC +cjH +cjE +ciL +bpF +bpF +bpF +bpF +cjy +bhN +aeK +aeH +aeG +bFY +aev +bGH +aRa +caa +bQK +bia +aQU +aev +bFL +bFK +aev +aev +aev +bhN +bPZ +bpF +bpF +bpF +nCG +cix +aQo +aem +byb +bxK +bdk +adQ +bxa +bOU +buW +adB +bgZ +bEB +bEf +ajt +bDA +bDj +bCV +aQa +ajq +aiu +bBQ +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(118,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bjS +bjP +ajB +bLq +bKb +bKw +bjP +bKw +bKb +bJE +bjt +cdK +bVS +bRJ +bjf +cvi +acQ +add +acY +cjK +cjE +ciL +bpF +bpF +bpF +bpF +adX +bhM +aeL +aeI +aez +aez +aev +aev +aRa +bia +bQK +bia +aQU +aev +bFP +aev +aev +aev +bFp +bhM +iDy +bpF +bpF +bpF +bpF +ciD +aQo +byA +bxX +cii +cig +bxb +bxb +bwR +buX +adB +bgZ +bEC +bEf +bDk +aiu +bDk +bCV +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(119,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bjS +bjP +ajB +bjK +bKb +bLa +bKQ +bKx +bKb +bJE +bjt +cdK +acQ +bRJ +bjf +cvi +bHx +ade +acZ +cjE +cjE +ciL +bpF +bpF +bpF +bpF +ciD +cuV +aeM +aeJ +aev +aew +aew +aev +aRa +bFB +bQK +bia +aQU +aev +aev +aew +aev +aev +bFy +bFr +ciL +bpF +bpF +bpF +bpF +ciD +aQo +aQo +bhj +aef +aQo +adW +bxc +bwS +adJ +buH +bgZ +bED +bEf +ajs +bDB +bDl +bCV +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(120,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bjP +bLD +bjL +bjD +bjD +bjD +bjD +bKc +bjz +bjt +adr +bIS +bRJ +bjf +adl +adj +adf +ada +cjE +cix +ciM +bpF +bpF +bpF +bpF +ciD +cuV +aeN +bGX +aev +aeC +aex +bFA +aRh +bFn +cjj +aQE +aRd +bFV +bFJ +afa +bFE +bFp +bFz +cuV +ciL +bpF +bpF +bpF +bpF +ciD +aQo +aQo +adC +adR +aQo +aQo +bxd +bwT +adK +adC +bgZ +bEE +bCp +bgW +bgW +bgW +bgW +ahw +ajr +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(121,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bLP +ajC +bLr +bjD +bjD +bjD +bjD +bjE +bJF +bjt +cjE +bjc +bRK +adc +cjE +cjS +adg +adb +cjE +ciL +bpF +bpF +bpF +bpF +bpF +ciD +cuV +cuV +aev +cjs +aeD +cuV +cuV +bhM +bhM +bhM +bhM +bhM +cuW +cuW +bFM +bFF +bFN +cuV +cuV +ciL +bpF +bpF +bpF +bpF +ciD +aQo +aen +aeh +bFb +adZ +aQo +bxe +bOW +buY +adD +bgZ +bEG +bEg +bgW +bgW +bgW +bgW +ahx +ajr +aiu +bBR +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(122,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bjP +bLE +bLq +bjD +bKy +bKy +bKy +bKd +bjt +bjt +bpL +ciM +csZ +chY +ciD +cjE +cjE +cjE +cjE +ciL +bpF +bpF +bpF +bpF +bpF +nCG +cix +cuW +cjv +bFp +cuW +cuW +cix +bpL +bpL +bpL +bpL +bpL +cix +cuW +cuV +bFH +bFC +cuV +cix +ciM +bpF +bpF +bpF +bpF +nCG +aQo +aeo +aei +aeg +aea +aQo +bxf +aVU +adF +adE +bgZ +bgV +bEh +bDm +bDm +bDm +bgW +bCK +ajq +bCl +bBS +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(123,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bjP +ajB +bjK +bjD +bLb +bKR +bKz +bVT +bjy +bjt +bJh +biZ +bRo +bIw +nCG +csV +csT +bpL +bpL +ciM +bpF +bpF +bpF +bpF +bpF +bpF +ciD +cuV +cuW +cuW +cuW +cix +ciM +bpF +bpF +bpF +bpF +bpF +nCG +cix +cuV +cuV +cuV +cix +ciM +bpF +bpF +bpF +bpF +bpF +bpF +aQo +aQo +aQo +bxL +aQo +aQo +bxg +bwU +chY +bpE +bgZ +bEH +bEi +bDP +bDC +bDn +bgW +aQa +ajq +bCm +bBS +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(124,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMe +bjP +ajB +bjK +bKo +bKF +bKo +bKA +bKe +bJG +bJr +bJi +bIT +bRM +csk +bIj +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +nCG +bpL +bpL +bpL +bpL +ciM +cuZ +bpF +bpF +bpF +bpF +bpF +cuY +nCG +bpL +bpL +bpL +ciM +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +aQq +bOX +buZ +buI +aQj +aQg +bEj +bCl +bgW +bDo +bgW +aQa +ajq +bCl +bBT +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(125,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bjT +bMf +bjQ +ajD +bLs +bKb +bEV +bKS +bKB +bKb +bjz +bJs +bJj +ctc +bRN +bHV +csW +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +bxh +bOX +csj +chY +bER +aQg +bEf +bDQ +bCl +bDh +bCW +aQa +bCy +bCn +bBU +bgU +bQp +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(126,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bjT +bjT +bju +bju +bLF +bLt +bKb +bLc +bKT +bKC +bKf +bJH +bJs +bJk +bIU +bIJ +bIx +csW +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bZk +bZk +bpF +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bZk +bZk +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +bxi +bOY +csk +csh +bES +bEI +bEf +bDR +bDD +bCl +bCX +bCm +bCz +bgV +bgV +bgU +bgU +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(127,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bjT +bMg +bLQ +bLG +bjK +bKb +bKo +bYf +bGE +bKb +bJI +bJs +bJl +bIV +bIK +csk +csW +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +aQq +bOY +csl +csi +bER +bEc +bEk +bDS +bgW +bCm +bCW +aQa +bCA +bCn +bBV +bgU +cgN +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(128,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bLP +bLE +bjK +bKS +bLd +bJR +bKE +bKg +bJJ +bJt +bJm +bIW +cta +bIy +csX +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bxr +cuX +bIc +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bxr +aQq +bOY +cia +buJ +aQj +aQg +bEl +bgW +bCU +bDp +bCY +aQa +ajq +aiu +bBP +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(129,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bjS +bjP +ajB +bLq +bjD +bjD +bKU +bKF +bKh +bjA +bjn +bJn +biZ +ctb +bIz +acP +ciP +csU +ciP +ciR +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +acP +ciP +ciP +ciP +ciR +ctg +bpF +bpF +bpF +bpF +bpF +ctf +acP +ciP +ciP +ciP +ciR +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bpF +bhg +bhg +bxP +bhg +bhg +csn +csm +csi +buK +bhb +aQh +aiI +bgW +bDE +bDq +bCX +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(130,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bjS +bjP +ajB +bLq +bjD +bKy +bKy +bKy +bKi +bjn +bjn +bjn +bji +bRC +cjW +bjn +agv +bjn +agC +bvV +ciP +bHw +ciB +ciB +ciB +ciB +cjz +ciP +bvV +biH +biH +biH +bvV +ciR +bpF +bpF +bpF +bpF +bpF +acP +bvV +bhO +bhO +bhO +bvV +ciP +bHw +ciB +ciB +ciB +ciB +cjz +bhg +bhg +bhg +bxQ +bxF +bhg +bhc +bhk +ahk +bhc +bhb +bgV +bEm +bDr +bDr +bDr +bCZ +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(131,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMe +bjP +ajC +bjL +bjD +bKD +bKo +bKG +bKj +bJK +bjn +agY +bIX +bRB +bIA +bHH +agP +agT +agD +agv +bjn +acx +aVV +aVQ +aVQ +aVQ +wcO +biH +biH +afD +cjt +biH +biH +bvV +ciR +ciB +ciB +ciB +acP +wcO +bhO +afc +aQQ +bhO +afc +bhO +aVS +aVQ +aVQ +aVQ +aVQ +ahI +ahI +ahI +ahI +ahA +ahi +ahr +aho +ahm +ahl +ahf +bhb +bEJ +ahn +bDT +bDh +bCl +bCX +ahw +ajr +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(132,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMh +bjP +ajC +bjJ +bjD +bKS +bJR +bKo +bKk +bJL +bjn +agZ +bIX +bRB +agN +bHH +agQ +agJ +bHW +agw +bjn +bjn +bhJ +bhJ +bul +bhJ +biH +agd +biT +btx +afR +biK +afD +biH +acx +ciB +ciB +ciB +wcO +bhO +afc +bim +bFI +bQi +aQJ +afc +bhO +bhJ +bhJ +bhJ +ciH +ahI +aie +ahW +ahJ +ahB +ahj +ahr +aho +ahm +ahl +ahf +bhb +bEc +bgW +bDU +bDF +bCm +bCX +ahx +ajr +aiu +bBW +aMc +aHg +cmJ +cmJ +cmJ +cmJ +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(133,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMi +bjP +ajB +bjK +bKb +bKZ +bKV +bKH +bKb +bJM +bjn +aha +agN +bRB +agN +bHH +agQ +agK +agE +agx +agl +bjn +cvd +cnB +cnA +aQw +biH +age +btK +cva +biQ +btl +biI +biH +acx +ciB +ciB +ciB +wcO +bhO +cnz +bwi +bQs +big +cnx +cnw +bhO +bvF +ciK +bvu +cuO +ahI +aif +ahX +ahK +bxR +ahi +ahr +ahg +ahm +ahl +buL +bhb +bEK +bEf +bDV +bDG +bDs +bCW +aQa +ajq +aiu +bBW +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(134,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bjS +bjP +ajB +bjK +bKb +bKw +bjP +bKw +bKb +bjz +bjn +agY +agN +bRB +agN +bHH +agS +agy +agy +agy +agm +bjn +aQz +cqy +cqE +aQw +biH +agf +btL +bty +wmh +btm +btd +biH +ciQ +ciB +ciB +ciB +bwm +bhO +bin +afg +afn +bwb +aQK +bvR +bhO +bvG +bPG +bvv +aQw +ahI +aig +aQu +ahO +ahB +ahj +bhg +ahh +bhk +ahk +ahh +bhb +aQg +bEf +bDk +aiu +bDk +bCW +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(135,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bjP +ajB +bjK +bKb +bLe +bKW +bKI +bKb +bjz +bjn +agZ +bIX +bRB +agN +bIl +bHH +bHH +bHH +bHH +agn +bjn +bww +cqy +bwD +bwB +biH +biU +btM +btz +afS +bRf +bte +biH +ciS +ciB +ciB +ciB +bwn +bhW +bin +aQK +cny +afg +afd +bvS +bhO +bvH +bPG +bvv +aQw +ahI +aih +bym +ahM +ahC +ahi +bxt +bhd +cib +bhd +buM +bhb +aQg +bEf +bDW +bDH +bDt +bCW +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(136,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cnf +cnf +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMd +bLP +ajB +bjK +bjD +bjD +bjD +bjD +bjD +bJN +bjn +ahb +bIX +bRB +agN +bIm +agu +agu +agu +bHK +bHF +bjn +bwK +bwE +cqF +aQw +biH +btR +biL +biL +btt +btn +afE +cvL +cvI +ciB +ciB +ciB +bwn +bhW +bin +afg +bQt +afh +bvW +bhU +bhO +bvI +bPH +bua +bvj +ahI +ahI +ahI +ahI +ahD +bxj +bxu +bxj +bwV +ahj +buN +bhb +bEc +bCp +bgW +bgW +bgW +bgW +aQa +ajq +aiu +ajo +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(137,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +cnf +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +ctl +bjU +bMf +bLR +bLH +bjK +bjD +bjD +bjD +bjD +bjD +bJO +bjn +agY +bIX +bRB +bIB +bIn +bHL +bHL +bHL +bHL +bHG +bjn +bwL +cqy +cqG +aQw +biH +age +biL +btu +bRh +afK +afF +cvL +cvI +ciB +ciB +ciB +cjp +bhO +bwk +bib +bQs +big +bib +bvT +bhO +bvJ +bvC +bhB +bvk +ahI +aii +byn +ahM +ahC +bxH +bhe +bhe +bhl +bvb +buO +bhb +bEL +bgW +bgW +bgW +bgW +bgW +aQa +aju +bCo +ajp +aMc +aHg +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +ozb +euM +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(138,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +euM +bjT +bju +bju +bLI +bjM +bjF +bjF +bjF +bKl +bKl +bJP +bjn +agZ +agN +bRB +agN +bIo +agu +agu +agu +bHM +bHF +bjn +bwM +cqy +bRs +buc +biH +biV +biM +btA +bRi +bto +afG +cvL +cvI +ciB +ciB +ciB +ciB +bhO +bwl +bsF +bQu +bib +bsC +bhV +bhO +bvK +bPG +ajP +bvl +ahI +aij +aQu +ahN +ahB +bxI +ahs +ahp +bhm +bvc +ahi +bhb +bEG +aQe +aQe +bDI +bDa +bDa +bCL +bCB +bgV +bgV +bgU +euM +euM +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(139,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +ozb +euM +cnf +cnf +cnf +cnf +cnf +euM +ozb +ozb +euM +bju +bMj +bjG +bjG +bjG +bjG +bjG +bjG +bKs +bKm +bju +bjn +bjn +bIY +bRB +bIC +bIl +bHH +bHH +bHH +bHH +agn +bjn +bww +bwF +bui +bud +biH +biJ +biN +btC +bRj +biN +biJ +biH +bsT +ciU +ciU +ciU +ciU +bhO +bhW +bio +bQv +bic +bhV +bhW +bhO +reI +bPI +bvw +bvm +ahI +bFe +ahY +ahO +ahC +bxI +bxv +ahq +bhm +bvb +ahj +bhb +bgV +bEn +bDX +bCM +bCM +bCM +bCM +bCC +bCi +bBO +bgV +euM +ozb +ozb +euM +cmJ +cmJ +cmJ +cmJ +cmJ +euM +ozb +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(140,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +ozb +euM +bju +bMk +bjD +bjD +bjD +bjD +bjD +bjD +bGF +bKn +bJQ +bJu +ahc +agN +bRB +bID +bHH +agT +agy +agF +agz +agp +bjn +cqm +cqy +cvb +bue +btX +btS +btN +btD +bQP +hVG +btf +bsZ +bsU +bQX +biA +cqt +cqs +bvQ +hVG +reI +cqq +cqo +byN +reI +bvQ +bcR +auJ +bvx +bvn +ahI +aik +ahZ +ahP +bxS +bge +bhf +bxk +bhm +bvc +ahi +aQk +bEM +bEo +bCp +bgW +bDu +bCl +bCN +bCb +bCp +bBX +bgV +euM +ozb +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(141,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +bju +bMl +bKb +bjD +bjD +bjD +bjD +bjD +bKb +bKo +bJR +bJu +ahc +agN +bRB +bIE +bHH +agQ +agJ +agy +agp +agq +bjn +bwJ +cqy +bQI +cqC +bQa +cqn +cqn +btE +cqB +bRg +btg +bQa +cvJ +bPW +cvF +cvE +cvB +bQa +csz +csz +bQw +byO +cqn +cqn +bQa +bcT +bPJ +bvy +bvo +ahI +ahI +ahI +ahI +ahE +bxI +bhf +bhf +bhm +bvb +ahj +aQk +bEN +bEp +bEX +bDh +bCl +bCl +bCl +bCm +bCb +bBY +bgV +euM +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(142,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +euM +euM +bju +bMm +bKJ +bKy +bjD +bjD +bjD +bKy +bKJ +bKp +bJS +bJu +ahc +agN +bRB +bIF +bHH +agR +agL +agz +agA +agr +bjn +aQB +cqy +bRt +cqD +bta +btT +bik +btF +bsX +btp +bth +bta +cvK +cqA +cvH +cqu +cvC +bta +byP +btF +cqr +cqp +aRf +aQA +bta +bbw +azW +bvz +bvp +ahI +ail +byo +ahQ +ahB +bxI +bhf +bxl +bhm +bvc +ahi +aQk +bEO +bEq +bCl +bCm +bDb +bDb +bCl +bCl +bCb +bBZ +bgV +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(143,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bMn +bKb +bjD +bjD +bjD +bjD +bjD +bKb +bJY +bju +bjn +bjn +bIY +bRB +bIG +bHH +agU +agy +agG +bEU +ags +bjn +bwN +bsM +cvR +bwC +afA +afA +afA +afA +biR +afL +afH +afA +aQy +aQy +aQy +aQy +cvD +bhP +bhX +aRc +bid +bQj +bvX +bhX +bhP +aQA +bPG +bvA +bvq +ahI +aim +aia +ahR +ahC +bxI +aht +bxm +bhm +bvb +ahj +bhb +bgV +bEr +bCl +bCl +bDb +bDb +bCl +bCl +bCl +bBY +bgV +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(144,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bMo +bKt +bKt +bLu +bLi +bjD +bjD +bjD +bjC +bjy +bjn +ahd +agN +bRB +agN +bIl +bHH +bHH +bHH +bHH +bHH +bjn +bwO +bwG +cqH +cvO +afA +agg +afZ +afV +lXU +biO +uFz +afA +ciS +ciB +ciB +ciB +bwn +bhX +aRc +bsG +aQH +bwd +bsD +aQG +bhP +bww +bPG +bvB +aQw +ahI +ain +aib +ahS +ahB +bxI +ahu +bxn +bwW +bvc +ahi +bhb +bEJ +bEs +bgW +bDJ +bCl +bCl +bCl +bCl +bCm +bEP +bgV +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(145,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bLq +bKt +bKt +bLv +bLj +bjD +bjD +caf +caf +bJT +bjn +ahe +agN +bRB +agN +agI +agu +bHX +bHP +agu +ago +bjn +bwP +bwH +cqF +cvQ +afA +agh +aga +afV +mEu +afM +bti +cvM +cvI +ciB +ciB +ciB +bwn +bhX +afv +afi +lbb +bwe +aQH +aQH +bhP +bsB +bPG +bhB +aQw +ahI +aio +byp +ahT +bxT +bhx +bhv +bhv +bho +bvb +buO +bhb +bZQ +bZP +bZL +bgW +bCl +bCl +bCl +bZG +bgW +bEP +bgV +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(146,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bLq +bKt +bjD +bLw +bLk +bjD +cah +cad +cad +cad +bjn +bjs +agN +bRB +agN +agI +agu +agu +agu +agu +bHG +bjm +bwQ +bwI +cqF +bvi +afA +afV +agb +afV +btv +afM +aND +cvM +cvI +ciB +ciB +ciB +cjp +bhP +afw +afs +afp +afj +afe +bhY +bhP +bww +bPG +bhB +aQw +bhg +byE +aic +ahU +ahF +bxo +bwX +bxo +cic +ahj +ahi +bhb +bZM +bZM +bZM +bZJ +bDv +bCl +bCO +bZH +bgW +aQa +bgV +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(147,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +cnf +bju +bMp +bKt +bjD +bLx +bLl +bjD +cah +cad +cad +cad +bjn +bJo +agN +bRB +agN +bIp +agB +bGD +bHQ +agB +ago +bjm +reI +cqy +cqF +aQw +afA +biW +btO +btG +qYq +biP +fjh +afA +cjb +ciB +ciB +ciB +ciB +bhP +afx +bie +afq +bQk +bie +bhZ +bhP +cqm +bPG +bts +bvr +bhg +aKe +byq +byd +cih +cih +bxw +cif +cid +ahi +buP +bhb +bZM +bZM +bZM +bZJ +bgW +bDc +bCQ +bCD +bCq +bZF +bgV +euM +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(148,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cnf +cnf +cnf +cnf +cnf +euM +euM +euM +euM +bju +bMl +bKb +bjD +bjD +bjD +bjD +cah +cad +cad +cad +bjn +bJp +agN +bRB +agW +agt +bIg +bHY +bHR +bHN +bHI +cjC +cqN +cqK +cqI +buf +afA +agi +btP +afO +aiY +afN +afI +afA +ciB +ciB +ciB +ciB +ciB +bhP +afy +bie +bwg +bih +bvY +bvU +bhP +aQz +bPG +bhB +byN +bhg +bhg +byr +bhk +ahk +bhc +bhg +ahj +bhp +bhe +buQ +bhb +bZM +bZM +bZM +bZK +bbS +bDd +bCR +bCE +bbS +bCa +bgV +euM +euM +euM +euM +cmJ +cmJ +cmJ +cmJ +cmJ +euM +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(149,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +bju +bMm +bKK +bKX +bjD +bjD +bKX +cai +cad +cad +cad +bjn +agu +agN +bRO +agB +agB +agB +bHQ +agH +cjL +bHJ +cjD +bbw +cqM +cqJ +cjA +afA +agj +agc +btH +bGV +afO +btj +afA +ciR +ciB +ciB +ciB +acP +bhP +afz +bQz +bQx +bwf +bvZ +afb +bhP +bvM +bRk +akX +bRb +ciF +ciC +ciz +ciw +cij +ahg +bhc +ahi +bhq +bvd +buR +bhb +bZM +bZM +bZM +bDK +bCF +bCF +bCF +bCF +bCr +bCb +bgV +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(150,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +euM +ozb +euM +bju +bMr +bKb +bjD +bjD +bjD +bjD +cah +cae +cae +cae +bjn +bJq +bIZ +bRP +agX +bRG +bRG +bRG +bRG +cjM +bjn +bjn +aQA +cqy +bhB +bug +afA +afA +bqb +afP +afP +btq +afA +afA +acx +ciB +ciB +ciB +wcO +bhP +bhP +aft +bwh +bii +aff +bhP +bhP +bvN +bbw +auG +bsX +ciG +bxU +ciA +bye +cik +ahf +bhc +ahj +bhq +bvd +buS +bhb +bZN +bZN +bZN +bZJ +bCb +bCb +bgW +bCl +bEW +bCc +bgV +euM +ozb +euM +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(151,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +euM +bju +bMs +bLS +bLJ +bLm +bLm +bjD +bjD +cag +bjG +bjG +bjn +bjn +bJa +bIL +bRB +bIq +bIh +bjn +bjn +bjn +bjn +acx +bhJ +bhJ +bhJ +bhJ +wcO +afA +afA +afW +afT +afA +afA +btb +ciQ +ciB +ciB +ciB +aQC +bsI +bhP +bhP +afr +afk +bhP +bhP +acx +bhJ +bhJ +bhJ +bhJ +acP +bhc +bys +byf +cil +ahf +bhc +bhe +bhr +bve +bhb +bhb +aQd +aQd +bZO +bgW +bgW +bCb +bCb +bCc +bCs +bCd +bgV +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(152,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +bju +bju +bLT +bLK +bKq +bju +bLf +bjD +bjK +bjD +bjD +bju +bjn +bJb +bIM +bRB +bIr +bjn +bjn +bvV +bwa +bwa +bvO +ciI +ciI +ciI +ciI +bpD +bvV +afA +afA +afA +afA +bvV +ciQ +ciB +ciB +ciB +ciB +ciB +aQC +bvV +bhP +bhP +bhP +bhP +bvV +bvO +ciI +ciI +ciI +ciI +bpD +bhg +bhc +bhc +cim +bhg +bhg +bhf +bwY +bhg +bhb +bgV +bCp +bCp +aQa +bgW +bZI +bgW +bCb +bCb +bCb +bgV +bgV +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(153,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +bju +bju +bju +bju +bju +bju +bjD +bjK +bjD +bju +bju +ozb +bjn +bIN +agV +bIs +cjT +cjQ +acx +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +aQC +bwa +bwa +bwa +bwa +ciQ +cjp +ciB +ciB +ciB +ciB +ciB +cjb +aQC +bwa +bwa +bwa +bwa +ciQ +ciB +ciB +ciB +ciB +ciB +ciB +cjp +aQy +wcO +aDa +bhc +bxx +bhf +bhf +bhg +ozb +bgV +bgV +bCp +bBY +bgW +bgV +bgV +bgV +bgV +bgV +bgV +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(154,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +aPW +aPW +aPW +aPW +aPW +aQi +bjn +bIO +bIO +bIH +bIt +bjm +aDa +acx +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +wcO +aDa +bhc +bxy +bhf +bwZ +bvf +bhg +bgV +bgV +bgV +bgV +bgV +bgV +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(155,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +aQi +aQi +aQi +aQi +aQi +iKa +bjn +bjn +bjn +bjn +bjn +aDa +acx +ciB +ciB +ciB +ciB +ciB +cod +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +wcO +aDa +bhg +ahI +ahI +ahI +ahI +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(156,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhs +bhs +bhs +aet +cin +aet +aet +aet +aet +ciU +ciU +ciS +ciB +ciB +ciB +aQY +ciU +ciU +ciS +aQY +ciU +ciU +ciU +ciU +ciU +ciU +ciU +ciS +aQY +ciU +ciU +ciS +ciB +ciB +ciB +aQY +ciU +ciU +aet +aet +aet +aet +cin +aet +bhs +bhs +bhs +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(157,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhs +bhs +bhs +aet +cio +brx +brs +aet +aet +bhQ +bhQ +aet +aet +aet +bhi +bhi +cjg +acJ +bhs +bhs +ciX +bQl +bhi +bhi +bhi +cjg +acJ +bhs +bhs +ciX +bQl +bhi +bhi +aet +aet +aet +bhQ +bhQ +aet +aet +bsh +bse +cio +aet +bhs +bhs +bhs +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(158,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhs +bhs +bhs +brG +brC +bhC +bhC +bsu +brj +brd +bqX +bqU +bqS +aet +aHj +cjx +aHc +cju +aaU +aaU +bip +aQZ +cjn +bQT +cji +acy +aGd +aaU +aaU +bip +bQm +ciT +aFE +aet +bjo +bsz +bhC +bhC +bsp +bsl +bsc +bsc +cio +brX +bhs +bhs +bhs +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(159,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aQi +bhi +bhs +bhs +bhs +brH +ciq +bry +brm +bhC +bhC +bre +bqY +bhC +bqT +aet +aHk +csN +aHd +bip +bip +csH +aGM +aQZ +csE +csE +csB +acy +aGd +bip +csA +ciY +bQn +aFM +aFF +aet +coc +bhC +cuS +cuP +bhC +bsc +bsc +bqN +cip +aAi +bhs +bhs +bhs +bhi +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(160,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aQi +ozb +bhi +aaU +aaU +aaU +brI +cip +cuP +brt +brn +brk +brf +cvc +bqV +csP +bhQ +aHl +aRl +aHd +bip +aGR +aGR +aGd +aQZ +csF +csB +bqR +acy +aGd +aGQ +bip +bip +bQo +aFN +acz +bhQ +cst +bqP +cuT +bry +brt +brn +brk +cuN +ciq +bhy +aaU +cso +aaU +bhi +ozb +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(161,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aQi +ozb +bhi +csr +csp +csu +bjp +cir +bhD +bhD +bro +brl +brg +bhD +bhz +csr +bhR +aRn +aRm +cjw +aGN +aGW +aGN +aGN +aGG +aGC +aGx +csC +aGo +aGk +aGe +aFW +aQX +ciV +aFO +aFG +bhR +csu +bjp +bhD +bhD +bhD +bhD +bhD +bhD +cir +bhz +csr +csp +brT +bhi +ozb +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(162,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +aQi +bhi +brQ +csq +brM +brJ +brD +brz +bru +brp +bPd +bPd +bPw +bPd +csQ +bQc +bQh +bPd +bRl +bPd +bQg +bRe +bRc +aGH +aGD +aGy +bPd +bPd +bPd +bQC +aFX +bPd +cis +bPd +aFH +bQc +aFB +bPd +bsw +bPw +bPd +bsm +bsi +bPd +cis +bPd +bPa +brV +brU +bhi +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(163,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhi +csR +csq +bqZ +css +brE +brA +brv +css +css +css +css +css +csq +bhR +aHn +css +bqQ +css +aQN +css +css +aRi +aGE +aGz +css +css +css +bqQ +aFY +css +aQR +css +aQI +aQD +csq +css +css +css +bsq +css +brE +css +css +css +bqZ +csq +bht +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(164,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhi +bhi +brP +csY +bjq +bhE +bhE +bhE +brq +bhE +bhE +bra +csS +csR +aHs +aHo +aQS +aHe +csD +aGX +aGS +aRj +aGI +csw +aGA +csD +aGr +aGl +aGf +acB +csw +aQO +aQP +aFI +aFD +bht +bjq +bhE +bhE +bhE +bhE +bhE +bhE +bsa +brY +bPb +bht +bhi +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(165,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhi +bhi +brN +brK +bhC +bqO +bhC +bhC +brm +brh +brb +bhA +bhw +bhQ +aHp +csO +csL +csJ +aGY +aGh +bip +aQZ +csx +csB +aGv +acy +bip +aGg +aFZ +csx +aFS +aFP +acA +bhQ +csv +bjr +cuU +cuQ +bhC +bhC +bhC +bhC +bsb +brZ +brW +bhi +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(166,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +bhi +bhi +brO +brL +brF +bhC +bhC +brr +bWK +brc +brc +bqW +bqT +aet +aHq +aHh +aHf +aHb +aGZ +aGT +aGO +aGJ +csG +aGB +aGw +aGs +aGm +aGh +aGa +csy +aFT +aFQ +aFJ +aet +bjo +bsA +brc +brc +brc +bsn +bhC +bsf +bsc +bhi +bhi +bhi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(167,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +euM +aet +aet +aet +brB +brw +aet +bWL +aet +aet +aet +bqT +aet +aHr +aHi +csM +csK +aHa +aGU +aGn +aGb +aGF +aFU +aFR +aGt +aGn +aGi +aGb +aFV +aFU +aFR +aFK +aet +bjo +bhi +bhi +bhi +bhi +bhi +bsj +bsg +bhi +bhi +bhi +euM +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(168,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +euM +ozb +ozb +euM +aet +aet +aet +aet +aet +bst +bHr +buo +aet +aet +aBB +aBB +aCn +aCn +aCn +aCu +aBB +aBB +aCu +aCn +aCn +aCn +aCu +aBB +aBB +aCu +aCn +aCn +aCn +aBB +aBB +bhi +bhi +bsx +bsv +bss +bhi +bhi +bhi +bhi +bhi +euM +ozb +ozb +euM +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(169,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +iKa +aQi +aQi +aQi +aQi +iKa +euM +ozb +ozb +euM +euM +aBF +aBF +aBF +bFt +buz +bux +bst +bup +aet +aBB +aBB +aja +aCo +aBQ +aBQ +aBQ +aCT +aiW +aBQ +aBQ +aBQ +aBQ +aiL +aCy +aiK +aiJ +aBQ +aBQ +aCo +aiw +aBB +bhi +bhi +bsy +bst +bFh +bso +bFt +aBF +aBF +aBF +euM +euM +ozb +ozb +euM +iKa +aQi +aQi +aQi +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(170,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +iKa +aQi +aQi +bFs +bFs +aQi +aQi +euM +euM +euM +euM +bFt +bFt +bFt +bFt +bFt +bFt +bFt +aCn +bFt +aBB +aBB +ajb +aDb +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBI +aBO +aCk +aBB +aBB +bFt +aCn +bFt +bFt +bFt +bFt +bFt +bFt +bFt +euM +euM +euM +euM +aQi +aQi +bFs +bFs +aQi +aQi +iKa +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(171,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +aQi +aQi +bFs +bFs +bFs +bFs +bFt +bFt +bFt +cvS +bFt +bFt +bFt +aDv +aDu +aDs +bFg +aDm +aDk +aDg +aBB +aBB +aCd +aBI +aBR +aBR +aBR +aBI +aFA +aBI +aBI +aBR +aBR +aBR +aBI +aCw +aFA +aBI +aBR +aBR +aBR +aBI +aCi +aBB +aBB +aCa +aBQ +aBQ +bFg +bFd +bFc +aBN +bFt +bFt +bFt +bFX +bFt +bFt +bFt +bFs +bFs +bFs +bFs +aQi +aQi +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(172,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +aQi +bFs +bFs +bFs +bFs +bFs +bFs +bGp +bFQ +cvT +bFt +bGe +aBQ +aDb +aBI +aBI +aBU +aBI +aBI +aCi +aBB +ajd +aDb +aBI +aiF +aiC +aCX +aBI +aCU +aBI +aCM +aCJ +aiR +aiO +aiM +aBI +aCv +aBI +aiF +aiC +aiz +aBI +aBO +aCg +aBB +aCb +aBI +aBI +aBU +aBI +aBI +aBO +aBQ +aBG +bFt +bGf +bFQ +bFu +bFs +bFs +bFs +bFs +bFs +bFs +aQi +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(173,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +iKa +aQi +bFs +bFs +bFs +bFs +bFs +bFs +bFs +bGo +bGg +bFt +aDC +aBI +aFA +aBR +aBR +aBV +aBR +aBR +aCi +aBB +aje +ajc +aBI +aiG +aCq +aiZ +aBI +aCU +aBI +aCN +aCH +aCH +aCE +aCA +aBI +aCv +aBI +aiG +aCq +aiA +aBI +aBI +aCh +aBB +aCc +aBR +aBR +aBV +aBR +aBR +aFA +aBS +aBC +bFt +bGa +bFR +bFs +bFs +bFs +bFs +bFs +bFs +bFs +aQi +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(174,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +iKa +aQi +bFs +bFs +bFs +bFs +bFs +bFs +bFs +bGo +bGh +bFt +aDD +aDx +bWy +aBI +aDt +aDp +aBI +aBI +aCi +aCf +aCd +aBI +aBI +aiH +aiE +aCY +aBI +aCU +aBI +aCO +aCK +aCI +aCF +aCB +aBI +aCv +aBI +aiH +aiE +aiB +aBI +aBI +aCi +aCf +aCd +aBI +aBX +aBI +aBS +aBI +bWy +aBI +aBD +bFt +awj +bFR +bFs +bFs +bFs +bFs +bFs +bFs +bFs +aQi +iKa +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(175,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +aQi +bFs +bFs +bFs +bFs +bFs +bFs +bFs +bGo +aBH +bFt +aDE +aCt +bWy +aBI +aBY +aDq +aDn +aBI +aCi +aCf +aCd +aBI +aBI +aCp +aCr +aCp +aBI +bWy +aBI +aBI +aCr +aCr +aCr +aCC +aCw +bWI +aBI +aCp +aCr +aCp +aBI +aBI +aCi +aCf +aCd +aBI +aBY +aBW +aBT +aBI +bWy +aBJ +aBE +bFt +bFZ +bFR +bFs +bFs +bFs +bFs +bFs +bFs +bFs +aQi +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(176,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +aQi +bFs +bFs +bFs +bFs +bFs +bFs +bGz +bFW +bGi +bFt +bFt +aDy +bWM +bWA +bWA +bWA +bWA +bWA +aDh +bET +aDf +bWF +bWF +bWH +bWA +bWG +bWF +bWJ +bWF +bWF +bWF +bWF +bWF +bWF +bWF +bWJ +bWF +bWH +bWA +bWG +bWF +bWF +bWE +bWC +bWB +bWA +bWA +bWA +bWA +bWA +bWz +aBK +bFt +bFt +bGd +bFW +bFO +bFs +bFs +bFs +bFs +bFs +bFs +aQi +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(177,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +aQi +aQi +bFs +bFs +bFs +bFs +bFt +bFt +bFt +cvS +bFt +bFt +aDz +aBP +aBP +aBP +aBP +aBP +aDl +aDi +aBB +ajf +ahG +aip +aid +aid +aid +aix +ahG +ahG +aiV +aiC +aiC +aiC +aCD +ahG +ahG +aip +aid +aid +aid +aix +ahG +aBM +aBB +aCe +aBP +aBP +aBP +aBP +aBP +aBP +aBL +bFt +bFt +bFX +bFt +bFt +bFt +bFs +bFs +bFs +bFs +aQi +aQi +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(178,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +iKa +iKa +aQi +aQi +bFs +bFs +aQi +aQi +euM +euM +euM +euM +bFt +aDA +aip +aid +ahV +ahG +aDo +aji +aBB +aBB +ajg +aDd +aCl +aCq +aCq +aCq +aCq +aCl +aiX +aCQ +aCG +aiS +aCG +air +aCl +aCl +aCq +aCq +aCq +aCq +aiy +aCl +ait +aBB +aBB +ais +aBZ +aip +aid +ahV +ahG +aBM +bFt +euM +euM +euM +euM +aQi +aQi +bFs +bFs +aQi +aQi +iKa +iKa +iKa +iKa +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(179,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +iKa +iKa +iKa +aQi +aQi +aQi +aQi +euM +euM +ozb +ozb +euM +bFt +aDB +aCW +ahH +ahH +aDr +aCR +aBB +aBB +aBB +ajh +aDe +aCm +ahH +aCZ +aCs +aCW +aCV +aCm +aCR +aiU +aiT +aiQ +air +aCz +aCx +ahH +aCs +aCs +ahH +aCm +aiv +aCj +aBB +aBB +aBB +air +ahH +ahH +ahH +ahH +ahz +bFt +euM +ozb +ozb +euM +euM +aQi +aQi +aQi +aQi +iKa +iKa +iKa +euM +euM +iKa +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(180,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +bZq +wFD +wFD +wFD +wFD +wFD +bZq +bZq +bZq +bZq +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bZq +bZq +bZq +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bFG +bZq +bZq +bZq +bZq +bFG +bFG +bFG +bFG +bFG +bZq +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(181,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cti +cth +cth +cth +cth +cth +ctj +euM +euM +euM +cth +cth +cth +cth +cth +euM +cth +cth +cth +cth +ctj +euM +cti +cth +cth +cth +cth +euM +cth +cth +cth +cth +cth +euM +cmL +cmL +cti +cth +cth +cth +cth +cth +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(182,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(183,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(184,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(185,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(186,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(187,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(188,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(189,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(190,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(191,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(192,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(193,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(194,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(195,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(196,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(197,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(198,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(199,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(200,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(201,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(202,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +spC +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(203,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +spC +spC +spC +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(204,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(205,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +ozb +euM +cmL +cmL +cmL +cmL +cmL +euM +ozb +ozb +ozb +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +ozb +ozb +ozb +euM +cmL +cmL +cmL +cmL +cmL +euM +ozb +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(206,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +ozb +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +ozb +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(207,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(208,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(209,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(210,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(211,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(212,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(213,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(214,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(215,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +ozb +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +cmL +cmL +euM +cmL +cmL +euM +cmL +cmL +cmL +euM +euM +cmL +cmL +cmL +euM +ozb +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(216,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +euM +euM +euM +euM +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(217,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(218,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(219,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(220,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(221,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +euM +cmL +euM +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(222,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(223,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(224,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(225,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(226,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(227,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +euM +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +cmL +euM +cmL +cmL +cmL +cmL +cmL +cmL +euM +euM +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(228,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(229,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +ozb +ozb +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(230,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +euM +euM +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(231,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(232,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(233,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(234,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(235,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(236,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(237,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(238,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(239,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(240,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +spC +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} +(241,1,3) = {" +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +ylt +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +byQ +"} diff --git a/maps/map_files/White_Antre_Research_Facility/sprinkles/.gitkeep b/maps/map_files/White_Antre_Research_Facility/sprinkles/.gitkeep new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/maps/map_files/White_Antre_Research_Facility/sprinkles/.gitkeep @@ -0,0 +1 @@ + diff --git a/maps/map_files/cape_river/cape_river.dmm b/maps/map_files/cape_river/cape_river.dmm new file mode 100644 index 000000000000..407b113d430b --- /dev/null +++ b/maps/map_files/cape_river/cape_river.dmm @@ -0,0 +1,102438 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"aab" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aac" = ( +/turf/open/floor/kutjevo/tan/alt_edge/northwest, +/area/caperiver/outdoors/landing_zone_1) +"aad" = ( +/turf/open/gm/river/desert/shallow_edge/northwest, +/area/caperiver/outdoors/chasm) +"aae" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"aaf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aag" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aah" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/lz_cave) +"aai" = ( +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"aaj" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"aak" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"aal" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aam" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"aan" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"aao" = ( +/obj/structure/terminal{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"aap" = ( +/turf/open/floor/kutjevo/colors, +/area/caperiver/indoors/miningbase/dorm) +"aaq" = ( +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"aar" = ( +/obj/structure/largecrate/random/case, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aas" = ( +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"aat" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"aau" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"aav" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aaw" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south_east) +"aay" = ( +/turf/closed/shuttle{ + dir = 1; + icon_state = "pwall" + }, +/area/space) +"aaz" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"aaA" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock, +/area/caperiver/oob) +"aaB" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/structure/machinery/power/apc/power/east, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_2) +"aaC" = ( +/obj/structure/flora/bush/canyon/tree{ + pixel_x = 4; + pixel_y = 17 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aaD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 2; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aaE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"aaF" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aaG" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/landing_zone_2) +"aaH" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"aaI" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aaJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aaK" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aaL" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aaM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkyellow2/southeast, +/area/caperiver/indoors/conambase/engi) +"aaN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aaO" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 22; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -4 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7; + light_color = "#FF7700"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"aaP" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aaQ" = ( +/obj/item/stack/rods, +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aaR" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"aaS" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"aaT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/outdoors/mining_base_exterior/south) +"aaU" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"aaV" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aaW" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aaX" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/se) +"aaY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aaZ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aba" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"abb" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"abc" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"abd" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north_east) +"abe" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"abf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 22; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"abg" = ( +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"abh" = ( +/turf/open/floor/plating, +/area/caperiver/indoors/processing) +"abi" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/accessory/storage, +/obj/item/clothing/accessory/storage, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"abj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"abk" = ( +/obj/item/ammo_box/magazine/ak4047/empty, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"abl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"abm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"abn" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/bushlands) +"abo" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo/panelscorched, +/area/caperiver/outdoors/landing_zone_1/interior) +"abp" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"abq" = ( +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"abr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"abs" = ( +/obj/structure/largecrate/random/barrel/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"abt" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"abu" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"abv" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalleft, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"abw" = ( +/obj/structure/flora/tree/joshua, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west) +"abx" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"aby" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"abz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"abA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/sign/calendar/ua{ + pixel_y = 29; + pixel_x = -4; + layer = 2.9 + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"abB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 19; + pixel_x = -5; + density = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"abC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"abD" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"abE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -35; + pixel_y = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"abF" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"abG" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/defenses/handheld/tesla_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"abH" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -10; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"abI" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"abJ" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"abK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/secure, +/turf/open/floor/darkish, +/area/caperiver/telecomms/telecomm_3) +"abL" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"abM" = ( +/obj/structure/platform/stone/soro, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"abN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -5; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"abO" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"abP" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -1; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"abQ" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"abR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"abS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"abT" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south) +"abU" = ( +/obj/effect/sentry_landmark/lz_1/bottom_right, +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1) +"abV" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"abW" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/east, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"abX" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"abY" = ( +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"abZ" = ( +/obj/structure/largecrate/supply, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aca" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"acb" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -32; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"acc" = ( +/obj/structure/cable/white{ + icon_state = "5-10"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"acd" = ( +/obj/structure/closet/crate/weapon, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/spawner/random/attachment, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"ace" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"acf" = ( +/obj/structure/flora/bush/ausbushes/var3/sparsegrass, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"acg" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/dorm) +"ach" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/west) +"aci" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"acj" = ( +/obj/item/shard, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"ack" = ( +/obj/structure/closet/medical_wall{ + pixel_x = 30 + }, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"acl" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"acm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"acn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aco" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice10"; + pixel_y = -2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"acp" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"acq" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"acr" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"acs" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"act" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"acu" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/road/west/antiweed) +"acv" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/paper_bin/wy{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/tool/pen/clicky, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"acw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"acx" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = 18 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"acy" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"acz" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"acA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"acB" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"acC" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"acD" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"acE" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"acF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/indoors/conambase/engi) +"acG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/telecomms/telecomm_1) +"acH" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"acI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"acJ" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"acK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"acL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_2/interior) +"acM" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"acN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"acO" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"acP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155; + pixel_x = 17; + pixel_y = -3 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"acQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"acR" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/engi) +"acS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"acT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"acU" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"acV" = ( +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"acW" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"acX" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"acY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"acZ" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"ada" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"adb" = ( +/obj/item/ammo_box/magazine/shotgun/buckshot/empty, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"adc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/northwest, +/area/caperiver/indoors/miningbase/dorm) +"add" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"ade" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"adf" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/unknown) +"adg" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"adh" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"adi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"adj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/smartfridge/seeds, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"adk" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"adl" = ( +/turf/closed/wall/strata_outpost, +/area/caperiver/indoors/caves/w) +"adm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"adn" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"ado" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"adp" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_alt"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"adq" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"adr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"ads" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"adt" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"adu" = ( +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"adv" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg2, +/area/caperiver/indoors/caves/nw) +"adw" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/miningbase/engi) +"adx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/recreational) +"ady" = ( +/obj/effect/sentry_landmark/lz_1/bottom_left, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"adz" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"adA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/landing_zone_2) +"adB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"adC" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -15; + pixel_y = -24 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"adD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/indoors/miningbase/admin) +"adE" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"adF" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"adG" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/landing_zone_2) +"adH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/con_am_exterior/south) +"adI" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"adJ" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"adK" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/scrublands/west/antiweed) +"adL" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"adM" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = 6; + pixel_y = 14 + }, +/obj/structure/machinery/faxmachine, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"adN" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south) +"adO" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"adP" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_magazine/pistol/highpower{ + current_rounds = 3 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"adQ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/interior/wood/alt, +/area/caperiver/outdoors/landing_zone_2) +"adR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/empty/case/double, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/telecomms/telecomm_3) +"adS" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"adT" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"adU" = ( +/obj/structure/machinery/computer/shuttle/dropship/flight/lz2{ + density = 1; + layer = 3.5; + pixel_y = -9 + }, +/obj/structure/prop/invuln/remote_console_pod, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = 6; + pixel_y = -12 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/landing_zone_2) +"adV" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"adW" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"adX" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/west/antiweed) +"adY" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_west) +"adZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aea" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"aeb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/floodlight, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aec" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aed" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aee" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"aef" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aeg" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"aeh" = ( +/mob/living/simple_animal/small/bat, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aei" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aej" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"aek" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison/darkyellow2/west, +/area/caperiver/indoors/conambase/engi) +"ael" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aem" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aen" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aeo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"aep" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aeq" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aer" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aes" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/se) +"aet" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aeu" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/central) +"aev" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 14 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"aew" = ( +/obj/structure/sign/poster/clf, +/turf/closed/wall/solaris, +/area/caperiver/outdoors/landing_zone_2/interior) +"aex" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aey" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/prop/server_equipment/laptop{ + pixel_y = 3; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aez" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aeA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"aeB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aeC" = ( +/turf/open/floor/kutjevo/tan/alt_edge/northeast, +/area/caperiver/outdoors/landing_zone_1) +"aeD" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"aeE" = ( +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"aeF" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"aeG" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/road/west) +"aeH" = ( +/obj/structure/flora/grass/desert/heavygrass_6{ + pixel_x = -9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 11 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aeI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = -30 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aeJ" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue_Cargo, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aeK" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"aeL" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aeM" = ( +/obj/item/ammo_magazine/rifle/mar40{ + current_rounds = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aeN" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/shotgun, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"aeO" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aeP" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -10; + pixel_y = 27 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aeQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 22 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 22 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"aeR" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/item/ammo_magazine/rifle/mar40{ + current_rounds = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aeS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"aeT" = ( +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"aeU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aeV" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aeW" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aeX" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/station/metal/floor/north, +/area/caperiver/telecomms/telecomm_3) +"aeY" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/obj/effect/landmark/corpsespawner/security, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"aeZ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"afa" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"afb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"afc" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"afd" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"afe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"aff" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"afg" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/microwave{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"afh" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"afi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"afj" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"afk" = ( +/turf/open/gm/river/desert/shallow_edge/northeast, +/area/caperiver/outdoors/chasm) +"afl" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"afm" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"afn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/caperiver/indoors/conambase/engi) +"afo" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/large_stain, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"afp" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"afq" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"afr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"afs" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aft" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt"; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -20 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west) +"afu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/security) +"afv" = ( +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/unknown) +"afw" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"afx" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"afy" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"afz" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"afA" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"afB" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"afC" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north) +"afD" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_3) +"afE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/n) +"afF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/powercell, +/obj/structure/flora/pottedplant{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/caperiver/indoors/conambase/support) +"afG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"afH" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/west) +"afI" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"afJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"afK" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_west) +"afL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"afM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"afN" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"afO" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north) +"afP" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/rec) +"afQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north) +"afR" = ( +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/scrublands/lz_cave) +"afS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"afT" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"afU" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/se) +"afV" = ( +/obj/structure/surface/table/gamblingtable{ + layer = 3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"afW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/landing_zone_2) +"afX" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/central) +"afY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"afZ" = ( +/obj/structure/machinery/landinglight, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aga" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"agb" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"agc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -1; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"agd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"age" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"agf" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"agg" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"agh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/rec) +"agi" = ( +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"agj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"agk" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"agl" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"agm" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"agn" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"ago" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"agp" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"agq" = ( +/obj/structure/closet/crate/green, +/obj/item/attachable/bayonet, +/obj/item/attachable/bayonet, +/obj/item/attachable/extended_barrel, +/obj/item/attachable/extended_barrel, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"agr" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_3) +"ags" = ( +/obj/structure/fence/slim/dark/door, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"agt" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"agu" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"agv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -37; + pixel_y = -4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 1 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"agw" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"agx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"agy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"agz" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"agA" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"agB" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"agC" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"agD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"agE" = ( +/obj/structure/tunnel, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"agF" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"agG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"agH" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"agI" = ( +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"agJ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"agK" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/central) +"agL" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"agM" = ( +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_4"; + pixel_x = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"agN" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"agO" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"agP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"agQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"agR" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"agS" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#88715d" + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"agT" = ( +/obj/effect/sentry_landmark/lz_1/top_right, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"agU" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"agV" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"agW" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"agX" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2) +"agY" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"agZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"aha" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ahb" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ahc" = ( +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/landing_zone_2/river) +"ahd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"ahe" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"ahf" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"ahg" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/indoors/caves/sw) +"ahh" = ( +/turf/open/floor/darkbrown2/east, +/area/caperiver/indoors/conambase/delivery) +"ahi" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"ahj" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"ahk" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south_east) +"ahl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_y = 9 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"ahm" = ( +/obj/structure/flora/grass/desert/lightgrass_5{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"ahn" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"aho" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"ahp" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/scrublands/central) +"ahq" = ( +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"ahr" = ( +/turf/open/gm/river/desert/shallow_edge/northeast, +/area/caperiver/outdoors/landing_zone_2/river) +"ahs" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aht" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"ahu" = ( +/obj/structure/ore_box, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"ahv" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"ahw" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_east) +"ahx" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"ahy" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"ahz" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"ahA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"ahB" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"ahC" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = -8 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"ahD" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"ahE" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/se) +"ahF" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"ahG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"ahH" = ( +/obj/structure/machinery/light/red{ + dir = 8; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/darkblue2/southwest, +/area/caperiver/indoors/conambase/unknown) +"ahI" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = -9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"ahJ" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"ahK" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/east, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"ahL" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"ahM" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"ahN" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"ahO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/prison_station/inmate_handbook, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"ahP" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"ahQ" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"ahR" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north_west) +"ahS" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"ahT" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"ahU" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ahV" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/hydro) +"ahW" = ( +/turf/closed/wall/strata_outpost, +/area/caperiver/indoors/caves/s) +"ahX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"ahY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"ahZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"aia" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"aib" = ( +/obj/structure/barricade/handrail/medical, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"aic" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aid" = ( +/obj/effect/landmark/railgun_camera_pos, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"aie" = ( +/mob/living/simple_animal/small/lizard, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aif" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/darkbrown3/west, +/area/caperiver/outdoors/landing_zone_2/interior) +"aig" = ( +/obj/structure/barricade/handrail/medical, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"aih" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aii" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aij" = ( +/obj/structure/sign/safety/north{ + pixel_x = 17; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 17; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 25; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aik" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"ail" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"aim" = ( +/obj/effect/landmark/hunter_secondary, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"ain" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/road/south) +"aio" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aip" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/rec) +"aiq" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/north) +"air" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"ais" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ait" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 4; + pixel_x = -4 + }, +/turf/open/floor/darkgreen2/east, +/area/caperiver/indoors/conambase/recreational) +"aiu" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aiv" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aiw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"aix" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"aiy" = ( +/obj/effect/timed_event/scrapeaway{ + time = 25 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"aiz" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aiA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aiB" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aiC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aiD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aiE" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aiF" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_left, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aiG" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aiH" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aiI" = ( +/obj/effect/timed_event/scrapeaway{ + time = 25 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"aiJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/west) +"aiK" = ( +/obj/structure/cable/white{ + icon_state = "4-5"; + level = 2; + pixel_x = 1; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"aiL" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/ne) +"aiM" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_east) +"aiN" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"aiO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 15; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aiP" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aiQ" = ( +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"aiR" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aiS" = ( +/obj/structure/prop/invuln/dense/excavator{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aiT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aiU" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aiV" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aiW" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"aiX" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aiY" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aiZ" = ( +/turf/open/floor/kutjevo/tan/alt_edge/southeast, +/area/caperiver/outdoors/landing_zone_1) +"aja" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/shard, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"ajb" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"ajc" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ajd" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aje" = ( +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"ajf" = ( +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/landing_zone_2) +"ajg" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"ajh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south_east) +"aji" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north_west) +"ajj" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ajk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"ajl" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/ne) +"ajm" = ( +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/nw_cave) +"ajn" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"ajo" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ajp" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"ajq" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/bushlands) +"ajr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"ajs" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/caperiver/oob) +"ajt" = ( +/obj/structure/prop/dam/drill, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aju" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"ajv" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"ajw" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/west) +"ajx" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"ajy" = ( +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"ajz" = ( +/turf/closed/wall/strata_outpost, +/area/caperiver/indoors/caves/nw) +"ajA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ajB" = ( +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"ajC" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"ajD" = ( +/obj/item/stack/rods, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"ajE" = ( +/obj/structure/platform_decoration/metal/strata/north, +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/outdoors/landing_zone_2/river) +"ajF" = ( +/obj/structure/fence/slim, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/north) +"ajG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south) +"ajH" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"ajI" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/south) +"ajJ" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/miningbase/engi) +"ajK" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ajL" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/se) +"ajM" = ( +/turf/open/gm/river/desert/shallow_edge/southwest, +/area/caperiver/outdoors/landing_zone_2/river) +"ajN" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"ajO" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"ajP" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"ajQ" = ( +/obj/structure/girder, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"ajR" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain{ + pixel_x = 6; + layer = 2.1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"ajS" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north_east) +"ajT" = ( +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"ajU" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"ajV" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/largecrate/random/barrel/red, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"ajW" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ajX" = ( +/obj/structure/sign/banners/clf_worn{ + pixel_y = 31; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/hybrisa/bunkbed3, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"ajY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ajZ" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"aka" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52; + pixel_y = -9 + }, +/obj/effect/decal/large_stain, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"akb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"akc" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"akd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ake" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating/platingdmg2, +/area/caperiver/indoors/caves/s) +"akf" = ( +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"akg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"akh" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aki" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = -9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"akj" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"akk" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"akl" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"akm" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"akn" = ( +/obj/structure/closet/crate/supply, +/obj/item/storage/firstaid/adv, +/obj/item/mre_food_packet/clf, +/obj/item/mre_food_packet/clf, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"ako" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"akp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"akq" = ( +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"akr" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aks" = ( +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"akt" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/mining_base_exterior/south) +"aku" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"akv" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"akw" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"akx" = ( +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"aky" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_east) +"akz" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south) +"akA" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/seeds/nettleseed, +/obj/item/seeds/riceseed, +/obj/item/seeds/lemonseed, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"akB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"akC" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"akD" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"akE" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"akF" = ( +/obj/item/shard, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"akG" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west) +"akH" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/outdoors/con_am_exterior/north) +"akI" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"akJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"akK" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"akL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"akM" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"akN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"akO" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"akP" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/scrublands/central) +"akQ" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"akR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"akS" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"akT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/obj/item/tool/crowbar, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"akU" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"akV" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"akW" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"akX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"akY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/rods, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"akZ" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"ala" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"alb" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"alc" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"ald" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/north) +"ale" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/indoors/caves/s) +"alf" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"alg" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"alh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/obj/effect/decal/large_stain{ + layer = 2.6 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"ali" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"alj" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"alk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"all" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"alm" = ( +/obj/structure/platform/stone/sandstone, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/landing_zone_2/river) +"aln" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"alo" = ( +/turf/open/gm/river/desert/shallow_corner, +/area/caperiver/outdoors/chasm) +"alp" = ( +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south) +"alq" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"alr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_4, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"als" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"alt" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"alu" = ( +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep/covered, +/area/caperiver/indoors/conambase/research_w) +"alv" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"alw" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"alx" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aly" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"alz" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south_east) +"alA" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/south) +"alB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"alC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"alD" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"alE" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"alF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"alG" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/scrublands/south/antiweed) +"alH" = ( +/obj/item/explosive/mine/active/no_iff{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/oob) +"alI" = ( +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"alJ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"alK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/landing_zone_2) +"alL" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = -4; + pixel_y = -17 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"alM" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"alN" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"alO" = ( +/turf/open/floor/kutjevo/colors/cyan/edge/northeast, +/area/caperiver/indoors/miningbase/medical) +"alP" = ( +/turf/open/desert/desert_shore/shore_corner1, +/area/caperiver/outdoors/landing_zone_2/river) +"alQ" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"alR" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"alS" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"alT" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"alU" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"alV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"alW" = ( +/turf/closed/wall/strata_outpost, +/area/caperiver/oob) +"alX" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"alY" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"alZ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"ama" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"amb" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"amc" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"amd" = ( +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"ame" = ( +/obj/structure/machinery{ + density = 1; + dir = 8; + icon = 'icons/obj/vehicles/clf_van.dmi'; + icon_state = "van_base"; + explo_proof = 1; + name = "CLF Technical"; + pixel_y = -28; + unacidable = 1; + unslashable = 1; + use_power = 0; + needs_power = 0 + }, +/obj/item/tool/wrench{ + pixel_x = -7; + pixel_y = -17 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/outdoors/landing_zone_2) +"amf" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"amg" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"amh" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"ami" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"amj" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"amk" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aml" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/landing_zone_1) +"amm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"amn" = ( +/turf/open/floor/station/metal/floor, +/area/caperiver/telecomms/telecomm_3) +"amo" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"amp" = ( +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2) +"amq" = ( +/obj/structure/platform/stone/sandstone/north, +/turf/open/gm/river/desert/shallow_corner/west, +/area/caperiver/outdoors/landing_zone_2/river) +"amr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"ams" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"amt" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"amu" = ( +/obj/structure/sign/safety/commline_connection{ + name = "Communications Array Direction"; + desc = "Direction of a Communications Array."; + pixel_x = 6 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/telecomms/telecomm_4) +"amv" = ( +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"amw" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/west) +"amx" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"amy" = ( +/obj/item/trash/hotdog, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"amz" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/road/north) +"amA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_x = 30 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"amB" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"amC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"amD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"amE" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"amF" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"amG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"amH" = ( +/obj/structure/surface/table/reinforced/prison, +/obj/item/storage/box/cups{ + pixel_x = -9; + pixel_y = 7 + }, +/obj/item/reagent_container/food/drinks/coffee{ + name = "\improper paper cup"; + pixel_x = 8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"amI" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"amJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -5; + dir = 6 + }, +/obj/structure/ore_box, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"amK" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + icon_state = "brflowers_3" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"amL" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"amM" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"amN" = ( +/obj/item/stack/sandbags_empty/small_stack, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"amO" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/west) +"amP" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"amQ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"amR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"amS" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"amT" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"amU" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"amV" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -7 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"amW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"amX" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"amY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"amZ" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"ana" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"anb" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -7 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"anc" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"and" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ane" = ( +/obj/structure/fence/slim, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"anf" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"ang" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"anh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/closet/crate, +/obj/item/ammo_magazine/shotgun/buckshot, +/obj/item/ammo_magazine/shotgun/slugs, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"ani" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"anj" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/scrublands/central) +"ank" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"anl" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"anm" = ( +/obj/structure/machinery/sensortower{ + pixel_x = -8 + }, +/turf/open/floor/bluegrid, +/area/caperiver/indoors/processing) +"ann" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8"; + pixel_x = -14; + pixel_y = -19 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/west) +"ano" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"anp" = ( +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north) +"anq" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"anr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"ans" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ant" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"anu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"anv" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_2" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"anw" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"anx" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"any" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"anz" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"anA" = ( +/obj/item/tool/shovel, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"anB" = ( +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 22; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt, +/area/caperiver/oob) +"anC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"anD" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"anE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"anF" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"anG" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"anH" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/scrublands/central) +"anI" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"anJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"anK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -4; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"anL" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"anM" = ( +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/sign/safety/four{ + layer = 2.9; + pixel_x = 7; + color = "#718184"; + pixel_y = -32 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"anN" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"anO" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"anP" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"anQ" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"anR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"anS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"anT" = ( +/obj/structure/platform_decoration/metal/kutjevo/north, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"anU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"anV" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"anW" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"anX" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"anY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_2/cave) +"anZ" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"aoa" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"aob" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"aoc" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aod" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aoe" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aof" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/tool/pen/blue, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aog" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aoh" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"aoi" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aoj" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo/panelscorched, +/area/caperiver/outdoors/scrublands/nw_cave) +"aok" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"aol" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"aom" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aon" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aoo" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aop" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/prison/darkbrown2/east, +/area/caperiver/indoors/conambase/recreational) +"aoq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aor" = ( +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"aos" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"aot" = ( +/obj/structure/cable/white{ + icon_state = "2-9"; + pixel_x = 15 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aou" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"aov" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aow" = ( +/obj/structure/window_frame/abyssal/blue, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"aox" = ( +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aoy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aoz" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + layer = 5 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"aoA" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/dirt, +/area/caperiver/oob) +"aoB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aoC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"aoD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/west) +"aoE" = ( +/obj/structure/girder/displaced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"aoF" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/landing_zone_2/cave) +"aoG" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aoH" = ( +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"aoI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aoJ" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"aoK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"aoL" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/organ/lungs, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"aoM" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"aoN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"aoO" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aoP" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/caperiver/indoors/conambase/unknown) +"aoQ" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aoR" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"aoS" = ( +/obj/structure/machinery/fuelcell_recycler/full, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"aoT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aoU" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aoV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"aoW" = ( +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_x = 3; + pixel_y = 10 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aoX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"aoY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aoZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"apa" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"apb" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"apc" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"apd" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"ape" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"apf" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"apg" = ( +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/landing_zone_1) +"aph" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"api" = ( +/obj/structure/pipes/vents, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"apj" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"apk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"apl" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"apm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"apn" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"apo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"app" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -23; + pixel_y = 20 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"apq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/scrublands/central) +"apr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aps" = ( +/obj/structure/machinery/floodlight, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"apt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/whitegreenfull, +/area/caperiver/indoors/conambase/medical) +"apu" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"apv" = ( +/obj/structure/largecrate/supply{ + pixel_x = 8; + pixel_y = 3 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/landing_zone_2) +"apw" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"apx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"apy" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/west) +"apz" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo/platingdmg1, +/area/caperiver/indoors/miningbase/medical) +"apA" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"apB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"apC" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"apD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"apE" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"apF" = ( +/turf/closed/wall/solaris/reinforced/hull, +/area/caperiver/outdoors/landing_zone_2) +"apG" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/north) +"apH" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"apI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"apJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"apK" = ( +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"apL" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/support) +"apM" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"apN" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/caperiver/indoors/conambase/unknown) +"apO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"apP" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"apQ" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"apR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"apS" = ( +/obj/structure/largecrate/empty/secure, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"apT" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"apU" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"apV" = ( +/mob/living/simple_animal/small/bat, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"apW" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"apX" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"apY" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"apZ" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"aqa" = ( +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aqb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"aqc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"aqd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -1; + pixel_y = -3 + }, +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aqe" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"aqf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"aqg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"aqh" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aqi" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"aqj" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aqk" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"aql" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aqm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"aqn" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"aqo" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aqp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/research_w) +"aqq" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aqr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aqs" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"aqt" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/south) +"aqu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"aqv" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west) +"aqw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aqx" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aqy" = ( +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/landing_zone_2) +"aqz" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aqA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aqB" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aqC" = ( +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"aqD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aqE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"aqF" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aqG" = ( +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aqH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aqI" = ( +/obj/structure/sign/safety/food_storage{ + pixel_y = 32 + }, +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_y = 32; + pixel_x = 14 + }, +/obj/structure/machinery/vending/dinnerware{ + pixel_x = -4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"aqJ" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aqK" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aqL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"aqM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aqN" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aqO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"aqP" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"aqQ" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aqR" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"aqS" = ( +/turf/open/floor/kutjevo/tiles, +/area/caperiver/indoors/miningbase/checkpoint) +"aqT" = ( +/obj/structure/bed/chair{ + dir = 1; + layer = 2.7 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aqU" = ( +/obj/structure/prop/hybrisa/fakeplatforms/platform3{ + pixel_y = -6 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/se) +"aqV" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"aqW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"aqX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"aqY" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"aqZ" = ( +/obj/structure/sign/safety/west{ + pixel_y = 23; + pixel_x = 7; + name = "\improper West traffic signal" + }, +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south_east) +"ara" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"arb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -8; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"arc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"ard" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/caperiver/oob) +"are" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"arf" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"arg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/indoors/miningbase/hydro) +"arh" = ( +/obj/effect/sentry_landmark/lz_2/bottom_right, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"ari" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"arj" = ( +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"ark" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"arl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"arm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/largecrate/supply, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached14, +/area/caperiver/outdoors/mining_base_exterior/south) +"arn" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aro" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"arp" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -40; + pixel_y = 15 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"arq" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"arr" = ( +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ars" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/floor3, +/area/caperiver/outdoors/landing_zone_2/interior) +"art" = ( +/obj/item/hardpoint/locomotion/van_wheels{ + pixel_x = 5 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2) +"aru" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south) +"arv" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"arw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"arx" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 20; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ary" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/west/antiweed) +"arz" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"arA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"arB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"arC" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"arD" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"arE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"arF" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"arG" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"arH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"arI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"arJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"arK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/scrublands/central) +"arL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/north) +"arM" = ( +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"arN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 31 + }, +/obj/structure/machinery/computer/arcade, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"arO" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"arP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/outdoors/scrublands/west) +"arQ" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"arR" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"arS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"arT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/south) +"arU" = ( +/obj/item/tool/wet_sign{ + pixel_x = 3 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"arV" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"arW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"arX" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/west/antiweed) +"arY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet/crate/secure/gear, +/obj/effect/spawner/random/gun/clf_primary/highchance, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"arZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"asa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"asb" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_y = -1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"asc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"asd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"ase" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"asf" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"asg" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"ash" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"asi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"asj" = ( +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"ask" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"asl" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"asm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"asn" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"aso" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"asp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2/southwest, +/area/caperiver/indoors/conambase/delivery) +"asq" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"asr" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"ass" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"ast" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/telecomms/telecomm_3) +"asu" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"asv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"asw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"asx" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/southwest, +/area/caperiver/indoors/miningbase/medical) +"asy" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"asz" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"asA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"asB" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"asC" = ( +/obj/effect/landmark/hunter_primary, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"asD" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + dir = 1; + req_one_access = null + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"asE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"asF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/girder/displaced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"asG" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/blue, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"asH" = ( +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"asI" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"asJ" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"asK" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/telecomms/telecomm_3) +"asL" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"asM" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"asN" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"asO" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"asP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"asQ" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"asR" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 14; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"asS" = ( +/obj/structure/sign/safety/commline_connection{ + name = "Communications Array Direction"; + desc = "Direction of a Communications Array."; + pixel_x = 6 + }, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/telecomms/telecomm_2) +"asT" = ( +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_blank"; + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"asU" = ( +/obj/structure/cable/white{ + icon_state = "2-5"; + level = 2; + pixel_y = -6; + pixel_x = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"asV" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"asW" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"asX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"asY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"asZ" = ( +/obj/structure/surface/rack, +/obj/item/engi_upgrade_kit, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"ata" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"atb" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/telecomms/telecomm_3) +"atc" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"atd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"ate" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"atf" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"atg" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 10 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"ath" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7; + icon_state = "sandbag_2" + }, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"ati" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west) +"atj" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"atk" = ( +/obj/structure/flora/tree/joshua, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"atl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"atm" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"atn" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/n) +"ato" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"atp" = ( +/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/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"atq" = ( +/obj/effect/landmark/spycam_start, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"atr" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"ats" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"att" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"atu" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"atv" = ( +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/landing_zone_2/river) +"atw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"atx" = ( +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"aty" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"atz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_22"; + pixel_y = 8; + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"atA" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 1; + closed = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"atB" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"atC" = ( +/turf/open/floor/plating/platingdmg2, +/area/caperiver/indoors/caves/s) +"atD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"atE" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"atF" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"atG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"atH" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"atI" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"atJ" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north_west) +"atK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/west/antiweed) +"atL" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -21; + pixel_y = 24 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"atM" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"atN" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"atO" = ( +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"atP" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"atQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"atR" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_2) +"atS" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"atT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"atU" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/rec) +"atV" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"atW" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"atX" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"atY" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"atZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/kutjevo/colony, +/area/caperiver/indoors/miningbase/engi) +"aua" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aub" = ( +/obj/item/ammo_magazine/rifle/mar40{ + current_rounds = 0 + }, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"auc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/hybrisa/bunkbed3, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aud" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aue" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2/west, +/area/caperiver/indoors/conambase/recreational) +"auf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -35; + pixel_y = -1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aug" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"auh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aui" = ( +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"auj" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"auk" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/checkpoint) +"aul" = ( +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"aum" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aun" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"auo" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"aup" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redwywingsleft, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"auq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"aur" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aus" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aut" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"auu" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_east) +"auv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"auw" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8; + layer = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aux" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"auy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/spawner/random/mats/highchance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/caperiver/indoors/miningbase/medical) +"auz" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"auA" = ( +/obj/structure/largecrate/random/barrel/red{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"auB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"auC" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"auD" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"auE" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"auF" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"auG" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/landing_zone_2) +"auH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6; + layer = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"auI" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"auJ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"auK" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"auL" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/south) +"auM" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"auN" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"auO" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"auP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"auQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"auR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"auS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"auT" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/landing_zone_2) +"auU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"auV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/bushlands) +"auW" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"auX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 15; + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"auY" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"auZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"ava" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"avb" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"avc" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"avd" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"ave" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"avf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"avg" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/prop/hybrisa/vehicles/car_pileup{ + pixel_y = -25; + health = 150000 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"avh" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"avi" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"avj" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"avk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"avl" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"avm" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"avn" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"avo" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"avp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/shotgun/flechette/empty, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"avq" = ( +/obj/item/shard, +/obj/structure/machinery/colony_floodlight/engineer_circular{ + alpha = 0 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"avr" = ( +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = -4; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = 16 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"avs" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/bunker) +"avt" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"avu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"avv" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"avw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"avx" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"avy" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"avz" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"avA" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"avB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = 8; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"avC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/microwave{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"avD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5; + pixel_x = -1 + }, +/turf/open/floor/darkbrown2/west, +/area/caperiver/indoors/conambase/delivery) +"avE" = ( +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"avF" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north) +"avG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"avH" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"avI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrown2/east, +/area/caperiver/indoors/conambase/delivery) +"avJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7; + light_color = "#FF7700"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"avK" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"avL" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"avM" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"avN" = ( +/obj/structure/platform/metal/strata, +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/landing_zone_2/river) +"avO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"avP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west/antiweed) +"avQ" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/kutjevo/colors/purple/edge/north, +/area/caperiver/indoors/miningbase/dorm) +"avR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"avS" = ( +/obj/structure/sign/safety/west{ + pixel_y = 23; + pixel_x = 7; + name = "\improper West traffic signal" + }, +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -16; + pixel_y = 11 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"avT" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"avU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/west) +"avV" = ( +/turf/open/floor/station/metal/alt_floor, +/area/caperiver/indoors/conambase/support) +"avW" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"avX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 33 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_8"; + desc = null; + name = "sticky notes" + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"avY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 25; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"avZ" = ( +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_1) +"awa" = ( +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"awb" = ( +/obj/structure/platform_decoration/stone/soro/west, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"awc" = ( +/obj/effect/decal/hybrisa/warningstripes_angled_corner{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/se) +"awd" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"awe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"awf" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"awg" = ( +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"awh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/item/explosive/mine/active/no_iff{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"awi" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Red{ + pixel_y = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"awj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"awk" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"awl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/central) +"awm" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/west) +"awn" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"awo" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"awp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"awq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"awr" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"aws" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"awt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"awu" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"awv" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/west) +"aww" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"awx" = ( +/obj/structure/ore_box{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"awy" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"awz" = ( +/obj/structure/largecrate/random/case, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"awA" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"awB" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west) +"awC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"awD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"awE" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"awF" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"awG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"awH" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"awI" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"awJ" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"awK" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 25 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/north_west) +"awL" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"awM" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"awN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"awO" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"awP" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"awQ" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/unknown) +"awR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"awS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"awT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"awU" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/admin) +"awV" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"awW" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"awX" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"awY" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 6 + }, +/obj/structure/pipes/vents/pump, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"awZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -5; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"axa" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"axb" = ( +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"axc" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 8; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"axd" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_west) +"axe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"axf" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north) +"axg" = ( +/turf/open/desert/desert_shore/shore_corner2, +/area/caperiver/outdoors/chasm) +"axh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"axi" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"axj" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"axk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"axl" = ( +/turf/open/floor/darkpurplecorners2/east, +/area/caperiver/indoors/conambase/research_e) +"axm" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/chasm) +"axn" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"axo" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"axp" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"axq" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"axr" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"axs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/wood/wood_broken, +/area/caperiver/outdoors/landing_zone_2/interior) +"axt" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"axu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"axv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"axw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"axx" = ( +/obj/structure/sign/safety/galley{ + pixel_y = 33; + pixel_x = 7 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"axy" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"axz" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"axA" = ( +/obj/structure/ore_box, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"axB" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"axC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"axD" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"axE" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"axF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/caperiver/indoors/conambase/support) +"axG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"axH" = ( +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"axI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"axJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"axK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"axL" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/west) +"axM" = ( +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/unknown) +"axN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"axO" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"axP" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north) +"axQ" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/landing_zone_2) +"axR" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south) +"axS" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"axT" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"axU" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"axV" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"axW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"axX" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/se) +"axY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"axZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aya" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/structure/platform_decoration/stone/mineral/east{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/scrublands/south_east) +"ayb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/sword/machete, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/telecomms/telecomm_3) +"ayc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"ayd" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4 + }, +/obj/item/stack/rods, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"aye" = ( +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/unknown) +"ayf" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"ayg" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"ayh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"ayi" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"ayj" = ( +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"ayk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"ayl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/colors/orange/inner_corner/west, +/area/caperiver/indoors/miningbase/engi) +"aym" = ( +/obj/structure/flora/grass/desert/heavygrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ayn" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"ayo" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"ayp" = ( +/obj/structure/platform/metal/strata, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/caperiver/outdoors/landing_zone_2) +"ayq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"ayr" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ays" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/west) +"ayt" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/se) +"ayu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/road/central) +"ayv" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"ayw" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"ayx" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"ayy" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/paper/crumpled/bloody{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/paper/crumpled/bloody{ + pixel_x = -4 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"ayz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"ayA" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"ayB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/engi) +"ayC" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/road/west/antiweed) +"ayD" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"ayE" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_west) +"ayF" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"ayG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = -11; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/caperiver/indoors/conambase/support) +"ayH" = ( +/turf/open/gm/river/desert/shallow_edge, +/area/caperiver/outdoors/chasm) +"ayI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/station/metal/floor/east, +/area/caperiver/telecomms/telecomm_3) +"ayJ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"ayK" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"ayL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"ayM" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"ayN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"ayO" = ( +/obj/effect/decal/remains/robot{ + pixel_x = -14; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"ayP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"ayQ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"ayR" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ayS" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"ayT" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ayU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"ayV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"ayW" = ( +/turf/open/gm/river/desert/shallow_corner/east, +/area/caperiver/outdoors/chasm) +"ayX" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ayY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"ayZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"aza" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/conambase/research_w) +"azb" = ( +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_4"; + pixel_x = 5 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"azc" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"azd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aze" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"azf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"azg" = ( +/turf/closed/wall/solaris, +/area/caperiver/outdoors/landing_zone_2/interior) +"azh" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"azi" = ( +/obj/effect/decal/hybrisa/trash, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/engi) +"azj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"azk" = ( +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/support) +"azl" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"azm" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"azn" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"azo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"azp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"azq" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/landing_zone_2) +"azr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"azs" = ( +/obj/structure/prop/dam/drill, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"azt" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"azu" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"azv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/frame/table/almayer, +/obj/item/shard, +/obj/item/shard, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"azw" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"azx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"azy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 37; + pixel_x = 9 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_x = -1 + }, +/obj/structure/sign/safety/maint{ + pixel_x = -17; + pixel_y = -8 + }, +/obj/structure/largecrate, +/turf/open/floor/darkbrown2/northwest, +/area/caperiver/indoors/conambase/delivery) +"azz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"azA" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"azB" = ( +/mob/living/simple_animal/small/bat, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"azC" = ( +/obj/structure/prop/hybrisa/misc/detonator{ + pixel_y = -5 + }, +/obj/structure/cable/white{ + icon_state = "1-2"; + level = 2 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"azD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = -13 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo/platingdmg1, +/area/caperiver/outdoors/landing_zone_1/interior) +"azE" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"azF" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"azG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/telecomms/telecomm_3) +"azH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"azI" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_x = -9; + pixel_y = 6 + }, +/obj/structure/platform/stone/soro/east, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"azJ" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1; + icon_state = "sandbag_2" + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"azK" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"azL" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/trash/hotdog{ + pixel_x = 7; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"azM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"azN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/indoors/miningbase/admin) +"azO" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"azP" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"azQ" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"azR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_y = -1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"azS" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"azT" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"azU" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/scrublands/central) +"azV" = ( +/obj/structure/machinery/landinglight/delaytwo, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"azW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"azX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 1 + }, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"azY" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"azZ" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aAa" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north) +"aAb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aAc" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"aAe" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/n) +"aAf" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aAg" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aAh" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/landing_zone_1) +"aAi" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north) +"aAj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"aAk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aAl" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"aAm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"aAn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkredcorners2/west, +/area/caperiver/indoors/conambase/support) +"aAo" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clothing/gloves/marine/veteran/insulated{ + pixel_y = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"aAp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/item/paper_bin/wy{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aAq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"aAr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"aAs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aAu" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAv" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west) +"aAw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"aAx" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aAy" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aAz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/blueright, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAA" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/west) +"aAB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"aAC" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aAD" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/road/west) +"aAE" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"aAF" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aAG" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1"; + name = "\improper Landing Zone Shutters"; + dir = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"aAH" = ( +/turf/open/floor/prison/darkyellow2, +/area/caperiver/indoors/conambase/unknown) +"aAI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/floor/north, +/area/caperiver/telecomms/telecomm_3) +"aAJ" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aAK" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"aAL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"aAM" = ( +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"aAN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aAO" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aAP" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAQ" = ( +/obj/structure/largecrate/random/secure{ + pixel_x = -2 + }, +/obj/item/prop/helmetgarb/gunoil{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aAR" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Turquoise_Cargo{ + pixel_y = -4; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aAS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aAT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/telecomms/telecomm_3) +"aAU" = ( +/obj/structure/largecrate/supply/ammo/sentry{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/inner_corner, +/area/caperiver/telecomms/telecomm_1) +"aAV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aAW" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aAX" = ( +/obj/structure/machinery/floodlight, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aAY" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"aAZ" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aBa" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aBb" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aBc" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"aBd" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/dorm) +"aBe" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aBf" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aBg" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aBh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aBi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 4; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aBj" = ( +/obj/structure/machinery/landinglight/delayone, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aBk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aBl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/spawner/random/tool{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"aBm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/sign/poster/clf{ + pixel_y = 32 + }, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aBn" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/se) +"aBo" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/nw_cave) +"aBp" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aBq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aBr" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"aBs" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aBt" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/landing_zone_2) +"aBu" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"aBv" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"aBw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aBx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aBy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkbrown3/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"aBz" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"aBA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sink{ + pixel_y = 26 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"aBB" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/sign/conam/variant3{ + pixel_y = 31 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"aBC" = ( +/obj/effect/spawner/random/tool{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"aBD" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 1; + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"aBE" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"aBF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aBG" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aBH" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"aBI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aBJ" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aBK" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aBL" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"aBM" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"aBN" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aBO" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/west) +"aBP" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"aBQ" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aBR" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"aBS" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_west) +"aBT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aBU" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aBV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"aBW" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aBX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"aBY" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"aBZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"aCa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"aCb" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aCc" = ( +/obj/item/weapon/sword/machete, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"aCd" = ( +/obj/structure/sign/poster/corporate{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = 8 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"aCe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/telecomms/telecomm_3) +"aCf" = ( +/obj/effect/landmark/queen_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aCg" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"aCh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aCi" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aCj" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"aCk" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aCl" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/west) +"aCm" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"aCn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = 7 + }, +/obj/structure/bed/sofa/south/grey/left{ + pixel_y = 10 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aCo" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"aCp" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aCq" = ( +/obj/structure/largecrate/random/barrel/red{ + pixel_y = 14; + pixel_x = -6; + layer = 3.01 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aCr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aCs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/tanright, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"aCt" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aCu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"aCv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -2; + pixel_y = 17 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aCw" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"aCx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/oil{ + pixel_x = -4; + pixel_y = -7 + }, +/obj/effect/spawner/random/tool{ + pixel_x = -6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"aCy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/north) +"aCz" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/landmark/lizard_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aCA" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"aCB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"aCC" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aCD" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"aCE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aCF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"aCG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"aCH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/cell_stripe, +/area/caperiver/indoors/conambase/delivery) +"aCI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aCJ" = ( +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/obj/structure/sign/poster/music{ + pixel_x = 15; + pixel_y = 37 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"aCK" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"aCL" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"aCM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aCN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 4; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aCO" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aCP" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aCQ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aCR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/telecomms/telecomm_2) +"aCS" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aCT" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aCU" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/west) +"aCV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aCW" = ( +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"aCX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aCY" = ( +/obj/structure/mineral_door/wood{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aCZ" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aDa" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/bushlands) +"aDb" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"aDc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west) +"aDd" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aDe" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 12; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aDf" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aDg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window_small{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"aDh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aDi" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aDj" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -18; + pixel_y = 13 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"aDk" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/outdoors/scrublands/north) +"aDl" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_1) +"aDm" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"aDn" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aDo" = ( +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/caperiver/indoors/conambase/unknown) +"aDp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aDq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/engi) +"aDr" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aDs" = ( +/obj/structure/cable/white{ + icon_state = "1-10"; + level = 2; + pixel_x = 15 + }, +/obj/structure/cable/white{ + icon_state = "1-9"; + level = 2; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -11 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"aDt" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aDu" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"aDv" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"aDw" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/caperiver/oob) +"aDx" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 1 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 13 + }, +/obj/structure/machinery/big_computers/computerbrown/computer3, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"aDy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/caperiver/indoors/conambase/research_e) +"aDz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/prison/darkyellow2/west, +/area/caperiver/indoors/conambase/recreational) +"aDA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/iv_drip, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"aDB" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/south_east) +"aDC" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aDD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aDE" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"aDF" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aDG" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aDH" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"aDI" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/con_am_exterior/south) +"aDJ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aDK" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aDL" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"aDM" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aDN" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"aDO" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"aDP" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"aDQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"aDR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"aDS" = ( +/obj/structure/prop/invuln/dense/excavator{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aDT" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aDU" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aDV" = ( +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"aDW" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"aDX" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/turf/open/floor/shiva/radiator_tile2, +/area/caperiver/indoors/conambase/engi) +"aDY" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"aDZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"aEa" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"aEb" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"aEc" = ( +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"aEd" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aEe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"aEf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aEg" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"aEh" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_3) +"aEi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aEj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/burger, +/obj/structure/closet/secure_closet/surgical{ + pixel_y = -28; + pixel_x = -1; + req_access = null + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"aEk" = ( +/mob/living/simple_animal/small/lizard, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aEl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aEm" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/north) +"aEn" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aEo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 4; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"aEp" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aEq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"aEr" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aEs" = ( +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"aEt" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"aEu" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aEv" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"aEw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"aEx" = ( +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/sw) +"aEy" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"aEz" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"aEA" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"aEB" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_east) +"aEC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"aED" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aEE" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/central) +"aEF" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aEG" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aEH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"aEI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aEJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"aEK" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/north_west) +"aEL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aEM" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"aEN" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aEO" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aEP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aEQ" = ( +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aER" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"aES" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aET" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/caperiver/outdoors/scrublands/south_east) +"aEU" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aEV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aEW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aEX" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"aEY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aEZ" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aFa" = ( +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"aFb" = ( +/obj/structure/platform/stone/sandstone, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"aFc" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + layer = 2.9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aFd" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"aFe" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating, +/area/caperiver/outdoors/landing_zone_2) +"aFf" = ( +/obj/item/ammo_casing/bullet, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aFg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFh" = ( +/obj/structure/surface/table/gamblingtable, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"aFi" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"aFj" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aFk" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/central) +"aFl" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"aFm" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFn" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"aFo" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"aFp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aFq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/ammo_magazine/pistol/highpower{ + current_rounds = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFr" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"aFs" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/medical) +"aFt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -5; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aFv" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 1; + pixel_y = -4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/se) +"aFw" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aFx" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aFy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aFz" = ( +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFA" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aFB" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aFC" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aFD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 4; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aFE" = ( +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"aFF" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/indoors/miningbase/rec) +"aFG" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"aFH" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/telecomms/telecomm_3) +"aFI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/indoors/miningbase/rec) +"aFJ" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"aFK" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"aFL" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aFM" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aFN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/scrublands/north) +"aFO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aFP" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock, +/area/caperiver/oob) +"aFQ" = ( +/obj/structure/flora/grass/desert/lightgrass_12{ + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aFR" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers/Fuel{ + dir = 1; + pixel_x = -20; + pixel_y = -10 + }, +/obj/structure/prop/hybrisa/misc/fire/fire1{ + color = "#ffa700"; + layer = 7; + light_color = "#FF7700"; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/rock, +/area/caperiver/oob) +"aFS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aFT" = ( +/obj/item/shard, +/obj/effect/decal/remains/robot{ + pixel_x = -21; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"aFU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 4; + dir = 8; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aFV" = ( +/obj/effect/spawner/random/mats/midchance, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aFW" = ( +/obj/item/tool/warning_cone{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/tool/warning_cone{ + pixel_y = 4; + pixel_x = -3 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aFX" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aFY" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/lz_cave) +"aFZ" = ( +/obj/item/stack/rods, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aGa" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/west) +"aGb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aGc" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/mining_base_exterior/south) +"aGd" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aGe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/closet/firecloset, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aGf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aGg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{ + pixel_y = 32 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"aGh" = ( +/obj/structure/fence/slim/dark/door, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aGi" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aGj" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"aGk" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aGl" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aGm" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"aGn" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south) +"aGo" = ( +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"aGp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"aGq" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aGr" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 1; + pixel_y = -4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/se) +"aGs" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/telecomms/telecomm_2) +"aGt" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aGu" = ( +/turf/open/desert/desert_shore/shore_edge1, +/area/caperiver/outdoors/landing_zone_2/river) +"aGv" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + layer = 3.9; + pixel_y = 8; + pixel_x = -3 + }, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"aGw" = ( +/obj/structure/largecrate/random/case, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"aGx" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aGy" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aGz" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 4; + pixel_y = -3; + pixel_x = 1; + buckling_x = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aGA" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/scrublands/north) +"aGB" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"aGC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"aGD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"aGE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aGF" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/structure/pipes/vents/pump, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"aGG" = ( +/obj/structure/machinery/power/power_generator/reactor/colony{ + name = "\improper S-13 solar power collector"; + desc = "Power-bank designed to hold and disperse solar energy collected from the externally mounted solar arrays." + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/engi) +"aGH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_y = -13 + }, +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"aGI" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"aGJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E" + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/landing_zone_2) +"aGK" = ( +/obj/structure/machinery/vending/dinnerware{ + pixel_x = 5 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"aGL" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aGM" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aGN" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"aGO" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock, +/area/caperiver/oob) +"aGP" = ( +/obj/structure/window/framed/abyssal/standard/hull, +/turf/open/floor/engine, +/area/caperiver/oob) +"aGQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aGR" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"aGS" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aGT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south_east) +"aGU" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"aGV" = ( +/obj/structure/platform/metal/strata/north, +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/desert_shore/shore_edge1, +/area/caperiver/outdoors/bushlands) +"aGW" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"aGX" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aGY" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aGZ" = ( +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aHa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"aHb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aHc" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aHd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"aHe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/delivery) +"aHf" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south) +"aHg" = ( +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"aHh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aHi" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aHj" = ( +/obj/structure/window_frame/kutjevo, +/obj/item/shard, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/hydro) +"aHk" = ( +/turf/open/floor/station/metal/floor/north, +/area/caperiver/telecomms/telecomm_3) +"aHl" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aHm" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/ne) +"aHn" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/central/antiweed) +"aHo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/south) +"aHp" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aHq" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aHr" = ( +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"aHs" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"aHt" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aHu" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aHv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 20 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aHw" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/gun/special/lowchance, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aHx" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"aHy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 15; + pixel_y = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aHz" = ( +/mob/living/simple_animal/small/bat, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aHA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aHB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"aHC" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aHD" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"aHE" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aHF" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west) +"aHG" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/large/boulder3{ + color = "#7f6357"; + pixel_x = -16; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder2{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aHH" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aHI" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/north) +"aHJ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aHK" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"aHL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aHM" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/obj/item/ammo_magazine/rifle/mar40{ + current_rounds = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aHN" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/caperiver/oob) +"aHO" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_y = 20 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aHP" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aHQ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/con_am_exterior/north) +"aHR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aHS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/darkbrowncorners2/north, +/area/caperiver/indoors/conambase/delivery) +"aHT" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aHU" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"aHV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aHW" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"aHX" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade{ + pixel_x = -4 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 4 + }, +/obj/item/tool/shovel/spade, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, +/obj/item/reagent_container/glass/watertank, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"aHY" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aHZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"aIa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aIb" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aIc" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aId" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aIe" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north) +"aIf" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aIg" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aIh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aIi" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 4 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"aIj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"aIl" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aIm" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"aIn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aIo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"aIp" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aIq" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aIr" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aIs" = ( +/obj/structure/cable/white{ + icon_state = "1-10"; + level = 2; + pixel_x = 15 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aIt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aIu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aIv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/con_am_exterior/south) +"aIw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"aIx" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aIy" = ( +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/indoors/conambase/unknown) +"aIz" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aIA" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aIB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aIC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"aID" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/west/antiweed) +"aIE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"aIF" = ( +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"aIG" = ( +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"aIH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"aII" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"aIJ" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aIK" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aIL" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/sw) +"aIM" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aIN" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_1"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"aIO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/blocker/invisible_wall, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"aIP" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/west) +"aIQ" = ( +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/indoors/miningbase/admin) +"aIR" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aIS" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"aIT" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aIU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + pixel_y = 13 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"aIV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/conam/big_logo/damage_1{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"aIW" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aIX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -19; + pixel_y = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"aIY" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"aIZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/recreational) +"aJa" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aJb" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/north) +"aJc" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aJd" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"aJe" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aJf" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aJg" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"aJh" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"aJi" = ( +/turf/open/desert/desert_shore/desert_shore1, +/area/caperiver/outdoors/chasm) +"aJj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aJk" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"aJl" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"aJm" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_2"; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aJn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/alt_edge/southwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aJo" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aJp" = ( +/obj/structure/platform_decoration/metal/kutjevo/north, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"aJq" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aJr" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/mining_base_exterior/south) +"aJs" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aJt" = ( +/obj/structure/platform_decoration/metal/strata/west, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"aJu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aJv" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aJw" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"aJx" = ( +/obj/effect/spawner/random/gun/clf_primary/highchance, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"aJy" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aJz" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/telecomms/telecomm_2) +"aJA" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aJB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"aJC" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 3; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"aJD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aJE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"aJF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"aJG" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aJH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aJI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"aJJ" = ( +/obj/structure/cargo_container/hybrisa/containersextended/redwywingsright, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aJK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 17; + dir = 8; + pixel_x = 26 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aJL" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aJM" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aJN" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"aJO" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aJP" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/landing_zone_2) +"aJQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aJR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aJS" = ( +/obj/effect/decal/hybrisa/grate, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aJT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/recharge_station, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aJU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = -15; + dir = 8; + pixel_x = 7 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aJV" = ( +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = 8; + pixel_y = -32 + }, +/obj/structure/surface/rack, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/obj/item/storage/bag/plants{ + pixel_y = -3 + }, +/obj/item/storage/bag/plants{ + pixel_x = 3 + }, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"aJW" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aJX" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"aJY" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"aJZ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"aKa" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"aKb" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aKc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"aKd" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_x = -11; + pixel_y = -10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"aKe" = ( +/obj/effect/sentry_landmark/lz_2/bottom_left, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aKf" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north) +"aKg" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"aKh" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aKi" = ( +/obj/structure/largecrate/supply, +/obj/structure/sign/poster/clf{ + pixel_y = 32 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"aKj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aKk" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aKl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/prop/hybrisa/vehicles/car_pileup{ + pixel_y = -8; + pixel_x = -31; + health = 150000 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"aKm" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"aKn" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_x = 15; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aKo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aKp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aKq" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"aKr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aKs" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south) +"aKt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/colors/purple/edge/northeast, +/area/caperiver/indoors/miningbase/dorm) +"aKu" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north) +"aKv" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aKw" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north) +"aKx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aKy" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/landing_zone_1) +"aKz" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock, +/area/caperiver/oob) +"aKA" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aKB" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"aKC" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"aKD" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"aKE" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"aKF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"aKG" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/landing_zone_1) +"aKH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 8; + pixel_y = 20 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aKI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aKJ" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"aKK" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aKL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southwest, +/area/caperiver/indoors/conambase/support) +"aKM" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"aKN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aKO" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"aKP" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"aKQ" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aKR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 2; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aKS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = -4; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = 16 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"aKT" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"aKU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"aKV" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/effect/landmark/lizard_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aKW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aKX" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"aKY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/storage/firstaid/adv{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/storage/firstaid/fire, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"aKZ" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"aLa" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aLb" = ( +/obj/effect/decal/hybrisa/grate, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"aLc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aLd" = ( +/turf/closed/wall/strata_ice/jungle, +/area/caperiver/oob) +"aLe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"aLf" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/mob/living/simple_animal/small/lizard, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aLg" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"aLh" = ( +/obj/item/flag/plantable/clf, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aLi" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"aLj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"aLk" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/sign/safety/commline_connection{ + pixel_x = 7; + pixel_y = 8; + name = "Communications Array Direction"; + desc = "Direction of a Communications Array." + }, +/obj/structure/flora/grass/desert/heavygrass_3, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aLl" = ( +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/north_west) +"aLm" = ( +/obj/item/stack/rods, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"aLn" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aLo" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aLp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -2; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aLq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aLr" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/north) +"aLs" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aLt" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aLu" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aLv" = ( +/obj/structure/largecrate/random/barrel/red{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"aLw" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aLx" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aLy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"aLz" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2) +"aLA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aLB" = ( +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aLC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/darkbrown3/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"aLD" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"aLE" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/item/tool/warning_cone{ + pixel_y = 20; + pixel_x = -23 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aLF" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aLG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aLH" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"aLI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/sign/safety/water{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"aLJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aLK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aLL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"aLM" = ( +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"aLN" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"aLO" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/caperiver/indoors/conambase/unknown) +"aLP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"aLQ" = ( +/obj/structure/flora/grass/desert/lightgrass_12{ + pixel_x = -9; + pixel_y = -16 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"aLR" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"aLS" = ( +/turf/open/floor/interior/wood/alt, +/area/caperiver/outdoors/landing_zone_2) +"aLT" = ( +/obj/structure/flora/bush/canyon/bush/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/road/west) +"aLU" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aLV" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"aLW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"aLX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/indoors/conambase/engi) +"aLY" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aLZ" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"aMa" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west) +"aMb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aMc" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"aMd" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aMe" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_east) +"aMf" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south) +"aMg" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/south) +"aMh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aMi" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aMj" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aMk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"aMl" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/blocker/forcefield/vehicles, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"aMm" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/north) +"aMn" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aMo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aMp" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/large_stain{ + pixel_x = -23; + pixel_y = 7; + layer = 2.1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"aMq" = ( +/turf/open/floor/station/metal/floor/west, +/area/caperiver/telecomms/telecomm_3) +"aMr" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/tan, +/area/caperiver/telecomms/telecomm_4) +"aMs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aMt" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"aMu" = ( +/turf/open/floor/corsat, +/area/caperiver/indoors/conambase/unknown) +"aMv" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_east) +"aMw" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor2/east, +/area/caperiver/outdoors/con_am_exterior/south) +"aMx" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aMy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aMz" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aMA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"aMB" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4"; + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aMC" = ( +/obj/effect/landmark/static_comms/net_one, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_4) +"aMD" = ( +/turf/open/floor/kutjevo/tan/alt_edge/southwest, +/area/caperiver/outdoors/landing_zone_1) +"aME" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"aMF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"aMG" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -14; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aMH" = ( +/obj/structure/platform_decoration/stone/soro/west, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7"; + pixel_x = -12; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aMI" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/remains/human{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/organ/liver, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"aMJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/north) +"aMK" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"aML" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"aMM" = ( +/obj/effect/sentry_landmark/lz_1/top_left, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aMN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications/simple, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"aMO" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aMP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aMQ" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aMR" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_y = -7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 5; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"aMS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/caperiver/indoors/conambase/recreational) +"aMT" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/landing_zone_2) +"aMU" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aMV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ab8e75"; + dir = 1; + pixel_x = 3; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"aMW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aMX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aMY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aMZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"aNa" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"aNb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aNc" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"aNd" = ( +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"aNe" = ( +/obj/item/tool/wirecutters, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"aNf" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aNg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"aNh" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/sign/banners/clf_worn{ + pixel_y = 31; + pixel_x = -1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aNi" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aNj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aNk" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"aNl" = ( +/obj/item/stack/rods, +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aNm" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aNn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central) +"aNo" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"aNp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"aNq" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/telecomms/telecomm_2) +"aNr" = ( +/obj/structure/ore_box, +/obj/structure/prop/ice_colony/ground_wire, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aNs" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/checkpoint) +"aNt" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aNu" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"aNv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aNw" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"aNx" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south) +"aNy" = ( +/obj/structure/stairs/perspective{ + color = "#9b907c" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aNz" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aNA" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"aNB" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"aNC" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/west) +"aND" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aNE" = ( +/obj/structure/window/framed/strata, +/turf/open/floor/plating, +/area/caperiver/indoors/processing) +"aNF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"aNG" = ( +/turf/closed/wall/strata_outpost, +/area/caperiver/indoors/caves/sw) +"aNH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aNI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aNJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aNK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"aNL" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aNM" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aNN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aNO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"aNP" = ( +/turf/open/floor/plating, +/area/caperiver/outdoors/landing_zone_2) +"aNQ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + dir = 4; + pixel_x = -13; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aNR" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aNS" = ( +/turf/open/gm/dirt/brown/variant_3, +/area/caperiver/indoors/caves/sw) +"aNT" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"aNU" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"aNV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"aNW" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/north_west) +"aNX" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aNY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/window_frame/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"aNZ" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/cargo_container/hybrisa/containersextended/blueright, +/obj/effect/decal/large_stain{ + pixel_x = 4; + pixel_y = -9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/north) +"aOa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aOb" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aOc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aOd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 13; + pixel_y = -6; + dir = 8; + layer = 3.1 + }, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 18; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"aOe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aOf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"aOg" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/landing_zone_2) +"aOh" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/hybrisa/dirt, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aOi" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aOj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkbrowncorners2, +/area/caperiver/indoors/conambase/delivery) +"aOk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aOl" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"aOm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aOn" = ( +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aOo" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aOp" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aOq" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/mining_base_exterior/north) +"aOr" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/indoors/miningbase/engi) +"aOs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aOt" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aOu" = ( +/obj/structure/window/framed/wood, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aOv" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/desert/rock, +/area/caperiver/indoors/caves/s) +"aOw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aOx" = ( +/obj/structure/bed/hybrisa/bunkbed2, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"aOy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aOz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aOA" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/blocker/invisible_wall, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"aOB" = ( +/turf/open/floor/darkblue2/southeast, +/area/caperiver/indoors/conambase/unknown) +"aOC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aOD" = ( +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"aOE" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"aOF" = ( +/obj/structure/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"aOG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aOH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/sw) +"aOI" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"aOJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/telecomms/telecomm_2) +"aOK" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"aOL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aOM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = -9 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aON" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"aOO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/north) +"aOP" = ( +/obj/structure/sign/safety/rad_shield{ + pixel_x = 8 + }, +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/bunker) +"aOQ" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"aOR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 31 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aOS" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aOT" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/telecomms/telecomm_2) +"aOU" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aOV" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"aOW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aOX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west) +"aOY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aOZ" = ( +/obj/structure/sign/banners/clf_worn{ + pixel_x = 15; + pixel_y = 31 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/tool/pen/clicky{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/wood/wood_broken3, +/area/caperiver/outdoors/landing_zone_2/interior) +"aPa" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aPb" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aPc" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"aPd" = ( +/obj/item/tool/shovel, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aPe" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aPf" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"aPg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aPh" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aPi" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/ne) +"aPj" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"aPk" = ( +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/outdoors/landing_zone_2/river) +"aPl" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"aPm" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/recreational) +"aPn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"aPo" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"aPp" = ( +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"aPq" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 13; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aPr" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"aPs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/stack/rods, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"aPt" = ( +/obj/structure/sign/poster/clf{ + pixel_y = 32 + }, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aPu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/north) +"aPv" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/obj/item/stack/rods, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"aPw" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aPx" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"aPy" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aPz" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aPA" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/west/antiweed) +"aPB" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aPC" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/road/central/antiweed) +"aPD" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/telecomms/telecomm_2) +"aPE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aPF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aPG" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"aPH" = ( +/obj/structure/sign/banners/clf_worn{ + pixel_x = 9; + pixel_y = 31 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"aPI" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south) +"aPJ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aPK" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aPL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"aPM" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aPN" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"aPO" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aPP" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"aPQ" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aPR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/prop/hybrisa/vehicles/car_pileup{ + health = 150000 + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + light_color = "#FF7700"; + pixel_x = -1; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"aPS" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"aPT" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aPU" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"aPV" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aPW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aPX" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aPY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west) +"aPZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aQa" = ( +/turf/open/floor/prison/darkbrown2/east, +/area/caperiver/indoors/conambase/recreational) +"aQb" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"aQc" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north) +"aQd" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"aQe" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aQf" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aQg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"aQh" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/hydro) +"aQi" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aQj" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aQk" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/caperiver/indoors/conambase/unknown) +"aQl" = ( +/turf/closed/wall/cult, +/area/caperiver/indoors/conambase/unknown) +"aQm" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aQn" = ( +/obj/structure/cable/white{ + icon_state = "2-8"; + level = 2 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aQo" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"aQp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/coffee, +/obj/structure/sign/safety/galley{ + pixel_x = 36 + }, +/turf/open/floor/darkbrown2/southeast, +/area/caperiver/indoors/conambase/delivery) +"aQq" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/w) +"aQr" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aQs" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"aQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"aQu" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aQv" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aQw" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aQx" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west) +"aQy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = 22 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aQz" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aQA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"aQB" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aQC" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aQD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"aQE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aQF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/southeast, +/area/caperiver/indoors/conambase/support) +"aQG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/scrublands/north) +"aQH" = ( +/obj/structure/machinery/landinglight/delaythree, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aQI" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aQJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"aQK" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aQL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aQM" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/support) +"aQN" = ( +/obj/structure/bed/chair/office/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tiles, +/area/caperiver/indoors/miningbase/checkpoint) +"aQO" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"aQP" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"aQQ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8; + layer = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aQR" = ( +/obj/structure/machinery/computer/cameras{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/darkred2/southwest, +/area/caperiver/indoors/conambase/support) +"aQS" = ( +/obj/structure/flora/bush/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aQT" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"aQU" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/central) +"aQV" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aQW" = ( +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aQX" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"aQY" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aQZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aRa" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/faxmachine{ + department = "CLF - Cell 83" + }, +/obj/structure/sign/poster/clf{ + pixel_y = 36; + pixel_x = 10 + }, +/turf/open/floor/wood/wood_broken4, +/area/caperiver/outdoors/landing_zone_2/interior) +"aRb" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"aRc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/engi) +"aRd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"aRe" = ( +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/floor/prison/blue/east, +/area/caperiver/indoors/processing) +"aRf" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aRg" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"aRh" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"aRi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"aRj" = ( +/mob/living/simple_animal/small/lizard, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aRk" = ( +/obj/item/bodybag/cryobag, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"aRl" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aRm" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"aRn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/inner_corner/east, +/area/caperiver/telecomms/telecomm_1) +"aRo" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"aRp" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aRq" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/central) +"aRr" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aRs" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/sign/safety/medical{ + pixel_x = 33; + pixel_y = 7 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/central) +"aRt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/blue/west, +/area/caperiver/indoors/processing) +"aRu" = ( +/obj/structure/surface/rack, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"aRv" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aRw" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aRx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"aRy" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aRz" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aRA" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"aRB" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"aRC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"aRD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aRE" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"aRF" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aRG" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aRH" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"aRI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west) +"aRJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"aRK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"aRL" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aRM" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aRN" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/obj/structure/platform_decoration/metal/strata/north, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2) +"aRO" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"aRP" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/tool, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"aRQ" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/road/central) +"aRR" = ( +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/item/ashtray/plastic{ + icon_state = "ashtray_full_bl"; + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"aRS" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"aRT" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aRU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"aRV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"aRW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"aRX" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/caperiver/indoors/conambase/unknown) +"aRY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south_east) +"aRZ" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"aSa" = ( +/obj/structure/platform/metal/strata, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/bushlands) +"aSb" = ( +/obj/structure/prop/invuln/dense/excavator{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aSc" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/recreational) +"aSd" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aSe" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/darkred2/southeast, +/area/caperiver/indoors/conambase/support) +"aSf" = ( +/obj/structure/mineral_door/wood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aSg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aSh" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"aSi" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aSj" = ( +/obj/item/tool/screwdriver{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aSk" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"aSl" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aSm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain{ + pixel_x = 6; + layer = 2.1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"aSn" = ( +/obj/item/tool/warning_cone{ + pixel_y = 4; + pixel_x = -3 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aSo" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = -3; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"aSp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"aSq" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aSr" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aSs" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aSt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"aSu" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aSv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aSw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aSx" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aSy" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aSz" = ( +/obj/structure/platform/metal/strata, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"aSA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aSB" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/ne) +"aSC" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"aSD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aSE" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"aSF" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"aSG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/landing_zone_2) +"aSH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -5; + pixel_y = -20 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aSI" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aSJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/telecomms/telecomm_1) +"aSK" = ( +/obj/structure/platform_decoration/metal/strata, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"aSL" = ( +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south_east) +"aSM" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/bunker) +"aSN" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aSO" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"aSP" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"aSQ" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aSR" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/landing_zone_2) +"aSS" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#7f6357"; + layer = 2.9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aST" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 4; + closed = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"aSU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/indoors/miningbase/engi) +"aSV" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aSW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"aSX" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"aSY" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"aSZ" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/obj/structure/machinery/door/window/brigdoor/eastright, +/obj/structure/machinery/door/window/brigdoor/westleft, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/checkpoint) +"aTa" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"aTb" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aTc" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/admin) +"aTd" = ( +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aTe" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"aTf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"aTg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"aTh" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/ore_box, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aTi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aTj" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"aTk" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"aTl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"aTm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"aTn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aTo" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"aTp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aTq" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"aTr" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/caperiver/outdoors/landing_zone_1/interior) +"aTs" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"aTt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"aTu" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"aTv" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aTw" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aTx" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"aTy" = ( +/obj/structure/surface/rack, +/obj/item/bodybag/tarp/reactive, +/obj/item/bodybag/tarp/reactive, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"aTz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"aTA" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/central) +"aTB" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"aTC" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/effect/landmark/queen_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aTD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 3; + pixel_y = -6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 8; + pixel_x = -6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aTE" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"aTF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"aTG" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aTH" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/se) +"aTI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aTJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"aTK" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"aTL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"aTM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"aTN" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aTO" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -12; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"aTP" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aTQ" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/paper/colonial_grunts, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aTR" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aTS" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aTT" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aTU" = ( +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aTV" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aTW" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"aTX" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"aTY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"aTZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aUa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/central) +"aUb" = ( +/obj/structure/largecrate/random, +/obj/structure/machinery/light, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"aUc" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aUd" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aUe" = ( +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aUf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"aUg" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aUh" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"aUi" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/large_stain{ + pixel_x = 1 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"aUj" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/eat_bar, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"aUk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"aUl" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"aUm" = ( +/turf/open/floor/darkgreen2/west, +/area/caperiver/indoors/conambase/recreational) +"aUn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aUo" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/north_west) +"aUp" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aUq" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aUr" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/darkbrown2/east, +/area/caperiver/indoors/conambase/delivery) +"aUs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"aUt" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_east) +"aUu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -60; + pixel_y = 7 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aUv" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"aUw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"aUx" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aUy" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"aUz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"aUA" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aUB" = ( +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"aUC" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"aUD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aUE" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aUF" = ( +/obj/structure/platform/stone/soro, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -32; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"aUG" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"aUH" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"aUI" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west) +"aUJ" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"aUK" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"aUL" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aUM" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aUN" = ( +/obj/structure/platform/metal/strata, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aUO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"aUP" = ( +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"aUQ" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"aUR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"aUS" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aUT" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -7; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"aUU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"aUV" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aUW" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aUX" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"aUY" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"aUZ" = ( +/obj/structure/largecrate/random/case/small{ + pixel_y = 10; + pixel_x = -1 + }, +/obj/structure/largecrate/random/case{ + pixel_y = -7 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aVa" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aVb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"aVc" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/indoors/caves/se) +"aVd" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aVe" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aVf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aVg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"aVh" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aVi" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/outdoors/landing_zone_2/cave) +"aVj" = ( +/obj/structure/fence/slim/door{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"aVk" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"aVl" = ( +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aVm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"aVn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aVo" = ( +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"aVp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/north) +"aVq" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west) +"aVr" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"aVs" = ( +/obj/structure/prop/static_tank/fuel, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"aVt" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aVu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"aVv" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aVw" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"aVx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"aVy" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -14; + pixel_y = -8 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"aVz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aVA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/south) +"aVB" = ( +/obj/structure/sign/safety/commline_connection{ + name = "Communications Array Direction"; + desc = "Direction of a Communications Array."; + pixel_x = 6 + }, +/turf/closed/wall/kutjevo/colony, +/area/caperiver/telecomms/telecomm_1) +"aVC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt"; + pixel_x = -1; + pixel_y = -3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"aVD" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"aVE" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"aVF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{ + pixel_y = 29 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aVG" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aVH" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aVI" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aVJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/obj/item/shard, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"aVK" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aVL" = ( +/obj/structure/closet/crate/weapon, +/obj/item/weapon/gun/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/item/ammo_magazine/rifle/ak4047, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = 9; + pixel_y = 34 + }, +/obj/effect/spawner/random/attachment, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"aVM" = ( +/turf/open/gm/river/desert/shallow_corner, +/area/caperiver/outdoors/landing_zone_2/river) +"aVN" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"aVO" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aVP" = ( +/obj/structure/machinery/optable, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"aVQ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/west) +"aVR" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"aVS" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/rec) +"aVT" = ( +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/outdoors/chasm) +"aVU" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aVV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"aVW" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"aVX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"aVY" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"aVZ" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/west) +"aWa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central) +"aWb" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/w) +"aWc" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aWd" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aWe" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"aWf" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"aWg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"aWh" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -26; + pixel_y = -14 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aWi" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aWj" = ( +/obj/structure/girder/displaced, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"aWk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aWl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"aWm" = ( +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/outdoors/scrublands/north) +"aWn" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/west) +"aWo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"aWp" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/bushlands) +"aWq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"aWr" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"aWs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aWt" = ( +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"aWu" = ( +/turf/open/gm/river/desert/shallow_corner/north, +/area/caperiver/outdoors/chasm) +"aWv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/east, +/area/caperiver/indoors/conambase/research_e) +"aWw" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"aWx" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"aWy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"aWz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/mre_food_packet/clf{ + pixel_y = 3; + pixel_x = 3 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aWA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aWB" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_1) +"aWC" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aWD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"aWE" = ( +/turf/open/floor/plating, +/area/caperiver/indoors/caves/ne) +"aWF" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aWG" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"aWH" = ( +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"aWI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"aWJ" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/telecomms/telecomm_2) +"aWK" = ( +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"aWL" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"aWM" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"aWN" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aWO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"aWP" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aWQ" = ( +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"aWR" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/hybrisa/metal/zbrownfloor2/east, +/area/caperiver/outdoors/con_am_exterior/north) +"aWS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/bunker) +"aWT" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/central) +"aWU" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aWV" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/landing_zone_2) +"aWW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aWX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/caperiver/indoors/conambase/support) +"aWY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"aWZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aXa" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"aXb" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north) +"aXc" = ( +/obj/structure/machinery/landinglight{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"aXd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"aXe" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/central) +"aXf" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aXg" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aXh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"aXi" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"aXj" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/con_am_exterior/north) +"aXk" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aXl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/central) +"aXm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"aXn" = ( +/turf/open/gm/river/desert/shallow_edge/northwest, +/area/caperiver/outdoors/landing_zone_2/river) +"aXo" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/ne) +"aXp" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aXq" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"aXr" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"aXs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aXt" = ( +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"aXu" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -13; + pixel_y = 27 + }, +/turf/open/gm/river/desert/deep/covered, +/area/caperiver/outdoors/mining_base_exterior/south) +"aXv" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north_west) +"aXw" = ( +/obj/structure/flora/grass/desert/heavygrass_4{ + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aXx" = ( +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"aXy" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"aXz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"aXA" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"aXB" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"aXC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"aXD" = ( +/obj/structure/sign/poster/clf, +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"aXE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"aXF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"aXG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"aXH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/tool/weldingtool/screen{ + pixel_x = 8; + pixel_y = 6 + }, +/mob/living/simple_animal/small/cat/Runtime, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"aXI" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"aXJ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"aXK" = ( +/obj/structure/machinery/floodlight/landing, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"aXL" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"aXM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/minihoe{ + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreencorners2, +/area/caperiver/indoors/conambase/recreational) +"aXN" = ( +/obj/structure/machinery/camera/autoname/lz_camera, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"aXO" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aXP" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"aXQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 17; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"aXR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"aXS" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"aXT" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/se) +"aXU" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aXV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"aXW" = ( +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"aXX" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"aXY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_e) +"aXZ" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north_east) +"aYa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYb" = ( +/obj/structure/largecrate/random/barrel/green{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aYc" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"aYd" = ( +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"aYe" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/indoors/processing) +"aYf" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aYg" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aYh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"aYi" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/landing_zone_2) +"aYj" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"aYk" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"aYl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/landing_zone_2) +"aYm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/kutjevo/multi_tiles/southwest, +/area/caperiver/telecomms/telecomm_2) +"aYn" = ( +/obj/structure/largecrate/random/barrel/green{ + layer = 5 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform_decoration/stone/soro/east, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aYo" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_east) +"aYp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"aYq" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aYs" = ( +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"aYt" = ( +/obj/structure/flora/bush/desert/cactus/multiple, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aYu" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/se) +"aYv" = ( +/obj/structure/prop/almayer/cannon_cables{ + name = "\improper Large Cables"; + pixel_y = 12 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"aYw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"aYx" = ( +/turf/open/floor/kutjevo/colors/purple/edge, +/area/caperiver/indoors/miningbase/dorm) +"aYy" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"aYz" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"aYA" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"aYB" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/darkbrown2/west, +/area/caperiver/indoors/conambase/delivery) +"aYC" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"aYD" = ( +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"aYE" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aYF" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"aYG" = ( +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"aYH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -23; + pixel_y = 20 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aYI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -23; + pixel_y = 20 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"aYJ" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYL" = ( +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"aYM" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aYN" = ( +/turf/open/floor/station/metal/floor/east, +/area/caperiver/telecomms/telecomm_3) +"aYO" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"aYP" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"aYQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYR" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/medical) +"aYS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/landing_zone_2) +"aYT" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYV" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"aYW" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/south) +"aYX" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"aYY" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aYZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"aZa" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"aZb" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aZc" = ( +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/indoors/miningbase/engi) +"aZd" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"aZe" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"aZf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"aZg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 10; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -16; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"aZh" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_y = -3; + pixel_x = 7 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/large/boulder3{ + color = "#7f6357"; + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aZi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"aZj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = 11; + pixel_y = -10 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"aZk" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/landing_zone_2) +"aZl" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"aZm" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/effect/sentry_landmark/lz_2/top_right, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aZn" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"aZo" = ( +/obj/structure/closet/secure_closet/engineering_personal{ + req_one_access = null + }, +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/caperiver/indoors/conambase/engi) +"aZp" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"aZq" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"aZr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"aZs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"aZt" = ( +/turf/open/gm/river/desert/shallow_corner/north, +/area/caperiver/outdoors/landing_zone_2/river) +"aZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/colors/purple/inner_corner/west, +/area/caperiver/indoors/miningbase/dorm) +"aZv" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"aZw" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -12; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"aZx" = ( +/obj/item/tool/pickaxe, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"aZy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"aZz" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"aZA" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aZB" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"aZC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"aZD" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"aZE" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/south_east) +"aZF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34; + layer = 2.9 + }, +/obj/structure/noticeboard{ + pixel_x = -1; + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_2"; + desc = null; + name = "sticky notes" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"aZG" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"aZH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"aZI" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/indoors/miningbase/admin) +"aZJ" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north_east) +"aZK" = ( +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 22; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/oob) +"aZL" = ( +/obj/structure/machinery/light/red{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/unknown) +"aZM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"aZN" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"aZO" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aZP" = ( +/turf/open/gm/dirt/brown/variant_1, +/area/caperiver/indoors/caves/sw) +"aZQ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"aZR" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"aZS" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"aZT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"aZU" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"aZV" = ( +/obj/structure/machinery/big_computers/computerbrown/computer4, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"aZW" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"aZX" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"aZY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"aZZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"baa" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"bab" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"bac" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"bad" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bae" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"baf" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"bag" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/bunker) +"bah" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/con_am_exterior/north) +"bai" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/ne) +"baj" = ( +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/structure/bed/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"bak" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"bal" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/item/stack/rods, +/obj/effect/decal/large_stain, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/caperiver/indoors/miningbase/medical) +"bam" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"ban" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bao" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/shuttle/escapepod/north, +/area/caperiver/indoors/miningbase/engi) +"bap" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -6; + pixel_y = 22 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"baq" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/large_stain{ + layer = 2.1 + }, +/turf/open/desert/rock, +/area/caperiver/indoors/miningbase/medical) +"bar" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/motiondetector/hacked/clf, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"bas" = ( +/obj/effect/landmark/corpsespawner/security, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = -28; + pixel_x = -10; + layer = 3.51 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bat" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bau" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bav" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"baw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bax" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"bay" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 3 + }, +/obj/item/reagent_container/food/drinks/cans/waterbottle{ + pixel_x = -2; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"baz" = ( +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"baA" = ( +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"baB" = ( +/obj/item/ammo_casing/shell, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"baC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet/crate, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"baD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"baE" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"baF" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"baG" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/sign/safety/bathunisex{ + pixel_x = 7; + pixel_y = -24 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"baH" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"baI" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"baJ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"baK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"baL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"baM" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"baN" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"baO" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/light/small, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"baP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + pixel_x = 7 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"baQ" = ( +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"baR" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"baS" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"baT" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"baU" = ( +/obj/item/stack/sheet/wood, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"baV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"baW" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/largecrate/random/case/small, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 13 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"baX" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"baY" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/closed/wall/kutjevo/colony, +/area/caperiver/outdoors/landing_zone_1/cave) +"baZ" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/pen{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/machinery/computer/emails{ + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bba" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bbb" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bbc" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 34; + pixel_x = 3 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbd" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbe" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet, +/obj/item/clothing/under/colonist/clf, +/obj/item/weapon/gun/pistol/clfpistol, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"bbi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet, +/obj/item/clothing/under/colonist/clf, +/obj/item/explosive/grenade/phosphorus/clf, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"bbj" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbk" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbl" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/big_computers/messaging_server/brown, +/obj/item/paper{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bbm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbo" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bbp" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bbr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bbs" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/supply/floodlights, +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbu" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbv" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbx" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bby" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"bbz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbA" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbC" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbF" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbG" = ( +/obj/effect/spawner/random/tool, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbH" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbJ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbL" = ( +/obj/structure/toilet{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbM" = ( +/obj/item/bedsheet/brown, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbN" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbO" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 4; + pixel_y = -14 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbP" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbQ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/hybrisa/bunkbed3, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbR" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbS" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbT" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbU" = ( +/obj/effect/decal/large_stain, +/obj/structure/bed/hybrisa/prisonbed{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbV" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbX" = ( +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 16 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 7; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbY" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bbZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"bca" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"bcb" = ( +/turf/closed/wall/abyssal/standard/unmeltable, +/area/caperiver/telecomms/telecomm_4) +"bcc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bcd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/north) +"bce" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"bcf" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/landing_zone_2) +"bcg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/weapon/gun/shotgun/pump{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/item/ammo_casing/shell, +/turf/open/floor/wood/wood_broken5, +/area/caperiver/outdoors/landing_zone_2/interior) +"bch" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 7; + pixel_x = -10; + layer = 3.51 + }, +/obj/effect/landmark/corpsespawner/clf, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 8; + pixel_x = -5; + layer = 4.1 + }, +/obj/item/clothing/accessory/clf_cape{ + pixel_y = -5; + pixel_x = 2 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"bci" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"bcj" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"bck" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"bcl" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west) +"bcm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/green, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"bco" = ( +/obj/structure/largecrate/random/case, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/red, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcs" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"bct" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcy" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/unknown) +"bcz" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south) +"bcA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcB" = ( +/obj/item/tool/warning_cone{ + pixel_y = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bcC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcF" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"bcG" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"bcH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 14; + pixel_y = -8 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"bcI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = 12; + layer = 4.13 + }, +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"bcJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/sheet/cardboard, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"bcL" = ( +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bcM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"bcN" = ( +/obj/structure/largecrate/random/mini/ammo, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcQ" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcR" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcS" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcT" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bcU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/prop/server_equipment/laptop/closed{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcX" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 13; + pixel_y = 8 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bcZ" = ( +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bda" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/west/antiweed) +"bdb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"bdc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bde" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/powercell, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = 1; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"bdj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdk" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"bdl" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"bdm" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdn" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdo" = ( +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdp" = ( +/obj/structure/bed/sofa/south/grey, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdq" = ( +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bds" = ( +/obj/structure/largecrate/black_market/confiscated_equipment, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"bdt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bdu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/cargo_container/kelland/left{ + layer = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"bdv" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bdx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdy" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"bdz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"bdA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bdB" = ( +/obj/item/stack/rods, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 8; + pixel_y = -3; + layer = 2.9 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/sheet/cardboard, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bdE" = ( +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bdF" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bdG" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bdH" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1) +"bdI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1) +"bdJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bdK" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 + }, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/paper{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"bdM" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/crowbar, +/obj/effect/landmark/map_item, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdN" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdO" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 3 + }, +/obj/item/prop/almayer/handheld1{ + pixel_x = -9; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdQ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/photocopier/wyphotocopier, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdR" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdS" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bdT" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bdU" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/random/mini/chest/b{ + pixel_x = -12; + pixel_y = 7 + }, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdW" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"bdX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bdY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"bdZ" = ( +/obj/item/trash/cigbutt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/landing_zone_1) +"bea" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"beb" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"bec" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bed" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"bee" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"bef" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"beg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"beh" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/prison/whitegreenfull, +/area/caperiver/indoors/conambase/medical) +"bei" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bej" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bek" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bel" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bem" = ( +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"ben" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1/interior) +"beo" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bep" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/sofa/south/grey/left, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"beq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"ber" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/sofa/south/grey/right, +/turf/open/floor/kutjevo/tan/alt_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bes" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/empty/case/double, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bet" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/white, +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"beu" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 12 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bev" = ( +/obj/item/trash/cigbutt, +/obj/item/tool/warning_cone{ + pixel_x = -17; + pixel_y = 16 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bew" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/item/tool/warning_cone{ + pixel_y = 20; + pixel_x = -25 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bex" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bey" = ( +/obj/item/trash/buritto, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"bez" = ( +/obj/structure/largecrate/random/case/small, +/obj/item/tool/crowbar, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"beA" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/White{ + dir = 1; + pixel_y = 4; + layer = 4.12 + }, +/turf/open/floor/kutjevo/tan/alt_edge/northeast, +/area/caperiver/outdoors/landing_zone_1) +"beB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"beC" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"beD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"beE" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"beF" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south_east) +"beG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/interior) +"beH" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"beI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"beJ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"beK" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"beL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"beM" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"beN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"beO" = ( +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"beP" = ( +/obj/structure/machinery/sleep_console, +/turf/open/floor/prison/whitegreenfull, +/area/caperiver/indoors/conambase/medical) +"beQ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"beR" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"beS" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"beT" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"beU" = ( +/obj/structure/machinery/vending/coffee{ + pixel_x = -1; + pixel_y = 17; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"beV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"beW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"beX" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/faxmachine, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"beY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = -15; + dir = 8; + pixel_x = 7 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"beZ" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfa" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bfb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bfc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/empty{ + pixel_y = 6 + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"bfd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/coffee{ + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/vending/cola{ + pixel_x = -11; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 10; + pixel_x = 9 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bff" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"bfg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 15; + pixel_x = -7 + }, +/obj/structure/largecrate/empty/case{ + pixel_y = 7; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfh" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfi" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfj" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = 1; + pixel_y = 9; + layer = 3.2 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfk" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -2; + pixel_y = 12; + layer = 3.2 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfl" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfm" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfn" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/tool/pen/blue/clicky, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bfs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bft" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bfu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bfv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bfw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bfx" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfy" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bfB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bfC" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfD" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/structure/largecrate/empty/case{ + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfF" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/south) +"bfI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"bfJ" = ( +/obj/item/trash/buritto{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/structure/largecrate/supply, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bfK" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/item/stack/sheet/metal, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bfL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1) +"bfM" = ( +/obj/item/stack/sheet/cardboard{ + layer = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfN" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bfO" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bfP" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bfQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"bfR" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/south/antiweed) +"bfS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfU" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/south) +"bfV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bfW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bfX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bfY" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bfZ" = ( +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bga" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/rods{ + pixel_y = 14 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bgb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"bgc" = ( +/obj/item/tool/shovel{ + layer = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bgd" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_x = 12; + pixel_y = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"bge" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/candy, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"bgf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bgg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"bgh" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bgi" = ( +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bgj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"bgk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bgl" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bgm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bgn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/small_case{ + layer = 5; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"bgo" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"bgp" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south_east) +"bgq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bgr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bgs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bgt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"bgu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7" + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bgv" = ( +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/bushlands) +"bgw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bgx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bgy" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bgz" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bgA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -6 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"bgB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"bgC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"bgD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west/antiweed) +"bgE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"bgF" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"bgG" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bgH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 9; + pixel_x = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"bgI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"bgJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"bgK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"bgL" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"bgM" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bgN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"bgO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"bgP" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"bgQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bgR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bgS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bgT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bgU" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/north) +"bgV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bgW" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/south) +"bgX" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/south) +"bgY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/south) +"bgZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"bha" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bhb" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west) +"bhc" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/west) +"bhd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/south) +"bhe" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bhf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bhg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"bhh" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"bhi" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 14 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bhj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/north) +"bhk" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"bhl" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bhm" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bhn" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/large_stain, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/organ/liver, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"bho" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south) +"bhp" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bhq" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bht" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhu" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bhv" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bhw" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bhx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bhy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhA" = ( +/obj/item/trash/cigbutt{ + pixel_x = -10; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"bhB" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bhD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bhE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhF" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bhG" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bhH" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/ore_box, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/north) +"bhI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/south) +"bhJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bhK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bhL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bhM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bhN" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bhO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/north) +"bhP" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bhQ" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bhR" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 6; + pixel_x = -8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bhS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bhT" = ( +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bhU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"bhV" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bhW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bhX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bhY" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bhZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bia" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bib" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bic" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bid" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/White, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bie" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bif" = ( +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"big" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bih" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bii" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bij" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bik" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bil" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/south) +"bim" = ( +/obj/structure/ore_box, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"bin" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bio" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bip" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"biq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bir" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bis" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/north_west) +"bit" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"biu" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 8; + layer = 4 + }, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 22; + dir = 1 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"bix" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/recreational) +"biy" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"biA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biB" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/south_east) +"biD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"biE" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/south) +"biF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"biG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biH" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_3) +"biI" = ( +/turf/open/floor/darkblue2/southwest, +/area/caperiver/indoors/conambase/recreational) +"biJ" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"biK" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -24; + pixel_x = 14 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biL" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -3; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biM" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"biN" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -8; + layer = 3.8; + pixel_x = -2 + }, +/turf/open/floor/green/east, +/area/caperiver/indoors/conambase/medical) +"biO" = ( +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"biQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"biR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/no_access, +/obj/structure/medical_supply_link/green{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biT" = ( +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"biU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty3_up"; + layer = 4 + }, +/turf/open/floor/green/east, +/area/caperiver/indoors/conambase/medical) +"biV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/balaclavas, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"biW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"biX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"biY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"biZ" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -9; + dir = 1 + }, +/turf/open/floor/green/west, +/area/caperiver/indoors/conambase/medical) +"bja" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = -6; + pixel_y = 16 + }, +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/chasm) +"bjb" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = -9; + layer = 3.8; + pixel_x = -1 + }, +/turf/open/floor/greencorner, +/area/caperiver/indoors/conambase/medical) +"bjd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/stack/medical/advanced/ointment, +/obj/item/stack/medical/advanced/bruise_pack{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green, +/area/caperiver/indoors/conambase/medical) +"bje" = ( +/obj/structure/closet/crate/medical{ + name = "medical crate (roller beds)" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/machinery/light/blue{ + pixel_x = -16 + }, +/turf/open/floor/green, +/area/caperiver/indoors/conambase/medical) +"bjf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjh" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"bji" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bjj" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/device/defibrillator{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/west, +/area/caperiver/indoors/conambase/medical) +"bjk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"bjn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjq" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjr" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/bed/chair/bolted{ + dir = 8 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjs" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"bjt" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bju" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/tool/portadialysis, +/obj/structure/machinery/light/small/blue{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/northwest, +/area/caperiver/indoors/conambase/medical) +"bjv" = ( +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#98a3ab" + }, +/obj/item/device/healthanalyzer, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/art{ + pixel_y = 32 + }, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/iv_drip{ + pixel_y = 19 + }, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/bolted{ + pixel_x = 7; + pixel_y = 16 + }, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjA" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"bjB" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"bjC" = ( +/obj/structure/sign/poster/corporate{ + layer = 2.1; + pixel_y = 35; + pixel_x = 6 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 31; + layer = 2.2 + }, +/obj/structure/bed/chair/bolted{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjD" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"bjE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = 7; + pixel_x = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_x = -1; + pixel_y = 16 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"bjG" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bjH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bjI" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bjJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = -4; + pixel_x = 8 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjK" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bjL" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south) +"bjM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bjN" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bjO" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bjP" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"bjQ" = ( +/obj/structure/machinery/iv_drip, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bjR" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty_down"; + layer = 4 + }, +/turf/open/floor/green, +/area/caperiver/indoors/conambase/medical) +"bjS" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 13; + pixel_y = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"bjT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/south) +"bjU" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"bjV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 11 + }, +/turf/open/floor/greencorner/north, +/area/caperiver/indoors/conambase/medical) +"bjW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -11; + pixel_y = 23 + }, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"bjX" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/greencorner/east, +/area/caperiver/indoors/conambase/medical) +"bjY" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/storage/surgical_tray, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/east, +/area/caperiver/indoors/conambase/medical) +"bjZ" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/medical) +"bka" = ( +/obj/structure/machinery/bioprinter{ + stored_metal = 1000 + }, +/turf/open/floor/green/west, +/area/caperiver/indoors/conambase/medical) +"bkb" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bkc" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"bkd" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/medical) +"bke" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bkf" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/south) +"bkg" = ( +/obj/structure/sign/conam/variant1, +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/dorm) +"bkh" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bki" = ( +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/south) +"bkj" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/prop/magazine/book/bladerunner{ + pixel_x = 8 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/comfy{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkl" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"bkm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkn" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/sodawater, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_y = -3; + pixel_x = -6 + }, +/obj/item/reagent_container/food/drinks/cans/sodawater{ + pixel_x = 4 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bko" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = 13; + pixel_y = 17 + }, +/obj/item/reagent_container/food/drinks/drinkingglass{ + icon_state = "shotglass"; + pixel_x = -1; + pixel_y = 17 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkp" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bkr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"bks" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple/edge, +/area/caperiver/indoors/miningbase/dorm) +"bkt" = ( +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/recreational) +"bku" = ( +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?"; + layer = 2.52; + pixel_x = -30; + pixel_y = -32 + }, +/obj/item/organ/heart, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"bkv" = ( +/obj/structure/platform_decoration/stone/mineral{ + color = "#716959" + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bkw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bkx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bky" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/purple/edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/medium, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/closet/emcloset, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bkA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bkB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/reagent_container/food/snacks/packaged_burger{ + pixel_y = -1; + pixel_x = -2 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"bkD" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/microwave, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkE" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"bkF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bkG" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/south) +"bkH" = ( +/obj/structure/platform_decoration/stone/soro/west, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/chasm) +"bkI" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/chasm) +"bkJ" = ( +/obj/structure/platform_decoration/stone/soro, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#7f6357"; + layer = 2.9 + }, +/turf/open/desert/desert_shore/shore_corner2/east, +/area/caperiver/outdoors/chasm) +"bkK" = ( +/obj/structure/machinery/vending/snack{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkL" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/dorm) +"bkM" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"bkN" = ( +/obj/structure/closet/secure_closet/freezer/fridge/full, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"bkO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south) +"bkP" = ( +/obj/structure/platform_decoration/stone/soro/north, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_corner2, +/area/caperiver/outdoors/chasm) +"bkQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/mars_cave/mars_cave_9, +/area/caperiver/oob) +"bkR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -4; + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -35; + pixel_y = -1 + }, +/turf/open/mars_cave/mars_cave_14, +/area/caperiver/oob) +"bkS" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"bkT" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkU" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_y = -2; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkV" = ( +/obj/structure/surface/table/almayer, +/obj/item/trash/plate{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"bkX" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "6_pack_1_crushed" + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkY" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/map_item, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"bkZ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = -10 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"bla" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/south) +"blb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"blc" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/platform/stone/soro, +/obj/structure/blocker/invisible_wall, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/shore_edge1/west, +/area/caperiver/outdoors/chasm) +"bld" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/mars_cave/mars_cave_9, +/area/caperiver/oob) +"ble" = ( +/mob/living/simple_animal/hostile/retaliate/clown{ + name = "Gonzo The Magnificent" + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/mars_cave/mars_cave_23, +/area/caperiver/oob) +"blf" = ( +/obj/item/trash/cigbutt, +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = -12; + pixel_y = 21 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = -2; + pixel_y = 19 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = 8; + pixel_y = 19 + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + pixel_x = 14; + pixel_y = 11 + }, +/turf/open/mars_cave/mars_cave_17, +/area/caperiver/oob) +"blg" = ( +/obj/item/trash/tray, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 9; + pixel_y = 20 + }, +/turf/open/mars_cave/mars_cave_20, +/area/caperiver/oob) +"blh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"bli" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/telecomms/telecomm_4) +"blj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"blk" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"bll" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 5; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"blm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bln" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"blo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 4; + dir = 6 + }, +/turf/open/mars_cave/mars_cave_17, +/area/caperiver/oob) +"blp" = ( +/obj/item/trash/tray{ + pixel_x = -16; + pixel_y = 13 + }, +/obj/item/trash/cigbutt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/mars_cave/mars_cave_20, +/area/caperiver/oob) +"blq" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#7f6357"; + layer = 2.8; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/mars_cave/mars_dirt_6, +/area/caperiver/oob) +"blr" = ( +/turf/open/gm/river/desert/shallow_edge/southwest, +/area/caperiver/outdoors/chasm) +"bls" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/chasm) +"blt" = ( +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"blu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"blv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/shard, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"blw" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"blx" = ( +/obj/structure/filingcabinet{ + density = 0; + layer = 3.1; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 19 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/checkpoint) +"bly" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"blz" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/west, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_edge1, +/area/caperiver/outdoors/chasm) +"blA" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore, +/area/caperiver/outdoors/chasm) +"blB" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -2; + pixel_y = 10 + }, +/obj/structure/flora/tree/joshua{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/open/mars_cave/mars_dirt_6, +/area/caperiver/oob) +"blC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/dorm) +"blD" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"blE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"blF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"blG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + dir = 4; + pixel_x = -7 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blJ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"blK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/south) +"blL" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"blM" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"blN" = ( +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/bushlands) +"blO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/shoes/brown{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/smg/lowchance, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"blQ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto{ + icon_state = "blank_can_crushed"; + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/reagent_container/food/drinks/cans/bodaplus{ + pixel_x = 4 + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"blR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"blS" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"blT" = ( +/obj/structure/bed/hybrisa/bunkbed2{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blU" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"blV" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south) +"blW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"blX" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 13; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"blY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 13; + pixel_x = -6 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"blZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/dorm) +"bma" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/dorm) +"bmb" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/reagent_container/food/drinks/cans/souto, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"bmc" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 3.1; + name = "synthethic potted plant"; + pixel_y = 9; + pixel_x = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"bmf" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bmg" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bmh" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = 17 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bmi" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bmj" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/north, +/area/caperiver/indoors/miningbase/medical) +"bmk" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/con_am_exterior/north) +"bml" = ( +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/con_am_exterior/north) +"bmm" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bmq" = ( +/obj/structure/platform/metal/strata/west{ + layer = 4.12 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 16; + pixel_y = 19; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bmr" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/north) +"bms" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/north) +"bmt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/north) +"bmu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bmv" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/north) +"bmw" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"bmx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bmy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/north) +"bmz" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/north) +"bmA" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/north) +"bmB" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"bmC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"bmD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/north) +"bmE" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/north) +"bmF" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/north) +"bmG" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"bmH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/north) +"bmI" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"bmJ" = ( +/obj/item/trash/cigbutt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north) +"bmK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bmL" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north) +"bmM" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"bmN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"bmO" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/north) +"bmP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bmQ" = ( +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"bmR" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"bmS" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"bmT" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"bmU" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"bmV" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"bmW" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/outdoors/scrublands/north) +"bmX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"bmY" = ( +/obj/effect/landmark/corpsespawner/administrator, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"bmZ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/plating, +/area/caperiver/indoors/processing) +"bna" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -22; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -12; + pixel_y = 26 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bnb" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"bnc" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"bnd" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/scrublands/south) +"bne" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"bnf" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"bng" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 5; + pixel_y = 8 + }, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"bnh" = ( +/obj/effect/spawner/gibspawner/xeno, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"bni" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"bnj" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"bnk" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"bnl" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"bnm" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"bnn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"bno" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 8 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bnp" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnq" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bns" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bnt" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bnu" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -9; + pixel_y = -5 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"bnv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"bnx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bny" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurplecorners2, +/area/caperiver/indoors/conambase/research_e) +"bnz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tool/shovel/etool, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnA" = ( +/obj/structure/largecrate/random, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnB" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"bnC" = ( +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"bnD" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnE" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"bnF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnG" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnH" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/landmark/corpsespawner/miner, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnI" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnJ" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/caperiver/indoors/processing) +"bnK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/north) +"bnL" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/sign/safety/restrictedarea{ + pixel_y = 30; + pixel_x = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"bnM" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north) +"bnN" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/blue/west, +/area/caperiver/indoors/processing) +"bnO" = ( +/obj/item/prop/colony/usedbandage{ + dir = 10 + }, +/obj/item/stack/sandbags/small_stack, +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bnP" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bnR" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bnS" = ( +/turf/open/floor/bluegrid, +/area/caperiver/indoors/processing) +"bnT" = ( +/obj/item/prop/colony/usedbandage{ + dir = 9; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"bnV" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bnW" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bnX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/north) +"bnY" = ( +/obj/structure/girder, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"bnZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/north) +"boa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/north) +"bob" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"boc" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bod" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"boe" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"bof" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/stack/sheet/animalhide/human, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/unknown) +"bog" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"boh" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"boi" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"boj" = ( +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bok" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bol" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/blue/east, +/area/caperiver/indoors/processing) +"bom" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_e) +"bon" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"boo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bop" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"boq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bor" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bos" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/con_am_exterior/north) +"bot" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bou" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bov" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"bow" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"box" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"boy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"boz" = ( +/obj/structure/flora/pottedplant{ + pixel_y = 8 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/command) +"boA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"boB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/caperiver/indoors/conambase/command) +"boC" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"boD" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"boE" = ( +/obj/structure/machinery/light, +/obj/structure/bed/chair{ + dir = 4; + layer = 2.7 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"boF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"boG" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"boH" = ( +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/command) +"boI" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"boJ" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"boK" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southwest, +/area/caperiver/indoors/conambase/command) +"boL" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"boM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"boN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 34; + pixel_x = 3 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northeast, +/area/caperiver/indoors/conambase/support) +"boO" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep/covered, +/area/caperiver/indoors/conambase/research_w) +"boP" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"boQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"boR" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"boS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"boT" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/southeast, +/area/caperiver/indoors/conambase/command) +"boU" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/command) +"boV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"boW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/command) +"boX" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"boY" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"boZ" = ( +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bpa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"bpb" = ( +/obj/structure/surface/table/almayer, +/obj/item/weapon/gun/flamer/survivor, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"bpc" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/unknown) +"bpd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bpf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/belt/utility/full, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"bpg" = ( +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/command) +"bph" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/command) +"bpj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bpk" = ( +/obj/item/stack/cable_coil/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"bpm" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bpn" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/command) +"bpp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"bpr" = ( +/obj/item/frame/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bps" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bpt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/sentry/lowchance, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bpu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bpv" = ( +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"bpw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"bpx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bpz" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"bpA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + layer = 6 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpC" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bpD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"bpE" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"bpF" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpG" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpI" = ( +/obj/item/frame/table/almayer, +/turf/open/floor/darkblue2/northeast, +/area/caperiver/indoors/conambase/command) +"bpJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkblue2/northwest, +/area/caperiver/indoors/conambase/command) +"bpK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpL" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkblue2/northeast, +/area/caperiver/indoors/conambase/command) +"bpM" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/darkblue2/southwest, +/area/caperiver/indoors/conambase/command) +"bpN" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpP" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpQ" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpR" = ( +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 14 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpS" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bpT" = ( +/obj/item/tool/wrench, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpU" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"bpW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bpY" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"bpZ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bqa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bqb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bqc" = ( +/obj/item/stack/cable_coil/blue, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bqd" = ( +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"bqe" = ( +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = 9; + density = 0 + }, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bqf" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "generic"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#008000"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bqg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "power"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#FFEA00"; + light_on = 1; + anchored = 1 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bqh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam/variant1{ + pixel_y = 31 + }, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bqi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_16"; + pixel_y = 35 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bqj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bqk" = ( +/obj/item/stack/sheet/metal, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"bql" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqm" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqn" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqo" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"bqq" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqr" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqs" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bqu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqv" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqw" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqx" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bqy" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqz" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bqA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/con_am_exterior/south) +"bqB" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqC" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqD" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bqF" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = -9; + pixel_y = 16 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bqG" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqH" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqI" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bqJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqK" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bqL" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bqM" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqN" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bqO" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bqP" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqQ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/gun/smg/lowchance, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"bqS" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqT" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/south) +"bqU" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bqV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"bqW" = ( +/obj/item/trash/cigbutt, +/obj/item/stack/sheet/cardboard{ + layer = 1; + pixel_x = 12 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bqX" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bqY" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"bqZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"bra" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/spawner/random/mats/midchance, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"brb" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"brc" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"brd" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1) +"bre" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"brf" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brg" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"brh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bri" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"brk" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brl" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"brm" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"brn" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"bro" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 3.1; + pixel_x = 12; + pixel_y = 27 + }, +/turf/open/gm/river/desert/deep/covered, +/area/caperiver/outdoors/mining_base_exterior/south) +"brp" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brq" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"brr" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"brs" = ( +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"brt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"bru" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"brw" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"brx" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/south) +"bry" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"brz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"brA" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brB" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/gun/smg/lowchance, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"brC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brD" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brE" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/con_am_exterior/south) +"brF" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brG" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/obj/structure/machinery/colony_floodlight, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brH" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"brI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"brJ" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brK" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brL" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brM" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"brN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -3; + pixel_y = -5 + }, +/obj/structure/flora/bush/ausbushes/palebush{ + pixel_x = 9; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"brO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"brQ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brR" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"brS" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brT" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"brU" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/random, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"brV" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"brW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"brX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"brY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"brZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bsa" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bsb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bsc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bsd" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bse" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bsf" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"bsg" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"bsh" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsi" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bsj" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/kutjevo/tiles, +/area/caperiver/indoors/miningbase/checkpoint) +"bsk" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bsl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bsm" = ( +/obj/structure/flora/tree/joshua, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"bsn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"bso" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"bsp" = ( +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"bsq" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor/southwest, +/area/caperiver/telecomms/telecomm_3) +"bsr" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bss" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bst" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsu" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"bsy" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/obj/structure/platform/metal/strata, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"bsz" = ( +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"bsA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/largecrate/random/barrel{ + layer = 3.2; + pixel_x = 2 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"bsD" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bsE" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bsF" = ( +/obj/structure/prop/vehicles/crawler{ + layer = 3.3 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsG" = ( +/obj/structure/largecrate/random, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsH" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsJ" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsK" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northwest, +/area/caperiver/indoors/conambase/engi) +"bsL" = ( +/obj/structure/flora/grass/desert, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bsM" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsN" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsO" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsP" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"bsQ" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = -7; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"bsR" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"bsS" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/bushlands) +"bsT" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/south) +"bsU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/conam/variant1/damage1{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"bsV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bsW" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bsX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bsY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"bsZ" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"bta" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btc" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bte" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/central) +"btf" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btg" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bth" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bti" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btk" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/southwest, +/area/caperiver/outdoors/landing_zone_1) +"btl" = ( +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"btm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btn" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bto" = ( +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"btp" = ( +/obj/effect/spawner/random/gun/smg/lowchance, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"btq" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btr" = ( +/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage{ + pixel_x = 5; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"bts" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btt" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btu" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/structure/flora/tree/joshua{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"btv" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"btw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bty" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btz" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btA" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/gun/upp_primary/highchance, +/obj/effect/spawner/random/gun/upp_secondary/highchance, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"btB" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"btC" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"btD" = ( +/obj/effect/landmark/corpsespawner/doctor, +/obj/effect/decal/cleanable/blood, +/obj/item/device/encryptionkey/upp/kdo, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"btE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"btF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"btG" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"btH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/gun/pistol/lowchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"btI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btJ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"btK" = ( +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"btL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"btM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"btN" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"btO" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/south) +"btP" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"btQ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"btR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"btS" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"btU" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"btV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"btW" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btX" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"btY" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"btZ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"bua" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"bub" = ( +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/rec) +"buc" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/south) +"bud" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"bue" = ( +/obj/structure/surface/table/gamblingtable, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"buf" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bug" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"buh" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bui" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"buj" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"buk" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bul" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -13; + pixel_y = -11 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"bum" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bun" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"buo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"buq" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"bur" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = -1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -5; + pixel_y = -22 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"bus" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/obj/structure/platform/metal/strata/east, +/obj/item/tool/warning_cone{ + pixel_y = 4; + pixel_x = -3 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"but" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"buu" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"buv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buw" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bux" = ( +/obj/effect/spawner/random/gun/pistol/highchance, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"buy" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"buA" = ( +/obj/structure/flora/grass/desert/heavygrass_3{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/con_am_exterior/north) +"buD" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 15; + pixel_y = 19; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = -2 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"buG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buJ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buK" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buL" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"buM" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/prison/cell_stripe, +/area/caperiver/indoors/conambase/delivery) +"buN" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"buO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 10; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buP" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buQ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buR" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buS" = ( +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"buT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/rifle/midchance, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"buU" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"buV" = ( +/obj/structure/flora/grass/desert/heavygrass_3{ + pixel_y = -9 + }, +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"buW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"buX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"buY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"buZ" = ( +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"bva" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bvb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bvc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bvd" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"bve" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/smg/midchance, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"bvf" = ( +/obj/effect/spawner/random/gun/special/midchance, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/indoors/miningbase/admin) +"bvg" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"bvh" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -5; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -1; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bvj" = ( +/obj/effect/spawner/random/gun/special/midchance, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"bvk" = ( +/obj/effect/spawner/random/gun/rifle/highchance, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"bvl" = ( +/obj/effect/spawner/random/gun/shotgun/highchance, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"bvm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"bvn" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bvo" = ( +/obj/effect/spawner/random/sentry/lowchance, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/processing) +"bvp" = ( +/obj/effect/spawner/random/gun/special/midchance, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bvq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/smg/midchance, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bvr" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_y = 15 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"bvs" = ( +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bvt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvu" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bvv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"bvw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bvx" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bvy" = ( +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bvz" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -18; + pixel_y = 27 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bvA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bvB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"bvC" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvD" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"bvE" = ( +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = 12; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvF" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bvG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"bvH" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"bvI" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvJ" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvK" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"bvL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 36; + pixel_y = -26 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"bvM" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = 5 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = -4 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"bvP" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvQ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"bvR" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 27 + }, +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bvS" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvT" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"bvU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"bvX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"bvY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bvZ" = ( +/obj/effect/spawner/random/gun/special/midchance, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bwa" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bwb" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bwc" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"bwd" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"bwe" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/north) +"bwf" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bwg" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"bwh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/s) +"bwi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"bwj" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bwk" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"bwl" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"bwm" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"bwn" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"bwo" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"bwp" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"bwq" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"bwr" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"bws" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"bwt" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"bwu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"bwv" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/w) +"bww" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"bwx" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"bwy" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/con_am_exterior/north) +"bwz" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"bwA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/w) +"bwB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"bwC" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"bwD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"bwE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/tool/wet_sign{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"bwF" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bwG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bwH" = ( +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/unknown) +"bwI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"bwJ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"bwK" = ( +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"bwL" = ( +/obj/item/stack/sheet/metal, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bwM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3"; + pixel_y = 12 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"bwN" = ( +/obj/effect/spawner/random/gun/clf_primary/midchance, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bwO" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_x = -9; + pixel_y = 4 + }, +/obj/item/paper/crumpled, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bwP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"bwQ" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14"; + pixel_y = 9; + pixel_x = -17 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bwR" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_14" + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"bwS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"bwT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/iv_drip{ + layer = 3.1; + pixel_x = 4 + }, +/obj/structure/machinery/iv_drip{ + pixel_x = 4; + pixel_y = 22 + }, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bwU" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1) +"bwV" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/bush/ausbushes/palebush{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -6; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"bwW" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/conambase/research_e) +"bwX" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/caperiver/indoors/conambase/research_e) +"bwY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/sword/machete, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"bwZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/pouch/machete/full, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"bxa" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/conambase/command) +"bxb" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 4; + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bxf" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 23 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bxg" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/reagent_container/food/snacks/meat/human, +/obj/structure/machinery/colony_floodlight/engineer_circular{ + alpha = 0 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"bxk" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bxl" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -11; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bxn" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/security) +"bxo" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/admin) +"bxp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxq" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/medical) +"bxr" = ( +/turf/closed/wall/strata_ice/rock, +/area/caperiver/outdoors/landing_zone_2) +"bxs" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/dorm) +"bxt" = ( +/turf/closed/wall/strata_outpost/reinforced/hull, +/area/caperiver/indoors/processing) +"bxu" = ( +/turf/open/desert/rock, +/area/caperiver/oob) +"bxv" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"bxw" = ( +/obj/structure/largecrate/random/barrel, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"bxx" = ( +/turf/closed/wall/wood, +/area/caperiver/indoors/caves/s) +"bxy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_4"; + pixel_x = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"bxz" = ( +/turf/closed/wall/wood, +/area/caperiver/indoors/caves/central) +"bxA" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"bxB" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bxC" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxD" = ( +/obj/item/stack/rods, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"bxE" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"bxF" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxG" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/spawner/random/toolbox{ + pixel_y = 14 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/oil{ + pixel_y = -8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxI" = ( +/obj/effect/decal/cleanable/blood/oil{ + pixel_y = -8 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"bxK" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxN" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bxR" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxS" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = -11; + layer = 4.12 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxT" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxX" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxY" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bxZ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"bya" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/platform/metal/strata/west, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"byb" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"byc" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"byd" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"bye" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder2{ + color = "#7f6357"; + pixel_y = 5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"byf" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"byg" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"byh" = ( +/obj/structure/flora/bush/canyon/bush/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"byi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"byj" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/west/antiweed) +"byk" = ( +/obj/structure/flora/bush/canyon/bush/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"byl" = ( +/obj/structure/flora/bush/canyon/grass_orange, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west/antiweed) +"bym" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -13; + pixel_y = -5 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"byn" = ( +/obj/structure/flora/bush/canyon/grass_orange, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"byo" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"byp" = ( +/obj/structure/flora/bush/canyon/bush/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"byq" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"byr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"bys" = ( +/obj/structure/flora/bush/canyon, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"byt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"byB" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = 23 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"byF" = ( +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"byJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"byL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"byM" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_x = 2; + pixel_y = -18 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"byQ" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 12; + pixel_y = 23 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"byR" = ( +/obj/structure/platform/metal/kutjevo/east, +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"byS" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform_decoration/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"byU" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"byV" = ( +/obj/structure/platform/stone/soro, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"byX" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"byZ" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -14; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bzc" = ( +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/chasm) +"bzd" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bze" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bzf" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bzg" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bzk" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bzn" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bzo" = ( +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bzp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 5 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 9; + pixel_y = 20 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"bzq" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder2{ + color = "#88715d"; + pixel_x = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"bzs" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"bzu" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"bzx" = ( +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bzy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"bzz" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bzA" = ( +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bzB" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bzH" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + pixel_x = -3; + pixel_y = 4; + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/chasm) +"bzJ" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/shallow_corner, +/area/caperiver/outdoors/chasm) +"bzT" = ( +/obj/structure/platform_decoration/metal/kutjevo, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bzU" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 7; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bzV" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bzW" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bzZ" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bAa" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 23 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bAi" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bAj" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bAm" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = 10; + layer = 2.9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bAq" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bAr" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -4; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 17; + pixel_y = 6 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bAs" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bAu" = ( +/obj/structure/prop/invuln/dense/cliff_wall/left_short{ + pixel_y = 15 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -7; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bAv" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 8; + pixel_x = 14; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bAx" = ( +/turf/open/desert/desert_shore/shore_corner1/west, +/area/caperiver/outdoors/chasm) +"bAA" = ( +/turf/open/desert/desert_shore/shore_corner1/north, +/area/caperiver/outdoors/chasm) +"bAB" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 14; + pixel_y = -6 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bAU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bAV" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 4; + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBa" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 14; + pixel_y = -5 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBf" = ( +/obj/structure/prop/invuln/dense/cliff_wall/left_short{ + pixel_y = 8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBl" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bBo" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBq" = ( +/obj/structure/platform/metal/strata/west{ + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBs" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -8; + pixel_y = -15 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBu" = ( +/obj/item/paper/crumpled{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"bBw" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/scrublands/north) +"bBx" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bBz" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 17; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBB" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBC" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d"; + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/oob) +"bBD" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 4; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBG" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bBH" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"bBI" = ( +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bBJ" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -1; + pixel_y = 24 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bBK" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBM" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bBN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4; + pixel_y = 14 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bBO" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bBP" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 3; + pixel_x = 19 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBQ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/prop/fake/railing/strata{ + dir = 4; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bBR" = ( +/obj/structure/machinery/light/small{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/caves/se) +"bBS" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bBX" = ( +/obj/structure/largecrate/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"bCh" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_y = -1 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north) +"bCk" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 14; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCl" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCr" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north) +"bCs" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"bCt" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bCu" = ( +/obj/structure/flora/bush/canyon/grass_orange, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"bCv" = ( +/obj/structure/flora/bush/canyon/grass_orange, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"bCw" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bCx" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bCy" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 16; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"bCz" = ( +/obj/structure/platform/metal/kutjevo/west, +/obj/structure/platform/metal/kutjevo, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCA" = ( +/obj/structure/platform/metal/kutjevo, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCB" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/metal/kutjevo/east, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCC" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCD" = ( +/obj/structure/platform/stone/soro, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCE" = ( +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/chasm) +"bCF" = ( +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bCG" = ( +/turf/open/desert/desert_shore/shore_corner2/north, +/area/caperiver/outdoors/chasm) +"bCH" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 21; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bCI" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bCJ" = ( +/obj/structure/platform_decoration/metal/kutjevo/north, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"bCK" = ( +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bCL" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + pixel_x = -10; + pixel_y = 4; + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/chasm) +"bCM" = ( +/obj/structure/prop/colorable_rock/colorable{ + dir = 4; + pixel_x = -11; + pixel_y = -10; + color = "#ccad8f" + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/chasm) +"bCN" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bCO" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 40 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 19; + pixel_y = 23 + }, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/chasm) +"bCP" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCQ" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = -17 + }, +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2, +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCR" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCS" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = -18 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 11; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCT" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -19; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCU" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCV" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 4; + pixel_x = -12; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCW" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -18; + pixel_y = 9 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCX" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bCY" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = 11 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bCZ" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 1; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bDa" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -13; + pixel_y = 7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bDb" = ( +/obj/structure/prop/invuln/dense/cliff_wall/left_short{ + pixel_y = 21 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/oob) +"bDc" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -6; + pixel_y = 25 + }, +/turf/open/desert/desert_shore/shore_corner1/north, +/area/caperiver/outdoors/chasm) +"bDd" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 4; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bDe" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bDf" = ( +/turf/open/desert/desert_shore/shore_corner2/east, +/area/caperiver/outdoors/chasm) +"bDg" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"bDh" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/desert/desert_shore/desert_shore1, +/area/caperiver/outdoors/chasm) +"bDi" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -7; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = -10 + }, +/turf/open/desert/desert_shore/shore_edge1/west, +/area/caperiver/outdoors/chasm) +"bDj" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 14; + pixel_y = 30 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/chasm) +"bDk" = ( +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/chasm) +"bDl" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bDm" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bDn" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 12 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = -13; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDo" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8; + pixel_x = 2; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDp" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = -8; + pixel_x = 7 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -6; + pixel_y = -10 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8; + pixel_x = -7; + pixel_y = 14 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDq" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -20; + pixel_y = 1 + }, +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = 9; + pixel_y = -7 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDr" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 13; + pixel_y = -1 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -1; + pixel_y = -1 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDs" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -18; + pixel_y = 20; + dir = 1 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDt" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -5 + }, +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = -11; + pixel_y = 14 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDu" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 4; + pixel_x = -13; + pixel_y = 11 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDv" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -19; + pixel_y = -3 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -2; + pixel_y = 23 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bDw" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 6 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = 14 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bDx" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDy" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDz" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = -3; + pixel_x = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDA" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -26 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDB" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDC" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -28; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDD" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 12; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"bDF" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -13; + pixel_y = 25; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"bDH" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"bDI" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDJ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 11; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDK" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 12; + pixel_y = 5; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDL" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDM" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDN" = ( +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/chasm) +"bDO" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = 8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDP" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 16; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDQ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + dir = 1; + pixel_x = -18; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDR" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDS" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ab8e75"; + dir = 1; + pixel_x = 8; + pixel_y = 12 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bDV" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"bDW" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = 7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/oob) +"bDX" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 3; + pixel_y = 22 + }, +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = -13; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDY" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 8; + pixel_x = 12; + pixel_y = 14 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bDZ" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 14; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEa" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = 14; + pixel_y = 15 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEb" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -4; + pixel_y = 23 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEc" = ( +/obj/structure/prop/invuln/dense/cliff_wall/left_short{ + pixel_y = 7; + layer = 3.1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEd" = ( +/turf/open/gm/river/desert/shallow_edge/southeast, +/area/caperiver/outdoors/chasm) +"bEf" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEg" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/chasm) +"bEh" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"bEi" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEj" = ( +/obj/structure/prop/invuln/dense/cliff_wall/short{ + pixel_y = -15 + }, +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 3; + pixel_y = 11 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEk" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEl" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEm" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -19; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEn" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = -21; + pixel_y = 4 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bEo" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -8; + pixel_y = -5 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bEp" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 10; + pixel_y = -18 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bEq" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bEr" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = 29 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bEs" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = 18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bEt" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 14; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bEu" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 9; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 9; + pixel_x = 13 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bEv" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -18; + pixel_y = -3 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEw" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -2; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEx" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + dir = 1; + pixel_x = 13; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEy" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -17; + pixel_y = -12 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 10; + pixel_y = 9 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -5; + pixel_y = -15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEz" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEA" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEB" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 8; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEC" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + pixel_x = 1; + pixel_y = -13 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bED" = ( +/obj/structure/flora/bush/canyon/grass_green/alt1{ + dir = 1; + pixel_x = -1; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEE" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -17; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEF" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = 11; + pixel_y = 11 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -5; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEG" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 15; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEH" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEI" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = -15; + pixel_y = -14 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEJ" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEK" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEL" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 22 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bEM" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bEN" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = 22 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = 24 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bEO" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = -15; + pixel_x = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEP" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 12; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEQ" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"bER" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 9; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bES" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 2; + pixel_y = -15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bET" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 9; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEU" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 14; + pixel_y = 12 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 4; + pixel_x = -16; + pixel_y = -15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEV" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEW" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + pixel_x = 4; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEX" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = 6; + pixel_x = -15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEY" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bEZ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFa" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -16; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFb" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"bFc" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFd" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -3; + pixel_y = 27; + layer = 3.1 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + layer = 3.12; + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/chasm) +"bFe" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 6; + pixel_y = -11 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -3; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/chasm) +"bFf" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -6; + pixel_y = 14 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFg" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -8; + pixel_y = 22 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFh" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bFi" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 4; + pixel_x = 14; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bFj" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 6; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFk" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_y = -10; + pixel_x = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFl" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 8; + pixel_x = 14; + pixel_y = 5 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFm" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 15; + pixel_y = -8; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFn" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -17; + pixel_y = 11 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFo" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = -3; + pixel_y = -16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/oob) +"bFp" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -10; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bFq" = ( +/obj/structure/prop/invuln/dense/cliff_wall/left_short{ + pixel_y = 36 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFr" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -20; + pixel_y = 25 + }, +/turf/open/desert/desert_shore/shore_corner2/north, +/area/caperiver/outdoors/chasm) +"bFt" = ( +/turf/open/gm/river/desert/shallow_corner/west, +/area/caperiver/outdoors/chasm) +"bFu" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFv" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"bFw" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 4; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_y = 17; + pixel_x = -5 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFx" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 6; + pixel_y = 9 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bFy" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 10; + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFz" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -11; + pixel_y = -7 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bFA" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -15; + pixel_y = 1 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -8 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bFB" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_y = -4 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bFC" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bFD" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 1; + pixel_y = 22 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bFE" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 11; + pixel_y = 19 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 12; + pixel_y = -3 + }, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/chasm) +"bFF" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"bFG" = ( +/obj/effect/landmark/monkey_spawn, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"bFH" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFI" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFJ" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFK" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFM" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"bFN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bFO" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFP" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = 3 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFQ" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 9; + pixel_y = -28 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFR" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFS" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFT" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFU" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = -1; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFV" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFW" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + pixel_x = -11; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFX" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = -12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFY" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bFZ" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGa" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGb" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt, +/area/caperiver/oob) +"bGc" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 4; + pixel_y = 22 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/oob) +"bGd" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 12; + pixel_y = 23; + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGe" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -18; + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGf" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 2; + pixel_y = 23 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGg" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGh" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bGi" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"bGj" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 10; + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bGk" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = 16 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bGl" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = 17 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bGm" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bGn" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 3; + pixel_y = 23 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGo" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 14; + pixel_x = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -7; + pixel_y = -16 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGp" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"bGq" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = -12; + pixel_y = 10 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGr" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGs" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGt" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGu" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGv" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -13; + pixel_y = -2 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -17 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGw" = ( +/obj/structure/prop/invuln/dense/cliff_wall/short{ + pixel_x = -29; + pixel_y = -8 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -1; + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/oob) +"bGx" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 11; + pixel_y = 19 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/oob) +"bGy" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 16; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGz" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 10; + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGA" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -7; + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGB" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bGC" = ( +/obj/structure/prop/invuln/dense/cliff_wall/right_short{ + pixel_x = -224; + pixel_y = 2 + }, +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/oob) +"bGD" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = -9 + }, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGE" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGF" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 14; + pixel_y = 11 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGG" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -20; + pixel_y = 17 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGH" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 6; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGI" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -13; + pixel_y = 37 + }, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 15; + pixel_y = 13 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGJ" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bGK" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 1; + pixel_y = -2 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bGL" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 2; + pixel_y = -9 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bGM" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 1; + pixel_y = -14 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bGN" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 4; + pixel_x = 4; + pixel_y = -17 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bGO" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = 25 + }, +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 26; + pixel_y = 28 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 5; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bGP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wrench{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"bGQ" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 7; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bGR" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"bGS" = ( +/obj/structure/prop/invuln/dense/cliff_wall/alt{ + pixel_y = 22 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bGT" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -4; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bGU" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 4; + pixel_y = -26 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 19; + pixel_y = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"bGW" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -6 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGX" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 16; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGY" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bGZ" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 1; + pixel_y = 22; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHa" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 4; + pixel_x = -12; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHb" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHc" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -14; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = -4 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHd" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHe" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHf" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -17; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHg" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHh" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -17; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHi" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -17; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHj" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/shard, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"bHk" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 15; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHl" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -4; + pixel_y = -18 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHn" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHo" = ( +/obj/structure/surface/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"bHp" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHq" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -17; + pixel_y = 9; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_x = 1; + pixel_y = -2; + layer = 4.12 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHr" = ( +/obj/structure/flora/bush/canyon/grass_green/alt1{ + dir = 1; + pixel_x = 11; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHs" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHt" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHu" = ( +/obj/structure/flora/bush/canyon/grass_orange{ + pixel_x = 3; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHv" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 14; + pixel_y = 19 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHw" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8; + pixel_x = 10; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHx" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHy" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 9; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHz" = ( +/obj/structure/flora/bush/canyon/grass_green/alt1{ + dir = 4; + pixel_x = -9; + pixel_y = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHA" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 14; + layer = 4.12 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHB" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 13; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 3; + pixel_y = -2 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 14; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bHC" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 9; + pixel_y = 1 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -11; + pixel_y = -8 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bHD" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 2; + pixel_y = -9 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bHE" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHF" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 13; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHG" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"bHH" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 3; + pixel_x = -15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHI" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHJ" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -6; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHK" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 14; + pixel_y = -16 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHL" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 8; + pixel_y = 6 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHM" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"bHN" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 14; + pixel_y = 11 + }, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -17; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHO" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 5; + pixel_x = -12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHP" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 5; + pixel_x = 16 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"bHR" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 7; + pixel_y = 11 + }, +/obj/structure/flora/bush/canyon/grass_yellow{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHS" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 5; + pixel_y = -9 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHT" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHU" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -4; + pixel_y = -17 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHV" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 14; + pixel_y = 13 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHW" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = -19; + pixel_x = 17 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHX" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 12; + pixel_y = 12 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bHY" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bHZ" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIa" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 11; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIb" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 10; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIc" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bId" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -5 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIe" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 12; + pixel_y = 2 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -5; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIf" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIg" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 16; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIh" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = 1 + }, +/obj/effect/spawner/random/tool, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"bIi" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = 1; + pixel_y = -11 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIj" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -7; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 1 + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = -44; + pixel_y = 20 + }, +/obj/item/clothing/accessory/limb/skeleton/head/spine{ + pixel_x = -40; + pixel_y = 23 + }, +/obj/item/clothing/accessory/limb/skeleton/torso{ + pixel_x = -39; + pixel_y = 20 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"bIk" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 2; + pixel_y = 18 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bIl" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 4; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bIm" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -5; + pixel_y = 21 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bIn" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 15; + pixel_x = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bIo" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 1; + pixel_y = 20 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bIp" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = -6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 4; + pixel_y = 21 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 9; + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"bIq" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = -19 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIr" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -20; + pixel_y = 8 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIs" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 11 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIt" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIu" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 17; + pixel_y = 6 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bIv" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/largecrate/empty/case/double{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"bIx" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 3; + pixel_y = 17 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIy" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIz" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 8; + pixel_x = 12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIA" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 12; + pixel_y = 17 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIB" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bID" = ( +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = -4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bIF" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bIG" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bIH" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bII" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIJ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/window_frame/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"bIL" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIM" = ( +/obj/structure/flora/bush/canyon/grass_green/alt2{ + dir = 1; + pixel_x = 5; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIN" = ( +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bIO" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIP" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = -2; + pixel_x = -12 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_y = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIQ" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -26; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIR" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 18; + pixel_y = -6 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIS" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 6; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIT" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIU" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -10; + pixel_y = 3 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIV" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -3; + pixel_y = 3; + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIW" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -5; + pixel_y = -8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIX" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 12; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"bIY" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -3; + pixel_y = 3; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bIZ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -8; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJa" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJb" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"bJc" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 8; + pixel_y = -9 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJe" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 1; + pixel_y = -8 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJf" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = -2; + pixel_y = -11 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJg" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_x = -12; + pixel_y = -8 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = -10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJh" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJi" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 5; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJj" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_y = 20 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -16; + pixel_y = 9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJk" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -9; + layer = 2.9 + }, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJl" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 16; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJm" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 12; + pixel_y = 18 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJn" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 10; + pixel_x = -22 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"bJp" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJq" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 8; + pixel_x = -13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJr" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 11; + pixel_y = 19 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJs" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8; + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJt" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 8; + pixel_x = 7; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJu" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -9 + }, +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = 16 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 3; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJv" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -5; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJw" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"bJx" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJy" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 10; + pixel_x = 12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJz" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -6; + pixel_y = 39 + }, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJA" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJB" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJC" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -4; + pixel_y = -25 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = 8; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJD" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJE" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -13; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bJF" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = -19; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJG" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJH" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJI" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 11; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJJ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 26; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bJK" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -14; + pixel_y = 13; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 2; + layer = 4.12 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = 2 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_y = -6 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJL" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 2; + layer = 4.12 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJM" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -2; + pixel_y = 13; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 2; + layer = 4.12 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = -7 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJN" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 12 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = -14 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJP" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJQ" = ( +/obj/structure/largecrate/random, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJR" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 32; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 4; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJT" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = -11; + layer = 4.12 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJU" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/structure/prop/fake/railing/strata{ + pixel_y = -11; + layer = 4.12 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJV" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -17; + pixel_y = 33; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -16; + pixel_y = 2 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJW" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 32; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJX" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -14; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bJY" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"bJZ" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"bKa" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north) +"bKb" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"bKc" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"bKd" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_y = 3 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"bKe" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 6; + pixel_y = -2 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -6; + pixel_y = -13 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bKf" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bKg" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 2; + pixel_y = -14 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 12 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKh" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKi" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 23; + pixel_x = -9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKj" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 9; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKk" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = -21 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKl" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKm" = ( +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 13; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKn" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKo" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 5; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKp" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKq" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 13; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKr" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKs" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKt" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/recreational) +"bKu" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -7; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKv" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKw" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/bush/alt2{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_x = -19 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"bKy" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = 11 + }, +/obj/structure/flora/bush/canyon/grass_yellow/alt2{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKz" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 11; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKA" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKB" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 4; + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKC" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 20; + pixel_y = -4 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 2; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKD" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -3; + pixel_y = 6 + }, +/obj/structure/prop/fake/railing/strata{ + dir = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKG" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_4) +"bKI" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKK" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"bKL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKN" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKO" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKP" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bKQ" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bKR" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 15; + pixel_y = -1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKS" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -2; + pixel_y = -8 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKT" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = 11; + pixel_y = -10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKU" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = -1; + pixel_y = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKV" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -11 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKW" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 4; + pixel_x = 9; + pixel_y = -10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKX" = ( +/obj/structure/flora/bush/canyon/grass_yellow{ + dir = 1; + pixel_y = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKY" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 1; + pixel_y = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bKZ" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLa" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 4; + pixel_y = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLb" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = -10; + pixel_x = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLc" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_y = -10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLd" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLe" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = -11; + pixel_x = 5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLf" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 3; + pixel_y = -10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"bLg" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -10; + pixel_y = -10 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"bLh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLi" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLj" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32; + layer = 2.8 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueright{ + layer = 4 + }, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"bLk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/caperiver/indoors/conambase/research_e) +"bLl" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLn" = ( +/obj/structure/prop/dam/crane/cargo, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLo" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 17; + pixel_y = 19; + layer = 4.121 + }, +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/conambase/research_w) +"bLp" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 18; + pixel_y = -9 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bLq" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 16; + pixel_y = 19; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"bLr" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = 18 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -13; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLt" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLv" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLw" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"bLy" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"bLz" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"bLA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLB" = ( +/obj/structure/window/framed/solaris/reinforced, +/turf/open/floor/plating, +/area/caperiver/outdoors/landing_zone_2/interior) +"bLC" = ( +/obj/item/shard, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"bLD" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLF" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLG" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLH" = ( +/obj/structure/largecrate/random/case{ + pixel_y = 13 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLJ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"bLL" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLN" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLO" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLR" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLS" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d"; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bLT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLV" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bLY" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMa" = ( +/obj/structure/fence/slim, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMb" = ( +/obj/structure/fence/slim, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMd" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMe" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMf" = ( +/obj/structure/fence/slim, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/north) +"bMI" = ( +/turf/open/floor/darkblue2/southeast, +/area/caperiver/indoors/conambase/recreational) +"bMS" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/scrublands/north) +"bNj" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"bNm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"bNp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"bNA" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1/interior) +"bNG" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -4; + pixel_y = 19 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bNU" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"bNY" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bOr" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"bOy" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/unknown) +"bOQ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"bOZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bPs" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"bPx" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"bPy" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"bPD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_4) +"bPL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"bPS" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"bPU" = ( +/obj/structure/closet/l3closet, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"bQa" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"bQM" = ( +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_blank" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"bQO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 14 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"bQU" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"bQW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"bQZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/balaclavas, +/obj/effect/spawner/random/attachment, +/obj/structure/closet, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"bRp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"bRs" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"bRB" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"bSe" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"bSW" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"bSZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/item/prop/colony/usedbandage{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"bTb" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"bTo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west/antiweed) +"bTu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 4; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"bTD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"bUh" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bUK" = ( +/obj/structure/machinery/power/smes/buildable, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/engi) +"bVa" = ( +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/nw_cave) +"bVb" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = 1; + pixel_y = -15 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"bVy" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"bWe" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/reagent_container/glass/beaker/large, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/southeast, +/area/caperiver/indoors/miningbase/medical) +"bWi" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"bWj" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"bWo" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"bWS" = ( +/obj/structure/tunnel, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"bXo" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + pixel_x = 12; + pixel_y = 4 + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8"; + pixel_x = -14; + pixel_y = -19 + }, +/obj/structure/flora/tree/joshua, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"bXv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"bXI" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"bXP" = ( +/obj/structure/window/framed/abyssal/blue/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"bYg" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 11; + pixel_y = 18 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"bYi" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"bYK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"bYS" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"bZg" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"bZU" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"bZW" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/eat, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"cah" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 2; + layer = 4.12 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"caA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central/antiweed) +"cba" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"cbl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/item/shard, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"cbq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_east) +"cbr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"cbD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"ccb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/darkbrown3/west, +/area/caperiver/outdoors/landing_zone_2/interior) +"ccj" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"ccD" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/landing_zone_2) +"ccR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -16; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"ccV" = ( +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"cdz" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"cdD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"cdR" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"cea" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ceh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/vending/coffee{ + pixel_x = 6; + pixel_y = 15; + density = 0 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"cem" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/effect/landmark/lizard_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ceF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 18 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"ceN" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"ceR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"ceX" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north) +"ceZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"cfa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -10; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"cfH" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/south/antiweed) +"cfR" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"cgv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"cgC" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"cgJ" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -15; + pixel_y = 18 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 10; + pixel_y = 12 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"cgN" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"cgU" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"chj" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + icon_state = "lavendergrass_1" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"chq" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ciw" = ( +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"ciy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"ciA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/mining_base_exterior/south) +"ciI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"ciO" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 12; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ciT" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/nw_cave) +"ciU" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"cjk" = ( +/obj/item/reagent_container/syringe{ + icon_state = "broken" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"cjq" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/recharger{ + pixel_y = 1; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"cjx" = ( +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"cjI" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"cjO" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"cjR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"ckf" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"ckx" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"ckD" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"ckM" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/safety{ + pixel_y = 35; + pixel_x = 3 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"ckN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"ckW" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"clf" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 1; + pixel_y = -9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = 7 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west) +"clm" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"cls" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"clB" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 11; + pixel_y = 2 + }, +/obj/item/tool/weldingtool{ + pixel_x = -7 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"clZ" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"cmp" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/applecakeslice, +/obj/item/trash/tray, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/indoors/miningbase/rec) +"cmM" = ( +/obj/structure/flora/bush/desert/cactus, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"cny" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -46; + pixel_y = 19 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"cnH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"cnL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"cof" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"coB" = ( +/obj/structure/bed/sofa/south/grey, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"cpm" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"cpv" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"cpW" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"cqh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"cqT" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"cqV" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"cra" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"cri" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"crJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"crR" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/admin) +"csa" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"csI" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"csS" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"ctJ" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d"; + pixel_x = 5; + pixel_y = -14 + }, +/turf/open/desert/desert_shore/desert_shore1, +/area/caperiver/outdoors/chasm) +"ctN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"cuE" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -10; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 12; + pixel_y = 14 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"cuI" = ( +/obj/structure/sink{ + pixel_y = 26; + pixel_x = -7 + }, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"cvh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"cvr" = ( +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"cvH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_x = -9; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"cvI" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/machinery/light/blue, +/turf/open/floor/station/metal/floor/southeast, +/area/caperiver/telecomms/telecomm_3) +"cvO" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"cvP" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + pixel_x = -16 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"cwe" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"cwx" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"cwB" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"cwH" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"cwL" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"cxr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"cxz" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"cxK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 32; + pixel_y = -9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"cyj" = ( +/obj/structure/machinery/light/small, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"cyu" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"cyE" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"cyL" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"cyN" = ( +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/bushlands) +"cyW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"cyY" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 3; + pixel_y = 28 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"czX" = ( +/turf/open/floor/darkblue2/northeast, +/area/caperiver/indoors/conambase/command) +"cAo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"cAq" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"cAx" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"cAD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/west) +"cAH" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/north_west) +"cAP" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"cBp" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"cBs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"cBw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"cBR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"cBV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"cCa" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"cDP" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"cEi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/tan, +/area/caperiver/telecomms/telecomm_4) +"cEk" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"cEq" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/telecomms/telecomm_4) +"cED" = ( +/obj/structure/prop/dam/drill, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"cFG" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 1; + pixel_x = -23; + layer = 4.1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"cFI" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4; + pixel_y = 14 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"cFU" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/telecomms/telecomm_4) +"cGo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"cGw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"cHy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"cHX" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"cHY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = -12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"cIR" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/rock1, +/area/caperiver/outdoors/scrublands/south_east) +"cJi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/bushlands) +"cJx" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"cJB" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/structure/sign/safety/waterhazard{ + pixel_x = 15; + pixel_y = 32 + }, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/sign/safety/hazard{ + pixel_y = 32 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkgreen2/northwest, +/area/caperiver/indoors/conambase/recreational) +"cKh" = ( +/obj/item/shard, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"cKj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"cKq" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/telecomms/telecomm_3) +"cKD" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/oob) +"cLB" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/largecrate/random/mini{ + pixel_y = 3; + pixel_x = -5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"cMc" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"cMj" = ( +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"cMk" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"cMn" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"cMs" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"cMQ" = ( +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"cNl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"cNW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"cOa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/telecomms/telecomm_3) +"cOV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"cPd" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/engi) +"cPl" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"cPP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"cQm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 5; + pixel_x = 3 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"cQn" = ( +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"cQt" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"cRl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 15 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"cRM" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"cSg" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"cSp" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"cSy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/south) +"cSX" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/hefa_cult_decals/d96, +/obj/structure/machinery/light/red{ + dir = 8; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/obj/item/tool/kitchen/knife/butcher, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"cTb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"cTm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"cTJ" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"cTP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/southeast, +/area/caperiver/indoors/conambase/recreational) +"cTU" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"cUh" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"cUi" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"cVg" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"cVG" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/ne) +"cWd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"cWi" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"cWj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -10; + pixel_y = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"cWl" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"cWF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/road/central) +"cWS" = ( +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"cXq" = ( +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"cXy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"cYa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"cYs" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"cYy" = ( +/obj/item/tool/warning_cone{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"cYC" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/telecomms/telecomm_4) +"cZw" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/assembly/signaller{ + pixel_x = 5 + }, +/obj/item/book/manual/evaguide{ + pixel_y = -1; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"cZF" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"cZM" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"dai" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"daz" = ( +/obj/structure/largecrate/random/barrel/purewhite{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"daF" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"dbA" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"dbX" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 22 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"dbZ" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/flora/bush/canyon/grass_green/alt2, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"dcf" = ( +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"dcn" = ( +/obj/structure/cable/white{ + icon_state = "1-8"; + level = 2; + pixel_y = -23; + pixel_x = 1 + }, +/obj/structure/cable/white{ + icon_state = "2-5"; + level = 2; + pixel_y = 2; + pixel_x = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"dcp" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/surgical_tray, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/sign/poster/conam{ + pixel_y = -32 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"dcE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"dcG" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"dcK" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"dcU" = ( +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/south) +"dda" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ddw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, +/area/caperiver/outdoors/road/north) +"ddx" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ddH" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 25 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 24; + pixel_y = 27 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"ddS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"ddW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"deb" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"deu" = ( +/obj/structure/largecrate/random/barrel/black, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/northwest, +/area/caperiver/telecomms/telecomm_3) +"dez" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/ashtray/glass, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"deJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"deS" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/oob) +"deX" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"dfv" = ( +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = 10 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"dfw" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"dfW" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"dgg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"dgl" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south_east) +"dhj" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"dhp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"dhG" = ( +/obj/structure/sign/conam/variant3{ + pixel_y = 31 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"dhI" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"diC" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"djn" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"djo" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"djp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"djA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"djC" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 13; + pixel_y = 7 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"djU" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"dky" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"dkC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"dkV" = ( +/obj/structure/machinery/colony_floodlight_switch{ + pixel_y = 30 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/objective, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"dlE" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"dnz" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/outdoors/con_am_exterior/south) +"dnN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"dnW" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"dob" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"dod" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"doE" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/west/antiweed) +"doM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"doV" = ( +/mob/living/simple_animal/small/lizard, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"doX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkbrowncorners2/west, +/area/caperiver/indoors/conambase/delivery) +"dpa" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52; + pixel_y = -9 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile, +/area/caperiver/indoors/conambase/unknown) +"dps" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 14; + pixel_y = 22 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"dqu" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"dqG" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"drf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"drr" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"drK" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"drO" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/outdoors/landing_zone_2/cave) +"drR" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"drW" = ( +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"dsp" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 5 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"dsy" = ( +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 19 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"dsz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"dsJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/nw_cave) +"dta" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8"; + pixel_x = -14; + pixel_y = -19 + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9"; + pixel_x = 6; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west) +"dtg" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"dtr" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/telecomms/telecomm_4) +"dtZ" = ( +/obj/item/tool/shovel{ + pixel_x = 4; + pixel_y = -9 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"dub" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"dus" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"dux" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"duI" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"duK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/landing_zone_2) +"dvb" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"dvd" = ( +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_x = -16; + pixel_y = 4 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"dvg" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"dvv" = ( +/turf/open/floor/kutjevo/tan/alt_edge/southeast, +/area/caperiver/telecomms/telecomm_4) +"dvP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 1; + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"dvS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/indoors/miningbase/admin) +"dvV" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9" + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"dvZ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"dwi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/chest{ + pixel_y = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"dwl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"dwB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"dwR" = ( +/turf/open/floor/hybrisa/engineership/engineer_floor13/north, +/area/caperiver/indoors/conambase/unknown) +"dwX" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"dxa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"dxD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/caves/w) +"dxF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/item/stool{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"dxX" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 16 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"dyj" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"dyw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"dzd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west/antiweed) +"dzt" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"dAd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"dAg" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"dAr" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/desert/rock, +/area/caperiver/oob) +"dAG" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"dAH" = ( +/obj/structure/prop/hybrisa/furniture/tables/tablepool, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpet_colorable/blue, +/area/caperiver/indoors/conambase/support) +"dBf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"dBl" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"dBW" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"dCh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/telecomms/telecomm_1) +"dDq" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/structure/flora/bush/desert/cactus/multiple{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"dDJ" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/aicard{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"dDN" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"dDQ" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"dDY" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/telecomms/telecomm_4) +"dEk" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"dEn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"dEo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"dEu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"dEx" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west) +"dEI" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"dFd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/northeast, +/area/caperiver/indoors/conambase/recreational) +"dFe" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"dFk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"dFo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"dFW" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -11 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/greencorner/north, +/area/caperiver/indoors/conambase/medical) +"dGs" = ( +/obj/structure/largecrate/random/case, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"dGt" = ( +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/command) +"dGA" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -3; + pixel_y = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"dGX" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 15; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"dGZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"dHn" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"dHE" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/tree/joshua, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"dHI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"dIc" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"dIp" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"dIq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"dIB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"dJH" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"dKk" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/hybrisa/coffee_machine{ + pixel_x = -5 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"dKm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"dKo" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"dKA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"dKF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2, +/area/caperiver/indoors/conambase/research_e) +"dKU" = ( +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"dLg" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"dLr" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"dLH" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"dLI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"dLN" = ( +/obj/structure/surface/table/woodentable, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"dLU" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"dMh" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"dMC" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"dMQ" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"dMZ" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"dNs" = ( +/obj/structure/ore_box, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"dNG" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"dOt" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -8; + pixel_y = 17 + }, +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = -3; + pixel_y = 20 + }, +/obj/item/clothing/accessory/limb/skeleton/l_hand{ + pixel_x = -2; + pixel_y = 13 + }, +/obj/item/clothing/accessory/limb/skeleton/l_leg{ + pixel_x = -10; + pixel_y = 12 + }, +/obj/item/clothing/accessory/limb/skeleton/r_leg{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 1; + layer = 3.1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/chasm) +"dON" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_e) +"dPn" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"dPr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/turf/open/floor/kutjevo/multi_tiles/southwest, +/area/caperiver/telecomms/telecomm_2) +"dPx" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 20; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"dPB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/outdoors/landing_zone_1/interior) +"dPW" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"dQc" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"dQO" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"dQP" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2) +"dRf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 2; + pixel_y = 18 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -21; + pixel_y = 5 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"dRm" = ( +/obj/structure/machinery/optable, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/medical) +"dRt" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"dRD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/west) +"dSM" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg2, +/area/caperiver/indoors/caves/s) +"dSN" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"dSO" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"dSU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"dTf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 20; + pixel_y = 36 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"dTo" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/admin) +"dTs" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -17; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"dTt" = ( +/obj/docking_port/stationary/marine_dropship/lz2{ + name = "LZ2: Unknown Encampment" + }, +/turf/open/floor/plating, +/area/caperiver/outdoors/landing_zone_2) +"dUm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"dUU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/checkpoint) +"dVa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"dVf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"dVi" = ( +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"dVK" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"dVM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/conam/long_logo_right/damage_1{ + pixel_x = -20 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"dVT" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"dWd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"dWi" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/desert/desert_shore/shore_corner1, +/area/caperiver/outdoors/landing_zone_2/river) +"dWD" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/landing_zone_2) +"dXc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"dXp" = ( +/obj/structure/machinery/blackbox_recorder, +/obj/item/prop/almayer/flight_recorder/colony{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"dXA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -3; + pixel_y = -1 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"dXH" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"dYx" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"dYN" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"dZw" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"dZP" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"dZV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"dZY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"eal" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 14 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -6; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"eau" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"eaL" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/con_am_exterior/north) +"eaR" = ( +/obj/structure/surface/table/reinforced, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/storage/surgical_tray, +/turf/open/floor/green/east, +/area/caperiver/indoors/conambase/medical) +"ebb" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -8; + pixel_y = 1; + density = 0 + }, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"ebc" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/shiva/radiator_tile2, +/area/caperiver/indoors/conambase/engi) +"ebk" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 15; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ebp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = -9 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/south_east) +"ebr" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"ebs" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"ebE" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{ + pixel_y = 32 + }, +/obj/effect/landmark/corpsespawner/engineer, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"ebO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ebR" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/defibrillator/synthetic/hyperdyne{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/indoors/miningbase/admin) +"ebS" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30; + pixel_x = -18; + layer = 4.1 + }, +/obj/effect/decal/remains/robot{ + pixel_x = 6; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"ebV" = ( +/obj/structure/fence/slim, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"ech" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"eci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/kutjevo/colors/red/edge/east, +/area/caperiver/indoors/miningbase/checkpoint) +"ecj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"ect" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"ecT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"edj" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"edy" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -28; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"edS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"edY" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"ees" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_e) +"eeA" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"eeM" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30; + pixel_x = -18; + layer = 4.1 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 34 + }, +/obj/effect/decal/large_stain, +/obj/effect/decal/remains/human{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/unknown) +"efe" = ( +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"efp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"efu" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -12; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"efF" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/admin) +"efQ" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"efT" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"egp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"egq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/cargo_container/hybrisa/containersextended/greenright, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"egx" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"ehk" = ( +/obj/structure/platform_decoration/stone/soro/west, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"eht" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/structure/janitorialcart, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"ehV" = ( +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"eid" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"eiL" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"eiQ" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/north) +"eje" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/closed/wall/kutjevo/colony, +/area/caperiver/outdoors/landing_zone_1/cave) +"ejn" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/obj/item/shard, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"ejp" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ejz" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/wy_mre, +/obj/item/toy/deck/uno{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/effect/landmark/map_item, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"ejJ" = ( +/obj/structure/largecrate/random/case/small, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"ejT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"ejW" = ( +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"ekd" = ( +/obj/structure/flora/bush/ausbushes/var3/fullgrass, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"eko" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform/stone/soro/west, +/obj/structure/platform/stone/soro, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"ekP" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"ekZ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"elc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"eln" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"elq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 3; + pixel_y = -5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"els" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 20; + pixel_y = 17 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_east) +"elJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"emd" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"emo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"emA" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/indoors/conambase/recreational) +"emC" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2, +/area/caperiver/indoors/conambase/recreational) +"emF" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"end" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2, +/area/caperiver/indoors/conambase/recreational) +"enu" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"enW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"enZ" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = 4; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"eoh" = ( +/obj/item/ammo_magazine/pistol/highpower{ + current_rounds = 3 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/paper/crumpled{ + pixel_x = -6; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"eoj" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"eoz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet, +/obj/item/clothing/head/hardhat, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"eoJ" = ( +/obj/structure/machinery/door/airlock/almayer/command/colony{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/admin) +"eoO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/large_stain{ + layer = 2.6; + pixel_x = 14; + pixel_y = -9; + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/conam/long_logo_left/damage_1{ + pixel_x = -15 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"eoR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"eoW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"epd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"epe" = ( +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"ept" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"epD" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/west/antiweed) +"epK" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"epS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"eqd" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"eqp" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"eqs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south) +"eqx" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"eqT" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"eqU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"erd" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"erD" = ( +/obj/structure/bed/sofa/south/grey/right{ + pixel_y = 10 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"erX" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/turf/open/floor/prison/darkbrown2/northeast, +/area/caperiver/indoors/conambase/recreational) +"esk" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"esz" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/caves/ne) +"etb" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"etQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"etR" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/girder/displaced, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"euh" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"eup" = ( +/obj/structure/tunnel, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"euG" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/item/device/multitool{ + pixel_x = 4; + pixel_y = -8 + }, +/obj/structure/prop/server_equipment/laptop/on{ + pixel_x = -7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"euU" = ( +/turf/open/floor/plating/engineer_ship, +/area/caperiver/indoors/conambase/unknown) +"euW" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"eve" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/bushlands) +"evO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"evQ" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"ewd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"ewj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"ewv" = ( +/obj/effect/decal/strata_decals/catwalk/prison, +/obj/item/clothing/head/welding/painted, +/turf/open/floor/shiva/radiator_tile2, +/area/caperiver/indoors/conambase/engi) +"ewH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/west, +/area/caperiver/indoors/conambase/recreational) +"ewT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"ewW" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north) +"exa" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = -3 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"exe" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"exl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"exy" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"exE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"eyu" = ( +/obj/structure/tunnel, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"eyA" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"eyC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"eyT" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"eyW" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"ezf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"ezH" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"ezS" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"eAd" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"eAf" = ( +/obj/structure/flora/grass/desert/lightgrass_5{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/structure/sign/conam/variant1{ + pixel_y = 32 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"eAU" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_x = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"eBk" = ( +/obj/structure/prop/hybrisa/misc/detonator{ + pixel_x = 2; + pixel_y = -6 + }, +/obj/structure/cable/white{ + icon_state = "1-2"; + level = 2 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"eBs" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"eBA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"eBE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/telecomms/telecomm_4) +"eBJ" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"eBL" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"eCf" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"eCl" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"eCq" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"eCt" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/obj/structure/largecrate/random/barrel/medical, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"eCK" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"eDr" = ( +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/tool/stamp{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/clipboard{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"eDx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"eDD" = ( +/obj/structure/largecrate/random/barrel/green, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/telecomms/telecomm_4) +"eEg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/south) +"eEz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/item/shard, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"eEE" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"eEG" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/item/shard/shrapnel/bone_chips, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"eEP" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = 8; + pixel_y = -28 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"eFn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"eFv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"eFE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/item/reagent_container/food/snacks/dough, +/obj/structure/closet/crate/freezer, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"eFF" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"eFU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 1; + pixel_x = -5 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"eFV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"eGy" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"eGQ" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"eHa" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/southeast, +/area/caperiver/outdoors/landing_zone_1) +"eHb" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"eHt" = ( +/obj/structure/cargo_container/hybrisa/containersextended/medicalright, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"eHu" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"eHC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/caperiver/telecomms/telecomm_3) +"eHH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"eHL" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"eHN" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"eIg" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"eIi" = ( +/obj/structure/largecrate/supply/generator, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"eIo" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"eIF" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"eIL" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/hybrisa_auto_turf/layer2, +/area/caperiver/oob) +"eIM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"eJp" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"eJq" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_east) +"eKi" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"eKj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"eKn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"eKC" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"eKI" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"eKV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/freezer/fridge/full, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"eLk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"eMI" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"eMN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"eNn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"eNs" = ( +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_3" + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"eNu" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"eNR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"eOL" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = 10; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"ePh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/apc/power/north, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"ePk" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/closed/wall/abyssal/standard, +/area/caperiver/telecomms/telecomm_4) +"ePv" = ( +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/north) +"ePy" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"ePJ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 13 + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 30; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"eQf" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"eQL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 9; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"eQY" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"eRi" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"eSm" = ( +/obj/item/stack/rods, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"eSx" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"eTn" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"eTC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_y = -12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -18; + pixel_y = 2 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"eTD" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"eUh" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"eUl" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"eUx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"eUy" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"eUN" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"eVi" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"eVt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"eVQ" = ( +/obj/effect/spawner/random/gun/smg/midchance, +/obj/effect/decal/conam/big_logo/damage{ + pixel_y = -15 + }, +/obj/effect/decal/large_stain{ + layer = 2.6; + pixel_x = 18; + pixel_y = -2 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"eVX" = ( +/obj/effect/decal/conam/half_logo/damage_1, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"eWd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"eWk" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"eWB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"eWC" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"eWV" = ( +/obj/item/shard, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"eXq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/east, +/area/caperiver/indoors/conambase/research_e) +"eXB" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"eXC" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/hydro) +"eYf" = ( +/obj/structure/machinery/prop/almayer/computer/PC, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"eYx" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt, +/area/caperiver/indoors/caves/s) +"eYI" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south_east) +"eZj" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/structure/largecrate/random/case/double, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"eZq" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"eZv" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"eZH" = ( +/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{ + dir = 4 + }, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/admin) +"faa" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 24; + pixel_y = 16 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -20; + pixel_y = 5 + }, +/turf/open/desert/desert_shore/shore_edge1/north, +/area/caperiver/outdoors/chasm) +"fac" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"fan" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/frame/table/almayer, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"faE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"fbg" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = 1; + pixel_y = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = 17 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"fbo" = ( +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/landing_zone_2) +"fbE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"fca" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"fci" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -21; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"fcw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"fcK" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"fcO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"fcR" = ( +/obj/effect/spawner/random/mats/lowchance, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/telecomms/telecomm_3) +"fds" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"fdz" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/south) +"fdE" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1 + }, +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"fdH" = ( +/obj/item/ammo_casing/bullet, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"fdT" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -21; + pixel_y = 28 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 7; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -15; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"fea" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south_east) +"feu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 21 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"feU" = ( +/turf/open/floor/darkbrown2/southeast, +/area/caperiver/indoors/conambase/delivery) +"ffl" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30; + pixel_x = -18; + layer = 4.1 + }, +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"ffo" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west) +"ffp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"ffy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"ffC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"ffK" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 17; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ffP" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"fgf" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/item/reagent_container/food/snacks/donkpocket{ + pixel_x = -2; + pixel_y = -6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"fhf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"fhk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/darkgreen2/northwest, +/area/caperiver/indoors/conambase/recreational) +"fhy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"fhL" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"fiW" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"fjg" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south_east) +"fji" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_4) +"fjD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"fjE" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"fjR" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"fjZ" = ( +/obj/structure/bed/chair/comfy{ + dir = 4; + icon_state = "chair_alt" + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"fke" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -2; + pixel_y = 5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"fkm" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_right, +/turf/open/gm/dirt/brown/variant_1, +/area/caperiver/indoors/caves/w) +"fks" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"fkz" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"fkC" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north_east) +"fkU" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"fmu" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 15; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"fmz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/large_stain, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"fmU" = ( +/obj/structure/fence/slim/dark, +/obj/structure/platform/metal/strata, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"fnt" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"fnH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 8; + pixel_y = 2 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"fnM" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"fod" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"fpp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"fqa" = ( +/obj/structure/sign/safety/fridge{ + layer = 3; + pixel_x = -24 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"fqB" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"frI" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/trash/cigbutt{ + pixel_y = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"frJ" = ( +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"frS" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fsb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"fsv" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"fsD" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"ftt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 17; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"ftv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"fty" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -13; + pixel_y = -15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north) +"ftz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"ftP" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"fud" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"fue" = ( +/obj/structure/flora/bush/ausbushes/var3/brflowers, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"fuL" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"fuY" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"fvA" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"fvH" = ( +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 1; + autoname = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"fvK" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"fwb" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4"; + layer = 2.52 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"fwi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -19; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -8; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"fwm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"fwE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south_east) +"fwR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/obj/effect/landmark/static_comms/net_one, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_3) +"fwT" = ( +/obj/structure/largecrate/supply/supplies/wy_emergency_food, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"fxe" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + autoname = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/bunker) +"fxW" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"fyl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 17; + dir = 8; + pixel_x = 26 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"fyv" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"fyR" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"fyS" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"fzq" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"fzu" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9"; + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west) +"fzv" = ( +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_e) +"fzD" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"fzL" = ( +/obj/item/explosive/mine/active/no_iff{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"fzN" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 10 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"fzS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"fzW" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/window_frame/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"fAJ" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"fBt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"fBZ" = ( +/obj/structure/machinery/door_control/brbutton/alt{ + health = null; + id = "landingzone1_alt"; + idle_power_usage = 0; + name = "Lockdown Override"; + pixel_y = 8; + pixel_x = -7 + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + dir = 8; + pixel_y = 4; + pixel_x = 7; + layer = 3.1 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/door_control/brbutton/alt{ + health = null; + id = "landingzone1_1"; + idle_power_usage = 0; + name = "Lockdown Override"; + pixel_y = -2; + pixel_x = -7 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"fCl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"fCT" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"fCZ" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + dir = 1 + }, +/turf/open/floor/prison/whitegreenfull, +/area/caperiver/indoors/conambase/medical) +"fDp" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"fDD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"fDR" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"fFC" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"fGk" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"fGy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"fGZ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/con_am_exterior/north) +"fHw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = -8 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/bushlands) +"fHy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"fHB" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"fIc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"fIj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = -10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"fIv" = ( +/obj/structure/machinery/vending/cigarette{ + pixel_x = -2; + pixel_y = 14; + density = 0 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"fIG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"fII" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"fIQ" = ( +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"fIV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"fJg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"fJh" = ( +/mob/living/simple_animal/small/bat, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"fJj" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/telecomms/telecomm_2) +"fJm" = ( +/obj/item/tool/pickaxe/jackhammer, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"fJp" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"fJr" = ( +/obj/structure/prop/tower{ + pixel_x = -17 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/recreational) +"fJw" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/unknown) +"fJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stool{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"fJR" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"fKd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_y = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 18; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fKl" = ( +/obj/structure/surface/rack, +/obj/item/weapon/gun/smg/nailgun{ + pixel_y = -4 + }, +/obj/item/weapon/gun/smg/nailgun{ + pixel_y = 2; + pixel_x = 3 + }, +/obj/structure/sign/poster/conam{ + pixel_y = -32 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"fKy" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"fLq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"fMa" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"fMl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/kutjevo/multi_tiles/southwest, +/area/caperiver/telecomms/telecomm_2) +"fMK" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"fMS" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/telecomms/telecomm_4) +"fNW" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fOq" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"fOx" = ( +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"fOB" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/structure/platform_decoration/stone/mineral/west{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/scrublands/south_east) +"fOM" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/west/antiweed) +"fOV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"fPd" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"fPi" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"fPk" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = -4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"fPl" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/mob/living/simple_animal/small/lizard, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 25 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"fPr" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/landmark/monkey_spawn, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"fQi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"fQu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"fQy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#7f6357"; + pixel_x = -28; + pixel_y = 5; + layer = 2.9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"fQY" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/engi) +"fRj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"fRr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"fRL" = ( +/obj/structure/machinery/light/small{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/caves/ne) +"fRU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"fSp" = ( +/obj/effect/sentry_landmark/lz_2/top_left, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"fTc" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"fTJ" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_west) +"fTS" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/medical) +"fTW" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"fTX" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south_east) +"fUo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/paper_bin{ + pixel_x = 7 + }, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"fUE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"fVp" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"fVG" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south) +"fVL" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + dir = 2 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/checkpoint) +"fVU" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = 14; + pixel_y = 1 + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11"; + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"fVY" = ( +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"fWd" = ( +/obj/structure/ore_box, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fWe" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"fWg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/telecomms/telecomm_3) +"fWn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"fXc" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/indoors/miningbase/admin) +"fXB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -13; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"fXV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/girder/displaced, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"fXY" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 32 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"fYh" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"fYj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/buritto, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"fYy" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/large_stain{ + pixel_x = 6; + layer = 2.1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_2/cave) +"fZh" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"fZB" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"fZM" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"fZS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"gai" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/recreational) +"gar" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"gaP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"gbE" = ( +/obj/structure/sign/conam/variant1{ + pixel_x = -32 + }, +/obj/structure/platform/stone/soro, +/obj/structure/platform/metal/kutjevo/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"gbW" = ( +/obj/structure/bed/sofa/south/grey/left{ + pixel_y = 10 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"gcb" = ( +/obj/structure/machinery/light/small, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/landing_zone_2) +"gcc" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"gcu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/supply/supplies/tables_racks, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"gcG" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + pixel_x = -2; + pixel_y = -14 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"gcP" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"gcT" = ( +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"gcY" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/north_west) +"gcZ" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"gdj" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"gdl" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"gdn" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"gdE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/structure/filingcabinet{ + density = 0; + layer = 3.1; + pixel_x = 8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/red/inner_corner/north, +/area/caperiver/indoors/miningbase/checkpoint) +"gdG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"gdI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"gdP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"gdR" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1) +"gec" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -9; + pixel_y = 30 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"gel" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"geB" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"geF" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"gfl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 27; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"gfm" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/west) +"ggv" = ( +/obj/structure/surface/rack, +/obj/item/explosive/plastic, +/obj/item/explosive/plastic, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"ggD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/hydro) +"ggI" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -6; + pixel_y = -3 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"ghv" = ( +/obj/structure/surface/rack, +/obj/item/storage/bag/plants{ + pixel_x = -3 + }, +/obj/item/tool/scythe, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"ghT" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/north) +"ghX" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"gid" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft{ + layer = 4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34; + layer = 2.9 + }, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"gir" = ( +/obj/structure/machinery/light/red{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"gjj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"gjC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northeast, +/area/caperiver/indoors/conambase/recreational) +"gjI" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 13; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/bushlands) +"gjL" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"gka" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/closet, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"gkk" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = 13; + pixel_y = -1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"gku" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -4; + pixel_y = 20 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -17; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"gkN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"glN" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"glP" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"glT" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"glX" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 14 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"gmd" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"gme" = ( +/obj/item/paper/crumpled{ + layer = 5; + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"gmg" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9" + }, +/turf/open/mars_cave/mars_dirt_6, +/area/caperiver/outdoors/scrublands/north_west) +"gmy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"gmX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"gnb" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_y = 15; + pixel_x = -40 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"gnO" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/road/west/antiweed) +"gof" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"gog" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"goF" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"goY" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"gpd" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"gpm" = ( +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/nw) +"gpt" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"gpx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"gpP" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"gqa" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 34; + pixel_x = 3 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/caperiver/outdoors/landing_zone_1/cave) +"gqO" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"gqP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"gqX" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"grn" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"grq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"grD" = ( +/obj/structure/machinery/power/apc/power/north, +/obj/structure/largecrate/random/case/small, +/obj/structure/largecrate/random/mini/small_case{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"grE" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/research_e) +"grK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"grS" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"grU" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"grZ" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"gsy" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"gsN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"gsO" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"gsP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/caperiver/indoors/conambase/support) +"gtn" = ( +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"gtt" = ( +/obj/structure/largecrate/supply/ammo/m56d, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"gtC" = ( +/obj/item/frame/table/almayer, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"gum" = ( +/obj/structure/terminal{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"gus" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"guY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"gvg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north) +"gvl" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_4) +"gvE" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"gwC" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"gwY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"gxi" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"gxs" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"gxw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"gxK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"gxO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"gxV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"gxX" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -27; + pixel_y = -26 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"gyh" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"gyp" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -11; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"gyx" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"gyD" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"gyF" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30; + pixel_x = -18; + layer = 4.1 + }, +/turf/open/floor/darkblue2/northeast, +/area/caperiver/indoors/conambase/unknown) +"gyL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"gzt" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"gzz" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 14; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"gAn" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"gBf" = ( +/obj/structure/blackgoocontainer{ + icon_state = "blackgoocontainer2"; + dir = 4; + pixel_x = 14 + }, +/obj/structure/blackgoocontainer{ + pixel_x = -9; + pixel_y = 2; + density = 0 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"gBq" = ( +/turf/open/floor/plating, +/area/caperiver/indoors/caves/se) +"gBL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"gBZ" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"gCh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/station/metal/alt_floor, +/area/caperiver/indoors/conambase/support) +"gCj" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"gCC" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"gCZ" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"gDq" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"gDH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/telecomms/telecomm_2) +"gDP" = ( +/obj/effect/decal/hybrisa/hull_angled, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"gDU" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/unknown) +"gDX" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"gEs" = ( +/turf/open/gm/river/desert/shallow_edge/southeast, +/area/caperiver/outdoors/landing_zone_2/river) +"gEE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"gFp" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_y = 14; + dir = 1 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"gFu" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south_east) +"gFE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"gGI" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_y = 6; + buckling_y = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"gGR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"gHd" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"gHl" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/cigbutt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"gHu" = ( +/obj/item/trash/cigbutt, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"gHA" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 5; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"gHI" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/landing_zone_1) +"gIa" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"gId" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"gIm" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = -12 + }, +/obj/effect/decal/remains/robot{ + pixel_x = -21; + pixel_y = 11 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"gIv" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti5, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"gIT" = ( +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"gIV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"gJL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/indoors/miningbase/dorm) +"gJR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"gKf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/barricade/plasteel/wired, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"gKq" = ( +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_4) +"gKw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 15; + pixel_x = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"gKN" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"gLJ" = ( +/obj/structure/sign/conam/variant3{ + pixel_y = 31 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"gLQ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"gMP" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"gNf" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"gNs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west) +"gNF" = ( +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"gNL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/firealarm{ + dir = 4; + pixel_x = 26 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"gNV" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"gNX" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/glass{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"gOi" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"gOx" = ( +/obj/item/shard, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"gPd" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"gPE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"gPO" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"gPP" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"gQc" = ( +/obj/structure/machinery/big_computers/computerbrown/computer5, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"gQt" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"gQx" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 24; + pixel_y = 27 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"gQF" = ( +/obj/item/stack/sheet/animalhide/human, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/indoors/conambase/unknown) +"gQU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"gQZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"gRj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"gRu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/central) +"gRx" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"gRI" = ( +/obj/structure/platform_decoration/stone/soro, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_corner2/east, +/area/caperiver/outdoors/chasm) +"gRP" = ( +/obj/structure/surface/rack, +/obj/item/engi_upgrade_kit{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"gSm" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"gSE" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/unknown) +"gTi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -16; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"gTv" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"gTM" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#7f6357"; + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"gUf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/item/stack/sheet/cardboard/small_stack{ + pixel_x = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"gUD" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"gUP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/con_am_exterior/south) +"gVr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"gVy" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"gVA" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"gVC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8; + icon_state = "chair_alt" + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/east, +/area/caperiver/indoors/conambase/support) +"gVE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"gVR" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"gVU" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_left, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"gWk" = ( +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/structure/closet/firecloset, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/science, +/obj/structure/sign/poster/safety{ + pixel_y = 31; + pixel_x = 15 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"gWL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"gXh" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"gYl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 12; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"gYC" = ( +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/closet/secure_closet/engineering_personal{ + req_one_access = null + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"gYD" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/machinery/alarm{ + pixel_y = 24 + }, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_e) +"gYK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"gYO" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"gYS" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"gZr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair/bolted{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"gZO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -11; + pixel_y = 17 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"haj" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/sign/conam/variant1{ + pixel_y = 32 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south) +"han" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"hba" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"hbh" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"hbl" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/sign/conam/variant3/damage1{ + pixel_y = 30 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south_east) +"hbq" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/machinery/light/red{ + dir = 4; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -5; + pixel_y = 8 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"hbT" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"hcO" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"hcT" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"hcW" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"hcZ" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"hdK" = ( +/obj/structure/window/framed/abyssal/standard/cell{ + health = 200; + name = "reinforced window" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/bunker) +"hef" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"heg" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"her" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"heI" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"hfb" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"hfc" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"hfm" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"hfp" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/paper/crumpled{ + layer = 5; + pixel_x = 15; + pixel_y = -9 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"hfw" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"hfA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -2; + pixel_y = -22 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/north_west) +"hfZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"hgk" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/caperiver/indoors/conambase/unknown) +"hgq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/shard, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"hgH" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"hgL" = ( +/turf/open/floor/cult, +/area/caperiver/indoors/caves/se) +"hhg" = ( +/obj/structure/window/framed/abyssal/blue/hull, +/turf/open/floor/engine, +/area/caperiver/oob) +"hhh" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4; + explo_proof = 0 + }, +/obj/item/stack/rods, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"hhz" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"hhG" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"hhJ" = ( +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/unknown) +"hhK" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"hhR" = ( +/obj/structure/filtration/machine_96x96/indestructible{ + icon_state = "distribution" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/oob) +"hir" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"hiI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 12; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"hiS" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_4) +"hiY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"hju" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"hkt" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/caperiver/indoors/conambase/research_w) +"hkX" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/landmark/objective_landmark/medium, +/obj/item/paper_bin{ + pixel_x = 7 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/recreational) +"hlf" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"hlA" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3; + pixel_y = 1 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_3) +"hlM" = ( +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -9; + pixel_y = 16 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"hlO" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 33; + pixel_x = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"hlS" = ( +/obj/structure/machinery/power/monitor{ + density = 0; + pixel_y = 18 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"hmN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"hnj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"hnk" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central/antiweed) +"hnK" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"hnV" = ( +/turf/closed/wall/engineership/destructible, +/area/caperiver/indoors/conambase/unknown) +"hoc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"hoi" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south) +"hoC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hoI" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"hpb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"hpy" = ( +/obj/structure/closet/jcloset, +/obj/item/clothing/shoes/galoshes, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"hpz" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"hpG" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"hpM" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"hpX" = ( +/obj/structure/machinery/cm_vending/sorted/tech/tool_storage, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"hqm" = ( +/obj/structure/platform/metal/kutjevo/north, +/obj/structure/flora/bush/ausbushes/reedbush{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/outdoors/landing_zone_2/river) +"hqY" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"hrk" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"hru" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"hrw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"hsk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"hsl" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/recreational) +"hsx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"hsA" = ( +/obj/structure/window_frame/strata, +/obj/item/shard, +/turf/open/floor/plating, +/area/caperiver/indoors/processing) +"hsB" = ( +/obj/structure/surface/rack{ + color = "#848484" + }, +/obj/item/clothing/under/rank/security, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/kutjevo/colors/red/inner_corner/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"hsK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"htf" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"htj" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + layer = 3.12; + pixel_y = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"htm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/hybrisa/trash, +/obj/effect/decal/conam/long_logo_left/damage_1{ + pixel_x = -19 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"htF" = ( +/obj/item/shard, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"htW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/admin) +"hua" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"huk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/conam/long_logo_left/damage_1{ + pixel_x = -15; + pixel_y = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"huU" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 34 + }, +/obj/effect/decal/large_stain, +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"huW" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"hvc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"hvo" = ( +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"hvE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 3; + pixel_x = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"hvT" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"hwa" = ( +/obj/item/weapon/gun/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/item/ammo_magazine/pistol/highpower, +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner/west, +/area/caperiver/indoors/miningbase/checkpoint) +"hwj" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"hwr" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"hwB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"hwL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"hxt" = ( +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"hxu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 3; + pixel_y = 28 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"hxF" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/caperiver/outdoors/bushlands) +"hxV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"hyo" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"hyA" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"hyR" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/computerframe, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"hyS" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/telecomms/telecomm_4) +"hzs" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"hzU" = ( +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/constructable_frame, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"hzW" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/machinery/light, +/obj/item/clothing/suit/armor/vest, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"hzZ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"hAg" = ( +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"hAm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"hAt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"hBg" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"hBQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"hBY" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hCE" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"hCS" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"hDj" = ( +/obj/structure/fence/slim, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"hDw" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"hDA" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"hDJ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = -3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"hDL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/autolathe, +/turf/open/floor/darkbrown2/southwest, +/area/caperiver/indoors/conambase/delivery) +"hDQ" = ( +/obj/item/stack/rods, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"hEa" = ( +/obj/item/trash/tray, +/obj/item/tool/kitchen/utensil/pfork, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"hEn" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/central) +"hEC" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"hEO" = ( +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"hEZ" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/machinery/light/red{ + dir = 8; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"hFo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_1) +"hFu" = ( +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"hFv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"hFY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"hGi" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hGq" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"hHh" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hHu" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"hHK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"hIg" = ( +/obj/structure/surface/table/almayer, +/obj/item/tool/crowbar, +/obj/item/packageWrap, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"hIn" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = 6; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hID" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"hJe" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"hJk" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"hJq" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"hJP" = ( +/obj/structure/machinery/big_computers/computerblack/computer2{ + pixel_y = 18; + pixel_x = -6; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"hKa" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"hKc" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"hKA" = ( +/obj/structure/flora/grass/desert/heavygrass_8, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"hLf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"hLo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/item/ashtray/glass, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"hLw" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"hLJ" = ( +/obj/structure/cable/white{ + icon_state = "1-8"; + level = 2; + pixel_y = -16; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"hMk" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_6"; + desc = null; + name = "sticky notes" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"hMu" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/light, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -20; + pixel_y = 7 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"hMM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/south, +/area/caperiver/indoors/conambase/support) +"hNY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2/southeast, +/area/caperiver/indoors/conambase/recreational) +"hOe" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south) +"hOg" = ( +/obj/structure/machinery/vending/cola{ + pixel_x = -5; + pixel_y = 20; + density = 0 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = 7 + }, +/obj/structure/machinery/vending/coffee/simple{ + pixel_x = 16; + pixel_y = 19; + density = 0 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"hOu" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/south/antiweed) +"hOF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/item/explosive/mine/active/no_iff{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"hOI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"hOS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"hPm" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"hPr" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"hPI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"hQx" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"hQB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"hQW" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"hRm" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/north) +"hRr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"hRP" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"hSe" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain{ + layer = 2.6; + pixel_x = 14; + pixel_y = -9; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"hSf" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/wood/wood_broken5, +/area/caperiver/outdoors/landing_zone_2/interior) +"hSj" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"hSA" = ( +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"hSF" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_5"; + desc = null; + name = "sticky notes" + }, +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1; + pixel_y = 8; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"hSN" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/prop/almayer/box, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"hTl" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"hTn" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"hVp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"hVs" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/unknown) +"hVE" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"hVF" = ( +/obj/structure/prop/server_equipment, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"hVM" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -13; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"hVO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/tool/hatchet, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"hVT" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"hWb" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"hWd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"hWi" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"hWr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"hWz" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"hWD" = ( +/obj/structure/flora/bush/desert/cactus/multiple, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"hWE" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"hWG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/purple/inner_corner/east, +/area/caperiver/indoors/miningbase/dorm) +"hWL" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"hWM" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2" + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"hWX" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/unknown) +"hXk" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"hXF" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south_east) +"hXH" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"hXO" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"hYj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_w) +"hYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"hYB" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"hYG" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/telecomms/telecomm_2) +"hZx" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north) +"hZR" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/indoors/miningbase/checkpoint) +"iae" = ( +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"iah" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"iaR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"ibO" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"ibP" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"ici" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"ict" = ( +/turf/closed/wall/strata_ice/rock, +/area/caperiver/indoors/caves/central) +"icz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central/antiweed) +"icA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"icH" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini{ + pixel_x = 10; + pixel_y = -7; + layer = 2.9 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"icS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"icT" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"idr" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"idw" = ( +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2) +"idy" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"idE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_y = 2; + pixel_x = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"idF" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"idO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"ieb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"ieu" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"ieH" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_10"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"ifb" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/lz_cave) +"ifi" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/weldpack{ + pixel_y = 15 + }, +/obj/item/clothing/head/welding, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison/darkbrown2/north, +/area/caperiver/indoors/conambase/recreational) +"ifo" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"ifz" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/landing_zone_1) +"ifN" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"igo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"igr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"igD" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/closet/crate, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/obj/item/device/lightreplacer, +/obj/item/stack/sheet/mineral/phoron/small_stack, +/obj/item/stack/sheet/mineral/phoron/small_stack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/caperiver/indoors/conambase/engi) +"igM" = ( +/obj/structure/largecrate/empty/case, +/obj/item/weapon/sword/machete, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"ihl" = ( +/obj/structure/machinery/shower{ + dir = 4; + pixel_x = -5 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"ihH" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"ihT" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"iia" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"iif" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/landing_zone_2) +"ijb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/maintenance_jack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"iju" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/telecomms/telecomm_3) +"ikd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/big_computers/messaging_server/brown, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"iki" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/south) +"iku" = ( +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"ilp" = ( +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"ilw" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"ilR" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"imh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -15; + pixel_y = 3 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"imO" = ( +/turf/open/gm/dirt/brown/variant_1, +/area/caperiver/indoors/caves/w) +"imP" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -2; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"imU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"ina" = ( +/obj/structure/flora/grass/desert/lightgrass_12{ + pixel_x = 3; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"inh" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"inE" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = -12; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"inF" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"inI" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"inK" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"inP" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_2/cave) +"inR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 9; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ioI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"ipj" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"ipn" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/scrublands/north_west) +"ipr" = ( +/obj/structure/reagent_dispensers/tank/water, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/recreational) +"ipW" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"iqj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"iqp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -13; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"iqC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"iqE" = ( +/turf/open/floor/prison/darkyellow2/west, +/area/caperiver/telecomms/telecomm_3) +"iqQ" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"irr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_e) +"irC" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/north) +"irD" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/scrublands/central) +"irH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"irQ" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"isb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"ise" = ( +/turf/open/floor/kutjevo/plate, +/area/caperiver/indoors/miningbase/dorm) +"isf" = ( +/obj/structure/flora/grass/desert/heavygrass_3{ + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"isR" = ( +/obj/structure/largecrate/random{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"itx" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"itH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/con_am_exterior/south) +"itZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"iua" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"iuc" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"ivx" = ( +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"ivF" = ( +/obj/item/shard, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"ivX" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/recreational) +"iwg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"ixc" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"ixi" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/sign/safety/restrictedarea{ + pixel_y = 30; + pixel_x = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"ixr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"ixI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"ixZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"iyd" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/landing_zone_2) +"iyh" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"iyn" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_east) +"iyx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/central) +"iyA" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"iyJ" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"iyV" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"izd" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north) +"izk" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"izl" = ( +/obj/structure/bed/chair{ + dir = 8; + layer = 2; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"izv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"izU" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"iAa" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"iAe" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/prop/colony/canister{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/trash/cigbutt, +/obj/item/device/flashlight{ + pixel_y = -5; + pixel_x = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"iAg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"iAZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/item/storage/toolkit/full, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"iBk" = ( +/obj/structure/prop/hybrisa/misc/graffiti/graffiti1{ + pixel_x = 11 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"iBy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"iBA" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"iCg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"iCi" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"iCv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/north_west) +"iCK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/lz_cave) +"iCU" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"iDv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"iDJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"iEd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"iEf" = ( +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"iEm" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"iEu" = ( +/obj/structure/machinery/computer/communications{ + dir = 4; + layer = 4; + pixel_y = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"iEy" = ( +/obj/item/shard, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"iES" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/outdoors/mining_base_exterior/north) +"iEY" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/shard, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"iFt" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"iFH" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"iFJ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"iFL" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -16; + pixel_y = 23 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"iGc" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"iGs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkred2/north, +/area/caperiver/indoors/conambase/support) +"iGv" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/northwest, +/area/caperiver/outdoors/landing_zone_1) +"iGw" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/west) +"iGU" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/hybrisa/metal/zbrownfloor2/east, +/area/caperiver/outdoors/con_am_exterior/south) +"iHt" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"iHv" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"iHy" = ( +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"iHN" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/north) +"iIh" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"iIn" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"iIt" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"iIy" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"iIA" = ( +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_1"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"iIT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 15 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"iJs" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"iJt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"iKe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"iKm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"iKr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"iKv" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north) +"iKy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"iLr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/con_am_exterior/north) +"iMH" = ( +/obj/structure/surface/rack, +/obj/item/device/helmet_visor/welding_visor/mercenary{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/device/helmet_visor/welding_visor/mercenary{ + pixel_x = 4 + }, +/obj/structure/sign/poster/safety{ + pixel_x = -32 + }, +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/indoors/miningbase/engi) +"iNC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreencorners2/east, +/area/caperiver/indoors/conambase/recreational) +"iNI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "crew"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#00FFFF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"iNR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"iNT" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/con_am_exterior/north) +"iOd" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/telecomms/telecomm_2) +"iOn" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/support) +"iOt" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"iOB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/north) +"iOF" = ( +/turf/open/floor/darkbrown2/west, +/area/caperiver/indoors/conambase/delivery) +"iPB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"iQq" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"iQr" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d"; + pixel_x = -2; + pixel_y = 16 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"iQK" = ( +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/invuln/dense/cliff_wall{ + pixel_y = -9; + layer = 2.9 + }, +/obj/structure/platform/metal/strata/west{ + layer = 4.12 + }, +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = 3; + pixel_y = 18 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"iQN" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = -32 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"iRu" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"iRw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = -1 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"iRI" = ( +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/unknown) +"iRK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"iRZ" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"iSa" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"iSj" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"iTk" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll{ + dir = 1 + }, +/obj/structure/sign/poster/kellandmining{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/landmark/survivor_spawner, +/obj/structure/sign/poster/conam{ + pixel_y = 37; + pixel_x = -6 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"iTs" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"iTw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"iTy" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9" + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"iTz" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"iTD" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"iTR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25"; + pixel_x = -4; + pixel_y = 20 + }, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 10; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/north, +/area/caperiver/indoors/conambase/support) +"iTY" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/obj/item/shard, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"iUB" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"iUO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"iUQ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"iUX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"iVj" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/structure/largecrate/empty/case/double{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"iVs" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"iVY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + welded = 1 + }, +/obj/item/toy/deck{ + pixel_x = -8 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"iWf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = 7 + }, +/obj/structure/sign/poster/ad{ + pixel_y = 32; + layer = 3 + }, +/obj/structure/bed/sofa/south/grey/right{ + pixel_y = 10 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"iWq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/nw_cave) +"iWI" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"iWM" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"iWO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"iWX" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"iWZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/west) +"iXh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"iXm" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"iXn" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 9; + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"iXv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"iXE" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"iXQ" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"iYk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"iYN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"iZa" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"iZC" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"iZT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"jah" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/card{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"jao" = ( +/obj/structure/sign/safety/commline_connection{ + name = "Communications Array Direction"; + desc = "Direction of a Communications Array."; + pixel_x = 6 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/telecomms/telecomm_3) +"jbF" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 12; + pixel_y = 19 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"jbN" = ( +/obj/structure/machinery/medical_pod/sleeper, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"jbX" = ( +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"jcg" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/north, +/area/caperiver/indoors/miningbase/medical) +"jcl" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"jcu" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"jcR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"jcW" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 24; + pixel_y = 7 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"jcX" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"jdB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"jdU" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"jek" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"jew" = ( +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/scrublands/north_west) +"jeB" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 1; + pixel_x = 8 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -6 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"jeI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"jfo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/caperiver/indoors/conambase/recreational) +"jfI" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"jfM" = ( +/turf/open/floor/hybrisa/engineership/pillars, +/area/caperiver/indoors/conambase/unknown) +"jfS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"jfY" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/seeds/potatoseed, +/obj/item/seeds/poppyseed, +/obj/item/seeds/kudzuseed, +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"jgl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_east) +"jgy" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"jgL" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"jgP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/research_e) +"jhd" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"jhu" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_1) +"jhw" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"jic" = ( +/obj/structure/closet/crate/green, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/vanilla, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/obj/item/reagent_container/food/drinks/cans/souto/classic, +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"jik" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"jip" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain{ + pixel_x = 4; + pixel_y = -9 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"jjc" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"jjm" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"jjM" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"jkF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"jly" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"jlH" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"jmo" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"jms" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"jmx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 15; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jnp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"jnD" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"jnK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"jok" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"jow" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/scrublands/south_east) +"joP" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"joX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"jpj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"jpq" = ( +/turf/open/floor/kutjevo/tan, +/area/caperiver/telecomms/telecomm_4) +"jpC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"jpU" = ( +/obj/structure/machinery/light/red{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/unknown) +"jqq" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"jqC" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"jqD" = ( +/obj/structure/largecrate/random/case/double, +/obj/structure/machinery/light/small, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"jqI" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"jqT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -3; + pixel_x = 7 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/indoors/miningbase/admin) +"jrd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 14; + pixel_y = 23 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"jrj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"jsb" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south) +"jsv" = ( +/obj/structure/flora/grass/desert, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"jsE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/landing_zone_2/interior) +"jtn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -28; + pixel_y = 38 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"jua" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"jui" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 9; + pixel_y = 14 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_y = 15; + pixel_x = -18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"juu" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"juw" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"juH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"juR" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"juV" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 13; + pixel_y = 19; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -2; + pixel_y = -3 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"juW" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"juY" = ( +/obj/effect/decal/cleanable/ash, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/unknown) +"jvg" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"jvi" = ( +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"jvp" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"jvA" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"jvP" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6; + layer = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"jvU" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"jwj" = ( +/turf/open/shuttle/escapepod/north, +/area/caperiver/indoors/miningbase/engi) +"jwm" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"jwH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"jwQ" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"jxc" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"jxo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"jxs" = ( +/obj/structure/platform_decoration/metal/strata/west, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"jyi" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jyj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -20; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"jys" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"jyt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"jyx" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"jze" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"jzr" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 1 + }, +/turf/open/floor/hybrisa/engineership/pillars, +/area/caperiver/indoors/conambase/unknown) +"jzu" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"jzx" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"jzI" = ( +/obj/item/shard, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/caperiver/indoors/conambase/unknown) +"jzW" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"jzY" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/girder/displaced, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"jAa" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"jAq" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"jAz" = ( +/obj/structure/largecrate/random/mini/wooden{ + pixel_y = 9 + }, +/obj/structure/largecrate/random/barrel/green, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"jAF" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 5 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jAJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"jAK" = ( +/obj/structure/flora/bush/ausbushes/var3/ppflowers{ + icon_state = "brflowers_1" + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"jAR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -18; + pixel_y = 13 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"jAT" = ( +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/decal/hybrisa/dirt, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/kutjevo/colors/cyan/edge/north, +/area/caperiver/indoors/miningbase/medical) +"jBi" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"jBJ" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"jBM" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jCj" = ( +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"jCJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"jCK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"jDr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/pipes/vents/pump{ + welded = 1 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"jDt" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_y = 10; + pixel_x = 15 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"jDE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"jDV" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = -12 + }, +/obj/effect/decal/remains/robot{ + pixel_x = -21; + pixel_y = 11 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"jEf" = ( +/obj/structure/surface/rack, +/obj/item/device/analyzer, +/obj/item/device/binoculars/civ, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"jFL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/bed/chair{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"jGt" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"jGB" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/drinks/sillycup{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_container/food/drinks/coffee{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"jGC" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"jGR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"jGU" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"jHw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"jHy" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, +/area/caperiver/outdoors/road/central/antiweed) +"jHD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"jIq" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"jIz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/north) +"jII" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/item/tool/weldingtool, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"jIJ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"jJi" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"jJn" = ( +/obj/item/tool/pickaxe, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"jJr" = ( +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/telecomms/telecomm_4) +"jJA" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"jJU" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 3; + pixel_y = 9; + layer = 3.1 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"jJV" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 8 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/north) +"jJZ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/structure/cargo_container/hybrisa/containersextended/blueleft, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached14, +/area/caperiver/outdoors/road/north) +"jKz" = ( +/turf/open/floor/darkbrowncorners2, +/area/caperiver/indoors/conambase/delivery) +"jKG" = ( +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"jKL" = ( +/mob/living/simple_animal/small/lizard, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/bushlands) +"jKP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"jLh" = ( +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"jLz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"jLL" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"jMo" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"jNc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 5; + pixel_y = -9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"jNe" = ( +/obj/structure/flora/bush/ausbushes/var3/fernybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"jNk" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/outdoors/landing_zone_1) +"jNx" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"jNJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 3; + pixel_x = -5 + }, +/obj/item/tool/warning_cone{ + pixel_x = -15; + pixel_y = 16 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"jNW" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"jOg" = ( +/obj/structure/flora/tree/joshua, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"jOm" = ( +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"jOo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/disk_reader, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_1) +"jOy" = ( +/obj/item/reagent_container/food/snacks/meat/human, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"jOK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"jPe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_e) +"jQf" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"jQm" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"jQC" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"jQS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"jRt" = ( +/obj/structure/platform/stone/sandstone/north, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/shallow_edge/southwest, +/area/caperiver/outdoors/landing_zone_2/river) +"jRJ" = ( +/obj/structure/sign/conam/variant1, +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/unknown) +"jRO" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"jSa" = ( +/obj/structure/barricade/handrail/medical{ + dir = 1; + layer = 5 + }, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"jSp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"jSt" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jSv" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south_east) +"jSB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"jSN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"jSY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/largecrate/random/mini/med{ + layer = 3.01; + pixel_y = 7; + pixel_x = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"jTb" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/unknown) +"jTt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"jTS" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"jTT" = ( +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"jTY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"jUk" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"jUu" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"jVt" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"jWb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"jWd" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"jWi" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"jWK" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/stack/sheet/animalhide/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"jWQ" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/telecomms/telecomm_2) +"jXu" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/landing_zone_2) +"jXv" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"jXC" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 2; + pixel_y = 42 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"jXI" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"jXN" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"jYg" = ( +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"jYi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -26; + pixel_y = -14 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 1 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"jYq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"jYu" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"jYw" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south_east) +"jYG" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"jYR" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"jZH" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"kao" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/landing_zone_2) +"kar" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out" + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/structure/surface/table/woodentable, +/obj/structure/sign/poster/io{ + pixel_y = 35 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"kaw" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"kbs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/mining_base_exterior/north) +"kbA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"kbU" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"kbX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 17; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"kce" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"kcg" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"kcn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 3; + pixel_y = 53 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"kcw" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"kcG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/scrublands/south_east) +"kcJ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"kcR" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/west) +"kdq" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"kdx" = ( +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/command) +"kdy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_magazine/pistol/highpower{ + current_rounds = 3 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"kdC" = ( +/obj/structure/surface/rack, +/obj/item/tool/shovel/spade{ + pixel_x = -4 + }, +/obj/item/tool/shovel/spade{ + pixel_x = 4 + }, +/obj/item/reagent_container/glass/bucket{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_container/glass/bucket, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"kdN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"kdV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"keb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"kep" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"keq" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_alt"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"key" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/telecomms/telecomm_4) +"kfa" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"kfb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"kfz" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"kfU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"kgb" = ( +/obj/structure/sign/banners/clf_worn{ + pixel_x = 9; + pixel_y = 31 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/structure/machinery/computer/cameras{ + pixel_y = 4 + }, +/obj/structure/sign/poster/clf{ + pixel_y = 36; + pixel_x = -9 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"kgm" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"kgD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"kgJ" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"khh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"kht" = ( +/obj/structure/machinery/disposal, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"khv" = ( +/obj/effect/landmark/yautja_young_teleport, +/obj/effect/landmark/yautja_teleport, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"khx" = ( +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"khC" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/oob) +"khI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"khT" = ( +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"khZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"kia" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"kiK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/flashlight/lamp/tripod/grey, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"kiY" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"kiZ" = ( +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"kjf" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/west) +"kjk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_w) +"kjq" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"kjP" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 4; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"kkb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/cameras{ + dir = 8; + pixel_y = 14 + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"kkz" = ( +/obj/structure/machinery/vending/hydronutrients{ + pixel_y = 14; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"kkY" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"kla" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kld" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"kls" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"kly" = ( +/obj/structure/sign/safety/maint{ + pixel_x = -24 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/strata_decals/grime/grime3{ + pixel_y = 12 + }, +/obj/structure/barricade/plasteel/wired, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"klA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kmc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"kme" = ( +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"kmG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"kmZ" = ( +/obj/structure/closet/toolcloset, +/obj/effect/landmark/objective_landmark/close, +/obj/item/storage/toolkit/full, +/obj/item/stack/sheet/mineral/phoron/small_stack, +/obj/item/stack/sheet/mineral/phoron/small_stack, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"kng" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"knu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"kof" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"koN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"koV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"kpB" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/west, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"kpK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/gun/special/lowchance, +/turf/open/floor/darkred2/north, +/area/caperiver/indoors/conambase/support) +"kpL" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"kpP" = ( +/obj/structure/flora/bush/canyon/bush, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"kqh" = ( +/obj/effect/landmark/hunter_primary, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"kqs" = ( +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/con_am_exterior/south) +"kqF" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/light/small, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"krq" = ( +/obj/structure/machinery/door/window/southleft{ + dir = 1 + }, +/obj/structure/machinery/door/window/brigdoor/eastleft{ + dir = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"krv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"krE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"ksb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"ksj" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/scrublands/south_east) +"ksA" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#7f6357"; + pixel_x = 9; + pixel_y = 10 + }, +/turf/open/gm/river/desert/shallow_edge/northeast, +/area/caperiver/outdoors/chasm) +"ksC" = ( +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/landing_zone_2/river) +"ksM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"ksR" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"kta" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/telecomms/telecomm_3) +"ktj" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"kuk" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"kuA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/tank/fuel, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"kuK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/darkbrown2/southeast, +/area/caperiver/indoors/conambase/recreational) +"kuU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"kuX" = ( +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"kvb" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"kvc" = ( +/obj/structure/machinery/computer/arcade{ + layer = 4; + pixel_y = 19; + pixel_x = 5; + density = 0 + }, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"kvd" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"kws" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"kwK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"kxh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"kxn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/device/flashlight/lamp{ + pixel_x = 5; + pixel_y = 18 + }, +/obj/item/ashtray/bronze{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/floor/wood/wood_broken, +/area/caperiver/outdoors/landing_zone_2/interior) +"kxr" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"kxN" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/ceramic_plate, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"kxU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"kyo" = ( +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = -32 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_1) +"kyp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kyr" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"kyy" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"kyO" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + pixel_x = 1; + pixel_y = -3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"kyX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"kzh" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/glass, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"kzi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"kzj" = ( +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"kzu" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/delivery) +"kzy" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = -10 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"kAg" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"kAk" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/cargo_container/hybrisa/containersextended/greenleft, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"kAD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/hybrisa/vehicles/Armored_Truck/Teal{ + dir = 4; + layer = 4.13 + }, +/turf/open/floor/kutjevo/tan/alt_edge/northeast, +/area/caperiver/outdoors/landing_zone_1) +"kAG" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d"; + pixel_x = -2; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"kAR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"kBm" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"kBu" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"kBO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/east, +/area/caperiver/telecomms/telecomm_3) +"kCd" = ( +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_y = -12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 18 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"kCf" = ( +/obj/structure/machinery/landinglight/delaythree{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"kCn" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform_decoration/metal/kutjevo/north, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"kCy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"kCK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"kDf" = ( +/obj/structure/surface/rack, +/obj/item/storage/box/flashbangs{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"kDt" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"kDF" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"kDO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kDQ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"kDT" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/north) +"kEs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"kEv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/hybrisa/carpet/carpetdarkerblue, +/area/caperiver/indoors/miningbase/dorm) +"kEK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = -5 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"kEX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"kFc" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"kFf" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_east) +"kFr" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 1; + dir = 8; + pixel_x = -3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"kFX" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"kGs" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"kGP" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"kGV" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"kHd" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/con_am_exterior/north) +"kHn" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 1; + pixel_x = -6 + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"kHp" = ( +/turf/open/floor/darkbluecorners2/north, +/area/caperiver/indoors/conambase/recreational) +"kHC" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"kHN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"kIu" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"kIx" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 23; + pixel_y = -5 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"kIK" = ( +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"kJn" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 1; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"kJH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"kJN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"kKb" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_y = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"kKq" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"kKv" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 3; + pixel_y = -19 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"kKG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/south) +"kKH" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/indoors/miningbase/dorm) +"kKZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"kLo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"kLX" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"kMw" = ( +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/outdoors/landing_zone_1/interior) +"kMF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 13; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"kMP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"kNj" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -18; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"kNs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"kNI" = ( +/obj/item/tool/crowbar/red{ + pixel_x = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/wood{ + pixel_x = 4; + pixel_y = -11 + }, +/obj/item/stack/sheet/wood{ + pixel_x = 7; + pixel_y = -5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"kNR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_1) +"kNY" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_y = 14 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/west/antiweed) +"kOv" = ( +/obj/structure/flora/grass/desert, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"kPA" = ( +/obj/structure/platform_decoration/stone/mineral/north{ + color = "#716959" + }, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"kQh" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"kQs" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/west) +"kQy" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tiles, +/area/caperiver/indoors/miningbase/checkpoint) +"kQA" = ( +/obj/structure/flora/bush/canyon/bush/alt1, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"kRl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"kRv" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"kRT" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kSf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"kSh" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/large_stain, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"kSy" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"kSI" = ( +/obj/structure/bed/chair{ + pixel_x = 1; + pixel_y = 19 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/dorm) +"kSL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"kTz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"kUd" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"kUf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north) +"kUo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"kUp" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"kVb" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/oob) +"kVu" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"kVJ" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 15; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"kWf" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"kWg" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"kWA" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 14; + pixel_y = 17 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"kWI" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"kWU" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"kXi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"kXz" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_y = 5 + }, +/turf/open/floor/darkred2, +/area/caperiver/indoors/conambase/support) +"kXQ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair{ + dir = 4; + pixel_x = 3 + }, +/turf/open/floor/wood/wood_broken7, +/area/caperiver/outdoors/landing_zone_2/interior) +"kYu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"kYz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"kYD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/obj/effect/landmark/monkey_spawn, +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south_east) +"kYL" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_east) +"kZm" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"kZD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 17; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"kZJ" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/sign/conam/variant3/damage1{ + pixel_x = 17; + pixel_y = 31 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south) +"kZR" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"kZZ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"laq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21"; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1/interior) +"lav" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/mining_base_exterior/south) +"laB" = ( +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = -11; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 14; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lbZ" = ( +/obj/effect/decal/strata_decals/grime/grime4, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 21 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"lcJ" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"ldb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/northwest, +/area/caperiver/indoors/conambase/support) +"ldp" = ( +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"lef" = ( +/obj/item/prop/alien/hugger, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"lep" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#7f6357"; + layer = 2.8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"les" = ( +/obj/structure/terminal, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1; + pixel_x = 1 + }, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/engi) +"leu" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"leP" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"lfc" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"lfe" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 12; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -2; + pixel_y = 21 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"lfh" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -20; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"lfk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"lfm" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -16; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lfA" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"lfN" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lfS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"lgs" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"lgw" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/central/antiweed) +"lhf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/north) +"lhk" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"lhr" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/scrublands/north_west) +"lhA" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"lhH" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/obj/item/clothing/accessory/patch/clf_patch{ + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"lhN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"lhQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"lhY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood/wood_broken6, +/area/caperiver/outdoors/landing_zone_2/interior) +"lij" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"liG" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 4; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"liP" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"liX" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"ljs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"ljN" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = -30 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/engi) +"ljT" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"ljV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/darkbrown2/east, +/area/caperiver/indoors/conambase/delivery) +"lkn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/water_cooler{ + pixel_x = -8; + pixel_y = 1; + density = 0 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"lkt" = ( +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"lkv" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"lky" = ( +/obj/structure/window/framed/abyssal/standard, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"lkz" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + layer = 2.52; + pixel_y = 22; + pixel_x = 2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"lkC" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1; + autoname = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"lkG" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"lkR" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"lld" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/wood/normal, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"llx" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"llS" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"llT" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/west/antiweed) +"llX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"lmu" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lns" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips/human, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -9; + pixel_y = -5 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/unknown) +"lnM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 21; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"loA" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/west/antiweed) +"loN" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/scrublands/south_east) +"loP" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8; + layer = 2; + explo_proof = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north) +"loU" = ( +/obj/structure/prop/server_equipment{ + icon_state = "rackframe_broken" + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"lpa" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/large_stain{ + pixel_x = 6 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"lpi" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"lqq" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = -1; + pixel_x = -1 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"lre" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"lrg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"lrm" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -4; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lrJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"lsa" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"lsd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"lse" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/landing_zone_2/river) +"lsn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 15; + pixel_y = 14 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 14; + pixel_y = -8 + }, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"lsq" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"lsw" = ( +/turf/open/gm/river/desert/shallow_corner/west, +/area/caperiver/outdoors/landing_zone_2/river) +"lsL" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/scrublands/south_east) +"lsT" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"lte" = ( +/obj/structure/flora/grass/desert/heavygrass_3{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"lti" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = -14; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ltR" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"lva" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"lvz" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/north) +"lvK" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"lvZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"lwP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark2, +/area/caperiver/indoors/conambase/command) +"lwT" = ( +/obj/structure/flora/grass/desert/lightgrass_5{ + pixel_x = 5; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"lwW" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"lwZ" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"lxh" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/east, +/area/caperiver/indoors/miningbase/dorm) +"lxF" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"lyd" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"lye" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/stool{ + buckling_y = 14; + layer = 4; + pixel_y = 13; + pixel_x = 8 + }, +/turf/open/floor/darkbrown2/northeast, +/area/caperiver/indoors/conambase/delivery) +"lys" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"lyW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"lyZ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 22 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"lzj" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 3; + pixel_y = 28 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"lzE" = ( +/obj/structure/flora/tree/joshua, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"lzO" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"lzT" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"lzW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"lAk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 11; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"lAD" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"lAI" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d"; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"lAL" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lAX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 4; + pixel_y = -10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"lAZ" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"lBy" = ( +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"lBG" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"lBO" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/platform/stone/soro/north, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"lBU" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/darkyellowcorners2/east, +/area/caperiver/indoors/conambase/engi) +"lCv" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000"; + pixel_x = 12; + pixel_y = 13 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/unknown) +"lCD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"lCS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"lDg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"lDI" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"lDM" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/desert_shore/shore_edge1, +/area/caperiver/outdoors/landing_zone_2/river) +"lEh" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = -14; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 3; + pixel_x = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"lEo" = ( +/obj/structure/flora/bush/desert/cactus/multiple, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_east) +"lEt" = ( +/obj/effect/decal/large_stain, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_1/interior) +"lEz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/west) +"lFd" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/structure/machinery/light, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"lFy" = ( +/obj/structure/largecrate/random/barrel/yellow{ + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"lFz" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/structure/platform_decoration/stone/mineral{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/south_east) +"lFC" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"lFD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"lGy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"lGH" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"lGK" = ( +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/con_am_exterior/north) +"lGU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"lGY" = ( +/obj/structure/machinery/computer/telecomms/server{ + pixel_y = 21 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"lHf" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"lHt" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"lHy" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/telecomms/telecomm_4) +"lHP" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lHW" = ( +/obj/item/explosive/mine/active/no_iff{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"lIc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"lIj" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = -5; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"lIy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"lIH" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/megaphone{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/clothing/accessory/device/whistle{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"lIJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"lIM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"lIQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"lIT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"lJc" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"lJu" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"lJx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/sword/machete, +/turf/open/floor/darkred2/east, +/area/caperiver/indoors/conambase/support) +"lKb" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"lKe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"lKp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/indoors/conambase/recreational) +"lKv" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"lKH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"lKN" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lKO" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lLn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"lLs" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/inner_corner/west, +/area/caperiver/telecomms/telecomm_1) +"lLI" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south_east) +"lLP" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"lLU" = ( +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_2/cave) +"lMd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"lMl" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/colony{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/security) +"lMt" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"lMH" = ( +/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"lML" = ( +/obj/structure/bed/hybrisa/prisonbed{ + dir = 4 + }, +/obj/item/bedsheet/brown{ + pixel_y = 13 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"lNf" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/scrublands/south_east) +"lNi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"lNp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"lNI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"lNY" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/structure/sign/conam/variant1{ + pixel_y = 32 + }, +/turf/open/desert/dirt, +/area/caperiver/telecomms/telecomm_2) +"lOe" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/structure/sign/safety/medical{ + pixel_x = -24; + pixel_y = 1 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"lOg" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south_east) +"lOp" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"lOu" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/item/tool/warning_cone{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"lOv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"lOx" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/item/prop/alien/hugger, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"lOy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"lOK" = ( +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"lOW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"lPh" = ( +/obj/structure/largecrate/supply, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/inner_corner/east, +/area/caperiver/telecomms/telecomm_1) +"lPu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"lPw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 8; + pixel_x = -26; + pixel_y = -14 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"lPE" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"lPO" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"lPT" = ( +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/bushlands) +"lQC" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"lQR" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"lQU" = ( +/turf/closed/wall/abyssal/blue/unmeltable, +/area/caperiver/indoors/conambase/command) +"lQY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/outdoors/landing_zone_2/cave) +"lRk" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"lRJ" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_corner2/north, +/area/caperiver/outdoors/chasm) +"lSr" = ( +/obj/structure/closet/secure_closet/cargotech{ + req_access = null + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + pixel_y = -1; + pixel_x = 1 + }, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"lSw" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/processor{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"lSF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -8; + pixel_y = -12 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"lSP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"lSZ" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"lTj" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/security) +"lUA" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"lUP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"lUU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/nw_cave) +"lUW" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/bushlands) +"lUY" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/road/central) +"lVi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 7; + pixel_y = 12; + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/indoors/miningbase/admin) +"lVv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = -12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lVx" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lWd" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"lXc" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52 + }, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/unknown) +"lXR" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"lXT" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3"; + pixel_x = -10; + pixel_y = -2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"lYa" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west/antiweed) +"lYc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lYn" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"lYq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"lYs" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"lYF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_29"; + pixel_y = 19; + pixel_x = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out" + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"lYQ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4"; + layer = 2.52 + }, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 16; + pixel_x = -10 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"lYV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/item/ammo_box/magazine/misc/mre/emergency/empty{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"lZp" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"lZF" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"lZI" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 17 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"lZT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_y = 3 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"lZU" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"mae" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"mah" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"map" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"mav" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"mbj" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"mbC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/rack, +/obj/item/fuel_cell/used, +/obj/item/fuel_cell/used, +/obj/item/fuel_cell/used, +/obj/item/fuel_cell/used, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"mbG" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"mbW" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"mcl" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/item/prop/alien/hugger, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"mcT" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"mdd" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/outdoors/landing_zone_2/cave) +"mdf" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 5; + pixel_y = 15 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"mdm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/structure/sign/poster/io{ + pixel_y = 32 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"mdu" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{ + dir = 2; + autoname = 1; + req_one_access = null + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"mek" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"mez" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"mfv" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/central) +"mfB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -17; + pixel_y = -11 + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"mfC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"mfM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -4; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"mgi" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"mgx" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/west) +"mgK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = -8; + pixel_y = 19 + }, +/obj/structure/filingcabinet/chestdrawer{ + density = 0; + pixel_x = 7; + pixel_y = 19 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"mhk" = ( +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"mid" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -9; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"mig" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"miE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -2; + pixel_y = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"mjb" = ( +/obj/structure/prop/colorable_rock/boulder/small{ + color = "#88715d"; + pixel_x = -16; + pixel_y = 34 + }, +/turf/open/gm/river/desert/shallow_edge/northwest, +/area/caperiver/outdoors/chasm) +"mje" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central/antiweed) +"mjl" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"mjr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"mjG" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"mjK" = ( +/obj/structure/largecrate/random/case, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"mjZ" = ( +/obj/item/stack/sheet/animalhide/human, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/unknown) +"mkb" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"mkC" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south) +"mkR" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"mlc" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"mlO" = ( +/turf/open/floor/prison/cell_stripe, +/area/caperiver/indoors/conambase/delivery) +"mlW" = ( +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"mmi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/telecomms/telecomm_4) +"mnp" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south_east) +"mnr" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkgreen2/west, +/area/caperiver/indoors/conambase/recreational) +"mnQ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"mou" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/unknown) +"moy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"mpj" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"mpS" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"mpW" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/west) +"mqb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"mqc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"mri" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = 18; + pixel_y = 16 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"mrx" = ( +/obj/structure/computerframe{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"mrI" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -6; + pixel_y = 23 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"mrQ" = ( +/obj/item/shard, +/turf/open/floor/prison/blue/west, +/area/caperiver/indoors/processing) +"mrR" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"msi" = ( +/obj/structure/machinery/floodlight, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"msl" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"msp" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"msy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"msz" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/north) +"msC" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"msI" = ( +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"msO" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"mtu" = ( +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/indoors/conambase/recreational) +"mtB" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/obj/structure/sign/poster/pinup{ + pixel_y = 38; + pixel_x = 7 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"mtJ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"mtQ" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"mtW" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"mub" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"muj" = ( +/obj/structure/platform_decoration/stone/soro/east, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"muE" = ( +/obj/effect/spawner/random/toolbox, +/obj/item/tool/warning_cone{ + pixel_x = -20 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"mvc" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"mvl" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"mvu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/wood/normal{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"mvQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/scrublands/west/antiweed) +"mwr" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"mwB" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/indoors/miningbase/engi) +"mwF" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"mxd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"mxJ" = ( +/obj/structure/machinery/seed_extractor, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"myc" = ( +/obj/structure/prop/tower{ + pixel_x = -17 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/unknown) +"myp" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/outdoors/landing_zone_1/cave) +"myw" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"mzk" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 4; + pixel_y = 17 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"mzr" = ( +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/telecomms/telecomm_1) +"mzB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/kutjevo/colors/orange/inner_corner/west, +/area/caperiver/indoors/miningbase/engi) +"mzL" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_1/cave) +"mAl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 1; + pixel_x = 8; + pixel_y = -2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"mAm" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/outdoors/landing_zone_1) +"mBh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"mBB" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 10 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"mBK" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/mining_base_exterior/north) +"mCc" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -10; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"mCd" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"mCq" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"mCx" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"mCA" = ( +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south/antiweed) +"mCI" = ( +/obj/item/explosive/mine/active/no_iff{ + dir = 8 + }, +/obj/structure/blocker/invisible_wall, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"mCR" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"mDq" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"mDz" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"mDB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/flora/bush/ausbushes/var3/fullgrass{ + pixel_x = -7 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"mDJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled{ + pixel_x = 20 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"mEE" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"mEJ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"mEO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbluecorners2/west, +/area/caperiver/indoors/conambase/recreational) +"mGo" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 11; + pixel_y = -14 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"mGq" = ( +/obj/item/tool/kitchen/utensil/pknife, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/unknown) +"mGJ" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/telecomms/telecomm_4) +"mGX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"mHL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/conam/long_logo_right/damage_1{ + pixel_x = -16; + pixel_y = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"mHX" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"mIt" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"mIH" = ( +/obj/structure/flora/grass/desert/lightgrass_10{ + pixel_x = -5; + pixel_y = -15 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"mIM" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/delivery) +"mIS" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"mJq" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"mJN" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/research_w) +"mKt" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"mKC" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"mKM" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"mKO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"mLl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/darkyellow2/east, +/area/caperiver/telecomms/telecomm_3) +"mLn" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"mLO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"mLY" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"mMp" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/structure/sign/conam/variant3/damage1{ + pixel_y = 31; + layer = 3 + }, +/obj/structure/prop/hybrisa/misc/graffiti/graffiti3{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"mME" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"mMV" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"mMX" = ( +/obj/structure/prop/hybrisa/misc/blood/blood2{ + dir = 8; + pixel_y = 30; + pixel_x = -18; + layer = 4.1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"mNa" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreencorners2/north, +/area/caperiver/indoors/conambase/recreational) +"mNx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"mNL" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"mOL" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"mOY" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"mPI" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"mPK" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"mQi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"mQv" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"mQF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 20; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"mQG" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/north_west) +"mQK" = ( +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"mRa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/conam/half_logo/damage_1, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/recreational) +"mRi" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"mRK" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = 12 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"mRT" = ( +/obj/structure/machinery/light{ + dir = 1; + pixel_x = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"mSf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"mSF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/colors/purple/edge/west, +/area/caperiver/indoors/miningbase/dorm) +"mSM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"mTh" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1; + layer = 2.9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"mTj" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"mTD" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/item/shard, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"mTO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 4; + pixel_y = -2 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"mUb" = ( +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/unknown) +"mUn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/indoors/miningbase/admin) +"mUD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"mVJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"mVK" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + pixel_x = -1 + }, +/obj/item/storage/box/mre/wy, +/turf/open/floor/darkbrown2/west, +/area/caperiver/indoors/conambase/delivery) +"mWa" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 4; + pixel_y = 8 + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"mWe" = ( +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"mWA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/office/light{ + dir = 8; + pixel_x = -6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"mWM" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 27; + pixel_y = -27 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"mWQ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"mXt" = ( +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 29 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"mXE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"mXF" = ( +/obj/structure/flora/grass/desert/heavygrass_6{ + pixel_x = -9; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"mXU" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 4; + pixel_y = 19 + }, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"mYe" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"mYg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"mYy" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"mYO" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"mYQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"mYS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"mZf" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"mZA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/checkpoint) +"mZQ" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"naI" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = -4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"nbu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/mop{ + pixel_x = -7; + pixel_y = 22 + }, +/obj/item/reagent_container/glass/bucket/mopbucket{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"nbz" = ( +/turf/open/floor/kutjevo/multi_tiles/southwest, +/area/caperiver/telecomms/telecomm_2) +"nbG" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"nbO" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/structure/largecrate/random/mini{ + pixel_x = 6; + pixel_y = 17; + layer = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"ncj" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"ncA" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central/antiweed) +"ncS" = ( +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/con_am_exterior/north) +"ncX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"ndl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = -4 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"ndu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"ndE" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"nee" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"neD" = ( +/obj/structure/platform/stone/soro/west, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"nff" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"nfC" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -9; + pixel_y = 19 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"ngu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/admin) +"ngA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ngG" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = -4; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"nhf" = ( +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"nhi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west/antiweed) +"nhl" = ( +/obj/structure/machinery/floodlight/landing, +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out" + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/landing_zone_2) +"nhX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"nil" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"niq" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/central/antiweed) +"niY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3; + pixel_y = -1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/kutjevo/colors/red/inner_corner/east, +/area/caperiver/indoors/miningbase/checkpoint) +"njk" = ( +/obj/structure/surface/table/reinforced/black, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/trash/candle, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/item/tool/pen{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/dice{ + pixel_x = 3 + }, +/obj/item/toy/dice/d20{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"njp" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"njw" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_y = -1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/central) +"njx" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"njX" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"nkh" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/power/apc/power/west{ + start_charge = 20 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_2/cave) +"nky" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = 22 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"nkE" = ( +/obj/item/trash/cigbutt{ + pixel_x = -13; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"nln" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"nlB" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"nlL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"nmf" = ( +/obj/structure/machinery/door/airlock/almayer/medical/colony, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"nmr" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"nmt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nmB" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"nmF" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west) +"nmJ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#7f6357"; + pixel_x = 9; + pixel_y = -1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"nmQ" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"nnt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"nnC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"nnQ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"nnU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"nnY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -12; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"noa" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_east) +"noo" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/con_am_exterior/north) +"noH" = ( +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/prison/darkbrown2/southwest, +/area/caperiver/indoors/conambase/recreational) +"npb" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"npr" = ( +/obj/item/stack/sheet/cardboard/small_stack, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"npv" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/west) +"npx" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_2"; + pixel_y = 17; + pixel_x = -5 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"npM" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"npO" = ( +/obj/item/shard, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/unknown) +"nqc" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + pixel_x = -24; + pixel_y = 9 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"nqF" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"nqV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -4; + dir = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"nrn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"nrt" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"nrv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"nsm" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/reagent_container/food/condiment/hotsauce/franks/macho{ + pixel_y = 7; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"nsn" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"nsr" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"ntb" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"ntg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"ntp" = ( +/obj/structure/machinery/floodlight, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"ntI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/weapon/gun/pistol/highpower{ + pixel_x = -11; + pixel_y = 10 + }, +/obj/item/ammo_magazine/pistol/highpower, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"nug" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/item/tool/wet_sign{ + pixel_x = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"num" = ( +/obj/structure/sign/safety/terminal{ + layer = 2.5; + pixel_x = -17 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"nus" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"nuE" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"nuH" = ( +/turf/closed/wall/abyssal/blue/reinforced, +/area/caperiver/indoors/conambase/command) +"nuI" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"nvm" = ( +/obj/structure/largecrate/empty/case, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 9; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -14; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"nwa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = -2 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nwd" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"nwp" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"nws" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"nwE" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"nwX" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"nxe" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"nxn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"nxF" = ( +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/caperiver/indoors/conambase/engi) +"nxG" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"nyc" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_12" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"nyk" = ( +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/north) +"nyK" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"nyR" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{ + light_color = "#00ff9f"; + light_on = 1; + light_power = 2; + light_range = 3; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"nyV" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"nzu" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"nzx" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"nzN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = -19 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"nzY" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"nAl" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"nAm" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/unknown) +"nAn" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"nAC" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/prison/blue/west, +/area/caperiver/indoors/processing) +"nAH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 18; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"nAK" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"nAP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"nAX" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"nAZ" = ( +/obj/effect/decal/hybrisa/hull_angled, +/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{ + pixel_y = -60; + pixel_x = -30 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"nBk" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"nBI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"nBR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"nBX" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + dir = 1; + layer = 2.52 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"nCp" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"nCs" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/structure/largecrate/black_market/poncho, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"nCw" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"nCC" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"nCF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/green/north, +/area/caperiver/indoors/conambase/medical) +"nCT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"nCW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"nDc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"nDq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"nDr" = ( +/obj/structure/fence/slim/dark/door, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/floor3, +/area/caperiver/outdoors/landing_zone_2/interior) +"nEr" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/interior/wood/alt, +/area/caperiver/outdoors/bushlands) +"nEz" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"nEB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"nEJ" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north) +"nET" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"nFe" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"nFi" = ( +/obj/structure/flora/bush/canyon/tree, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"nFR" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"nGb" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -5; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"nGf" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"nGL" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/structure/prop/hybrisa/misc/blood/blood3{ + layer = 4 + }, +/obj/item/shard/shrapnel/bone_chips, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/unknown) +"nGS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_membrane, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/central) +"nHH" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"nHL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"nHQ" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"nHS" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"nIf" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_10"; + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"nIg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/telecomms/telecomm_3) +"nIs" = ( +/turf/open/floor/prison, +/area/caperiver/outdoors/con_am_exterior/south) +"nIx" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"nIV" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"nJd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"nJB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"nJS" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"nKf" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = 2 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"nKh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/item/device/defibrillator, +/obj/item/device/defibrillator, +/obj/effect/landmark/objective_landmark/far, +/obj/structure/machinery/cm_vending/sorted/medical/wall_med{ + pixel_y = 28 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"nKj" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"nKw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"nKQ" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/telecomms/telecomm_3) +"nLa" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"nLd" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/bushlands) +"nLj" = ( +/obj/structure/fence/slim/door{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"nLq" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"nLu" = ( +/obj/structure/prop/dam/drill, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"nLx" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8"; + pixel_x = -14; + pixel_y = -19 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/mars_cave/mars_dirt_7, +/area/caperiver/outdoors/scrublands/north_west) +"nLS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/largecrate/empty/case, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"nLT" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/floor3, +/area/caperiver/outdoors/landing_zone_2/interior) +"nMl" = ( +/obj/structure/machinery/light{ + dir = 8; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"nMw" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"nMY" = ( +/obj/structure/largecrate/supply{ + layer = 3.2; + pixel_y = 11 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"nNF" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"nNG" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/darkyellow2/northeast, +/area/caperiver/indoors/conambase/unknown) +"nOb" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"nOw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable, +/obj/structure/machinery/computer/cameras/wooden_tv/broadcast{ + dir = 8 + }, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"nOD" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"nON" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/chunk, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"nPu" = ( +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"nPA" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -3; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"nPO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"nQe" = ( +/obj/effect/decal/hybrisa/hull_angled{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"nQL" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"nRs" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"nRy" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nRI" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/landing_zone_1) +"nRT" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_y = 2 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"nRU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"nSd" = ( +/obj/effect/landmark/ert_spawns/groundside_xeno, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"nSj" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/obj/item/shard, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"nSH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/structure/largecrate/empty/case/double, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"nSY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/indoors/conambase/recreational) +"nTd" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/caperiver/indoors/conambase/engi) +"nTm" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -12; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = -8 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"nTB" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west) +"nTD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"nTN" = ( +/obj/effect/decal/strata_decals/grime/grime4{ + icon_state = "grime3" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"nUh" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"nUm" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nUx" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/west/antiweed) +"nUC" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south_east) +"nUP" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/unknown) +"nUX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = 22 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"nVm" = ( +/obj/structure/largecrate/random/barrel/brown, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"nVR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"nWe" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"nWz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/shard, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"nWA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"nWG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"nWN" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52; + pixel_y = -9 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"nWR" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_east) +"nWZ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"nXq" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north) +"nXt" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"nXV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"nYc" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"nYJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nYX" = ( +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"nZa" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/security) +"nZO" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"nZT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"nZW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/reagent_container/syringe{ + icon_state = "broken"; + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"nZY" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oaC" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"oaS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"oaX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -21; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 9; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"obu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"obv" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 25; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"obw" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/supply_kit, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"obQ" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"obY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"occ" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/con_am_exterior/south) +"ocf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/landmark/item_pool_spawner/survivor_ammo, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"ocm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"odd" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"odw" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"ody" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_2"; + pixel_y = 14 + }, +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = 9; + pixel_y = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"odT" = ( +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"oes" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/security) +"oeG" = ( +/obj/item/stack/tile/plasteel{ + name = "ceiling tile"; + pixel_x = -2; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"ofw" = ( +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/bushlands) +"ofT" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/medical) +"ofV" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = 6; + pixel_y = 9 + }, +/obj/item/organ/kidneys, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"ofW" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"ogh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"ogj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"ogt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"ogy" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/caperiver/indoors/processing) +"ogW" = ( +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 18 + }, +/obj/structure/filingcabinet{ + density = 0; + layer = 3.1; + pixel_x = 7; + pixel_y = 18 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"ohS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"oic" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west) +"oij" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"oiP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/orange/inner_corner/north, +/area/caperiver/indoors/miningbase/engi) +"oiQ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = -9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"oiR" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"oiY" = ( +/obj/structure/fence/slim/dark, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"oju" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"ojI" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"okr" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 7; + pixel_y = 24 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/north_west) +"oku" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"okA" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south) +"olb" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"oll" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"olu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"olw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 6; + pixel_y = 19 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"olF" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_8" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"olI" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"olL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"olM" = ( +/obj/structure/flora/grass/desert/heavygrass_4{ + pixel_x = -5; + pixel_y = -12 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"omf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/south) +"omt" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = 19 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"omF" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"omU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"omW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"ool" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"oou" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"ooz" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"ooQ" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 4 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"opO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/plate, +/area/caperiver/indoors/miningbase/dorm) +"oqa" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"oqt" = ( +/obj/structure/bed/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"oqz" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/south) +"oqI" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"oqK" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"oqO" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"oqP" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"oqU" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/hefa_cult_decals/d96{ + desc = "You think you can make out the iconography of a Xenomorph?" + }, +/obj/item/organ/brain{ + pixel_x = 7 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"ord" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"orn" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"orG" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"orP" = ( +/obj/item/explosive/mine/active/no_iff{ + dir = 1 + }, +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"osb" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"osn" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"oss" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"osB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"otA" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"otF" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/landing_zone_1) +"otQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north) +"otV" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"ouh" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -12; + pixel_y = 12 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"ouq" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/spawner/random/gun/shotgun/midchance, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/security) +"ouw" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south_east) +"ouS" = ( +/turf/closed/wall/solaris/reinforced/hull/lv522, +/area/caperiver/indoors/miningbase/rec) +"ovc" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12; + layer = 2.52 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"ovh" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"ovw" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"ovA" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ovD" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"ovH" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d"; + pixel_y = -1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 2; + pixel_y = 24 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ovL" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/white, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"owd" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"owg" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/accessory/patch/clf_patch, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"oww" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"oxq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"oxA" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"oyf" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/landing_zone_2) +"ozc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"ozt" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"ozy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/prop/colony/usedbandage{ + dir = 10; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/colors/cyan/edge/northwest, +/area/caperiver/indoors/miningbase/medical) +"oAj" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"oBu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"oBJ" = ( +/obj/structure/flora/bush/canyon/bush/alt1{ + pixel_x = -9 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"oDs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"oDA" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/ice, +/area/caperiver/indoors/conambase/medical) +"oDS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"oEr" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"oEM" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"oFk" = ( +/obj/structure/sign/safety/maint{ + pixel_y = -32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3 + }, +/obj/structure/machinery/light/blue, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"oFr" = ( +/obj/structure/largecrate/random/barrel/green, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"oFz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/closet, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"oFP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_y = 18; + pixel_x = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -4; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"oGb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = -12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"oGp" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"oGt" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"oGB" = ( +/obj/structure/closet/crate, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"oGF" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"oGX" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"oHr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"oHv" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"oHB" = ( +/obj/structure/pipes/vents, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"oHS" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"oHU" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"oIb" = ( +/obj/structure/sign/safety/waterhazard{ + pixel_x = 37 + }, +/turf/open/floor/darkgreen2/east, +/area/caperiver/indoors/conambase/recreational) +"oIq" = ( +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"oIy" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"oIO" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_17"; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"oIQ" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = -9; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"oIV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"oJb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"oJd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/outdoors/landing_zone_1/interior) +"oJe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"oJh" = ( +/obj/item/tool/scythe, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"oJH" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"oJL" = ( +/obj/structure/machinery/door/airlock/almayer/security/glass/colony{ + autoname = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"oKc" = ( +/obj/structure/machinery/landinglight{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"oKj" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"oKu" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"oKI" = ( +/obj/structure/flora/bush/canyon/bush{ + pixel_x = 7; + pixel_y = 16 + }, +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = 13; + pixel_y = 2 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"oKV" = ( +/obj/structure/machinery/landinglight{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"oLj" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"oMe" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"oMU" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/desert_shore/desert_shore1/west, +/area/caperiver/outdoors/landing_zone_2/river) +"oNM" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/unknown) +"oOd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/monitor{ + name = "Main Power Grid Monitoring" + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/engi) +"oOe" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oOp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/obj/effect/decal/strata_decals/grime/grime2{ + dir = 8 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 4 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"oOq" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1) +"oOA" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/machinery/light/red{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"oOD" = ( +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/sign/safety/fibre_optics{ + pixel_x = 7; + pixel_y = 9; + desc = "Sign denoting the location of a mine site."; + name = "Mining Site" + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 15; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"oPd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"oPv" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"oPT" = ( +/obj/structure/surface/rack, +/obj/item/tool/wet_sign, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/structure/sign/poster/music{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"oQo" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/mining_base_exterior/south) +"oQt" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/road/west/antiweed) +"oQV" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/south) +"oRc" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"oRP" = ( +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/outdoors/landing_zone_2/cave) +"oSY" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -6; + pixel_y = 26 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"oTe" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light, +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/effect/spawner/random/powercell, +/obj/structure/sign/safety/four{ + layer = 2.9; + pixel_x = 7; + color = "#718184"; + pixel_y = -32 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"oTr" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -10; + pixel_y = -1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"oTw" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/outdoors/landing_zone_1/interior) +"oTV" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oUd" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 8 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"oUr" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west) +"oUz" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"oUE" = ( +/obj/structure/flora/grass/desert/heavygrass_4{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"oVe" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/west) +"oVB" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/marine, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"oVH" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_2"; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"oVS" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"oWd" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_4) +"oWl" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"oWn" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"oWY" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oXa" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north_east) +"oXd" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/checkpoint) +"oXo" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"oXT" = ( +/obj/item/tool/pickaxe/drill, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"oXV" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"oXZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"oYp" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"oYQ" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oYU" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"oZg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"oZy" = ( +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 10 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + layer = 2.5; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"oZB" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"pat" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_e) +"paJ" = ( +/obj/item/stack/sheet/metal, +/obj/structure/girder/displaced, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"paQ" = ( +/obj/structure/machinery/shower{ + pixel_y = 25 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"paZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"pba" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"pbf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 6; + pixel_y = -13 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"pbj" = ( +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"pbu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"pbH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/outdoors/con_am_exterior/south) +"pbO" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -4; + pixel_y = -3 + }, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"pbW" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"pcW" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_x = -1; + pixel_y = -9 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south_east) +"pdc" = ( +/obj/item/device/flashlight/lamp/tripod, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"pdG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"pdP" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"pdU" = ( +/obj/effect/decal/large_stain, +/obj/effect/decal/conam/big_logo/damage_1{ + pixel_y = -15 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"pel" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"pet" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"peG" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"pfq" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/unknown) +"pft" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central) +"pfy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 14 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"pfE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"pfR" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/unknown) +"pfV" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"pgc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"pgk" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"pgx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/machinery/light/small/blue, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"pgB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"pgC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors, +/area/caperiver/indoors/miningbase/dorm) +"pgG" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"phd" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"phC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/checkpoint) +"phQ" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"pin" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2/north, +/area/caperiver/outdoors/scrublands/south_east) +"piP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/item/frame/table/almayer, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"piS" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"piW" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"pje" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/road/north) +"pjf" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/big_computers/computerbrown/computer3, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 36 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"pjg" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"pjq" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/southeast, +/area/caperiver/telecomms/telecomm_4) +"pjD" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north) +"pjR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"pjV" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"pkg" = ( +/turf/open/shuttle/escapepod/floor2, +/area/caperiver/indoors/miningbase/engi) +"pkn" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"pkJ" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"pkN" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/hybrisa/personal{ + dir = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"pld" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/north) +"plA" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"plP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"pmv" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"pmw" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"pna" = ( +/obj/effect/decal/hybrisa/grate, +/obj/effect/decal/hybrisa/warningstripes_angled{ + dir = 8; + pixel_y = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/w) +"pnj" = ( +/obj/structure/bed/chair/office/light{ + dir = 8; + layer = 2.7 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"pnv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"pnH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/colony{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/admin) +"pnW" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"pox" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"poR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 3.3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"poW" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"ppk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 4; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"ppt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -8 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/con_am_exterior/north) +"ppu" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"ppT" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"pqe" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/organ/kidneys, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"pqp" = ( +/obj/item/clothing/accessory/storage/black_vest/brown_vest, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/suit/storage/hazardvest/yellow, +/obj/item/clothing/head/hardhat, +/obj/item/device/lightreplacer, +/obj/structure/closet/secure_closet/engineering_personal{ + req_one_access = null + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southwest, +/area/caperiver/indoors/conambase/engi) +"pqx" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = -17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"pqy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"pqJ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#7f6357"; + pixel_x = 3; + pixel_y = 9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"pqS" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"pqY" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"prq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 17; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"prs" = ( +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/con_am_exterior/north) +"prG" = ( +/obj/item/trash/cigbutt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"prL" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"psi" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/bushlands) +"psq" = ( +/obj/structure/sign/nosmoking_1, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/medical) +"psz" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"psD" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/colonist/workwear, +/obj/item/roller/bedroll, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"pta" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"pte" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"ptj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"ptp" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/west) +"pts" = ( +/obj/structure/bed/roller, +/obj/item/trash/used_stasis_bag, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"pul" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"puG" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"puQ" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"pvj" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"pvk" = ( +/obj/structure/flora/grass/desert/lightgrass_8{ + pixel_x = -2; + pixel_y = -34 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"pvm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/telecomms/telecomm_1) +"pvW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"pwb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 3; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"pwo" = ( +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"pwR" = ( +/obj/structure/bed/chair/office/light{ + dir = 4; + pixel_y = -3; + pixel_x = 7 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"pwU" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 8; + pixel_y = 11 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"pxn" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"pyN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"pyY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"pAF" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"pAO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"pAT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"pAW" = ( +/obj/structure/machinery/disposal, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = 8; + pixel_y = 15 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"pBy" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"pBM" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"pBV" = ( +/turf/open/floor/darkblue2/northwest, +/area/caperiver/indoors/conambase/unknown) +"pCd" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"pCx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair{ + dir = 1 + }, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"pDk" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"pDn" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"pDo" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"pDs" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"pDB" = ( +/obj/structure/sign/poster/safety{ + pixel_y = 32 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"pDI" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/con_am_exterior/south) +"pDS" = ( +/obj/structure/closet/crate/construction, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/effect/spawner/random/mats/lowchance, +/obj/item/stack/sheet/plasteel/med_small_stack, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/west, +/area/caperiver/indoors/conambase/engi) +"pDW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/support) +"pEh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -2; + pixel_y = 8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"pEo" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -1; + pixel_y = -15 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"pEy" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -1; + pixel_y = -10 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"pEZ" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"pFc" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/obj/structure/sign/conam/variant1{ + pixel_x = -32 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"pFl" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"pFD" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = -9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"pFP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -4; + dir = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"pGd" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"pGp" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"pGz" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"pGO" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/dorm) +"pGV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"pHh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"pHn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -14; + pixel_y = -15 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"pHr" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"pHy" = ( +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/north) +"pHF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"pHG" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"pIa" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/floor3, +/area/caperiver/outdoors/landing_zone_2/interior) +"pJb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/north) +"pJq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"pJB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west/antiweed) +"pJL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 1; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"pJS" = ( +/obj/structure/platform_decoration/metal/strata, +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/landing_zone_2/river) +"pJU" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2) +"pKw" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"pKA" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"pKE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"pKL" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"pKP" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_y = 4; + pixel_x = -4 + }, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"pLd" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/obj/item/tool/crowbar, +/obj/item/clothing/gloves/marine/veteran/insulated{ + pixel_y = 4 + }, +/obj/item/storage/belt/utility/full, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"pLf" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/west) +"pLo" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/landing_zone_2) +"pLp" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"pLt" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -17; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"pLu" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/bushlands) +"pLz" = ( +/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{ + dir = 1; + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"pMb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 7; + pixel_y = -5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"pMd" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/unknown) +"pMK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"pMV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"pNa" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/scrublands/central) +"pNd" = ( +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/recreational) +"pNh" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"pNB" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"pNE" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/organ/heart, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"pNK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 8 + }, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"pNU" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"pOc" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"pOu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/south) +"pPl" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/pills/highchance, +/obj/structure/machinery/light/small/blue{ + dir = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"pPN" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/north) +"pPQ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -5; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"pQe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"pRb" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"pRr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"pRB" = ( +/obj/item/shard, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/north) +"pRD" = ( +/obj/structure/largecrate/random/barrel/blue, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"pRW" = ( +/mob/living/simple_animal/small/bat, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"pSb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -6; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"pSh" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"pSj" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"pTn" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 8 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"pTs" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/rock, +/area/caperiver/oob) +"pTw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/west) +"pTF" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"pTQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"pUe" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 3; + pixel_y = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"pUi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"pUB" = ( +/obj/structure/prop/hybrisa/misc/detonator{ + pixel_y = -5 + }, +/obj/structure/cable/white{ + icon_state = "1-2"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"pUT" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"pVB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"pVP" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 5; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"pVZ" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"pWi" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -25; + pixel_y = 4 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"pWS" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north) +"pWT" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"pXd" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_west) +"pXY" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"pYx" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"pYK" = ( +/obj/structure/flora/grass/desert/lightgrass_2{ + pixel_x = 2; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"pYY" = ( +/obj/effect/decal/conam/half_logo/damage_1{ + pixel_y = 17 + }, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"pZN" = ( +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/command) +"qam" = ( +/obj/structure/machinery/light, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"qaq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/structure/largecrate/random/barrel/brown, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"qaZ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/road/west) +"qbr" = ( +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/con_am_exterior/north) +"qbu" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"qbw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"qbK" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qbS" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/floor3, +/area/caperiver/outdoors/landing_zone_2/interior) +"qcf" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"qcT" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + layer = 2.52; + pixel_y = 22; + pixel_x = 2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"qdX" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qea" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"qeb" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"qec" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"qev" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"qeK" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/landing_zone_1) +"qfj" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qfq" = ( +/obj/structure/tunnel, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"qfW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached2, +/area/caperiver/outdoors/road/north) +"qgz" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"qgJ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"qhd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/outdoors/landing_zone_2/cave) +"qhe" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"qhh" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qhn" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"qhr" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"qhE" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -15; + pixel_y = 17 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"qid" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/south_east) +"qij" = ( +/mob/living/simple_animal/small/lizard, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 13; + pixel_y = 20 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qiJ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"qiZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"qje" = ( +/obj/effect/landmark/lv624/fog_blocker, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"qjf" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/open/floor/darkblue2, +/area/caperiver/indoors/conambase/unknown) +"qjp" = ( +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"qjw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clipboard, +/obj/item/tool/pen/blue{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"qjW" = ( +/obj/structure/flora/grass/desert/heavygrass_6{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"qkg" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + layer = 3.1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"qkH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/central/antiweed) +"qkI" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"qlt" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"qlu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 24; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 5; + pixel_y = -4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"qlE" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"qlS" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"qlX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/supply/floodlights, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"qme" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -24; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"qmw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/southeast, +/area/caperiver/indoors/conambase/delivery) +"qnP" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/west, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"qnS" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/indoors/miningbase/hydro) +"qnV" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/landing_zone_1) +"qos" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -2; + pixel_y = 12 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"qov" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"qoB" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"qoY" = ( +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"qpm" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/platform_decoration/stone/mineral/east{ + color = "#716959" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"qpr" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"qpC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"qpJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"qqb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"qqk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/box/mre/wy{ + pixel_x = 3; + pixel_y = 5; + name = "\improper emergency ration pack" + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"qqm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/dorm) +"qqs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -22 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"qqN" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = 22; + pixel_y = 12 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -5; + pixel_y = 28 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"qqV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "rdcomp-inuse"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_e) +"qrb" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 1; + pixel_x = 2; + pixel_y = -6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"qrx" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"qrC" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west) +"qrF" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"qrJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"qsc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 14; + pixel_y = 5 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_x = 2; + pixel_y = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"qsp" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"qss" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"qsv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/scrublands/west) +"qsU" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south) +"qtj" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qtl" = ( +/obj/structure/cargo_container/watatsumi/leftmid, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"qtm" = ( +/obj/structure/closet/crate, +/obj/item/roller/bedroll, +/turf/open/floor/darkbluecorners2/north, +/area/caperiver/indoors/conambase/recreational) +"qtn" = ( +/obj/structure/machinery/light, +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/dorm) +"qtq" = ( +/obj/structure/barricade/wooden{ + dir = 1; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"qtG" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "SW-out"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/storage/firstaid/regular/empty, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"qtZ" = ( +/obj/structure/platform_decoration/metal/kutjevo/east, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"quc" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"qum" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 16 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"qvm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"qvs" = ( +/obj/structure/flora/bush/desert/cactus, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = 15; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"qvy" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -1; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"qvI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = -12 + }, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/con_am_exterior/south) +"qvJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/west) +"qvP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/item/shard, +/turf/open/floor/darkpurplecorners2, +/area/caperiver/indoors/conambase/research_w) +"qww" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"qwy" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"qwL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"qwP" = ( +/obj/structure/machinery/power/apc/power/east{ + start_charge = 20 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"qwR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellowcorners2/north, +/area/caperiver/indoors/conambase/recreational) +"qxj" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/medical) +"qxn" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"qxB" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north_west) +"qxF" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/shallow_edge/north, +/area/caperiver/outdoors/chasm) +"qyi" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"qyq" = ( +/obj/structure/platform/metal/strata/north, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"qyr" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/lz_cave) +"qyG" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/south) +"qyP" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"qyR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/wy_mre, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"qzn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/indoors/miningbase/engi) +"qzt" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"qzx" = ( +/obj/structure/flora/grass/desert/lightgrass_12{ + pixel_x = -3; + pixel_y = -9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"qzJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/prop/colony/usedbandage{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"qzQ" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"qzV" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"qAk" = ( +/obj/structure/platform/metal/strata, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_plate, +/area/caperiver/outdoors/bushlands) +"qAr" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/con_am_exterior/south) +"qAt" = ( +/obj/effect/landmark/yautja_teleport, +/obj/effect/landmark/yautja_young_teleport, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"qAD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"qAE" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"qAZ" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south_east) +"qBd" = ( +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"qBl" = ( +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/dorm) +"qCl" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south_east) +"qCw" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"qCG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/bed/bedroll{ + dir = 4 + }, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"qDi" = ( +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"qDo" = ( +/obj/structure/fence/slim/door{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"qDE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"qDH" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"qDY" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/south_east) +"qEd" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"qEv" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"qEW" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"qFe" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "2"; + layer = 2.52 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/unknown) +"qFB" = ( +/obj/effect/decal/conam/big_logo/damage_1, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"qGd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/janitorialcart, +/obj/item/tool/mop{ + pixel_x = -10 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"qGA" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"qGH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/bedroll, +/obj/effect/landmark/survivor_spawner, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"qHa" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/item/stack/rods, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"qHb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"qHw" = ( +/obj/structure/sign/conam/variant1{ + pixel_y = 32 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"qHK" = ( +/obj/item/stool{ + pixel_x = -4 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"qHS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"qIq" = ( +/obj/structure/sign/safety/medical{ + pixel_x = 8; + pixel_y = 33 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"qIw" = ( +/obj/item/circuitboard/computer/generic, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"qIA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"qIO" = ( +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"qJa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 8; + pixel_y = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"qJE" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"qKa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 9; + pixel_y = -4; + dir = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"qKz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"qKJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"qKM" = ( +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"qKO" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/bushlands) +"qKT" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood/wood_broken3, +/area/caperiver/outdoors/landing_zone_2/interior) +"qKZ" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#7f6357"; + layer = 2.9; + pixel_x = -19; + pixel_y = -23 + }, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#7f6357"; + pixel_x = -3; + pixel_y = 22; + layer = 2.9 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"qLS" = ( +/obj/structure/machinery/big_computers/computerbrown/computer3{ + pixel_y = 18; + density = 0 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"qLT" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west) +"qMh" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/north) +"qMn" = ( +/obj/structure/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"qMw" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"qMR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west) +"qNx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"qNR" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/mars_cave/mars_dirt_4, +/area/caperiver/outdoors/scrublands/west) +"qOg" = ( +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"qOk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"qOS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"qOZ" = ( +/obj/structure/platform/stone/soro, +/obj/structure/platform/stone/soro/east, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 17; + pixel_y = 27 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"qPo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 12 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south) +"qPu" = ( +/obj/structure/cable/white{ + icon_state = "2-6"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"qPE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"qPP" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/stack/medical/advanced/bruise_pack/upgraded, +/obj/item/stack/medical/advanced/bruise_pack/upgraded, +/obj/item/stack/medical/advanced/ointment/upgraded{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/stack/medical/advanced/ointment/upgraded{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"qQa" = ( +/obj/structure/largecrate/random, +/obj/structure/sign/conam/variant3{ + pixel_x = 16; + pixel_y = 31 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"qQc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"qQd" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"qQh" = ( +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/obj/item/stack/rods, +/obj/item/tool/warning_cone{ + layer = 5; + pixel_y = 12; + pixel_x = 2 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/recreational) +"qQi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"qQo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/delivery) +"qQH" = ( +/obj/structure/prop/invuln/remote_console_pod, +/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{ + density = 1; + layer = 3.5; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_x = -12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 21 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = -19 + }, +/obj/effect/decal/remains/robot{ + pixel_x = -14; + pixel_y = -10 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/landing_zone_1) +"qQI" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/south) +"qQY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/sign/safety/maint{ + pixel_y = 32; + pixel_x = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"qSh" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 1 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"qSm" = ( +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1) +"qSn" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"qSC" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = 7; + pixel_y = 8 + }, +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/chasm) +"qTi" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 7; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"qTu" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/recreational) +"qTw" = ( +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"qTF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/w) +"qTH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/light/small{ + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"qTZ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"qUe" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"qUk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"qUo" = ( +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"qUs" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"qUz" = ( +/obj/structure/cable/white{ + icon_state = "1-5"; + level = 2 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"qUF" = ( +/obj/structure/sign/poster/clf, +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"qUL" = ( +/obj/item/tool/warning_cone{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"qUN" = ( +/obj/structure/fence/slim/dark/door, +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"qUY" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = 26 + }, +/obj/structure/closet/crate/miningcar/yellow{ + layer = 3 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"qVi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/recreational) +"qVO" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/device/binoculars/range/designator{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"qVQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"qVY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + desc = "It is made of Fiberbush(tm). It contains asbestos. Studies say that greenery calms the mind due to some sort evolved mechanism in the brain. This plant is not calming."; + icon_state = "pottedplant_21"; + layer = 4; + name = "synthethic potted plant"; + pixel_y = 1; + pixel_x = 2 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"qWb" = ( +/obj/docking_port/stationary/marine_dropship/lz1{ + name = "LZ1: Cargo Landing Zone" + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"qWq" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"qWR" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"qWS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"qWY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"qXh" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"qXj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/objective_landmark/medium, +/turf/open/floor/prison, +/area/caperiver/telecomms/telecomm_3) +"qXr" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -21; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -13; + pixel_y = -12 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"qXs" = ( +/obj/effect/decal/strata_decals/mud_corner, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"qXt" = ( +/turf/open/floor/darkblue2/southwest, +/area/caperiver/indoors/conambase/command) +"qYc" = ( +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"qYq" = ( +/obj/structure/window/framed/abyssal/blue, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/command) +"qYv" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"qYw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"qYN" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"qYX" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/n) +"qZw" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -7; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"qZC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = 5 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"qZU" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"qZZ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"rag" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/road/south) +"rao" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"raz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/wirecutters, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"raF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_w) +"rbs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"rct" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/surface/table/reinforced/prison{ + color = "#8B7B5B" + }, +/turf/open/floor/kutjevo/colors/purple, +/area/caperiver/indoors/miningbase/dorm) +"rcu" = ( +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"rcy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/shard, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"rcC" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"rcM" = ( +/obj/structure/pipes/vents/scrubber, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"rdV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/purewhite, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"rei" = ( +/obj/item/stack/rods, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/nw_cave) +"rem" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"reo" = ( +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/indoors/miningbase/admin) +"reN" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"reO" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"rfg" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"rfk" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/central) +"rfK" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"rfP" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rfT" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"rgo" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"rgH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"rhb" = ( +/obj/structure/sign/conam/variant1{ + pixel_y = 32; + pixel_x = 16 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/north) +"rhc" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"rhn" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_y = -3; + pixel_x = 7 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"rhp" = ( +/obj/structure/fence/slim/dark, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"rhv" = ( +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"rhB" = ( +/obj/structure/bed/chair/office/light{ + layer = 4 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"rhC" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/landing_zone_2) +"riE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/reagent_dispensers/tank/water, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"riH" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"riL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/sheet/metal, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"riM" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"riO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 1 + }, +/turf/open/floor/kutjevo/colors/orange/inner_corner/north, +/area/caperiver/indoors/miningbase/engi) +"rjj" = ( +/obj/item/tool/crowbar/red{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"rjN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"rjT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"rjW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"rkr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"rkF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"rkH" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand1_c" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"rkJ" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"rlF" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -29; + pixel_y = 9 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"rmg" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"rml" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"rnk" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"rnu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -13; + pixel_y = 27 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/lz_cave) +"rnw" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"rnz" = ( +/obj/item/tool/wet_sign{ + pixel_x = 4; + pixel_y = -7 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"rnS" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"rog" = ( +/obj/item/trash/burger, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"roH" = ( +/obj/structure/surface/rack, +/obj/item/fuel_cell, +/obj/item/fuel_cell, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"rpq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/barrel/brown, +/obj/structure/sign/banners/clf_worn{ + pixel_x = 15; + pixel_y = 31 + }, +/turf/open/floor/prison/darkbrown3/west, +/area/caperiver/outdoors/landing_zone_2/interior) +"rpF" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"rpU" = ( +/obj/structure/platform/stone/soro/north, +/obj/structure/platform/stone/soro/east, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/chasm) +"rqc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"rqp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/admin) +"rrz" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 9 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 5 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"rrV" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"rrW" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"rsi" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/storage{ + pixel_y = -32; + pixel_x = 2 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"rsk" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/telecomms/telecomm_3) +"rst" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = 11; + pixel_y = -10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"rsU" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"rtg" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"rtO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/cameras{ + dir = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"ruc" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/north) +"ruh" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/structure/largecrate/empty/case/double{ + pixel_x = -3; + pixel_y = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"run" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 15 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/bushlands) +"ruV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"rvh" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/desert/desert_shore/shore_corner2/west, +/area/caperiver/outdoors/landing_zone_2/river) +"rwg" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"rws" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/bloodsplatter/human, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/unknown) +"rwv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/central) +"rwI" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"rwQ" = ( +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_15"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/mining_base_exterior/south) +"rxi" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"rxl" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/delivery) +"rxo" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rxy" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/south) +"rxz" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"rxT" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/north) +"ryF" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"ryQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -1; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rze" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"rzj" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/item/shard/shrapnel/bone_chips, +/obj/structure/machinery/light/red{ + dir = 4; + alpha = 0; + needs_power = 0; + light_color = "#880808" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"rzm" = ( +/obj/structure/prop/hybrisa/misc/graffiti/graffiti3, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/landing_zone_2) +"rzp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north) +"rzG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"rzH" = ( +/obj/structure/prop/ice_colony/ground_wire, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"rzT" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"rAe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/indoors/miningbase/hydro) +"rAq" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/wood/wood_broken4, +/area/caperiver/outdoors/landing_zone_2/interior) +"rAP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"rAT" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"rAU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreencorners2/north, +/area/caperiver/indoors/conambase/recreational) +"rBq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"rCc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -9 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"rCs" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -11; + pixel_y = 9 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"rCG" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt{ + pixel_y = 21; + pixel_x = 6 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"rCQ" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_e) +"rCU" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"rDf" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"rDm" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"rDo" = ( +/obj/structure/girder/displaced, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/telecomms/telecomm_2) +"rDv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + pixel_x = -16 + }, +/turf/open/floor/hybrisa/carpet/rug_colorable/blue/west, +/area/caperiver/indoors/conambase/support) +"rDG" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"rEc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4; + pixel_x = 1; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"rEi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central) +"rEo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/caperiver/oob) +"rEp" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"rEs" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"rEu" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south) +"rEN" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"rER" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/nw) +"rEW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/hybrisa/misc/cabinet{ + pixel_x = 5; + pixel_y = 9; + dir = 8 + }, +/obj/structure/sign/poster{ + icon_state = "poster67"; + pixel_y = 33 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"rFD" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"rFF" = ( +/obj/structure/flora/grass/desert/lightgrass_12{ + pixel_x = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"rFZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/prop/almayer/comp_open{ + pixel_y = 5 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"rGb" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"rGl" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/con_am_exterior/south) +"rGo" = ( +/obj/structure/barricade/metal/wired{ + dir = 8 + }, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"rGs" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/bushlands) +"rGD" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"rGG" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"rGY" = ( +/obj/item/tool/warning_cone{ + pixel_x = 5; + pixel_y = 13 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"rHI" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"rId" = ( +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/medical) +"rIw" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/effect/hybrisa/misc/fake/pipes, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"rIZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 15; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"rJb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/obj/item/tool/warning_cone{ + pixel_y = 20; + pixel_x = -25 + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"rJj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/case, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/outdoors/landing_zone_2/cave) +"rJU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"rKd" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/food/snacks/appletart, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/indoors/miningbase/rec) +"rKk" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rLB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"rLI" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/unknown) +"rLJ" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -10; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"rLS" = ( +/obj/structure/flora/bush/ausbushes/var3/leafybush, +/turf/open/auto_turf/strata_grass/layer1, +/area/caperiver/indoors/caves/se) +"rLT" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"rLZ" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"rMe" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south) +"rMi" = ( +/turf/closed/wall/wood, +/area/caperiver/outdoors/bushlands) +"rMl" = ( +/turf/open/floor/darkred2/northwest, +/area/caperiver/indoors/conambase/support) +"rMA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"rMJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/powercell, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"rML" = ( +/obj/item/paper/crumpled{ + pixel_x = 9 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_9"; + pixel_x = -7 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"rMU" = ( +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/con_am_exterior/north) +"rMW" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge/west, +/area/caperiver/indoors/miningbase/medical) +"rMX" = ( +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/mining_base_exterior/south) +"rNu" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"rNy" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -9; + pixel_y = -14 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"rNA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"rND" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood2, +/obj/item/reagent_container/food/snacks/meat/human, +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"rOg" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"rOt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"rOJ" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached9, +/area/caperiver/outdoors/landing_zone_1) +"rOL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"rPw" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south) +"rPB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"rPN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"rPU" = ( +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -16 + }, +/turf/open/floor/darkbluecorners2/south, +/area/caperiver/indoors/conambase/recreational) +"rRM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"rSt" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central/antiweed) +"rSE" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"rSI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/command) +"rSM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"rSR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 7 + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/con_am_exterior/north) +"rSW" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/item/stack/rods, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"rTv" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/unknown) +"rUh" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"rUl" = ( +/obj/structure/prop/brazier/frame/full/campfire/smolder, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -10; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"rUx" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"rUO" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 1; + pixel_x = -1; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"rUW" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"rVr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/large_stain{ + pixel_x = 6; + layer = 2.1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"rVz" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rWz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_y = -2 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rWB" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west) +"rWI" = ( +/obj/structure/platform/metal/strata, +/turf/open/desert/desert_shore/shore_edge1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"rWN" = ( +/obj/structure/platform/stone/sandstone, +/obj/structure/platform/metal/strata/west, +/turf/open/gm/river/desert/shallow_edge/west, +/area/caperiver/outdoors/landing_zone_2/river) +"rWQ" = ( +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = 2; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/lz_cave) +"rWS" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/rec) +"rXc" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"rXk" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"rXq" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"rXN" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -2; + pixel_y = 20 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"rYa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 21; + pixel_y = 15 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"rYb" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_2" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"rYe" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/south) +"rYm" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"rYs" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/west) +"rYU" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/firealarm{ + pixel_y = 28 + }, +/turf/open/floor/darkred2/northeast, +/area/caperiver/indoors/conambase/support) +"rZf" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north) +"rZw" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"sar" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"saz" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge/west, +/area/caperiver/outdoors/landing_zone_1/cave) +"saN" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"saR" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"saX" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"sbs" = ( +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "3" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"sbH" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/telecomms/telecomm_4) +"sbS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -6; + pixel_x = -3 + }, +/obj/item/tool/warning_cone{ + pixel_y = 18 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/recreational) +"sch" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1) +"scm" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = -1; + pixel_y = -10 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"scC" = ( +/obj/structure/bed/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/turf/open/floor/kutjevo/colors/red/edge/west, +/area/caperiver/indoors/miningbase/checkpoint) +"scH" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"scM" = ( +/obj/item/prop/alien/hugger, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"sdh" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/server_equipment/yutani_server/broken{ + density = 0 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"sdm" = ( +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"sdH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_x = 7; + pixel_y = 7; + buckling_x = 7; + buckling_y = 7 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"sdV" = ( +/obj/structure/cargo_container/kelland/right, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"sdZ" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"seu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/surface/rack, +/obj/effect/spawner/random/toolbox, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"sew" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/ne) +"seA" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"seM" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"seR" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"seS" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"seY" = ( +/obj/structure/flora/grass/desert/lightgrass_2{ + pixel_x = 3; + pixel_y = -34 + }, +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d"; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"sfJ" = ( +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/telecomms/telecomm_3) +"sfN" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"sgC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"shj" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"shw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"shy" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"shC" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 38 + }, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -10; + pixel_y = -1 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"shN" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 5 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"shV" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 13; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"sis" = ( +/obj/structure/sign/poster/hunk{ + pixel_x = -25; + pixel_y = 10 + }, +/obj/item/tool/shovel/etool{ + pixel_x = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/indoors/conambase/recreational) +"siz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"siF" = ( +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_e) +"sjD" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"sjH" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/cell_stripe/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"sjS" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"sjX" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"skk" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"skz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"slv" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5" + }, +/obj/structure/pipes/vents/pump, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"slG" = ( +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/unknown) +"slM" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"slT" = ( +/obj/structure/platform/stone/soro/west, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/west) +"slU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/decal/large_stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"smj" = ( +/obj/structure/machinery/disposal, +/turf/open/floor/kutjevo/colors/red, +/area/caperiver/indoors/miningbase/security) +"smn" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_4) +"snf" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"snP" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 11; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"snR" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"snT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"soe" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder2{ + color = "#88715d"; + pixel_x = 1; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"soq" = ( +/obj/structure/machinery/power/power_generator/port_gen/pacman, +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/w) +"soX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"spe" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"spr" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_3) +"spU" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/south) +"sqa" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/structure/flora/grass/desert/heavygrass_6, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"sqc" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"sqw" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_west) +"srj" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"srH" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -17; + pixel_y = 6 + }, +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"srN" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"srT" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ssh" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"ssr" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south) +"ssC" = ( +/obj/structure/surface/table/woodentable/poor, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/ammo_magazine/rifle/mar40{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/weapon/gun/rifle/mar40{ + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"ssP" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"ssV" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/indoors/conambase/recreational) +"std" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_11" + }, +/turf/open/mars_cave/mars_dirt_6, +/area/caperiver/outdoors/scrublands/north_west) +"stm" = ( +/mob/living/simple_animal/small/bat, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"stV" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"sug" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"suy" = ( +/obj/structure/sign/safety/hvac_old{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Mining colony"; + desc = "Sign denoting the direction of a mining colony" + }, +/obj/structure/sign/safety/north{ + pixel_x = 7; + pixel_y = 23 + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/west/antiweed) +"suK" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/rods{ + pixel_y = -2 + }, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"suV" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform/stone/soro/west, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"svm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/landing_zone_2) +"svx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"svP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"svZ" = ( +/obj/structure/largecrate/supply, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"swW" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9; + layer = 2; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"sxm" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"sxJ" = ( +/obj/structure/platform_decoration/stone/soro/east, +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"sxO" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 38 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"syb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 9; + pixel_y = -11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"syM" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/west/antiweed) +"syN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = -6 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"sze" = ( +/mob/living/simple_animal/small/bat, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"szh" = ( +/obj/structure/bed/roller, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"szo" = ( +/obj/item/tool/wet_sign{ + pixel_y = 18 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"szq" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"szu" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4; + pixel_x = -1; + pixel_y = -21 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 6; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"szE" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/frame/table/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan/edge, +/area/caperiver/indoors/miningbase/medical) +"szH" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/barricade/handrail/strata{ + dir = 4 + }, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 14; + pixel_y = 27 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"szW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"szX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/firecloset, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"sAf" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"sAv" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/structure/closet/crate, +/obj/structure/machinery/light{ + dir = 4 + }, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/item/stack/sheet/metal/med_small_stack, +/obj/item/stack/sheet/plasteel/med_small_stack, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"sBg" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/bushlands) +"sBG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"sCj" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"sCk" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"sCo" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"sCp" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"sCw" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/north) +"sCI" = ( +/obj/structure/machinery/light{ + dir = 4; + pixel_y = 16 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"sCP" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south_east) +"sCV" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/closed/wall/wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"sDy" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/engi) +"sDI" = ( +/turf/closed/wall/abyssal/standard, +/area/caperiver/telecomms/telecomm_4) +"sDM" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"sDN" = ( +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/obj/structure/platform_decoration/stone/mineral/west{ + color = "#716959" + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"sDQ" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"sEB" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"sEF" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"sFm" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"sFu" = ( +/obj/item/prop/alien/hugger, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"sFy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/random/mini/chest/c, +/obj/structure/surface/table/reinforced/prison, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"sGc" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/obj/structure/prop/hybrisa/misc/graffiti{ + layer = 3.1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"sGs" = ( +/obj/structure/pipes/vents/pump, +/obj/structure/sign/poster/pinup{ + pixel_x = 4; + pixel_y = 35 + }, +/obj/structure/sign/poster/ad{ + pixel_y = 32 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"sGD" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"sGM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt"; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = 5; + pixel_y = -18 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"sHG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -18; + pixel_y = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"sHZ" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood1, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"sII" = ( +/obj/effect/landmark/hunter_primary, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"sIK" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"sIN" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/mining_base_exterior/south) +"sIT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"sJc" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/stack/sheet/animalhide/human, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/unknown) +"sJK" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/north) +"sKI" = ( +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -14 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"sLg" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/dorm) +"sLC" = ( +/obj/structure/pipes/standard/manifold/fourway/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"sMj" = ( +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/prison/darkbrowncorners2, +/area/caperiver/indoors/conambase/recreational) +"sMy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"sMN" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/checkpoint) +"sMV" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"sNd" = ( +/obj/structure/machinery/body_scanconsole, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"sNe" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/unknown) +"sNl" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"sNs" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"sND" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"sNE" = ( +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"sNG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 4; + pixel_y = -4 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/con_am_exterior/north) +"sNT" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"sNY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"sOk" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"sOG" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/obj/structure/fence/slim/dark, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"sPj" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = 17; + pixel_y = -4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"sPG" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"sPS" = ( +/obj/effect/decal/remains/robot{ + pixel_x = -21; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"sPU" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central) +"sPW" = ( +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/scrublands/north_west) +"sQc" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"sQu" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"sQw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"sQT" = ( +/obj/structure/largecrate/random, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"sRv" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"sRx" = ( +/obj/structure/machinery/light/small{ + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/landing_zone_2) +"sSh" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/mining_base_exterior/north) +"sSi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"sSk" = ( +/obj/item/shard, +/obj/structure/sign/poster/conam{ + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"sUb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"sUq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"sUH" = ( +/obj/structure/machinery/colony_floodlight, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/bushlands) +"sUJ" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/landing_zone_1) +"sVu" = ( +/obj/structure/bed/chair{ + can_buckle = 0; + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"sVP" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"sWI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/bed/chair/comfy{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"sWT" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/item/tool/kitchen/pizzacutter/holyrelic{ + unacidable = 1; + explo_proof = 1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"sXs" = ( +/turf/open/asphalt/cement/cement1, +/area/caperiver/outdoors/con_am_exterior/south) +"sXM" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/north_west) +"sXX" = ( +/turf/open/asphalt/cement, +/area/caperiver/outdoors/con_am_exterior/south) +"sYA" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"sZb" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"sZq" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"sZr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"sZz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"sZH" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 9 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"tac" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"tar" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"taC" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain, +/obj/item/shard/shrapnel/bone_chips, +/obj/item/reagent_container/food/snacks/meat/human, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"taQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"tbz" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"tbA" = ( +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"tbN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"tbO" = ( +/obj/structure/largecrate/random/barrel/white, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/station/metal/floor/northeast, +/area/caperiver/telecomms/telecomm_3) +"tbT" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 12; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = -2 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"tcl" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"tco" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"tcu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"tcv" = ( +/obj/structure/largecrate/black_market/confiscated_weaponry, +/turf/open/desert/dirt, +/area/caperiver/outdoors/bushlands) +"tcC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"tcH" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south_east) +"tcP" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "W" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + pixel_x = -2; + pixel_y = 14; + layer = 4 + }, +/obj/item/tool/pen/blue{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/structure/sign/poster/conam{ + pixel_y = 32; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/colors/red/inner_corner, +/area/caperiver/indoors/miningbase/checkpoint) +"tdA" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/bushlands) +"tdQ" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -18; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"tdX" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/asphalt/cement/cement14, +/area/caperiver/outdoors/con_am_exterior/north) +"tei" = ( +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"tej" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"tel" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"tex" = ( +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice3"; + pixel_y = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"teB" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/oob) +"teK" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/con_am_exterior/north) +"teX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 8; + pixel_y = 6 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"tfE" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/obj/item/device/flashlight/lamp/on{ + pixel_x = 4; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"tgh" = ( +/obj/structure/bed/roller/hospital_empty/bigrollerempty3{ + dir = 4; + icon_state = "bigrollerempty_down"; + layer = 4 + }, +/turf/open/floor/green/east, +/area/caperiver/indoors/conambase/medical) +"tgC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 27; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"tgO" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"tgP" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"tgX" = ( +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"thd" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"thi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/item/trash/cigbutt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached2, +/area/caperiver/outdoors/mining_base_exterior/south) +"thx" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_y = 3; + pixel_x = -1 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"thG" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west/antiweed) +"thR" = ( +/obj/structure/prop/invuln/minecart_tracks{ + dir = 10 + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"tij" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + dir = 4; + pixel_x = -4; + pixel_y = -10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"tix" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = -4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"tiC" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = 16; + pixel_y = 19; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = -1; + pixel_y = -4 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"tiL" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"tiO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -21; + pixel_y = 21 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"tiZ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/seed_extractor{ + pixel_y = 24; + density = 0 + }, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"tjc" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"tjj" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"tkc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"tkh" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"tkp" = ( +/obj/structure/platform/stone/soro, +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -16; + pixel_y = -5 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"tkw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/spawner/random/mats/lowchance, +/obj/structure/machinery/light/blue, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"tkx" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/research_e) +"tkM" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/bushlands) +"tkZ" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"tlk" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#7f6357"; + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"tlq" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"tly" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = 1; + pixel_y = 18 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"tlF" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/north_east) +"tlZ" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"tmd" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 16; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"tmS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"tnb" = ( +/obj/structure/window/framed/abyssal/standard, +/obj/structure/curtain/colorable_transparent{ + color = "#8bafa4"; + layer = 3.2 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"tnp" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"tnu" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/bushlands) +"tnv" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"tnA" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"tob" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"too" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "SE-out"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"toU" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/shard/shrapnel/bone_chips, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"toW" = ( +/obj/structure/platform/metal/strata/west, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = -18 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"tpd" = ( +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"tpE" = ( +/obj/structure/flora/grass/desert/heavygrass_3{ + pixel_x = 9; + pixel_y = -10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"tpY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/space_heater, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"tqh" = ( +/obj/item/stack/sheet/metal{ + pixel_x = 16; + pixel_y = -10 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_w) +"tqn" = ( +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/unknown) +"tqK" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 25 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 14; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"tqL" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_1) +"tqY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"tra" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -2 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"trn" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_alt"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"trY" = ( +/obj/structure/cable/white{ + icon_state = "2-10"; + level = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"trZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"tsc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"tse" = ( +/obj/structure/flora/bush/ausbushes/reedbush, +/turf/open/desert/desert_shore/desert_shore1/east, +/area/caperiver/outdoors/landing_zone_2/river) +"tso" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/remains/robot{ + pixel_x = -7; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"tst" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"tsH" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"tsM" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155; + pixel_x = -9; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"tsN" = ( +/obj/structure/machinery/medical_pod/autodoc/unskilled, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"ttf" = ( +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1) +"tto" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"ttQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/telecomms/telecomm_1) +"ttR" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/reagent_container/glass/bucket/janibucket, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/goo{ + pixel_y = -2; + color = "#6E260E"; + pixel_x = 9; + name = "???"; + desc = "You don't want to think about it..." + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"tuq" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"tuv" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"tuy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/shard, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_e) +"tuM" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"tuS" = ( +/obj/structure/surface/table/almayer, +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 8; + pixel_x = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"tva" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/mining_base_exterior/south) +"tvr" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_x = -8; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"tvy" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/snack_bowl, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"twH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"twM" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/structure/machinery/colony_floodlight, +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"twN" = ( +/obj/item/shard, +/turf/open/floor/prison/blue, +/area/caperiver/indoors/processing) +"txk" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/large_stain, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"txF" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"txR" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/unknown) +"txW" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"txX" = ( +/obj/structure/surface/table/almayer, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/tool/minihoe{ + pixel_x = 4 + }, +/turf/open/floor/darkgreen2/west, +/area/caperiver/indoors/conambase/recreational) +"tyK" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"tyL" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"tyT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"tzc" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"tzh" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"tzo" = ( +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"tzp" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/mining_base_exterior/south) +"tzw" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"tzA" = ( +/turf/open/floor/prison/darkyellow2, +/area/caperiver/telecomms/telecomm_3) +"tzE" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"tzT" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/north_east) +"tAK" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6" + }, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/indoors/miningbase/engi) +"tBF" = ( +/obj/structure/largecrate/supply, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/south) +"tBT" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/road/south) +"tBX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -9; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"tCa" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"tCw" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"tCH" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/floor_marked/southwest, +/area/caperiver/telecomms/telecomm_4) +"tCR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/strata_decals/grime/grime3{ + dir = 4; + pixel_x = -6; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"tCX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"tDh" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"tDr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"tDt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"tDz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 4; + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/s) +"tEl" = ( +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/northeast, +/area/caperiver/outdoors/landing_zone_2/river) +"tEY" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"tFJ" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"tFR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"tFS" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"tGe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/generic/autoname/rusted_wite{ + dir = 1 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"tGg" = ( +/obj/structure/prop/hybrisa/vehicles/Small_Truck/White{ + dir = 1; + pixel_y = 4 + }, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"tGp" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/con_am_exterior/south) +"tGB" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 6 + }, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"tHh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south) +"tHK" = ( +/obj/effect/decal/large_stain, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/outdoors/landing_zone_1/interior) +"tIj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/s) +"tIS" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"tJa" = ( +/obj/structure/machinery/big_computers/messaging_server/brown, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/telecomms/telecomm_1) +"tJi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"tJk" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_y = -12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/outdoors/landing_zone_1/cave) +"tJp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"tJq" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"tJt" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/south) +"tJD" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"tJO" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/bushlands) +"tKg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"tKn" = ( +/obj/structure/machinery/cm_vending/sorted/medical/blood, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"tKQ" = ( +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/telecomms/telecomm_3) +"tKS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"tKV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/obj/structure/sign/safety/distribution_pipes{ + pixel_x = 8; + pixel_y = 32 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"tKW" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"tLf" = ( +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/nw) +"tLr" = ( +/obj/structure/surface/table/gamblingtable, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"tMc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/indoors/miningbase/rec) +"tNd" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/item/stack/rods, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"tNj" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"tNl" = ( +/obj/structure/cable/white{ + icon_state = "4-9" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"tNQ" = ( +/obj/structure/surface/table/almayer, +/obj/item/device/flashlight/lamp{ + pixel_x = 13; + pixel_y = 10 + }, +/obj/item/storage/box/disks{ + pixel_x = 10 + }, +/obj/structure/machinery/door_control/brbutton/alt{ + health = null; + id = "landingzone1"; + idle_power_usage = 0; + name = "Lockdown Override"; + pixel_y = 3 + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/interior) +"tNS" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"tOq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"tOD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/north_east) +"tOX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/girder/displaced, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"tPs" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_west) +"tPt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement9, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"tPu" = ( +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_2/cave) +"tPz" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"tPB" = ( +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"tPO" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"tPV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"tQj" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"tQp" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"tQq" = ( +/turf/open/floor/darkblue2/east, +/area/caperiver/indoors/conambase/unknown) +"tQt" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/indoors/miningbase/dorm) +"tQv" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"tQB" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/road/south) +"tQD" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"tQP" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/cleanable/liquid_fuel, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"tQV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"tRi" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"tRv" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"tRE" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_east) +"tRU" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"tSg" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/scrublands/west) +"tSU" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"tTc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"tTi" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/prison/darkbrown2/southeast, +/area/caperiver/indoors/conambase/recreational) +"tTs" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"tTE" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"tTT" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/north_west) +"tUm" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"tUH" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/floor/kutjevo/tan/grey_edge/northeast, +/area/caperiver/indoors/miningbase/admin) +"tUU" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/landing_zone_2) +"tUV" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"tVf" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -17; + pixel_y = -15 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"tVy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"tVA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"tVS" = ( +/obj/structure/platform/stone/soro/west, +/mob/living/simple_animal/small/bat, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"tWb" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"tWf" = ( +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"tWI" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"tWK" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south/antiweed) +"tWP" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"tXt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"tXF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/hybrisa/bloodtrail{ + dir = 1 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"tXS" = ( +/obj/structure/surface/table/almayer, +/obj/item/clothing/head/beret/jan{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"tXU" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/north_west) +"tZl" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, +/area/caperiver/outdoors/road/central/antiweed) +"tZo" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"tZF" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/platform_decoration/stone/soro/north, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"tZJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/asphalt/cement/cement1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"tZY" = ( +/obj/structure/platform/stone/soro/east, +/obj/structure/flora/bush/canyon/grass_orange/alt2{ + pixel_x = -1; + pixel_y = 14 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -3; + pixel_y = 12 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -5; + pixel_y = 26 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"uaf" = ( +/obj/structure/prop/invuln/minecart_tracks/bumper{ + dir = 8; + explo_proof = 0 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"uai" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 1; + pixel_y = 6 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"uap" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/road/west/antiweed) +"uaE" = ( +/obj/structure/blocker/invisible_wall, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/oob) +"ubg" = ( +/obj/structure/flora/bush/canyon/tree/alt1{ + pixel_x = 5; + pixel_y = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ubj" = ( +/obj/structure/cargo_container/watatsumi/right, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"ubt" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"uby" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/landing_zone_2) +"ubM" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"uch" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_7"; + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 1; + pixel_y = 14 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"uck" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ucs" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"ucG" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_y = -3 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"ucV" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_18"; + pixel_y = 15; + pixel_x = 4 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"udt" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/rock, +/area/caperiver/telecomms/telecomm_2) +"udv" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"udB" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/oob) +"udE" = ( +/obj/structure/flora/grass/desert/lightgrass_1{ + pixel_x = 15; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"udH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/indoors/miningbase/hydro) +"udT" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/admin) +"ueh" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ueD" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/grey, +/area/caperiver/outdoors/landing_zone_1/cave) +"ufv" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_x = -27 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"ufR" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"ufT" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central/antiweed) +"ugA" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"ugE" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_2/cave) +"ugI" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"uhq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = 22 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"uin" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/west/antiweed) +"uio" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 4; + icon_state = "sandbag_2" + }, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"uit" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"uiD" = ( +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand1_c" + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south_east) +"uiG" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/south) +"uja" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"ujq" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 4; + layer = 2 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 6; + pixel_y = 22 + }, +/obj/effect/landmark/objective_landmark/science, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/cyan, +/area/caperiver/indoors/miningbase/medical) +"ujB" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 1; + pixel_y = 18 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"ujO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_e) +"ukH" = ( +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"ukS" = ( +/obj/structure/flora/grass/desert/heavygrass_6, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -10; + pixel_y = 23 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"ukZ" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/admin) +"ula" = ( +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"ulc" = ( +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"ulw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/stack/cable_coil/cyan, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_w) +"ulQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"uma" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/s) +"ums" = ( +/obj/structure/machinery/door/airlock/prison_hatch/brown/alt/autoname, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"umB" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"umG" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -23; + pixel_y = 20 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"umH" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 6; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"umZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/lz_cave) +"unA" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/ore_box{ + layer = 2 + }, +/turf/open/floor/kutjevo/multi_tiles/southeast, +/area/caperiver/outdoors/landing_zone_1) +"unT" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 6; + pixel_y = 20 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"unW" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/telecomms/telecomm_1) +"unY" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/sign/conam/variant3{ + pixel_y = 31 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/north) +"uoa" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/red, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"uoe" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"upf" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_x = 7 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"upi" = ( +/obj/structure/sign/poster/conam{ + pixel_y = 34; + pixel_x = 3 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"upu" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/admin) +"upw" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"upG" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"upT" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/telecomms/telecomm_1) +"upY" = ( +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/con_am_exterior/north) +"uqg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/large_stain, +/obj/structure/machinery/optable{ + name = "Emergency Operating Table"; + desc = "A backup OR table, as a precaution if the crew were cut off from the medbay in an emergency. Unlikely this table has been sterile in years." + }, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"uqA" = ( +/obj/structure/flora/bush/canyon/grass_yellow/alt1{ + dir = 1; + pixel_x = -2; + pixel_y = 14 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"uqE" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"uqJ" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"uqR" = ( +/obj/structure/surface/table/almayer, +/obj/structure/prop/hybrisa/misc/machinery/screens/wood_clock{ + pixel_y = 39 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"ure" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"urH" = ( +/obj/item/shard, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"urK" = ( +/obj/effect/decal/hybrisa/grate, +/obj/structure/prop/invuln/lattice_prop{ + icon_state = "lattice12"; + pixel_x = -2 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north) +"usb" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 34 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"ush" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_east) +"usj" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"usx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 8; + pixel_y = 15 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/w) +"usJ" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"utb" = ( +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"utd" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/nw) +"utt" = ( +/obj/structure/largecrate/supply/supplies/flares, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"utx" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"utY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkbrown2, +/area/caperiver/indoors/conambase/delivery) +"uuA" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/scrublands/south_east) +"uuC" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/west) +"uuD" = ( +/obj/structure/platform/stone/mineral/north{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/west{ + color = "#716959" + }, +/obj/effect/decal/hybrisa/lattice, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 4 + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"uuZ" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south/antiweed) +"uwo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/recreational) +"uwy" = ( +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 8 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"uxd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"uxp" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"uyg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"uyn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"uzS" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/tan/grey_inner_edge/north, +/area/caperiver/indoors/miningbase/admin) +"uAD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_1) +"uAM" = ( +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"uBm" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"uBK" = ( +/obj/structure/machinery/fuelcell_recycler, +/obj/item/fuel_cell/used, +/obj/item/fuel_cell/used, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"uBR" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/platform/stone/soro/north, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"uCe" = ( +/obj/item/reagent_container/food/snacks/donkpocket, +/obj/item/reagent_container/food/drinks/cans/classcola, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"uCw" = ( +/obj/structure/bed/chair/office/light{ + dir = 1; + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"uCS" = ( +/obj/item/reagent_container/food/snacks/mre_pack/meal1{ + desc = "A tray of standard UA food. Stale cornbread, tomato paste and some green goop fill this tray."; + name = "\improper UA Prepared Meal (cornbread)"; + pixel_y = 9 + }, +/obj/item/tool/kitchen/utensil/pknife, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"uDj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurplecorners2, +/area/caperiver/indoors/conambase/research_e) +"uDq" = ( +/obj/structure/platform/stone/sandstone/north, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/landing_zone_2/river) +"uDy" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"uDL" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/landing_zone_1) +"uEg" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west) +"uEs" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1) +"uEw" = ( +/obj/structure/flora/bush/canyon/tree{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"uEA" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_6"; + pixel_x = -3 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/telecomms/telecomm_3) +"uEE" = ( +/obj/item/trash/cigbutt{ + pixel_x = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/hybrisa/tile/tileblue, +/area/caperiver/indoors/conambase/support) +"uEO" = ( +/obj/item/stack/rods, +/obj/structure/fence/slim/dark, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"uEV" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -2; + pixel_y = 24 + }, +/obj/structure/flora/grass/desert/lightgrass_4{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"uFg" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"uFh" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/south) +"uFu" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 2; + pixel_y = 21 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"uFL" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"uGn" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate/random/barrel/black, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"uGz" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"uGC" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"uGN" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/south_east) +"uHi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"uHR" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"uIc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/red/edge/north, +/area/caperiver/indoors/miningbase/checkpoint) +"uIf" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"uIN" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"uIS" = ( +/obj/item/shard, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"uJo" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west/antiweed) +"uJr" = ( +/obj/structure/surface/rack, +/obj/effect/landmark/objective_landmark/close, +/obj/item/device/radio/headset, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"uJs" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/largecrate/random/barrel/blue, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"uJT" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"uKe" = ( +/obj/structure/sign/poster/safety{ + pixel_x = -4; + pixel_y = 34 + }, +/obj/item/paper{ + layer = 2 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"uKo" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/west) +"uKu" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + layer = 3.33; + pixel_x = 1 + }, +/obj/effect/decal/hybrisa/trash{ + pixel_x = -9; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/red/edge/east, +/area/caperiver/indoors/miningbase/checkpoint) +"uKw" = ( +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_1) +"uKz" = ( +/obj/structure/machinery/power/power_generator/reactor/colony, +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = -32 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/miningbase/engi) +"uKP" = ( +/obj/structure/flora/grass/tallgrass/desert, +/obj/effect/landmark/lizard_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"uLB" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/west/antiweed) +"uMe" = ( +/obj/structure/fence/slim/dark/door, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/s) +"uMq" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/outdoors/landing_zone_1/cave) +"uMz" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"uMV" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"uNd" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"uOL" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg3, +/area/caperiver/indoors/caves/sw) +"uPy" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/security) +"uPF" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/indoors/miningbase/dorm) +"uQf" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -7; + pixel_y = 21 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 25; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"uQB" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"uQF" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"uSo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"uSK" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -4; + pixel_y = 20 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"uSQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_w) +"uTF" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/north_west) +"uTQ" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"uUm" = ( +/obj/structure/machinery/landinglight/delaytwo{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"uUu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/indoors/miningbase/admin) +"uUW" = ( +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/obj/structure/surface/table/almayer, +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"uVl" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 4 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/north) +"uVp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -4; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"uVF" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"uWr" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/landing_zone_1) +"uWu" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"uWv" = ( +/obj/structure/cargo_container/kelland/left, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/ne) +"uWK" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 1 + }, +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/s) +"uWY" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_2/cave) +"uXn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + icon_state = "ground_colorable_alt" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"uYQ" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"uYS" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/south) +"uYT" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_21" + }, +/turf/open/floor/prison/darkbrown2/east, +/area/caperiver/indoors/conambase/recreational) +"uZb" = ( +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_2/cave) +"uZe" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/recreational) +"uZf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/south) +"uZk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/bushlands) +"uZn" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window{ + dir = 1 + }, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"vab" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet/crate/secure/ammo, +/obj/item/weapon/gun/rifle/mar40, +/obj/item/weapon/gun/rifle/mar40/carbine, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"vak" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/woodentable/poor, +/obj/item/reagent_container/food/snacks/mre_food/clf/bananapie, +/turf/open/floor/wood, +/area/caperiver/outdoors/landing_zone_2/interior) +"vbc" = ( +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/command) +"vbp" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_east) +"vbJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"vcC" = ( +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = 4 + }, +/obj/structure/machinery/light/small{ + dir = 8; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"vcS" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"vcY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/structure/barricade/plasteel/wired{ + dir = 1 + }, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"vdg" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"vdn" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"vdH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_east) +"vdP" = ( +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 10; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"veb" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"vek" = ( +/turf/open/desert/rock/deep/transition/southeast, +/area/caperiver/outdoors/con_am_exterior/north) +"veq" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"vet" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/scrublands/south) +"veu" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_x = -9; + pixel_y = -13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"veA" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7; + icon_state = "sandbag_2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"veV" = ( +/obj/structure/prop/almayer/cannon_cable_connector{ + name = "\improper Control Module"; + pixel_y = 15 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"vfB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"vfP" = ( +/turf/open/floor/kutjevo/tan, +/area/caperiver/outdoors/landing_zone_1/cave) +"vfQ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/north) +"vfX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/west, +/area/caperiver/indoors/conambase/recreational) +"vgh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"vgw" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"vgO" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = 21 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/landing_zone_2) +"vhz" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/obj/item/circuitboard/machine/rdserver, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"vhB" = ( +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/hefa_cult_decals/d32{ + icon_state = "2" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"viw" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"viy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -1; + pixel_y = 7 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"viH" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"vjy" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 17 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"vjA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"vjF" = ( +/obj/item/tool/warning_cone{ + pixel_x = -9; + pixel_y = 20 + }, +/turf/open/floor/kutjevo/tan/grey_edge/east, +/area/caperiver/telecomms/telecomm_4) +"vka" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_x = 32 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"vks" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/item/tool/warning_cone{ + pixel_y = 10 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached15, +/area/caperiver/outdoors/mining_base_exterior/south) +"vkD" = ( +/obj/structure/machinery/light/blue, +/obj/structure/surface/table/woodentable, +/obj/item/reagent_container/food/drinks/coffee, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"vkO" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#9d796a"; + pixel_x = 5; + pixel_y = 10 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"vkS" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"vla" = ( +/obj/structure/largecrate/random/case/double, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"vlT" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/blocker/forcefield/vehicles, +/obj/structure/platform/metal/strata/west{ + layer = 4.12 + }, +/obj/structure/flora/bush/canyon/tree/alt2{ + pixel_x = 13; + pixel_y = 7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"vlV" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt/stain{ + pixel_y = -19 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"vlW" = ( +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"vnt" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/outdoors/mining_base_exterior/south) +"vnD" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"vnL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"vnM" = ( +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"vog" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"voP" = ( +/obj/structure/bed/chair{ + buckling_y = 5; + dir = 1; + pixel_y = 5; + pixel_x = 4; + buckling_x = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"vpf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate/random/barrel/green, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"vpg" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/item/stack/rods, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"vpn" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"vpD" = ( +/obj/effect/landmark/objective_landmark/science, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_e) +"vpX" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/strata/fake_wood, +/area/caperiver/outdoors/landing_zone_2/cave) +"vqd" = ( +/obj/structure/machinery/shower{ + dir = 8; + pixel_x = 5 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"vqf" = ( +/obj/structure/machinery/vending/hydroseeds{ + pixel_x = -9; + pixel_y = 14; + density = 0 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"vqK" = ( +/obj/structure/window/framed/kutjevo, +/obj/structure/machinery/door/poddoor/shutters/almayer/open{ + id = "landingzone1_1"; + name = "\improper Landing Zone Shutters"; + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/cave) +"vqW" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/central) +"vrb" = ( +/obj/effect/landmark/corpsespawner/colonist, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"vre" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/obj/structure/closet, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"vrT" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"vsc" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"vsk" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/paper/crumpled{ + pixel_y = -3 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"vsp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"vsC" = ( +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"vte" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"vtf" = ( +/obj/structure/largecrate/random/case{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"vtq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/item/device/radio/intercom{ + pixel_y = 30 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"vtw" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/sentry/lowchance, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"vtU" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/indoors/miningbase/admin) +"vun" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/north_west) +"vuu" = ( +/obj/structure/flora/bush/canyon/bush, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"vuB" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/indoors/miningbase/medical) +"vuC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/structure/prop/hybrisa/misc/redmeter{ + pixel_y = 32 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/indoors/miningbase/engi) +"vuK" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -15; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"vuX" = ( +/obj/item/shard, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_w) +"vvg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"vvo" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/west/antiweed) +"vvv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/indoors/miningbase/dorm) +"vwb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 18; + pixel_y = -9; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"vwl" = ( +/obj/effect/decal/hybrisa/hull_angled, +/turf/open/floor/hybrisa/engineership/pillars, +/area/caperiver/indoors/conambase/unknown) +"vwO" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock, +/area/caperiver/oob) +"vxn" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/telecomms/telecomm_4) +"vxP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"vxQ" = ( +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/outdoors/con_am_exterior/south) +"vyp" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"vyr" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -1; + pixel_y = -22 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"vys" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/con_am_exterior/south) +"vyI" = ( +/obj/structure/toilet{ + dir = 8; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"vyW" = ( +/obj/structure/largecrate/supply, +/turf/open/floor/prison/floor_plate, +/area/caperiver/telecomms/telecomm_3) +"vzb" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/mining_base_exterior/south) +"vzg" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/telecomms/telecomm_3) +"vzE" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached12, +/area/caperiver/outdoors/road/south) +"vzH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkyellow2/north, +/area/caperiver/indoors/conambase/engi) +"vzP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2, +/area/caperiver/indoors/conambase/recreational) +"vAB" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/structure/largecrate/chick, +/obj/structure/machinery/light/blue{ + dir = 1 + }, +/turf/open/floor/darkish, +/area/caperiver/telecomms/telecomm_3) +"vBk" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"vBm" = ( +/obj/structure/platform_decoration/stone/mineral/east{ + color = "#716959" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south_east) +"vBD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cargo_container/hybrisa/containersextended/tanleft, +/turf/open/floor/station/metal/floor/alt3, +/area/caperiver/telecomms/telecomm_3) +"vBO" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/effect/decal/hybrisa/dirt, +/obj/item/stack/rods, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"vBV" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"vCH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_4) +"vCL" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"vDc" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + pixel_y = -4; + pixel_x = -7 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"vDl" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"vDF" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -23; + pixel_y = 19 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 4; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"vEu" = ( +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"vEJ" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"vEO" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/landing_zone_2) +"vET" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/prop/almayer/computer/PC{ + dir = 4; + pixel_x = 2; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/indoors/miningbase/admin) +"vFu" = ( +/obj/item/lightstick/red/spoke/planted{ + pixel_x = -1; + pixel_y = 24; + layer = 4.121 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 13; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/scrublands/north) +"vFw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/tool, +/obj/structure/sign/safety/galley{ + pixel_x = 8; + pixel_y = -32 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/support) +"vFy" = ( +/obj/structure/noticeboard{ + desc = "The note is haphazardly attached to the cork board by what looks like a bent firing pin. 'The order has come in to perform end of life service checks on all L42A service rifles, any that are defective are to be dis-assembled and packed into a crate and sent to to the cargo hold. L42A service rifles that are in working order after servicing, are to be locked in secure cabinets ready to be off-loaded at Chinook. Scheduled end of life service for the L42A - Complete'"; + pixel_y = 29 + }, +/turf/open/floor/prison/darkbrown2/northwest, +/area/caperiver/indoors/conambase/recreational) +"vFA" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"vFP" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/north) +"vGw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/dirt/alt_dirt, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"vGC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 1 + }, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_4) +"vHc" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/floor/interior/wood/alt, +/area/caperiver/outdoors/landing_zone_2) +"vHS" = ( +/obj/structure/machinery/cm_vending/sorted/tech/comp_storage{ + pixel_x = -4; + pixel_y = 1 + }, +/turf/open/floor/kutjevo/colors/orange/edge/north, +/area/caperiver/indoors/miningbase/engi) +"vHU" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"vHX" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"vHY" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/structure/machinery/light/small, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"vIy" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"vIL" = ( +/obj/structure/bed/chair/office/dark, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/outdoors/landing_zone_1/interior) +"vJf" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 2; + pixel_y = -12 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"vJp" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"vJy" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkgreen2/east, +/area/caperiver/indoors/conambase/recreational) +"vJO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 9 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"vKb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/colors/orange, +/area/caperiver/telecomms/telecomm_1) +"vKC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"vLc" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south_east) +"vLh" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/central/antiweed) +"vLJ" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/south) +"vMf" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/colors/orange/edge, +/area/caperiver/indoors/miningbase/engi) +"vMg" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"vNc" = ( +/obj/structure/machinery/power/apc/power/north, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1) +"vNn" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"vNr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/north_west) +"vNy" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"vNT" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/lz_cave) +"vOf" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"vOp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/south) +"vPy" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + layer = 3.3; + pixel_y = -1 + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/checkpoint) +"vPB" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + dir = 4; + pixel_y = 6 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"vPS" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/computer/objective{ + dir = 8 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_4) +"vQa" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = 43 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/nw_cave) +"vQx" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/structure/platform/stone/mineral/east{ + color = "#716959" + }, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"vQB" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/landing_zone_2) +"vQQ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/turf/open/floor/darkpurplecorners2/west, +/area/caperiver/indoors/conambase/research_e) +"vQR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -41; + pixel_y = -24 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"vRB" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 3; + pixel_y = -16 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"vSx" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"vTf" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"vTu" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"vTQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = -2 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/south) +"vTY" = ( +/obj/structure/machinery/portable_atmospherics/hydroponics, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/analyzer/plant_analyzer, +/turf/open/floor/darkgreen2/northwest, +/area/caperiver/indoors/conambase/recreational) +"vUb" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"vUX" = ( +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"vVa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"vVs" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/con_am_exterior/north) +"vWb" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/core, +/turf/open/floor/kutjevo/colors/orange/edge/east, +/area/caperiver/indoors/miningbase/engi) +"vWP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/door/airlock/multi_tile/almayer/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/hydro) +"vXr" = ( +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/con_am_exterior/north) +"vYa" = ( +/obj/structure/surface/rack, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/item/reagent_container/food/snacks/grown/potato, +/obj/structure/prop/hybrisa/misc/metergreen{ + pixel_y = 32 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/freezerfloor, +/area/caperiver/indoors/conambase/support) +"vYh" = ( +/obj/structure/surface/rack, +/obj/item/tool/minihoe{ + pixel_x = -4 + }, +/obj/item/tool/minihoe{ + pixel_x = 4 + }, +/obj/item/tool/minihoe{ + pixel_y = -4 + }, +/obj/item/tool/wirecutters/clippers{ + pixel_y = -4 + }, +/obj/item/tool/wirecutters/clippers{ + pixel_y = -2 + }, +/obj/item/tool/wirecutters/clippers, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/hydro) +"vYo" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1; + icon_state = "sandbag_3" + }, +/turf/open/floor/prison, +/area/caperiver/indoors/processing) +"vYE" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"vZg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north) +"vZi" = ( +/obj/structure/largecrate/random/case, +/obj/effect/landmark/map_item, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"vZH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -17; + pixel_y = -12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"vZY" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/boulder/small/boulder1{ + color = "#7f6357" + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/oob) +"wan" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/south) +"waY" = ( +/obj/item/stack/rods, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"wbL" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/conam/long_logo_right/damage_1{ + pixel_x = -16 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"wch" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"wcl" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/structure/noticeboard{ + pixel_y = 33; + icon_state = "notices_6"; + desc = null; + name = "sticky notes" + }, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"wcx" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"wcP" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/outdoors/landing_zone_1/cave) +"wcW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/largecrate/empty/case/double, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/north, +/area/caperiver/indoors/conambase/engi) +"wdi" = ( +/obj/structure/platform/stone/sandstone/north, +/obj/structure/platform/metal/strata/east, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"wdm" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 10; + pixel_y = 7 + }, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -2; + pixel_y = 18 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"wdz" = ( +/obj/structure/pipes/vents/pump, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"wdC" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -4; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -11; + pixel_y = 24 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"wdE" = ( +/obj/structure/largecrate/random/barrel/brown, +/obj/effect/decal/large_stain{ + layer = 2.6; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/mining_base_exterior/north) +"web" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"weo" = ( +/obj/structure/flora/grass/desert/lightgrass_7{ + pixel_x = -7; + pixel_y = -12 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"wey" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/north_west) +"weL" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"wfm" = ( +/obj/structure/flora/grass/desert/lightgrass_11{ + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"wfw" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"wfH" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/nw) +"wfJ" = ( +/obj/structure/prop/fake/railing/strata{ + pixel_y = 2; + layer = 4.12 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = -11 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"wfV" = ( +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = -7; + pixel_y = -6 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"wga" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"wgl" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"wgn" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/obj/item/shard, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"wgv" = ( +/obj/structure/machinery/light/red{ + dir = 1; + alpha = 0; + needs_power = 0; + light_color = "#BF40BF" + }, +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/caperiver/indoors/conambase/unknown) +"wgz" = ( +/obj/structure/fence/slim, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand2/corner2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/mining_base_exterior/north) +"whb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/effect/spawner/random/goggles/highchance, +/turf/open/floor/station/metal/floor/alt3/west, +/area/caperiver/indoors/conambase/support) +"whc" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"whg" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/outdoors/landing_zone_1/interior) +"whk" = ( +/obj/structure/prop/server_equipment/laptop/closed, +/turf/open/floor/kutjevo/tan/grey_edge/northwest, +/area/caperiver/telecomms/telecomm_4) +"why" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400"; + pixel_y = 8; + pixel_x = 16 + }, +/obj/item/weapon/twohanded/folded_metal_chair, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"whB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/north_west) +"whD" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"whK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"wic" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/kutjevo/platingdmg3, +/area/caperiver/outdoors/scrublands/nw_cave) +"wiq" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_y = 19 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_west) +"wiJ" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"wjn" = ( +/obj/structure/sign/safety/east{ + pixel_x = 7; + pixel_y = 23; + name = "\improper East traffic signal"; + desc = "A traffic signal denoting the nearby presence of something to the East." + }, +/obj/structure/sign/safety/hvac{ + pixel_x = 7; + pixel_y = 9; + name = "\improper Con-Am Facility"; + desc = "A sign denoting the location of a Con-Am facility." + }, +/obj/structure/barricade/handrail/kutjevo{ + dir = 8; + pixel_x = 14; + pixel_y = 16; + density = 0; + name = "pole signal" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/north) +"wjv" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached3, +/area/caperiver/oob) +"wkY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"wma" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/bushlands) +"wmr" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + pixel_y = -3 + }, +/obj/structure/machinery/light/small{ + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -5; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/landing_zone_2/cave) +"wmO" = ( +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"wnc" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/effect/spawner/random/gun/smg/highchance, +/turf/open/floor/darkred2/southwest, +/area/caperiver/indoors/conambase/support) +"wnh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/cell_stripe/east, +/area/caperiver/telecomms/telecomm_3) +"wnj" = ( +/obj/effect/hybrisa/misc/fake/wire/red, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"wnm" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/con_am_exterior/north) +"wnD" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"wok" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"wop" = ( +/obj/item/shard, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"wos" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/flora/bush/ausbushes/ausbush{ + pixel_x = 10; + pixel_y = 11 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"wot" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -2; + pixel_y = 26 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"woz" = ( +/obj/effect/spawner/gibspawner/human, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"woF" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/south) +"woG" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"wpj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"wpk" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/darkbrown3/north, +/area/caperiver/outdoors/landing_zone_2/interior) +"wpo" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"wpz" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"wpH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"wqs" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = -6; + pixel_y = -1 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/turf/open/desert/rock, +/area/caperiver/oob) +"wqx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"wqX" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"wrQ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -3; + pixel_y = 21 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north) +"wte" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"wtz" = ( +/turf/closed/wall/strata_outpost/reinforced, +/area/caperiver/indoors/caves/w) +"wtO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 9 + }, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/con_am_exterior/north) +"wus" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/shard, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"wuH" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/woodentable, +/turf/open/floor/grimy, +/area/caperiver/indoors/conambase/recreational) +"wuM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"wuS" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/north_east) +"wuZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"wvb" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"wvf" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"wvn" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"wvo" = ( +/obj/structure/terminal, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/engi) +"wvz" = ( +/obj/structure/flora/bush/canyon/tree, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/mining_base_exterior/north) +"wvA" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"wvC" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_4) +"wwa" = ( +/obj/effect/decal/cleanable/blood, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/unknown) +"wwd" = ( +/obj/structure/largecrate/empty/case, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/telecomms/telecomm_3) +"wwB" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"wwS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = -7; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"wxr" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/bushlands) +"wxH" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/outdoors/landing_zone_1/interior) +"wyb" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/computer/cameras/wooden_tv{ + desc = "An old TV hooked up to a video cassette recorder, you can even use it to time shift WOW."; + dir = 8; + layer = 3.2; + name = "Television set"; + network = list("military"); + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/kutjevo/colors/red/edge/east, +/area/caperiver/indoors/miningbase/checkpoint) +"wye" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"wyt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"wzj" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"wzk" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1{ + pixel_y = 34 + }, +/turf/open/floor/hybrisa/tile/darkbrowncorner_bigtile/west, +/area/caperiver/indoors/conambase/unknown) +"wzp" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + layer = 2.5 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/nonpress_0g{ + pixel_x = -16 + }, +/obj/structure/prop/static_tank/water, +/turf/open/floor/elevatorshaft, +/area/caperiver/indoors/conambase/bunker) +"wzr" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/bushlands) +"wAk" = ( +/obj/structure/machinery/recharge_station, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/northeast, +/area/caperiver/indoors/conambase/engi) +"wAI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/structure/machinery/computer/cameras{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/west, +/area/caperiver/indoors/miningbase/admin) +"wAP" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/hefa_cult_decals/d32, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"wAV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"wAX" = ( +/obj/structure/machinery/door/airlock/hybrisa/generic/autoname, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"wBs" = ( +/obj/structure/window/reinforced, +/obj/structure/mirror{ + pixel_x = -1; + pixel_y = 33 + }, +/obj/structure/sink{ + pixel_y = 23 + }, +/turf/open/floor/plating/plating_catwalk/aicore, +/area/caperiver/outdoors/landing_zone_1/cave) +"wBR" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/research_e) +"wCa" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/prison, +/area/caperiver/outdoors/con_am_exterior/north) +"wCb" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/prison/darkyellow2, +/area/caperiver/telecomms/telecomm_3) +"wCz" = ( +/obj/effect/landmark/monkey_spawn, +/turf/open/desert/dirt, +/area/caperiver/outdoors/mining_base_exterior/north) +"wCF" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/structure/sign/poster/corporate{ + layer = 2.9; + pixel_y = 35; + pixel_x = 6 + }, +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/telecomms/telecomm_4) +"wCT" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/mining_base_exterior/south) +"wDy" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"wDW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"wFt" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"wFv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/south) +"wFO" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"wFZ" = ( +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/hybrisa/tiretrack, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"wGe" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/prop/server_equipment/laptop, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"wGq" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/turf/open/floor/hybrisa/metal/zbrownfloor2/east, +/area/caperiver/outdoors/con_am_exterior/north) +"wGE" = ( +/turf/open/floor/darkblue2/northwest, +/area/caperiver/indoors/conambase/command) +"wGO" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"wGU" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"wGW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"wHc" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"wHP" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison/darkbrown2, +/area/caperiver/indoors/conambase/recreational) +"wIy" = ( +/obj/structure/prop/hybrisa/misc/blood/blood1, +/obj/effect/decal/remains/human{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"wII" = ( +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/indoors/miningbase/dorm) +"wIR" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/platform/stone/mineral{ + color = "#716959" + }, +/obj/effect/hybrisa/misc/fake/pipes{ + pixel_x = 14 + }, +/obj/effect/decal/hybrisa/lattice, +/turf/open/gm/river/desert/deep, +/area/caperiver/oob) +"wKh" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/spawner/random/gun/special/lowchance, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"wKt" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"wKz" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"wKB" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/colors/purple/edge/north, +/area/caperiver/indoors/miningbase/dorm) +"wKN" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/remains/robot{ + pixel_y = -5; + pixel_x = -9 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"wKS" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"wKU" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/west/antiweed) +"wKZ" = ( +/obj/item/stack/sheet/cardboard/small_stack{ + layer = 2; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/engi) +"wLc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer{ + dir = 2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/machinery/door/airlock/almayer/generic/glass/rusted_window, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"wLm" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + freerange = 1; + pixel_y = -32 + }, +/obj/structure/machinery/light/blue, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/medical) +"wLB" = ( +/obj/effect/decal/cleanable/blood/gibs/core, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard/shrapnel/bone_chips, +/obj/item/shard/shrapnel/bone_chips/human{ + pixel_x = -10; + pixel_y = -1 + }, +/turf/open/floor/cult, +/area/caperiver/indoors/conambase/unknown) +"wLG" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/north) +"wLK" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 6; + pixel_x = 3; + pixel_y = 10 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"wMo" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/indoors/miningbase/rec) +"wMB" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_e) +"wMH" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/bushlands) +"wML" = ( +/obj/item/ammo_casing/bullet, +/obj/item/ammo_casing/bullet, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"wMS" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/item/trash/cigbutt, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"wMW" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = 10; + pixel_y = 27 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/north_west) +"wNd" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/rec) +"wNH" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/telecomms/telecomm_4) +"wNU" = ( +/obj/effect/decal/hybrisa/lattice/full, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 10 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"wOI" = ( +/obj/structure/bed/hybrisa/hospital/hospitaldivider{ + pixel_x = -5 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan, +/area/caperiver/indoors/miningbase/medical) +"wPc" = ( +/obj/structure/machinery/light/small{ + dir = 4 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"wPi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"wPm" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/spawner/random/toolbox, +/obj/effect/spawner/random/toolbox, +/obj/structure/surface/rack, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"wPq" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock/deep/transition/southwest, +/area/caperiver/outdoors/scrublands/north_west) +"wPT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/turf/open/asphalt/cement/cement12, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"wPY" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkblue2/northwest, +/area/caperiver/indoors/conambase/recreational) +"wQe" = ( +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 4; + pixel_x = -1; + pixel_y = 2 + }, +/obj/structure/flora/bush/canyon/grass_orange/alt1{ + dir = 1; + pixel_x = 10; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"wQy" = ( +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"wQB" = ( +/turf/open/floor/cult, +/area/caperiver/indoors/caves/ne) +"wQF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/prison, +/area/caperiver/indoors/conambase/recreational) +"wQK" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"wQL" = ( +/turf/closed/wall/abyssal/standard/reinforced, +/area/caperiver/indoors/conambase/delivery) +"wRr" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/central) +"wRz" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/scrublands/lz_cave) +"wRH" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"wRI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"wSj" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) +"wSt" = ( +/obj/structure/machinery/computer3{ + pixel_y = 11; + density = 0; + unacidable = 1; + explo_proof = 1; + layer = 2.99 + }, +/obj/item/prop{ + icon = 'icons/obj/structures/machinery/computer3.dmi'; + icon_state = "robot"; + name = "Console Screen"; + pixel_y = 10; + explo_proof = 1; + unacidable = 1; + light_range = 2; + light_color = "#BF40BF"; + light_on = 1; + anchored = 1 + }, +/turf/open/floor/darkpurple2/north, +/area/caperiver/indoors/conambase/research_e) +"wTl" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "cargo_arrow2"; + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"wTt" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"wTK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/turf/open/floor/kutjevo/colors/red/edge, +/area/caperiver/indoors/miningbase/checkpoint) +"wUp" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"wUr" = ( +/obj/structure/pipes/vents/scrubber, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"wUB" = ( +/obj/structure/window/framed/abyssal/standard/reinforced, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"wUC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -2; + pixel_y = 15 + }, +/obj/structure/prop/ice_colony/ground_wire, +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/nw) +"wUG" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 9 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"wUV" = ( +/obj/item/shard, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/outdoors/scrublands/north) +"wUZ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/sign/safety/commline_connection{ + pixel_x = -17 + }, +/obj/effect/hybrisa/misc/fake/wire, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = 8 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 4; + pixel_y = -8 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/recreational) +"wVN" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"wVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/faxmachine{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"wWv" = ( +/obj/effect/decal/remains/robot{ + pixel_x = 6; + pixel_y = -12 + }, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/unknown) +"wWx" = ( +/obj/structure/machinery/light, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"wWA" = ( +/obj/structure/fence/slim/dark/door{ + dir = 4 + }, +/turf/open/floor/plating, +/area/caperiver/indoors/caves/nw) +"wWY" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/manifold/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"wXp" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"wXw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/hybrisa/tile/blacktileshiny, +/area/caperiver/indoors/conambase/bunker) +"wXG" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"wXJ" = ( +/obj/structure/machinery/autodoc_console, +/turf/open/floor/kutjevo/colors/cyan/edge/east, +/area/caperiver/indoors/miningbase/medical) +"wXS" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 6 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/support) +"wYe" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + pixel_y = -1 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"wYm" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/obj/effect/hybrisa/misc/fake/wire/red{ + pixel_x = 4; + layer = 2.5 + }, +/obj/effect/hybrisa/misc/fake/wire/yellow{ + dir = 1 + }, +/obj/effect/hybrisa/misc/fake/wire/blue{ + pixel_x = -4 + }, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/delivery) +"wYu" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder3{ + color = "#88715d"; + pixel_x = -1; + pixel_y = 8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 3; + pixel_y = -14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"wYO" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/mining_base_exterior/south) +"wYU" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/recreational) +"wZZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/road/south) +"xad" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/scrubber{ + dir = 1 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"xak" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain, +/obj/item/shard/shrapnel/bone_chips, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/unknown) +"xbb" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "cargo" + }, +/obj/structure/largecrate/random/case/small, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/delivery) +"xbZ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"xca" = ( +/obj/item/trash/cigbutt, +/turf/open/floor/kutjevo/multi_tiles/east, +/area/caperiver/outdoors/landing_zone_1/cave) +"xce" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 2; + pixel_y = -7 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"xcf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/freezer/fridge/full{ + pixel_x = -3 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/rec) +"xcJ" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 5; + pixel_x = 3; + pixel_y = 32 + }, +/turf/open/floor/asteroidwarning/north, +/area/caperiver/outdoors/scrublands/north_west) +"xdm" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 1 + }, +/turf/open/floor/prison/blue_plate/north, +/area/caperiver/outdoors/scrublands/north) +"xdq" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"xdK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/prop/hybrisa/misc/blood/blood1{ + layer = 3.1; + pixel_y = 68 + }, +/obj/effect/decal/hefa_cult_decals/d32{ + desc = "You think you can make out the iconography of a Xenomorph."; + icon_state = "4" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"xdO" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"xdW" = ( +/obj/structure/computerframe{ + pixel_x = 5; + pixel_y = 16 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"xej" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2/east, +/area/caperiver/indoors/conambase/research_e) +"xeC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 5; + pixel_y = -13 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1; + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"xeV" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/northwest, +/area/caperiver/indoors/conambase/delivery) +"xfi" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/road/south) +"xfs" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/east, +/obj/item/lightstick/red/spoke/planted{ + layer = 4.121; + pixel_x = 17 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"xfu" = ( +/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/autoname{ + req_one_access = null + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/engi) +"xfv" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/hybrisa/misc/fake/wire/red{ + dir = 4; + pixel_y = -4 + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"xfV" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"xfY" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"xgz" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = -10 + }, +/obj/structure/flora/bush/desert/cactus{ + pixel_x = 10 + }, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4"; + pixel_x = -1; + pixel_y = -9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"xgS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/west) +"xgW" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/strata_decals/mud_corner{ + dir = 4 + }, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/ne) +"xhz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand1{ + dir = 10 + }, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south/antiweed) +"xhH" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/mining_base_exterior/north) +"xhY" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = 11; + pixel_y = -8 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/west) +"xiH" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/closed/wall/abyssal/standard, +/area/caperiver/indoors/conambase/recreational) +"xiW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 4; + pixel_y = -1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"xjc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/big_computers/computerblack/computer3{ + density = 0; + pixel_y = 16 + }, +/turf/open/floor/darkpurple2/northwest, +/area/caperiver/indoors/conambase/research_w) +"xjz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/north_west) +"xkK" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north) +"xkP" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000" + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"xkY" = ( +/obj/effect/spawner/random/toolbox{ + layer = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"xld" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/closet/medical_wall{ + pixel_y = 31 + }, +/turf/open/floor/darkgreen2/north, +/area/caperiver/indoors/conambase/recreational) +"xlg" = ( +/obj/structure/machinery/landinglight/delayone{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/outdoors/landing_zone_1) +"xlm" = ( +/obj/effect/decal/strata_decals/mud_corner{ + dir = 8 + }, +/obj/item/device/flashlight/lamp/tripod, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/sw) +"xlp" = ( +/obj/structure/pipes/vents/pump, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/landing_zone_1/cave) +"xlF" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9" + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south/antiweed) +"xlK" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/landmark/hunter_secondary, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"xlP" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 10 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/indoors/miningbase/admin) +"xlZ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"xmr" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/west/antiweed) +"xnc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/engi) +"xni" = ( +/obj/item/stack/rods, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/outdoors/scrublands/north) +"xns" = ( +/obj/structure/blocker/invisible_wall, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/oob) +"xoc" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west/antiweed) +"xou" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/device/radio/intercom{ + pixel_y = 30; + freerange = 1 + }, +/turf/open/floor/darkpurple2/northeast, +/area/caperiver/indoors/conambase/research_w) +"xow" = ( +/obj/structure/bed/chair{ + dir = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"xoR" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"xpf" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/con_am_exterior/north) +"xpl" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/bushlands) +"xpo" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/power/smes/buildable, +/turf/open/floor/plating/prison, +/area/caperiver/indoors/conambase/engi) +"xpt" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/girder, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_4) +"xpF" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/remains/human, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"xpQ" = ( +/obj/structure/sign/safety/landingzone{ + pixel_x = 7; + pixel_y = 32 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/landing_zone_1) +"xqf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 1 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "W"; + pixel_y = 1 + }, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/recreational) +"xqq" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"xrC" = ( +/obj/structure/flora/grass/desert/heavygrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"xsl" = ( +/obj/structure/surface/table/almayer, +/obj/item/storage/toolbox/mechanical/green{ + pixel_y = 8 + }, +/obj/item/reagent_container/spray/cleaner{ + pixel_x = -6 + }, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/hybrisa/tile/tilewhitecheckered, +/area/caperiver/indoors/conambase/recreational) +"xsM" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = 4; + pixel_y = -6 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"xsP" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/mining_base_exterior/south) +"xti" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"xts" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/south, +/area/caperiver/indoors/conambase/engi) +"xtt" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/south_east) +"xtF" = ( +/obj/structure/platform_decoration/stone/soro, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"xtW" = ( +/obj/structure/surface/rack, +/obj/item/ammo_box/magazine/nailgun, +/obj/item/ammo_box/magazine/nailgun{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/kutjevo/colors/orange/edge/west, +/area/caperiver/indoors/miningbase/engi) +"xuj" = ( +/obj/structure/flora/bush/desert/cactus, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"xuk" = ( +/turf/open/floor/darkblue2/southeast, +/area/caperiver/indoors/conambase/command) +"xuE" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/west) +"xuN" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cacti_7" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/bushlands) +"xva" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 9; + pixel_x = -3; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"xvi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/floodlight, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/southeast, +/area/caperiver/indoors/conambase/engi) +"xvA" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/road/west/antiweed) +"xvU" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"xwf" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ab8e75"; + dir = 1; + pixel_x = 4; + pixel_y = 1 + }, +/obj/structure/prop/fake/railing/strata{ + pixel_y = 8; + layer = 4.12 + }, +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"xwq" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"xwv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/engi) +"xwE" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southwest, +/area/caperiver/indoors/conambase/research_w) +"xwI" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/open/floor/plating/plating_catwalk/prison, +/area/caperiver/indoors/conambase/engi) +"xxa" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/far, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"xxb" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/turf/open/floor/station/metal/floor/alt3/west, +/area/caperiver/indoors/conambase/support) +"xxd" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/con_am_exterior/south) +"xxt" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"xxJ" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/obj/item/stool{ + pixel_y = 8 + }, +/turf/open/floor/kutjevo/multi_tiles, +/area/caperiver/indoors/miningbase/rec) +"xxP" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = 15; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"xxX" = ( +/obj/structure/largecrate/random/mini{ + pixel_x = -2; + pixel_y = 29 + }, +/obj/structure/largecrate/random, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/sw) +"xyp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_west) +"xyw" = ( +/obj/item/stack/rods, +/obj/structure/prop/invuln/minecart_tracks{ + dir = 1; + layer = 2; + explo_proof = 0 + }, +/turf/open/floor/plating/platingdmg3/west, +/area/caperiver/indoors/caves/s) +"xyz" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/large_stain, +/obj/effect/spawner/gibspawner/human, +/obj/effect/decal/large_stain{ + dir = 4; + color = "#390000"; + pixel_x = 16; + pixel_y = 19 + }, +/turf/open/floor/darkish, +/area/caperiver/indoors/conambase/unknown) +"xyA" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 10 + }, +/obj/structure/flora/grass/desert/lightgrass_2{ + pixel_x = 19; + pixel_y = -4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"xyD" = ( +/obj/structure/platform_decoration/metal/strata/east, +/turf/open/desert/desert_shore/shore_corner1, +/area/caperiver/outdoors/landing_zone_2/river) +"xyI" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/largecrate/random/barrel/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"xyO" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/turf/open/desert/dirt, +/area/caperiver/outdoors/con_am_exterior/north) +"xyT" = ( +/obj/structure/flora/grass/desert/heavygrass_7{ + pixel_x = 1; + pixel_y = 17 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_y = -8 + }, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"xza" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached4, +/area/caperiver/outdoors/road/central) +"xAm" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/landing_zone_1) +"xAp" = ( +/turf/closed/wall/kutjevo/colony, +/area/caperiver/telecomms/telecomm_1) +"xAv" = ( +/obj/structure/machinery/colony_floodlight, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 22; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"xAw" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2"; + pixel_y = 12 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/telecomms/telecomm_4) +"xAG" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"xAO" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"xBn" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_e) +"xBr" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2/cave) +"xBP" = ( +/obj/structure/flora/grass/desert/heavygrass_5{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"xCe" = ( +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/kutjevo/tan/multi_tiles/north, +/area/caperiver/outdoors/bushlands) +"xCi" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/machinery/light/small/blue{ + dir = 8 + }, +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"xCu" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/mining_base_exterior/south) +"xCW" = ( +/obj/structure/flora/grass/desert/lightgrass_6{ + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/con_am_exterior/south) +"xCX" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/n) +"xDo" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/north_east) +"xDw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkblue2/north, +/area/caperiver/indoors/conambase/command) +"xDx" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 10; + pixel_x = -5; + pixel_y = 15 + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/outdoors/chasm) +"xDL" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/mining_base_exterior/north) +"xEm" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 4 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/central) +"xEu" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 2; + pixel_y = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2/cave) +"xEI" = ( +/obj/structure/surface/table/reinforced/prison{ + color = "#6b675e" + }, +/obj/item/trash/ceramic_plate, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"xFr" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north) +"xFA" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_4) +"xGH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/sw) +"xGO" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"xGW" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/bushlands) +"xHg" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "NW-out"; + layer = 2.5; + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/asphalt/cement/cement15, +/area/caperiver/outdoors/landing_zone_2) +"xHx" = ( +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/kutjevo/multi_tiles/north, +/area/caperiver/telecomms/telecomm_4) +"xIe" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock/deep/transition, +/area/caperiver/outdoors/landing_zone_2/cave) +"xIz" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt, +/area/caperiver/outdoors/road/west/antiweed) +"xIE" = ( +/obj/structure/flora/pottedplant{ + icon_state = "pottedplant_25" + }, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"xJb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkbrown2/north, +/area/caperiver/indoors/conambase/delivery) +"xJc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"xJe" = ( +/obj/effect/decal/hybrisa/lattice/full, +/turf/open/desert/rock, +/area/caperiver/outdoors/con_am_exterior/north) +"xJJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/kutjevo/tiles, +/area/caperiver/indoors/miningbase/checkpoint) +"xJV" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/con_am_exterior/south) +"xKn" = ( +/obj/structure/prop/server_equipment/broken, +/turf/open/floor/darkpurple2/west, +/area/caperiver/indoors/conambase/research_e) +"xLh" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south_east) +"xMc" = ( +/obj/structure/pipes/vents/pump, +/obj/item/stack/medical/advanced/ointment, +/turf/open/floor/greencorner/east, +/area/caperiver/indoors/conambase/medical) +"xMm" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"xMA" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = 7; + dir = 1 + }, +/obj/item/shard, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/prison/blue/east, +/area/caperiver/indoors/processing) +"xMB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/colors/green, +/area/caperiver/indoors/miningbase/hydro) +"xNb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/north) +"xNn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/mining_base_exterior/south) +"xNJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machinery/light{ + dir = 4 + }, +/turf/open/floor/kutjevo/grey/plate, +/area/caperiver/indoors/miningbase/admin) +"xOl" = ( +/obj/effect/landmark/lv624/fog_blocker, +/obj/structure/platform/stone/soro, +/turf/open/gm/river/desert/deep, +/area/caperiver/outdoors/chasm) +"xOJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S" + }, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/plating/kutjevo, +/area/caperiver/indoors/miningbase/engi) +"xPd" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/landmark/monkey_spawn, +/turf/open/floor/plating/plating_catwalk/shiva, +/area/caperiver/indoors/conambase/recreational) +"xPf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/darkbrown_bigtile/east, +/area/caperiver/indoors/conambase/engi) +"xPN" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/north) +"xPP" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"xQm" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/obj/structure/sign/conam/variant1{ + pixel_y = 32 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west) +"xQo" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 8; + pixel_y = 13 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south_east) +"xQp" = ( +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/oob) +"xQF" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/station/metal/alt_floor, +/area/caperiver/indoors/conambase/support) +"xQY" = ( +/obj/structure/filingcabinet{ + density = 0; + pixel_x = 8; + pixel_y = 17 + }, +/obj/structure/filingcabinet{ + density = 0; + pixel_x = -8; + pixel_y = 17 + }, +/obj/effect/landmark/objective_landmark/far, +/turf/open/floor/kutjevo/tan/grey_inner_edge, +/area/caperiver/indoors/miningbase/admin) +"xRe" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 16; + pixel_y = 5 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/bushlands) +"xRj" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/rock/deep/rock3, +/area/caperiver/outdoors/scrublands/north_west) +"xRs" = ( +/obj/structure/window/framed/kutjevo, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/landing_zone_1/interior) +"xRD" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 10; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/south) +"xSh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/shuttle/escapepod/floor0/north, +/area/caperiver/indoors/miningbase/engi) +"xSo" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/bushlands) +"xSz" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/secure, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"xTl" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/outdoors/landing_zone_2/cave) +"xTv" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 8 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/indoors/caves/s) +"xTB" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/west) +"xTH" = ( +/obj/effect/decal/hybrisa/grate{ + dir = 4 + }, +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/auto_turf/strata_grass/layer0, +/area/caperiver/indoors/caves/se) +"xTI" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/west) +"xTO" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/north_west) +"xUp" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"xUq" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_door, +/turf/open/auto_turf/strata_grass/layer0_mud_alt, +/area/caperiver/indoors/caves/n) +"xUw" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/con_am_exterior/north) +"xUQ" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"xUS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/road/west) +"xVt" = ( +/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{ + icon_state = "mining_crawler_blank"; + dir = 1 + }, +/turf/open/gm/dirt/brown, +/area/caperiver/indoors/caves/w) +"xVz" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north_east) +"xVC" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt/alt_dirt/stain, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/research_w) +"xVJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "S"; + dir = 1 + }, +/obj/structure/largecrate, +/turf/open/floor/darkish, +/area/caperiver/telecomms/telecomm_3) +"xVW" = ( +/obj/structure/flora/grass/desert/heavygrass_5, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/landing_zone_2) +"xWm" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"xWn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -1; + pixel_y = 11 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"xWv" = ( +/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{ + layer = 4 + }, +/turf/open/floor/hybrisa/engineership/engineer_floor9, +/area/caperiver/indoors/conambase/unknown) +"xWN" = ( +/obj/structure/blocker/invisible_wall, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = -5; + pixel_y = 12 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/oob) +"xWS" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/north_east) +"xXi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/grey_edge/southeast, +/area/caperiver/indoors/miningbase/admin) +"xXq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"xXu" = ( +/obj/effect/decal/sand_overlay/sand1{ + icon_state = "sand3_c"; + dir = 8 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/south_east) +"xXw" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/con_am_exterior/south) +"xXx" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/bushlands) +"xXB" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/asphalt/cement_sunbleached, +/area/caperiver/outdoors/road/west/antiweed) +"xXJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner, +/turf/open/auto_turf/sand/layer1, +/area/caperiver/outdoors/landing_zone_1) +"xXO" = ( +/obj/structure/largecrate/random/case/small, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"xXR" = ( +/obj/structure/barricade/wooden{ + dir = 4; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"xXW" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/landmark/nightmare{ + insert_tag = "clfbridgecrash" + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"xYf" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"xYy" = ( +/obj/structure/prop/ice_colony/ground_wire{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"xYA" = ( +/obj/structure/cargo_container/hybrisa/containersextended/kelland_right, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"xYY" = ( +/obj/effect/decal/strata_decals/mud_corner, +/turf/open/gm/dirt/brown/variant_2, +/area/caperiver/indoors/caves/sw) +"xZh" = ( +/obj/structure/platform/metal/kutjevo/north, +/obj/structure/flora/bush/ausbushes/var3/stalkybush{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/open/gm/river/desert/shallow_edge/east, +/area/caperiver/outdoors/landing_zone_2/river) +"xZj" = ( +/obj/structure/flora/tree/joshua, +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/mining_base_exterior/north) +"xZE" = ( +/turf/open/floor/interior/wood/alt, +/area/caperiver/outdoors/bushlands) +"xZT" = ( +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/con_am_exterior/south) +"yar" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 8; + pixel_x = 22; + pixel_y = 8 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"yaz" = ( +/obj/structure/fence/slim/dark, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/plating/platingdmg1, +/area/caperiver/indoors/caves/s) +"yaC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/bushlands) +"yaK" = ( +/obj/item/device/flashlight/lamp/tripod{ + on = 0 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_x = -6; + pixel_y = 1 + }, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"yaV" = ( +/turf/open/asphalt/cement_sunbleached/cement_sunbleached1, +/area/caperiver/outdoors/landing_zone_1) +"yaX" = ( +/turf/open/floor/kutjevo/tan/grey_edge/north, +/area/caperiver/outdoors/landing_zone_1/cave) +"ybz" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/north_west) +"ybE" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/prop/colorable_rock/boulder/wide_boulder/wide_boulder1{ + color = "#7f6357"; + pixel_x = -3; + pixel_y = 22; + layer = 2.9 + }, +/turf/open/desert/rock, +/area/caperiver/oob) +"ybM" = ( +/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node, +/obj/effect/landmark/xeno_spawn, +/turf/open/auto_turf/strata_grass/layer0_mud, +/area/caperiver/indoors/caves/w) +"ybV" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/asteroidwarning/northwest, +/area/caperiver/outdoors/scrublands/north_west) +"ycg" = ( +/obj/structure/blocker/forcefield/all{ + alpha = 0 + }, +/obj/structure/platform/metal/strata/west, +/turf/open/desert/rock, +/area/caperiver/oob) +"ycu" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -4; + pixel_y = 7 + }, +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/west/antiweed) +"ycx" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"ycE" = ( +/obj/structure/flora/bush/canyon/tree/alt1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ycQ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/auto_turf/sand/layer0, +/area/caperiver/outdoors/landing_zone_1) +"ydF" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/effect/landmark/nightmare{ + insert_tag = "altcomms" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ydH" = ( +/obj/structure/prop/colorable_rock/colorable/alt{ + color = "#ccad8f"; + pixel_x = 1; + pixel_y = 3 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -25; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/bushlands) +"ydP" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/support) +"yfb" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkgreen2/east, +/area/caperiver/indoors/conambase/recreational) +"yfn" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + dir = 8 + }, +/turf/open/floor/prison/bluefull/west, +/area/caperiver/indoors/processing) +"yfv" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/darkbrown2/west, +/area/caperiver/indoors/conambase/recreational) +"yfJ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/vents/pump, +/turf/open/floor/darkpurplecorners2/north, +/area/caperiver/indoors/conambase/research_w) +"yfW" = ( +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/darkpurple2/southeast, +/area/caperiver/indoors/conambase/research_w) +"ygc" = ( +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/mining_base_exterior/south) +"ygl" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt/alt_dirt{ + color = "#140400" + }, +/turf/open/floor/kutjevo/grey, +/area/caperiver/telecomms/telecomm_4) +"ygn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"ygw" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/hybrisa/tile/tilebeige, +/area/caperiver/indoors/conambase/support) +"ygK" = ( +/obj/structure/platform/metal/strata/north, +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/prison/ramptop/east, +/area/caperiver/outdoors/bushlands) +"yhc" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/effect/decal/hybrisa/lattice, +/obj/structure/machinery/door/firedoor/border_only/almayer, +/turf/open/floor/engine, +/area/caperiver/telecomms/telecomm_3) +"yhE" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/supply, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/outdoors/landing_zone_1) +"yhN" = ( +/obj/structure/barricade/handrail/strata{ + dir = 1 + }, +/turf/open/gm/river/desert/deep/covered, +/area/caperiver/outdoors/mining_base_exterior/south) +"yhQ" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/recreational) +"yib" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/structure/blocker/invisible_wall, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/oob) +"yig" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/kutjevo/multi_tiles/west, +/area/caperiver/indoors/miningbase/dorm) +"yij" = ( +/obj/structure/prop/colorable_rock/colorable/alt1{ + color = "#ccad8f"; + dir = 1; + pixel_x = -5; + pixel_y = 19 + }, +/turf/open/desert/rock/deep/rock4, +/area/caperiver/outdoors/landing_zone_2) +"yiM" = ( +/obj/item/organ/eyes, +/obj/effect/decal/cleanable/blood, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/unknown) +"yiV" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/telecomms/telecomm_2) +"yja" = ( +/obj/structure/barricade/sandbags/wired{ + color = "#a98c7c"; + pixel_y = -7 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/landing_zone_2) +"yjn" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/north) +"yjA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"yjY" = ( +/obj/effect/decal/hybrisa/lattice, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/medical) +"ykc" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/bed/chair, +/turf/open/floor/hybrisa/tile/tilebeigecheckered, +/area/caperiver/indoors/conambase/support) +"yko" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/turf/open/floor/darkpurple2, +/area/caperiver/indoors/conambase/research_w) +"yku" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/table/almayer, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/tile/tilewhitecheckered/biege, +/area/caperiver/indoors/conambase/support) +"ykx" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/bodybag/cryobag, +/turf/open/floor/kutjevo, +/area/caperiver/indoors/miningbase/medical) +"ykA" = ( +/obj/structure/pipes/standard/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_8"; + pixel_y = 12 + }, +/turf/open/floor/dark, +/area/caperiver/indoors/conambase/research_w) +"ylq" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"ylx" = ( +/obj/structure/pipes/standard/simple/hidden/cyan, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/mining_base_exterior/south) +"ylB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/surface/table/almayer, +/obj/item/device/radio{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/paper_bin, +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{ + pixel_y = 28; + pixel_x = -4 + }, +/turf/open/floor/kutjevo/tan/grey_edge/southwest, +/area/caperiver/telecomms/telecomm_4) +"ylT" = ( +/obj/effect/decal/hybrisa/lattice, +/obj/structure/largecrate, +/obj/structure/machinery/light/small{ + dir = 1; + light_color = "#BB3F3F"; + color = "#BB3F3F" + }, +/turf/open/floor/engine, +/area/caperiver/indoors/conambase/delivery) + +(1,1,1) = {" +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +"} +(2,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bxu +bIv +bGO +lij +anz +anz +anz +anz +anz +anz +xOl +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(3,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bKA +bJF +aqQ +bGQ +apK +wmO +wmO +wmO +wmO +wmO +xtF +abW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(4,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bKB +bJG +aqQ +oSY +apK +wmO +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(5,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bxu +bIx +bGS +apK +wmO +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(6,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bxu +bIy +bGT +apK +wmO +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(7,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bKC +bxu +bIz +bqF +apK +wmO +wmO +wmO +wmO +xtF +abW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(8,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bJH +aqQ +pwU +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(9,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bxu +bIA +bCF +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(10,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bJI +aqQ +vjy +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(11,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bJJ +aqQ +bEt +afk +bzc +alo +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(12,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bKD +bxu +bIB +iUB +bFE +bCE +apK +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(13,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aqQ +aqQ +ayX +bGU +aqQ +bEr +apK +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(14,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bKE +bJK +aqQ +bxu +bFH +bEs +apK +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(15,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bLr +aWQ +kbs +bJL +aqQ +bGW +aqQ +oEM +apK +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(16,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bLA +bLs +bLh +bKG +bJL +aqQ +bGX +bFI +jWd +apK +wmO +wmO +aaq +kpB +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(17,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bLv +aWQ +bLP +bLJ +bLD +bLt +bKI +bKI +cah +aqQ +bxu +aqQ +ntb +apK +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +dGX +gyL +vNT +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(18,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bLv +bLv +bLv +wyt +deX +kYz +bLu +bLi +pmv +bJM +aqQ +bGY +bFJ +bEt +apK +wmO +wmO +wmO +aaq +kpB +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ayS +ewj +sze +apH +ayS +ayS +ayS +ayS +ayS +azS +anC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(19,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bLv +bLv +wyt +bLL +aCu +bLF +ekZ +aWQ +bKF +bJL +aqQ +bGZ +aqQ +bll +afk +alo +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +awp +viy +pTF +afR +afR +afR +afR +afR +afR +afR +afR +afR +afR +afR +apa +tar +ksb +aeZ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(20,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +wyt +qZZ +bLE +aWQ +aWQ +aWQ +aWQ +bKL +bJL +aqQ +bHa +aqQ +bEu +qSC +afk +alo +wmO +wmO +aaq +kpB +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uVp +apa +apa +apa +apa +apa +apa +apa +apa +apa +apa +adO +apa +apa +apa +apa +apa +apa +apa +tar +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(21,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ofT +aWQ +aWQ +aWQ +ofT +aWQ +aWQ +aWQ +ofT +aWQ +aWQ +aWQ +ofT +aWQ +aWQ +aWQ +aWQ +aWQ +bLY +apd +bLR +sSh +aWQ +aWQ +aWQ +bJO +wfJ +aqQ +bHb +bFK +bzH +bDw +bCE +apK +wmO +wmO +xtF +asz +pbO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +apk +wRz +apa +apa +apa +apa +apa +apa +wgl +apa +apa +apa +apa +apa +apa +apa +apa +apa +apa +apa +apa +akb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(22,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ofT +ofT +ofT +ofT +ofT +ofT +ofT +psq +ofT +ofT +ofT +ofT +ofT +ofT +ofT +mBK +aWQ +aWQ +aWQ +spe +bLV +bLT +bLM +uoe +idO +bLl +bKI +cah +aqQ +aqQ +ayX +aqQ +bDx +byB +apK +wmO +wmO +abX +bXv +aPO +nEB +aHi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +apa +apa +apa +apa +apa +apa +aah +ayw +ayw +ayw +ayw +ayw +ayw +umZ +apa +apa +apa +aFB +apa +apa +apa +aOY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(23,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +awr +snT +ofT +nKh +qPP +ovL +auO +cAq +tsN +cAq +jbN +gFp +cyu +aVP +ofT +aOq +aNU +wyt +apl +bMb +atS +atS +aLr +bLN +bKN +spe +spe +bKN +bJN +bID +bHc +aqQ +bxu +bxu +bCY +apK +wmO +xtF +asz +azL +aGz +qjW +ixZ +aLc +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aId +apa +apa +apa +apa +lJc +apa +iCK +ayS +dSO +lsd +ayS +bkM +ayS +ifb +apa +apa +aPv +aFB +apa +aFB +apa +apa +aGx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(24,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +mfM +cRl +aIC +awH +bVa +ofT +bap +bWe +adB +kuX +gxV +wXJ +aRk +sNd +aGv +alO +cTb +ofT +aRC +aat +wvn +aZl +bMa +aLr +atS +atS +atS +atS +atS +atS +atS +aTx +uxp +bHd +gTv +bEv +bxu +kls +apK +xtF +asz +ayN +pjV +jGB +voP +eUN +wCT +arG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aAv +qNR +dta +aWQ +aWQ +aWQ +pEo +apa +apa +apa +apa +aOY +apa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLK +aFB +sGD +aFB +aFB +apa +apa +tsH +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(25,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +eyu +gyx +awH +awH +awH +awH +aBo +wic +baq +szE +aeD +aOF +pts +ddW +nZW +avB +wOI +jAT +dcp +ofT +hcO +wKt +uQF +dzt +bMe +atS +atS +atS +atS +atS +aLr +aBv +aRB +aoh +bxW +bHe +aqQ +bxu +bDy +arV +apK +abX +hef +aPO +afh +izl +rwQ +acC +awP +aJL +aBx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ann +qnP +kng +slT +clf +aWQ +aWQ +aFY +rnu +qyr +apa +apa +adO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gPP +rWQ +aWj +bdl +kWU +ajg +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(26,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sMV +awH +awH +awH +awH +aTB +awH +rei +ciT +apz +auy +aeK +lLn +iGc +aDH +aDA +qzJ +wdz +jcg +aKP +ofT +ofT +ajN +atS +atS +bMe +atS +aLr +aUY +oes +bLG +aRB +bLm +oes +nAH +bxR +bxT +ffK +bEw +bxu +arV +apK +abX +ngG +biJ +afh +gdj +acC +eEg +acC +qyG +awP +arf +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +qrC +fzu +anQ +aro +axL +awB +qtj +qtj +rfP +rfP +thG +jnp +cBp +nOb +dda +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aTr +oTw +oTw +oTw +ajQ +bNA +agJ +azD +ate +oTw +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(27,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +azR +awH +aAY +awH +ezS +awH +awH +awH +dsJ +aoj +vuB +bal +bSZ +cjk +uqE +jSY +kgm +szh +qhe +bmj +ykx +iIh +shj +myw +atS +atS +bMf +atS +atS +aLr +bxn +oes +oes +oes +bxn +aak +bxX +bHf +aqQ +bEx +bDz +arV +apK +abX +ams +aPO +avj +anv +iEd +bxC +acC +acC +qyG +bul +ifN +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +awm +aWi +sxJ +oic +mpj +aqv +qtj +rfP +qtj +rfP +syM +rfP +qtj +rfP +bym +aWQ +aWQ +aWQ +aWQ +fVp +aVz +aWQ +aWQ +oTw +bfd +abo +ben +ixc +afo +bdm +lva +laq +oTw +aTr +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(28,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +kUo +awH +awH +awH +awH +awH +awH +iWq +ofT +ujq +asx +rMW +aib +atO +pQe +atO +aoz +jXN +ozy +agi +iIh +abs +jeI +aLr +atS +bMa +bMa +oes +bxn +bxn +aVL +acY +acd +bxn +bxn +oes +bHg +aqQ +bxu +bxu +arV +apK +byS +aFm +abm +awJ +arG +arG +bys +ayv +apU +gdj +acC +awP +aZq +eup +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aft +aCl +aHu +aaN +asy +aNi +aQx +wKU +rfP +rfP +qtj +rfP +rfP +rfP +rfP +aWQ +aWQ +aWQ +aWQ +ryQ +aHv +izk +doE +aWQ +oTw +bfe +aiW +aJZ +aee +bfM +bdn +bdc +bcU +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(29,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +oxA +awH +awH +pMb +biF +aWQ +aWQ +ofT +bGi +adL +oqt +aig +aeE +aoX +lUA +jSa +amU +agi +tKn +iIh +aiz +wch +atS +eid +atS +atS +atS +afu +kDf +dcf +aau +avp +bHo +afu +hVp +bHg +aqQ +bxu +bDA +arV +akV +byR +qnS +eMI +wgn +qnS +xyI +uoa +aoR +avj +apU +acC +qyG +awP +aYU +edY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ffo +cAD +atr +aaN +anO +aGd +aIb +aRj +eBs +lKO +emo +xmr +gTi +lKO +wKU +rfP +qtj +aWQ +aWQ +aEd +idr +hrk +nIx +aRD +oTw +oTw +bfg +bwP +beo +qKM +bdB +bfx +bdd +bcV +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(30,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +awH +vQa +awH +aVC +aWQ +aWQ +ofT +ofT +iIh +iIh +iIh +ofT +nmf +jwH +nmf +ofT +iIh +iIh +iIh +bxq +bxq +aKA +atS +atS +aUY +atS +atS +afu +aeN +buS +adb +bux +abi +afu +xAO +bHg +xGO +bBo +bDB +arV +amv +qnS +qnS +aHj +aQh +qnS +qnS +ahV +oQo +aoR +aQK +apU +acC +acC +awP +acl +arG +aWQ +aWQ +aWQ +aWQ +avn +pJL +nfC +ejW +aWQ +aWQ +aWQ +aWQ +aPY +npv +aCz +aNR +aZr +anO +aRl +atr +aWQ +aWQ +aWQ +lAL +azn +dRf +hrk +eBs +uSo +esk +cwB +azn +azn +azn +azn +nIx +aRD +aeV +aAG +bfh +beN +bhA +qKM +bdC +bfD +bde +bcV +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(31,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +azA +awH +ajm +lUU +aWQ +aWQ +aWQ +ofT +eCt +awz +aDT +ofT +lWd +nlL +iXQ +ofT +aWw +abs +sFm +bxq +rkH +fUE +atS +aLr +atS +aLr +oes +oes +aeQ +hsK +ade +aPp +abk +oes +oes +bHh +aqQ +bxu +bxu +dfv +amv +qnS +alT +akF +uHi +vHX +fvA +ahV +ahV +alw +anI +afh +aEA +olu +apU +awP +aJL +aJL +aXL +ane +ays +aUI +atL +pHn +mCq +aWA +anO +anO +kjf +avU +aRL +aXU +aKv +aWA +aRl +aUc +aXU +aIr +aWQ +aWQ +aWQ +aWQ +aWQ +aSx +rxo +azn +azn +azn +azn +azn +azn +azn +nIx +aRD +aeV +aAG +bjP +aER +bep +bdU +qKM +bdo +jze +bcW +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +oTw +aWQ +aWQ +aWQ +oTw +aWQ +aWQ +aWQ +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(32,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aCg +aUe +aan +aNW +hfA +sQc +aWQ +aWQ +aWQ +aQI +bIG +aQI +gRx +aqR +lPu +aXy +aHK +ubM +qJE +qJE +qJE +fUE +ail +atS +atS +atS +atS +oes +oes +aeQ +adM +tuS +acv +aCc +oes +oes +bxT +pLt +bEy +bDC +olI +amv +qnS +mxJ +mKt +iqC +udH +aQt +vHX +qnS +bjD +abm +afh +agu +aWQ +agn +acC +acC +qyG +aXs +aEy +aTs +awB +awB +aUI +aML +mOL +aWA +anO +aRl +aUc +aXU +aXU +aXU +aXU +aUc +aXU +aXU +azn +lrm +qfj +aWQ +aWQ +aWQ +aWQ +aSx +rxo +azn +azn +rKk +idr +azn +azn +nIx +aRD +aeV +aAG +bfh +qWR +coB +qKM +adF +bdp +jze +bex +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +fIQ +agS +lfe +aWQ +aWQ +aWQ +aWQ +bjA +bjA +bjA +bjA +bjA +bjA +bjA +aWQ +aWQ +aWQ +aWQ +oTw +oTw +oTw +oTw +oTw +oTw +oTw +oTw +oTw +oTw +oTw +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(33,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +wey +abO +abO +aUe +aLl +hwj +aLo +aLo +aDj +aWQ +aWQ +aWQ +mfC +vUb +spe +jXv +ahn +aoZ +anL +aWf +aRB +bCt +vFP +aRB +aRB +aRB +seS +tkZ +agR +aRB +atc +afu +aeY +adP +uPy +lTj +lNp +afu +sQT +bxT +aqQ +bEz +bAV +bzk +amv +eXC +avu +gwC +kdC +vYh +oJh +vOf +qnS +aDW +agG +aRw +aZW +aWQ +tgC +qyG +acC +acC +aDh +aYJ +aTs +axL +awB +awB +awB +xuE +pSh +aHu +atr +aua +aXU +dFk +aWQ +aoG +aXU +aXU +fYh +azn +lfm +lYc +prL +prL +oXo +rxo +rYm +azn +azn +qbK +tCX +wwB +liP +azn +nIx +aRD +oTw +oTw +bfi +qWR +ber +bgf +bfN +bdq +whg +bex +oTw +aTr +aWQ +aWQ +aWQ +rsU +aHy +fIQ +fnH +fIQ +fIQ +aMj +tUV +bjA +bjA +bjA +aQL +aQL +bjA +bjA +rMA +xyT +jcW +oTw +oTw +bbo +bbl +bdK +baZ +baR +baI +bay +hEO +aTj +aQs +oTw +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(34,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +abO +aUe +aUe +aUe +aUe +aLl +abq +wzj +xxP +aFQ +asH +ajs +ajs +xAv +asC +lMt +qQd +ahn +apj +afc +agF +agF +adm +agF +agF +agF +agF +agF +agF +agF +kjq +aHK +afu +smj +ouq +fIV +lGU +lNp +afu +bIF +bxT +aqQ +bEA +bxu +arV +amv +eXC +xMB +aAM +akA +jfY +hcW +cWi +qnS +qnS +ssP +afh +aZW +aWQ +afh +acC +acC +acC +aDh +aYJ +aVR +aHW +ati +awB +awB +awB +pTw +atr +aua +aXU +azK +aWQ +aWQ +gyp +eln +aXU +aXU +azn +hrk +gVr +djA +djA +and +mbW +azn +azn +azn +atP +lYc +prL +wwB +pNB +gUD +aRD +aeV +aAG +bfi +beO +hoI +bgn +qKM +bfE +whg +bcV +oTw +uWr +aWQ +fIQ +fIQ +nAP +olw +ani +fIQ +qGA +qev +byJ +eCl +aQL +aTI +sBG +nPu +nPu +eCl +aQL +sBG +aHO +fIQ +iae +xRs +qtq +bdX +bdR +msp +baS +bdj +baz +icT +sZb +aQO +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(35,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGH +aUe +aUe +aqo +aUe +tyT +aUe +aLl +aLo +aBg +aWc +aij +seA +apG +apd +aim +aLr +rwg +ahn +aJl +anP +wRH +wRH +wRH +wRH +wRH +wRH +ahF +wRH +wRH +ahf +agL +oes +bxn +bxn +grZ +acw +aNp +bxn +bxn +oes +bHi +dTs +bxu +bDD +arV +amv +eXC +aAq +tXF +hVO +aLD +mKt +adj +aQh +baa +arG +rze +awP +dXA +aJe +acC +aEA +iUQ +dLH +ane +aWn +aXU +aQx +aqv +axL +awB +aUI +cZF +aXU +cjx +aWQ +aWQ +aWQ +kZD +aXU +aXU +lYq +nOb +nOb +eKj +ngA +pFl +aiP +thd +azn +ako +azn +aPX +gVr +prL +prL +wwB +tgO +aRD +aeV +aAG +bfi +beN +bes +bdV +qKM +bfF +bdf +bcX +oTw +uWr +fIQ +nPu +aLY +fIQ +nPu +fIQ +qGA +nPu +nPu +ycQ +ksR +jsv +aMj +hKA +aPz +uit +aPB +uit +jhw +dHE +aPB +iae +amt +qtq +beE +tHK +bba +beE +beE +baA +bas +tiL +aRH +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(36,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bXo +fCT +atV +awK +xlZ +cmM +aWQ +aWQ +xlZ +aan +aLo +aLo +aLo +jIq +uMV +lGH +atI +azO +aRB +qvm +ahn +aJl +aXy +txW +spe +spe +spe +spe +rnk +spe +spe +aEt +ahn +agO +aHK +aLr +bxn +nZa +lMl +afu +bxn +bJP +bIF +bxT +aqQ +bxu +bxu +bCZ +amv +qnS +ebE +fIG +arg +rAe +aGW +avu +aQh +ciU +aBf +qUL +acC +acC +aEA +ayv +gvE +aWQ +ajs +ajs +aXU +aua +aNi +xTB +awB +awB +awB +qLT +qEW +aWQ +aWQ +aWQ +dsp +wdm +nTB +afx +llT +rfP +rfP +rfP +rfP +rfP +rfP +aAO +nOb +nOb +aPZ +alI +fJp +aXG +prL +oXo +rVz +aRD +aeV +aAG +bfj +qWR +uYQ +aVk +qKM +vnD +bdg +bcY +oTw +uWr +atk +qGA +fIQ +qGA +nPu +nPu +nPu +nPu +nPu +nPu +nPu +aqK +nPu +nPu +ndE +nPu +aqK +nPu +aPB +fIQ +fIQ +iae +xRs +qtq +kDF +dnW +kDF +bdx +dnW +baB +bat +bct +aRP +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(37,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +nLx +fVU +uBR +aBe +fHB +aWQ +aWQ +aqd +ybV +rEs +awA +axj +aLo +ajP +cAH +aDm +amg +akv +akv +akv +aqV +aJl +aXy +aHK +atS +atS +aWQ +aWQ +aLr +qIA +atS +aTx +ahn +agO +cMc +aRB +oes +kiZ +sND +aHK +oes +bJQ +aLE +bHk +aqQ +bxu +bDF +arV +amv +qnS +qpC +qnS +ggD +vWP +qnS +avu +aQh +uGn +svZ +vsC +bki +bxF +aZW +aTm +aWQ +aWQ +ajs +aTv +acx +aaN +asy +bcl +rWB +awB +awB +awB +aUI +aML +rYs +aWo +aML +afx +aAA +awB +rfP +rfP +rfP +rfP +rfP +rfP +qtj +rfP +rfP +rfP +rfP +rfP +rfP +aAO +aXG +jWi +fzD +mvQ +oTw +oTw +oTw +beg +hvo +hvo +hvo +bdr +bdh +oTw +oTw +oTw +fIQ +fIQ +qGA +nPu +fIQ +nPu +fIQ +nPu +qGA +fIQ +nPu +aBb +nPu +awo +fIQ +fIQ +avw +nPu +qGA +qGA +qGA +oTw +oTw +grD +bbb +bbb +bbb +baT +baJ +bcZ +sWI +aYc +aRR +oTw +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(38,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aPJ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +eIF +iWX +cyY +aFn +aWQ +aWQ +atV +xcJ +aSP +hvc +rnS +lys +akc +sXM +aDm +anP +wRH +wRH +wRH +ahf +aJl +aXy +aPc +aRB +aRB +aWQ +aWQ +aWQ +aLr +aLr +aTx +ahn +cqT +adm +agF +rrV +xhH +aUC +aHK +aTx +uxp +heI +bHl +xfs +dAr +dAr +qzQ +bzx +qnS +aQh +qnS +oju +abY +qnS +aQh +ahV +ahV +ljT +oiR +acC +acC +jys +aht +aHi +aWQ +aWQ +bzp +aaN +anO +aGd +aIb +abw +aHF +awB +awB +awB +awB +awB +awB +awB +awB +axL +axL +rfP +rfP +qtj +rfP +bda +esk +esk +wKU +rfP +rfP +syM +rfP +qtj +rfP +aHP +nOb +thd +ary +rwI +qSm +oTw +xRs +xRs +bdv +jmo +xRs +xRs +oTw +qAE +uWr +qGA +nPu +nPu +nPu +nPu +nPu +nPu +nPu +fIQ +aWQ +aQE +axu +axu +juR +aWQ +aWQ +fIQ +fIQ +nPu +qGA +qGA +iae +oTw +oTw +xRs +wAX +xRs +oTw +oTw +oTw +oTw +oTw +oTw +oTw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(39,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajt +aDi +lRk +aWQ +nDc +duI +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +iTy +oqI +fPl +aBg +ayE +aWQ +lzj +hxu +aDv +ahR +aSP +aaH +aLo +anl +wgz +bWj +uxp +apd +xAO +ahn +aJl +amg +akv +akv +lfc +sPj +aWQ +aWQ +aLr +abS +bCs +dMC +aWH +aWH +xNb +aJl +eIM +iOt +cwe +aoh +apd +xAO +ifo +hxt +fsv +aHZ +aHZ +bzy +aGE +sjH +aAu +bxQ +ajI +ahv +bxK +ahV +aDG +adW +aGw +mlW +acC +aCZ +izv +aHi +aWQ +aWQ +aaN +anO +anO +aRl +aUc +aVq +aAA +awB +awB +awB +awB +awB +axL +awB +awB +awB +fOM +aLn +esk +moy +esk +brl +azn +azn +eBs +esk +wKU +rfP +rfP +rfP +qtj +rfP +rfP +thG +byj +rwI +qSm +oTw +beQ +hTl +bgu +bfO +bfI +beR +oTw +bet +beq +aVX +nPu +fIQ +nPu +qGA +nPu +qGA +aPz +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +fIQ +nPu +qGA +cvr +tzo +oTw +gLJ +tzo +tzo +oTw +tzo +tzo +tzo +oTw +tzo +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(40,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajK +ais +aKh +aoU +abD +mrx +cWS +tVS +juW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +atV +gQx +aLo +aQd +aPx +iWX +ipj +hAt +ahR +ayF +aaH +aLo +aLo +apG +ohS +apd +apd +apd +idF +wRH +wRH +wRH +ahf +aXy +gkk +awq +crR +aTc +aTc +upu +crR +bIF +qtl +wdE +eWd +huk +jAa +rCU +akv +akv +akv +joP +hhG +bDH +bDG +bDH +aMg +aMg +aGc +aFz +aFq +bxN +bxM +bac +aZZ +bac +bac +bac +bac +bac +cls +aYQ +aWQ +aWQ +ajs +anO +anO +aRl +atr +aVq +uKo +awB +awB +iGw +aCK +aCj +qMR +aCj +gqO +mIS +hvT +brl +mXE +azn +azn +azn +azn +azn +hrk +azn +erd +ajW +esk +esk +esk +byl +rfP +rfP +rfP +aRD +dJH +qSm +ahA +amS +blD +bdF +bfP +nPu +nPu +bey +nPu +nPu +aPz +fIQ +nPu +nPu +nPu +nPu +fIQ +nPu +nPu +eCl +aWQ +aWQ +aWQ +aWQ +awR +mBB +aWQ +aWQ +aWQ +nPu +nPu +nPu +fIQ +fIQ +fIQ +fIQ +fIQ +nPu +qGA +nPu +qGA +nPu +kEK +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(41,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aJd +aJd +alD +ftv +ajK +azx +aPK +aPK +afj +abD +abD +abD +adl +adl +xVt +pRD +aWQ +aWQ +aWQ +atV +abq +aLo +tZF +neD +oqP +ipj +pjg +aSP +aSP +aaH +lhr +aWQ +ajs +ajs +aWQ +aWQ +aDQ +bCu +bMd +spe +aMc +ahn +aXy +vfQ +dEk +crR +npx +aIG +lkn +crR +bIF +ubj +eyT +eWd +eIM +oBu +xhH +ayc +ayc +iaR +ure +iES +axw +aIj +aIj +arT +arT +aaT +pAT +sLC +bxO +aZT +bxL +aaf +aaf +aaf +aZT +aaf +lOy +aYW +aGt +aPO +aWQ +ajs +ajs +lEz +nmF +byq +aoD +awB +axL +awB +aNC +uFL +aXU +aXU +avh +aaN +asy +aIb +syb +ako +azn +azn +azn +aDn +azn +azn +azn +azn +aAx +azn +azn +azn +ajW +wKU +rfP +aSy +aRD +rwI +qSm +aJs +aME +bdE +bgx +nPu +awo +awo +aiY +aqK +aJs +nPu +fIQ +nPu +qGA +qGA +nPu +nPu +fIQ +aaw +nPu +eCl +sBG +aMj +fIQ +nPu +nPu +fIQ +nPu +nPu +fIQ +avw +nPu +nPu +amx +fIQ +qGA +nPu +qGA +nPu +qGA +nPu +qGA +nPu +feu +agS +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(42,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aJd +aZx +xWn +aDf +aoT +jRO +abD +liG +abD +imO +abD +aHs +acz +adl +adl +abD +abD +acq +aWQ +aWQ +aWQ +diC +abq +aLo +aLo +tQv +pNU +pjg +aSP +aQb +tPs +abI +abO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +mtJ +aLr +aTx +ahn +rxT +crR +crR +crR +nIf +sMy +aLG +crR +bxo +bxo +bxp +eWd +mHL +nwX +gxi +rkJ +wRH +wRH +rgo +hhG +bDH +bDH +bDG +aHo +aMg +aGc +vzb +fcw +bxP +bad +bad +azu +bad +bad +aSA +aSA +aTn +aYW +aZW +arG +arG +aNT +ane +aTs +aAA +awB +awB +awB +awB +iGw +ach +aXU +aXU +aUc +aaN +anO +aWQ +aWQ +azI +tZY +awb +azn +azn +azn +azn +aWQ +aWQ +juu +sZr +hiI +azn +azn +azn +suy +esk +oXZ +mvQ +rwI +qSm +qGA +nPu +aiY +nPu +ayn +axi +aQE +axu +juR +ayn +axi +nPu +fIQ +nPu +fIQ +qGA +nPu +nPu +nPu +nPu +akr +nPu +qGA +nPu +nPu +nPu +nPu +qGA +qGA +nPu +nPu +nPu +nPu +fIQ +nPu +nPu +qGA +nPu +nPu +nPu +nPu +qGA +qGA +teX +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(43,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajK +nqV +ajK +aoU +abD +abD +oUd +abD +abD +abD +abD +abD +acz +aTh +cLB +aPK +aPd +gVU +aWQ +aWQ +aWQ +aBk +abq +aLo +ahU +pNU +pjg +aSP +aBL +cvh +aMd +wPq +anZ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +atS +aTx +ahn +aXy +hWD +crR +xQY +cpm +cUh +udT +azN +tfE +bxo +bxp +jTT +aWH +wQy +agw +crR +rcC +xYy +lAD +bFN +auR +auR +auR +bzz +aSn +aFW +aAu +fcw +aYW +mZQ +ayv +ouS +tFJ +ayv +ayv +apU +aEl +aYW +aab +aJL +aJL +axo +aYJ +aTs +awB +bhb +awB +ptp +aCj +ach +azK +aXU +aNi +aaN +anO +aWQ +aWQ +aWQ +aWQ +dDq +qDi +azn +azn +azn +adK +aWQ +aWQ +aWQ +aKH +kAG +qij +azn +ueh +azn +azn +azn +ary +rwI +qSm +nPu +nPu +bqW +ady +bdE +aQE +bjA +bjA +bjA +juR +ksR +nPu +nPu +nPu +nPu +fIQ +fIQ +nPu +qGA +nPu +nPu +nPu +aqK +nPu +qGA +nPu +nPu +fIQ +qGA +nPu +nPu +gPd +fIQ +nPu +fIQ +aXA +nPu +nPu +fIQ +nPu +nPu +nPu +fIQ +qGA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(44,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajK +aoT +awN +amW +amW +kWf +amW +amW +amW +ahs +ahs +ahs +ahs +ahs +ahs +sZH +fkm +aWQ +aWQ +aWQ +aWQ +aUe +aLo +aLo +pNU +pjg +axY +aaH +aCh +aDr +aMd +sPW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aNV +aTx +ahn +aXy +aHK +crR +aaW +wAI +kCK +sDM +mUn +crR +crR +crR +aTc +ukZ +pnH +aTc +bxo +lfA +uxp +bHm +tnp +ycg +bDI +bAq +bzA +aip +rWS +aip +rml +azl +aip +rWS +ouS +ouS +arG +arG +afh +aCI +aYW +acC +qyG +acC +aXs +aEy +mgx +axL +awB +gfm +xhY +ajv +aXU +aXU +aXU +aaN +anO +aWQ +aWQ +aWQ +aWQ +aWQ +qdX +qDi +azn +aAx +azn +epD +rWz +aWQ +aWQ +aWQ +aSx +dBl +lKN +azn +azn +juu +aWQ +aWQ +ajs +qSm +nPu +nPu +brd +bdF +fIQ +tUV +aWQ +aWQ +aWQ +sBG +aPB +fIQ +qGA +fIQ +aiZ +fWe +fWe +fWe +nPu +nPu +nPu +uEs +nPu +uEs +nPu +nPu +aCQ +fWe +fWe +nPu +uEs +fWe +fWe +nPu +uEs +uEs +nPu +uEs +uEs +uEs +ayn +aeC +qGA +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(45,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +fJm +aoU +auW +abD +abD +abD +abD +lHt +pBy +ajK +ajK +ajK +ajK +ajK +oXT +aBh +fyS +aWQ +aWQ +aWQ +aWQ +bww +aLo +aLo +ipj +hAt +aSP +aaH +atF +aDr +aDr +afY +aSX +aWQ +aWQ +aWQ +aWQ +aWQ +vJO +aTx +ahn +aXy +arS +aTc +aEQ +fXc +aIG +aCB +jpC +crR +wVP +ecj +sMy +svx +whD +atY +bxo +bxo +crR +bHn +aqQ +bEB +bxu +bAr +amv +aip +cQm +aip +wNd +atU +aip +uCe +aip +alw +arG +arG +afh +aCI +aYW +acC +acC +acC +aXs +aYJ +arP +iWZ +dRD +kQs +aXU +aXU +aXU +aXU +aUc +aWA +aWQ +aWQ +aWQ +aWQ +aWQ +atK +kNY +qDi +azn +pel +azn +arX +cWj +iIT +aWQ +aWQ +aWQ +aRy +wwB +pNB +azn +jcu +brN +aWQ +aWQ +aWQ +qGA +aHq +aJs +bdF +bfY +aWQ +aWQ +aWQ +ajs +vNc +awo +fIQ +nPu +nPu +nPu +cvr +tzo +fKy +tzo +tzo +tzo +tzo +tzo +fKy +fKy +fKy +tzo +tzo +fKy +fKy +fKy +fKy +tzo +tzo +tzo +tzo +tzo +tzo +fKy +fKy +oOq +nPu +fIQ +aXA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(46,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ais +aoU +auW +abD +abD +lHt +mEE +akd +ajK +ajK +ajK +ajK +ajK +ajK +ajK +aTK +aoU +ntp +aWQ +aWQ +aWQ +alx +aLo +aLo +lKv +dBf +aWQ +anV +amM +atF +aDr +aZM +gyD +stV +aWQ +aWQ +ajs +ajs +aLr +aTx +ahn +aXy +aHK +aTc +aEQ +uCw +aIG +kfb +acE +aTc +kCK +adD +xXi +dVi +gdP +vtU +aIG +aTc +abb +bHp +aqQ +bEC +bBa +bAs +amv +aip +aIU +are +vnL +aRh +ntg +azo +aip +aDW +abm +awJ +afh +aCI +aYW +aWQ +dIp +ayv +aNk +kgJ +tNj +arQ +ane +xAp +aXU +aXU +aXU +xAp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +akK +jQm +muj +azn +azn +azn +adX +aSx +agv +aWQ +aWQ +aWQ +uin +oXo +idr +rxo +jcu +ycu +aWQ +ayq +aWQ +nPu +nPu +nPu +nPu +bdE +bfJ +aWQ +aWQ +ajs +dhG +nPu +qGA +nPu +fIQ +gdR +uWr +axq +asL +aFx +aHC +aik +ckf +oKV +xlg +uUm +asL +aFx +aHC +aik +asL +aFx +xlg +aik +ckf +oKV +xlg +uUm +ckf +aFx +gIT +uWr +qGA +nPu +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(47,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +abD +oUd +abD +pBy +ajK +ajK +ajK +aNI +ajK +akd +aMo +ajK +ajK +aem +aTK +fPd +abD +aWQ +wtz +wtz +aQw +iyV +aLo +aLo +akC +aWQ +aWQ +anV +abt +alZ +aLo +aLo +asH +abO +pRr +abO +aHI +aEv +aTx +ahn +rxT +crR +crR +dgg +vrb +eVQ +fBt +cQt +ngu +euW +ixI +hSN +qVO +lIH +awa +lkG +aTc +xXO +bHp +yar +bED +bDJ +bAj +amv +afP +hEa +jFL +eoR +abP +tMc +uCS +rWS +aDW +aHi +abm +afh +aCI +aYW +aWQ +aWQ +hfZ +edY +sjS +arG +aRK +akt +xAp +xAp +xAp +xAp +xAp +xAp +xAp +xAp +xAp +aWQ +aWQ +aGd +aDp +azn +azn +azn +azn +azn +aPV +aSx +aWQ +aWQ +aWQ +aWQ +uin +jWi +mbW +azn +azn +aWQ +aWQ +ayq +aWQ +qGA +nPu +nPu +bgz +nPu +aXA +beS +aWQ +ajs +bcF +nPu +fIQ +qGA +nPu +nPu +uWr +afZ +kGP +aXN +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aXN +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aXN +kGP +kGP +dYN +iae +nPu +fIQ +fIQ +aeP +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(48,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +adl +acz +auW +aiU +ajK +ajK +ajK +ajK +ajK +ajK +ajK +akd +abr +ajK +ajK +aTK +ajK +aQq +wtz +wtz +doM +aUe +aLo +aLo +aTf +tXU +ahR +aWQ +aWQ +aSP +anV +nFR +aKJ +aKJ +agW +aLo +bCv +eHb +azO +mrR +ahn +aXy +aHK +aTc +ayL +aIG +wML +ntI +eoh +efF +ayL +aEQ +aey +lSZ +dDJ +acE +aeA +crR +apd +bHq +aqQ +bxu +bDK +bAj +amv +afP +mig +wMo +sVu +aOQ +nhf +aUj +rWS +aDW +aHi +axh +aTN +aCI +aYW +rYe +aWQ +aWQ +vrT +aJL +aJL +aVB +xAp +xAp +bby +pNK +eSx +tJa +pNK +vKb +kyo +xAp +xAp +xAp +aGd +axz +aXU +azn +azn +azn +azn +vvo +aWQ +aWQ +aWQ +aWQ +djA +jWi +jYG +jcu +azn +iqp +ajA +aWQ +rEo +qSm +nPu +qGA +bwL +aBb +bga +fIQ +beT +aoQ +fIQ +nPu +fIQ +qGA +qGA +nPu +nPu +uWr +aQH +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +apE +iae +vNn +nPu +tVf +cyW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(49,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +ntp +abD +auW +pBy +ajK +ajK +akd +ajK +ajK +ajK +aJO +atD +ajK +ajK +ajK +aTK +ajK +aoU +wtz +bwA +bwz +aJS +abq +aLo +pNU +hAt +ybz +ahR +aWQ +aWQ +aSP +aSP +aSP +ahR +aaH +iVs +uMV +mgi +atI +aix +ahn +aXy +kcg +aTc +aoB +aZI +kCK +hfp +acE +awU +aEQ +gNf +cZw +abG +ebR +adD +aeA +aTc +oVH +bHp +bFO +bxu +bxu +bAm +amv +aip +aGg +wMo +bue +tLr +lAZ +hYy +aip +aDW +aHi +agG +aYq +aEl +aEV +bac +bac +bac +bac +bac +bac +eUx +ipW +aAU +aRn +tDr +aOl +aTF +gqP +ffp +fjD +abc +ipW +aVQ +aRl +aiB +aXU +azn +azn +rYm +azn +azn +aWQ +aWQ +aWQ +nTD +bsg +wiJ +azn +azn +azn +veu +idr +ary +rwI +qSm +nPu +nPu +bdF +bdF +bdE +nPu +nPu +nPu +nPu +qGA +nPu +nPu +nPu +agl +gdR +uWr +azV +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aLu +iae +vNn +nPu +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(50,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +soq +abD +aEI +ajK +ais +ajK +duI +ajK +ajK +alD +aJO +aJO +ajK +ajK +ajK +aTK +ajK +wNU +qlS +bwC +bwA +pna +alx +bcj +fOV +mQG +adk +ano +ano +rjW +alQ +vEJ +ezf +ano +vun +tuM +bis +aDm +amg +akv +aqV +eHL +aWQ +crR +jcR +qkI +kCK +jqT +acE +aTc +aIG +tUH +apW +aLx +adD +xXi +ahX +aTc +bIH +bHp +aqQ +bEE +bxu +bAj +amv +aip +aGo +fwm +tLr +aFh +aEM +elJ +aip +aDW +agG +aPO +afh +jWb +aYa +aYa +aYa +dKA +ojI +aaf +aaf +ylx +aBD +aTY +dCh +amC +uch +lBG +aNe +ffp +fjD +fjD +ipW +aiJ +aHu +aNR +aXU +lKN +azn +azn +byn +aPZ +eCq +nOb +nOb +thd +azn +kQA +nOb +nOb +nOb +nOb +nOb +byj +rwI +qSm +nPu +qGA +bem +bdF +bgc +nPu +awo +nPu +aBb +aUg +nPu +nPu +qGA +fIQ +gdR +uWr +aBj +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aXc +iae +qOg +nPu +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(51,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +adl +aWQ +aWQ +alD +aoU +abD +abD +abD +aEI +ajK +qKa +ajK +ajK +ajK +ajK +adl +adl +adl +aWQ +aJd +ajK +aTK +ajK +bcs +wNU +jJi +beC +aWb +iCU +alx +abq +cgN +qbw +akE +akE +xjz +mjl +mjl +ave +akE +akE +akE +uTF +aDm +anP +wRH +wRH +awy +aWQ +crR +aVF +thx +kCK +aDC +aeA +crR +rEW +buZ +aVl +buT +uUu +xNJ +crR +crR +crR +bHh +aqQ +bEF +bxu +bDa +amv +aip +eht +bwE +nYX +xow +njx +wwS +ouS +clm +anI +arG +aYK +acC +acC +aEA +ayv +apU +auQ +oUz +bad +adi +ipW +pvm +acG +aDl +avZ +jOo +hFo +aGF +aZY +iVj +ipW +amO +aXU +amZ +aaN +aHV +wwB +qhh +nUx +gkN +uLB +alF +pJB +loA +gnO +nUx +alF +kEX +aCa +uLB +uLB +aLe +ezH +gpP +gpP +gpP +gpP +bgB +gpP +gpP +uDL +uDL +uDL +gpP +gpP +nPu +nPu +fIQ +mAm +iae +afZ +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +apT +iae +nPu +fIQ +aIq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(52,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +avA +jBJ +ajK +ajK +ajK +aoU +abD +abD +abD +aEI +ajK +ajK +nDc +lti +aHs +adl +adl +aWQ +aWQ +aWQ +pMK +aJd +gcc +ajK +aMo +aJO +aJO +bwB +aZB +bwv +afN +akU +abq +aLo +ajj +aLo +aQd +aJw +aXv +ahy +aPo +aLo +aLo +anl +wga +cwH +hzZ +gQt +aWQ +aWQ +crR +apA +vET +aIG +rtO +aeA +crR +lZI +crR +crR +crR +crR +crR +crR +qQa +vTu +bxT +jDt +bEG +bAv +bAj +amv +aip +aip +aFF +xxJ +dxF +dDN +aip +ouS +ouS +arG +aBf +aJe +acC +acC +azc +sII +afh +mSM +iXE +usj +xAp +xAp +hSF +acG +axC +ajx +mkb +tDr +uKw +skk +fAJ +xAp +xAp +aiB +aaN +anO +anO +oXo +xoc +bTo +vdn +aSW +asP +aFr +xXB +aWy +aWy +aXC +aKF +bgo +bgg +aSW +asP +aTk +fZM +fZM +fZM +fZM +qeK +kwK +aDu +qeK +fZM +atq +qeK +aid +qnV +fIQ +nPu +mAm +iae +aQH +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +qWb +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +apE +iae +nPu +jhw +aQE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(53,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +adl +adl +adl +ajK +ajK +usx +ajK +ajK +ajK +aoU +wKS +abD +abD +adq +aDf +aJO +ajK +atD +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gcc +aJd +ajK +ajK +ajK +ajK +rrW +ayd +dxD +aCL +alx +abq +aLo +aLo +agV +vMg +wpo +aqi +nCw +ssh +aLo +aLo +kDT +hzZ +iYk +aWQ +aWQ +crR +crR +uzS +pnj +aZa +cWd +hHK +crR +crR +crR +bLO +bLH +bIF +bLn +crR +isR +bIG +bxY +aqQ +bxu +bDL +bAj +anT +bCz +aip +aFI +cmp +rKd +aip +aip +aJr +asm +nzu +afh +acC +qyG +gdj +aZW +aoc +afh +aAS +aAs +hnj +aRK +ipW +dxX +acG +axC +aOl +aOl +aTF +uKw +aOl +hJk +ipW +amO +aXU +aZr +anO +anO +jWi +aSI +nhi +bgH +wFZ +bgD +avP +uJo +aPA +ayC +oQt +dzd +avP +avP +avP +xvA +aml +yaV +yaV +yaV +gHI +gHI +bdZ +yaV +yaV +qGA +yaV +fZM +qeK +qnV +fIQ +fIQ +dvZ +iae +azV +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aLu +uWr +nPu +aBb +tUV +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(54,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +hbT +ybM +ajK +ajK +ajK +ajK +ajK +ajK +ajY +aIK +amW +amW +amW +bNU +ajK +cBs +adl +adl +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gcc +aJd +oGt +ajK +aNI +ajK +aoU +awE +eGQ +aGI +aQw +alx +abq +aLo +pXd +amo +aDP +aDP +aqi +ahm +aLo +jew +ajs +ajs +aWQ +aWQ +aWQ +aWQ +crR +aIG +mWe +fdH +vsk +mUD +pAW +crR +crR +crR +bIG +bIG +bIG +bKO +dsy +qZZ +bHq +aqQ +bEH +bxu +bAj +apK +aks +afP +agh +aVS +bub +rWS +aeg +asm +gaP +aBf +aJe +acC +acC +aEA +ajd +bjU +afh +auQ +kKG +aZW +aRK +ipW +aTy +upT +aPL +aBE +unW +bsz +tqL +dPn +pvm +ipW +amO +aug +aWA +aEL +aRl +aHu +eBs +aID +whK +aVN +eTD +eHu +anu +aCr +akW +rxz +nUm +pGd +nUm +aen +aDM +rwI +bwU +nPu +aqK +aPz +bdF +nPu +bfK +bej +bez +beu +otF +qeK +qnV +nPu +nPu +mAm +iae +aBj +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aXc +uWr +qGA +aaw +tUV +bjA +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(55,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acX +jJn +qTF +jOK +inE +ajK +ajK +aIn +ajK +yaK +aIp +abD +imO +abD +abD +auW +bSe +ajK +adl +adl +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ilR +gcc +aJd +lfS +aJd +ajK +bcs +bwx +acz +aWQ +aWQ +aWQ +fmu +aLl +aLo +ajj +aYF +arc +aWQ +aWQ +aDY +agW +aEK +axN +aWQ +aWQ +aWQ +aWQ +aWQ +crR +dUm +bmY +idy +cYa +aLG +aIG +rqp +eoJ +kUd +apd +apd +apd +bKP +xZj +apd +bBM +aqQ +bEI +bxu +bAj +apK +aks +afP +buz +aRg +aGK +rWS +baa +arG +aBf +aJe +acC +acC +qyG +aZb +aTm +aWQ +afh +mSM +cgU +qEd +aRK +ipW +agk +ahG +ttQ +aSJ +mzr +mzr +mzr +lPh +atN +ipW +afH +aXU +aKv +axJ +mCq +aXU +pqS +acu +uLB +alt +hGi +kDO +tuq +aWQ +aWQ +xUp +aIc +oGX +oGX +arr +aDM +rwI +qSm +nPu +bwQ +aiZ +fWe +bgd +fWe +bfc +beA +bev +otF +qeK +aAh +fIQ +nPu +mAm +iae +afZ +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +apT +uWr +nPu +iIy +tUV +bjA +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(56,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +utd +pUe +aei +aSd +byd +byd +aSd +aiS +aJI +ajK +ajK +ajK +ajK +aWM +abD +aWQ +aWQ +aWQ +auH +aIl +aIn +pFD +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aoN +aJd +gcc +aJd +aJd +aoN +aNI +ajK +aJO +rrW +acz +aWQ +aWQ +aUe +aLl +aLo +ajo +jLL +aWQ +aWQ +aWQ +ahR +aaH +sPW +aUe +aWQ +aWQ +aWQ +aWQ +aWQ +crR +lVi +rhB +rUO +cYa +iEf +aIG +htW +aTc +kUd +apl +abe +agg +kzi +bJR +bBQ +bBN +mCc +bEJ +bDM +bAj +bzn +byR +afP +fds +fsb +xcf +rWS +awV +aoR +afh +bxF +acC +acC +aEA +apr +aWQ +aWQ +avv +aAS +aAs +aur +xAp +xAp +xAp +aCd +aHa +dyw +eIi +aRu +ggv +lLs +xAp +xAp +xAp +xQm +jtn +vNy +aXU +aXU +aMa +aVZ +wUG +gBZ +aPE +tuq +aWQ +aWQ +aWQ +jua +qTZ +oGX +lhk +uEV +aDM +rwI +qSm +qGA +nPu +mAm +bgE +bge +bds +aup +beJ +bew +otF +qeK +qnV +nPu +nPu +nPu +iae +aQH +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +apE +uWr +qGA +ycQ +bbr +bjA +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(57,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +mnQ +aei +aei +aei +aei +aei +byd +pUi +aUV +aUV +aUV +aUV +fDp +aWQ +aWQ +aWQ +aWQ +aeh +aBF +aUV +aUV +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ahI +aQu +axA +aHY +aHY +aTR +aTR +aTR +alY +aBG +aWQ +aWQ +aWQ +aLl +aLo +aLo +aPS +aXB +aWQ +aWQ +aqi +xTO +aVO +rCc +xRj +aWQ +aWQ +aWQ +aWQ +crR +aOw +aUB +aUB +cYa +awk +kCK +efF +eoJ +kUd +aHK +dfW +xDL +bJT +njX +dbZ +bHr +aNQ +bEK +bAu +bDb +amv +aip +aip +aBA +fsb +afg +ouS +ouS +baa +aTN +acC +acC +bkf +aZW +aWQ +aWQ +aWQ +aTN +aCI +aYW +aur +agA +lav +xAp +ipW +afm +ipW +xAp +xAp +xAp +xAp +xAp +ane +aPU +aXU +adT +rEN +aNR +aiB +tbz +dwl +asP +bgF +nmt +tuq +aWQ +aWQ +tuq +dKm +klA +nRy +puG +aZg +hOu +dJH +qSm +nPu +nPu +abU +bec +bdL +aff +aJJ +yhE +fIQ +otF +qeK +qnV +nPu +fIQ +gdR +iae +azV +kGP +aXN +kGP +kGP +kGP +ibP +kGP +kGP +kGP +kGP +aXN +kGP +kGP +kGP +kGP +kGP +kGP +kGP +kGP +aXN +kGP +kGP +aLu +iae +qOg +nPu +izU +bbr +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(58,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aei +aei +byd +byd +byd +piW +aUV +scM +aFp +aUV +agy +aUM +aWQ +aWQ +aWQ +aWQ +aWQ +lvK +aMh +aUV +ciy +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +jvP +pOc +aBw +aBw +aBw +axO +axO +aHc +aZP +aWQ +aWQ +aWQ +aWQ +aLo +aLo +aLo +aPS +amF +aWQ +aDP +pKE +ami +sPW +qWS +aWQ +aWQ +aWQ +crR +crR +exE +kdy +kCK +aRV +tDh +dKU +crR +crR +crR +fTW +atS +aLr +bJU +qMh +aqQ +bHs +bFP +bEL +bja +bDc +aJp +bCz +aip +wNd +atU +aip +ouS +aJr +asm +afh +acC +acC +acC +aWQ +aWQ +aWQ +agG +afh +aCI +ajI +aZW +njp +aju +xAp +arq +wqx +hAm +aVB +aju +aju +aju +xAp +aYJ +kBu +byp +aXU +atr +axn +aHV +xbZ +apB +jxc +bgF +aAt +aWQ +aWQ +aWQ +wuZ +uHR +aSQ +aCX +kRT +kRT +aaY +rwI +qSm +nPu +nPu +aMD +ttf +ttf +bfL +sch +aac +nPu +ifz +fZM +qnV +fIQ +nPu +mAm +iae +gIT +sEB +oKc +afq +aRF +amk +oKc +kCf +efQ +amk +aum +afq +aRF +amk +aum +afq +aRF +amk +aum +afq +aRF +amk +aum +axq +iae +nPu +awo +jhw +ptj +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(59,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +anF +aOe +fZS +ljs +aUV +aUV +agy +aYL +aUM +aWQ +aWQ +aWQ +aWQ +aWQ +uaf +tRv +aUV +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aHY +aHY +aJa +aJa +ayK +ayK +jjm +aOH +aBG +aWQ +aWQ +aWQ +acn +aLo +aLo +aLo +axD +ajr +uKP +auB +lYs +gcY +aUe +aWQ +aWQ +aWQ +aWQ +crR +crR +aTc +aIQ +dvS +aTc +crR +crR +crR +vte +azO +aEv +wCz +bxS +oIQ +bII +bHt +soe +bEM +aad +aVT +aWu +aks +aXu +tOq +arE +aQX +aju +asm +aBf +aJe +acC +qyG +acC +aWQ +aWQ +agG +awJ +lIM +aEl +ajI +awP +vrT +aJL +aPe +mLO +cqh +ajI +awP +aJL +aJL +aJe +aXs +aYJ +avz +aML +aML +wGO +qiZ +aEL +pgk +apB +sNE +lYa +gjL +mpS +aWQ +tuq +dKm +aYf +mYe +kRT +kRT +cfH +aaY +ajs +aWQ +dvZ +bwR +bdF +bga +nPu +nPu +nPu +aqK +nPu +ifz +fZM +atH +fIQ +fIQ +mAm +oOq +tzo +tzo +fKy +fKy +fKy +fKy +fKy +fKy +fKy +fKy +fKy +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +tzo +cvr +vNn +aDK +aQE +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(60,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +llx +asd +lHf +agU +agU +emd +aVG +akj +aWQ +aWQ +aWQ +aWQ +aWQ +aQQ +auw +aFu +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bQM +beY +aHY +aTR +aZy +anR +aTR +aWQ +aWQ +aWQ +aWQ +aWQ +aLo +aLo +aBg +aAl +amo +lhN +xXq +ahy +agW +asH +aWQ +aWQ +aWQ +aWQ +dTo +gQc +bBu +kws +xlP +bDE +jah +lSZ +crR +crR +tVy +azO +atc +bxS +nqF +bBS +bHu +ybE +rlF +apK +wmO +wmO +aks +yhN +azp +ajI +awP +rYb +cnH +aJe +qyG +acC +acC +acC +awP +aJL +aJL +aJL +aVI +aCI +aEV +bac +bac +bac +bac +agQ +eoO +cUi +bac +bac +dGZ +bac +lrJ +auE +aBO +qsv +awB +aUI +pSh +aIb +aBY +aHd +uEg +ccj +gjL +akW +rAP +dKm +wvA +mYe +kRT +kRT +kRT +tel +bfR +ayq +aWQ +oTw +bwM +fKy +bhh +oTw +xpQ +cvr +nPu +nPu +ifz +qeK +qnV +nPu +fIQ +aMD +ttf +nPu +nPu +nPu +ttf +ttf +sch +dvZ +nPu +nPu +ttf +ttf +nPu +ttf +ttf +nPu +nPu +ttf +nPu +nPu +nPu +ttf +ttf +nPu +nPu +sch +iGv +aBb +xXJ +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(61,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aav +arO +aUV +aUV +aUV +abN +gKN +aYL +aWQ +aWQ +aWQ +aWQ +aWQ +aYL +aYL +aOS +aUV +akX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aHY +aGY +aKR +amf +axO +gAn +qrb +aoO +aZP +aWQ +aWQ +aWQ +aWQ +iqj +aLo +aqB +agf +ayx +alQ +aPx +aaH +sPW +aUT +aWQ +aWQ +aWQ +eZH +aIz +gGI +xXi +gme +ahd +bak +acE +ikd +crR +crR +crR +aHK +bxS +kgD +bIJ +bHv +rNy +bCF +apK +wmO +wmO +aks +yhN +otV +bQa +amY +aFg +aFg +amY +amY +aFg +aFg +aFg +aFg +amY +amY +amY +aFg +iKy +aaf +aaf +aZT +wFv +wFv +aaf +mKO +aWF +aWF +jik +jik +aWF +jik +aJc +amw +ajw +bhb +awB +aUI +xTI +aro +aCU +aOL +xIz +oqK +oGX +qTZ +aws +mYe +cfH +kRT +xlF +nUm +gxw +aWQ +ayq +aWQ +oTw +xRs +bdv +jmo +oTw +aQB +iae +nPu +aJs +nPu +fZM +nRI +qGA +nPu +bem +fIQ +nPu +nPu +nPu +aLY +nPu +fIQ +nPu +nPu +qGA +aqK +fIQ +nPu +qGA +fIQ +nPu +aCQ +fIQ +fIQ +nPu +qGA +kSy +nPu +nPu +nPu +bcL +bcB +nPu +tUV +bjA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(62,1,1) = {" +aay +aWQ +aWQ +aWQ +ajO +ajO +aDS +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +wUC +aUV +aCf +aUV +agy +auF +aYL +aWQ +aWQ +aWQ +aWQ +cED +aIW +veV +aOS +aUV +aUV +amJ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aHY +aJa +ayK +aTR +anR +aTR +aTR +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +fci +hmN +aPS +aDE +ahR +aSP +aaH +asH +aNW +aWQ +aWQ +aWQ +dTo +aXa +aGB +vtw +aVl +bve +ahd +mDJ +kCK +jeB +aTc +oVH +aHK +bxS +bJV +aqQ +bHw +aqQ +bna +apK +wmO +wmO +aks +yhN +azp +bae +aSA +bad +bad +bad +aSA +aSA +bad +bad +aSA +aSA +aSA +bad +bad +bad +bad +bad +bad +aSA +oHr +lLP +wbL +fMK +bad +bad +bad +bad +ygc +eqT +oVe +tSg +awB +awB +awB +aUI +kcR +aYw +qYN +uap +nwa +hIn +nRy +mYe +uuZ +kRT +aiC +aCr +aNt +aFX +aaY +aWQ +oTw +oTw +beU +beB +beg +oTw +oTw +oTw +nPu +nPu +ifz +fZM +qnV +qQH +qGA +nPu +nPu +nPu +nPu +fIQ +fIQ +nPu +fIQ +nPu +nPu +nPu +nPu +nPu +nPu +nPu +agT +qGA +nPu +fIQ +nPu +fIQ +nPu +eHa +nPu +bdt +bdi +bcM +kAD +awo +eCl +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(63,1,1) = {" +aay +aWQ +ajO +aWQ +ajO +ajO +ajO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gTM +aKo +aUV +aUV +aaK +agy +wfH +aUM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aYL +bpY +aOS +aUV +aaU +aZz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aHY +rzH +aTR +anR +aTR +aZy +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xiW +aiX +aQd +aSP +aSP +aaH +aLo +khI +aWQ +aWQ +crR +crR +dXp +gNf +aVl +sMy +cdD +reo +bam +kCK +kHn +aTc +apd +aHK +bxS +nqF +bIL +bHx +deS +lfh +apK +wmO +wmO +aks +bro +rml +jzx +aEA +ayv +ayv +kbU +ayv +ayv +jvg +ayv +ayv +ayv +aOG +apU +acC +acC +aEA +ayv +ayv +aOG +apU +mLO +sNs +aYW +vka +ayv +ayv +apU +aDh +ebV +vet +aOK +pUT +aqt +aJY +aJY +aJY +aCU +apm +apy +odd +puG +mYe +kRT +cfH +kRT +aAt +tuq +jua +kla +aaY +aiG +aAG +bfk +oJd +beD +lEt +bdM +xRs +iae +nPu +nPu +otF +fZM +fZM +jDV +apY +uDL +uDL +qXh +lzT +uDL +uDL +uDL +gpP +gpP +qGA +qGA +gpP +gpP +gpP +gpP +uDL +uDL +uDL +uDL +gpP +nPu +qGA +bdH +baU +baK +icH +bau +dvZ +nPu +ksR +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(64,1,1) = {" +aay +aVv +ajO +xns +ajO +ajO +ajO +ajO +aWQ +aWQ +tlk +ajO +aWQ +aWQ +ajO +aZh +nky +kLo +asd +aUV +aet +aYL +aUM +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ftP +eiL +aUV +aZz +aZz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +nLu +aYv +aQv +aTR +anR +aTR +aeL +xYY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ipn +olM +aPS +aDE +ahR +anV +aGU +aLo +qvy +aWQ +aWQ +crR +ivx +gNf +qjp +aUn +bvf +adD +acE +aIG +crR +crR +crR +aHK +bxS +nqF +aqQ +bHy +aqQ +bEN +afk +bzc +bzJ +byR +tQt +qqm +blC +tQt +anI +tQt +pGO +pGO +pGO +acg +anI +itx +aBf +aJL +aJe +jvp +acC +aZd +acl +kcJ +iEm +mwB +aWC +cqh +azl +mwB +iEm +iEm +oWn +mwB +ebV +aru +seR +aNA +aJY +aJY +aJY +aqt +aty +xgS +aVb +kRT +kRT +kRT +kRT +kRT +kRT +avL +nYJ +wuZ +sjD +aaY +aiG +aAG +beN +beV +vIL +sZb +bdN +xRs +iae +nPu +axE +otF +fZM +fZM +qeK +qeK +kwK +qeK +kwK +qeK +qeK +qeK +aDu +qeK +qeK +fZM +qeK +bef +kwK +qeK +qeK +kwK +qeK +qeK +dvZ +fZM +qeK +nPu +mAm +bdD +bdu +baC +bav +vNn +aPz +lwZ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(65,1,1) = {" +aay +aVv +ajO +ajO +ajO +ajO +ajO +azj +pqy +vwb +vwb +auX +kcn +qKZ +nmJ +bye +rhn +ljs +aTd +aUV +mcl +eHH +thR +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aud +aYg +aMh +akY +adv +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aeO +aTR +anR +qrb +aaD +aWQ +hBg +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aiX +aQd +aSP +aSP +amL +aLo +aLo +aWQ +aWQ +crR +xxa +pwR +aVl +aVl +aKn +aVl +all +crR +crR +bLI +mtW +amX +bxS +nqF +bIM +bxu +bFQ +iQr +bDN +bAx +amv +tQt +tQt +asa +adu +tQt +tQt +tQt +bkK +bkB +rct +acg +acg +arG +afh +thi +gdj +nLS +ayk +arm +qEd +aRK +lav +mwB +bEQ +eqp +bEQ +mwB +mwB +mwB +mwB +mwB +hDj +aru +seR +auK +aIo +pUT +aJY +aJY +krE +jDE +aCU +kRT +cfH +kRT +kRT +kRT +kRT +asq +nYJ +wuZ +sjD +aaY +aiG +aAG +beN +bwS +tTc +bhi +bdO +xRs +iae +nPu +fIQ +rOJ +yaV +yaV +yaV +yaV +gHI +gHI +bRB +yaV +qGA +yaV +yaV +gHI +gHI +fZM +qeK +gHI +gHI +aKG +yaV +yaV +nPu +yaV +bdZ +dvZ +gHI +yaV +dvZ +baV +bdw +baD +baw +bcI +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(66,1,1) = {" +aay +aVv +ajO +ajO +ajO +ajO +ajO +aSg +auf +abE +agc +aUu +lep +ajO +ajO +byf +asd +hDJ +qfq +aUV +aet +auF +ajz +ajz +aWQ +aWQ +aWQ +aWQ +ajz +ajz +ajz +iWM +ajH +aCp +akY +ajz +ajz +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aNG +rUh +aaD +anR +aTR +aTR +aWQ +tGB +aWQ +aEx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQd +aSP +aSP +anV +whB +aKa +aLo +ajj +crR +uqR +hwr +crR +rFZ +dcE +crR +crR +crR +hqY +apl +amX +aLr +bxS +pWi +aqQ +bHz +bFR +bEO +bDO +bCF +amv +tQt +blX +bgj +blE +mjr +blh +mSF +mSF +mSF +aGD +hWG +acg +bkg +afh +gmX +ayh +bIw +aAz +ajV +aZW +mwB +mwB +mwB +vuC +aSU +aZc +bnU +iMH +xtW +fKl +mwB +mwB +atZ +qHw +seR +ubg +auK +aRS +anN +aHd +cDP +aCU +aNx +nUm +vpn +nZT +nUm +aen +aEF +rAP +dKm +kla +aaY +oTw +oTw +bfl +beW +beG +bhp +mWA +oTw +oTw +aJs +nPu +nPu +aMM +nPu +fIQ +qev +fIQ +qev +nPu +fIQ +nPu +nPu +fIQ +nPu +nPu +sUJ +qnV +fIQ +fIQ +nPu +aXA +fIQ +nPu +nPu +nPu +nPu +nPu +nPu +bdI +bdG +bax +unA +bax +bcK +fIQ +fIQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(67,1,1) = {" +aay +aVv +ajO +ajO +ajO +ajO +aSg +aZj +ddS +aiO +gec +rYa +aCv +fQy +aHG +gHd +uhq +asd +aUV +agy +aYL +auF +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +azb +aSl +aSl +aGZ +aGZ +aXt +aCp +msi +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aNG +aNG +aTR +anR +aTR +aFD +aTR +ahg +ahg +oRc +aIL +aEx +aWQ +aWQ +aWQ +aWQ +aWQ +mQF +aSP +aSP +aSP +xuj +aLo +aLo +crR +aTc +aTc +crR +aTc +aTc +crR +nsr +kCd +apl +amX +atS +atS +aBv +bJW +bIN +bHA +bFS +bEP +bzB +bqF +amv +sLg +aap +bkC +blF +yig +bkC +aor +aor +btK +pgC +bks +bkj +pGO +afh +wan +qov +btl +pgc +ajV +eBL +aRK +bEQ +btr +aqC +vWb +aOr +aao +tAK +qzn +jTY +aEJ +bEQ +jsb +seR +aPq +vvg +seR +seR +ooz +aIP +atp +euh +aUO +bcG +oGX +uIf +mpS +awn +ghX +btu +uHR +sjD +aaY +aiG +aAG +beO +uYQ +wxH +mDq +bdP +xvU +iae +aiY +aJs +qGA +nPu +nPu +qGA +aJs +dvb +aKb +aBb +qev +qGA +aXA +fIQ +fIQ +fIQ +bem +nRI +nPu +fIQ +fIQ +fIQ +fIQ +fIQ +aAC +fIQ +nPu +fIQ +nPu +btk +sch +sch +dvZ +dvZ +iGv +qZC +mTO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(68,1,1) = {" +aay +aVv +ajO +ajO +ajO +ajO +aSg +amR +nRU +pqy +pqy +elq +jYi +aSS +ajO +pqJ +bjB +aUV +aFp +aet +aYL +azZ +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +aCp +aCp +gyh +aGZ +aGZ +aGZ +aMn +ahu +ajz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aNG +aHp +aKN +anR +aTR +aTR +aCE +ahg +ahg +ari +aBG +aBG +aWQ +aWQ +aWQ +aWQ +cAP +ehk +atJ +aDE +aSP +anV +rfg +tcu +oYp +aLo +aLo +crR +hqY +mtW +crR +spe +tkc +amX +atS +atS +aBv +mrR +apd +apd +asR +aqQ +bER +bDP +uSK +amv +sLg +akf +bwK +blj +biw +blj +akf +akf +akf +aKt +bks +bkk +pGO +afh +qaq +kAk +tBF +aKm +sIN +aZW +agA +bEQ +hpX +aGN +ppk +kxh +acR +aEa +wKZ +lDI +dGs +bEQ +juH +jXC +seR +akO +aUS +aAf +bcz +aVZ +aNf +aCU +aIm +seR +vFA +aWQ +hHh +jua +xUp +oGX +oGX +sjD +aaY +aiG +aAG +bfm +uYQ +beH +lyW +bdP +bdv +iae +bem +nPu +nPu +nPu +qGA +alL +asY +awT +axu +juR +qGA +cyW +aal +fIQ +fIQ +nPu +ifz +fIQ +fIQ +fIQ +fIQ +jNk +jNk +jNk +jNk +jNk +jNk +quc +fIQ +nPu +otF +qnV +nPu +qGA +aWQ +oAj +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(69,1,1) = {" +aay +aVv +ajO +aWQ +aWQ +ajO +lPw +azj +aWQ +dSN +dGA +vZY +kFr +aWQ +aWQ +byg +asd +asd +aUV +aet +lef +aaQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +ajz +abZ +adv +aGZ +aud +aGZ +aGZ +aCp +tLf +ajz +aHY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aTR +aTR +anR +aCE +ahN +aCC +aBG +auA +qcf +aBG +aBG +aBG +aWQ +aWQ +aWQ +gmg +iWX +qqN +aQd +aSP +aSP +aSP +aSP +anV +nFR +aKJ +ajF +spe +wcx +atS +atS +atS +aLr +atS +atS +npb +vgh +apd +apd +gzz +bFT +bES +aqQ +bDd +amv +tQt +tQt +tQt +tQt +blt +aTq +qBl +bxs +bxs +wKB +aYx +bkk +pGO +afh +ciA +egq +bxH +nbO +vks +aZd +aRK +bEQ +vHS +vMf +bxD +gRP +mwB +qLS +vgw +dxa +mbC +bEQ +aIf +dVa +aAf +aMb +axp +aPa +rMe +qvJ +ozc +apo +aIm +pwb +aWQ +aWQ +tuq +tuq +jua +akW +oGX +sjD +aaY +aiG +aAG +bfn +kMw +bwO +dPB +bdQ +xRs +bff +nPu +qGA +aJs +nPu +nPu +aJs +aWQ +bjA +bjA +aKy +uAD +xAm +aWB +aWQ +uMq +vqK +iIA +aIN +vqK +uMq +uMq +uMq +aWQ +aWQ +aWQ +aWQ +uMq +uMq +uMq +vqK +iIA +aIN +vqK +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(70,1,1) = {" +aay +aWQ +ajO +aWQ +aWQ +aWQ +ajO +aWQ +aWQ +aWQ +adC +vkS +aWQ +aWQ +aWQ +aWQ +pyN +aUV +gOi +aet +aud +ahD +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +nwE +abZ +aCp +aXW +ahq +aGZ +aXt +aCp +aaU +aMn +aHY +aHY +aHY +aWQ +aWQ +aWQ +aWQ +aWQ +aTR +aTR +aeL +aJq +abV +aon +aon +aon +acS +tpd +aBG +aBG +aBG +aWQ +aWQ +aWQ +std +iWX +aLo +aPS +mEJ +aSP +ahR +aSP +aSP +aSP +aSP +aDm +atS +aLr +atS +atS +atS +atS +atS +aBv +aoh +apd +qPE +apd +bHB +bFU +bET +aqQ +bCF +amv +tQt +aIi +aOx +blG +blu +aTq +bkT +pGO +gbW +kWg +aYx +tQt +tQt +avj +apU +bxI +dAd +bxG +acC +iQN +mwB +mwB +wcl +gum +bxE +pLd +mwB +dkV +bsp +ayj +aoS +mwB +mwB +seR +apw +agP +aLJ +aJu +nJS +aEH +aCU +uuC +aIm +aWU +aWQ +aWQ +aWQ +tuq +tuq +jua +klA +sjD +aaY +oTw +oTw +tNQ +beX +beI +kkb +oTw +oTw +tco +nPu +nPu +nPu +nPu +nPu +nPu +aWQ +aWQ +aWQ +aWQ +kNR +jhu +aWQ +aWQ +uMq +bbu +iku +iku +bbV +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +eje +bbc +iku +baX +baE +uMq +uMq +uMq +uMq +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(71,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +orG +aaU +gMP +aaU +aGZ +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +rER +aCp +aGZ +aGZ +aXW +aGZ +eQY +exe +dqG +fGk +aHY +afb +aHY +aJA +aUW +aUW +aHY +awZ +aCE +ahN +aCC +aVU +aBG +aEx +aBG +aBG +oRc +qcf +aBG +aBG +aBG +aBG +aWQ +aWQ +aWQ +qMw +aMH +aiV +aPS +aDE +aSP +aSP +aSP +aTl +atJ +ajF +aRB +bLG +aRB +atc +atS +atS +atS +wvz +apd +lsn +bJX +aWQ +aWQ +arn +bxu +aqQ +edy +amv +tQt +blY +buo +blH +blu +blk +bkU +pGO +erD +kWg +aYx +tQt +uZf +tBX +xNn +agd +ayo +goY +bxF +acC +vOp +bEQ +kmZ +fTc +lOu +kuA +mwB +hlS +aEa +pkn +eLk +bEQ +seR +aqz +aMb +aLJ +aLJ +aJu +aNA +aCU +aCU +aCU +aou +ayr +agP +aWQ +aWQ +aWQ +tuq +wuZ +oGX +sjD +aaY +alG +oTw +hHu +hHu +hHu +hHu +oTw +aQB +cvr +apg +apg +apg +apg +apg +apg +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +bcc +iku +bbY +bHG +uMq +uMq +uMq +uMq +uMq +uMq +uMq +uMq +uMq +uMq +bbd +iku +iku +baE +uMq +wBs +bbL +bbL +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(72,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajH +aGS +oqO +ajH +ajH +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +jbX +aKO +aud +aGZ +aCp +aGZ +aZz +aGZ +aCp +aUR +aHY +aHY +aHY +aHY +aHY +aHY +aHY +aTR +ahN +aBG +aBG +aVU +aBG +aBG +aBG +oRc +aYb +qcf +aBG +aPw +aBG +aVt +aWQ +aWQ +aWQ +aWQ +arp +ddH +aLo +aAl +aDE +aSP +aSP +pvk +aLo +ajs +ajs +nUh +qZZ +cwe +atc +atS +atS +aTo +lAX +gXh +aWQ +aWQ +aWQ +bxu +bEU +aqQ +wot +amv +tQt +blT +jvi +blI +blu +aTq +hMu +bxs +bxs +bkx +aYx +tQt +tQt +arG +afh +oGF +aCx +srN +qyG +acC +vOp +fvH +oiP +mzB +gUf +atw +ayB +qww +aPs +riO +ayl +bEQ +seR +aOo +agP +aLJ +aLJ +aoo +rMe +aCU +aEP +tbN +aIm +aUS +agP +aWQ +aWQ +aWQ +aWQ +wuZ +oGX +sjD +aaY +mCA +oTw +ayT +ayT +ayT +ayT +oTw +atB +atB +atB +atB +atB +atB +atB +atB +ajs +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +uMq +uMq +baL +tlZ +iku +mzL +bbp +bbR +cbr +bbI +rEc +bbA +bbw +bbm +bbp +lkt +bbe +xca +baM +baF +tGe +any +any +baO +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(73,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUV +aCD +aUV +aet +aud +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +ajz +asI +aXW +aGZ +nKj +aeb +aGZ +aGZ +aaV +avk +tex +aHY +hDQ +aHY +qUY +aVh +arv +shN +qXs +aon +aon +aOy +aWQ +aWQ +aWQ +alW +aNG +aBG +pGz +aBG +afs +aTR +aWQ +aWQ +aWQ +eIF +oqI +aLo +aLo +aLo +vNr +aSP +aSP +aaH +aWQ +aWQ +aWQ +aWQ +atE +uqJ +azO +atc +atS +atS +aTx +dEo +aWQ +aWQ +aWQ +bxu +bxu +aqQ +bCF +amv +sLg +blZ +uPF +tQt +blv +ise +pYY +bkL +uPF +wKB +bks +bkm +aBd +aJL +jwQ +ckD +acC +aTe +acC +acC +ajk +bEQ +xOJ +pkg +jwj +jwj +tzE +jwj +bao +xSh +sAv +bEQ +biW +aAf +agP +aLJ +aJu +aXO +nJS +jXI +dqu +bFF +abT +aBz +kuU +aLJ +aWQ +aWQ +aWQ +dKm +vFA +sjD +aJn +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +ans +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +baW +baQ +bbu +baN +baN +bei +bbk +bbk +bbJ +bbJ +bbk +bbB +bbk +bbk +khx +bdW +bdJ +lMd +any +baG +uMq +bbH +vqd +nHQ +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(74,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUV +aZz +aUV +gMP +ahq +aGZ +aWQ +aWQ +aWQ +aWQ +aWQ +ajz +aGZ +aGZ +aXt +aqr +aaU +aCp +oHU +aaU +pmw +aHp +uOL +aTR +aTR +aeL +aTR +aTR +anR +alY +aBG +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aNG +aNG +aUZ +aBG +afs +aZy +aTR +aWQ +aWQ +aww +atV +wMW +ajj +aLo +kOv +aDE +aSP +vyr +bvK +aCh +aWQ +aWQ +aWQ +bLX +mtW +amX +aLr +atS +aTx +aWQ +aWQ +aWQ +aWQ +bFW +bEV +bDQ +uFu +amv +sLg +bma +qtn +tQt +hhz +opO +vvv +vvv +vvv +avQ +bks +bkm +pGO +acC +acC +ckD +acC +acC +aEA +hfc +mwB +mwB +mwB +adw +ajJ +ajJ +aNu +ajJ +ajJ +uKz +mwB +mwB +mwB +eAf +arJ +acm +aoo +xBP +nJS +aCU +aWg +aCG +aJY +aMf +aYy +arJ +acm +aWQ +aWQ +aOM +klA +jek +nUm +nUm +nUm +bZU +kRT +kRT +kRT +tel +nUm +nUm +nUm +nUm +kZZ +anu +beL +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +ueD +jxo +jTt +nrt +nrt +bbW +bbS +bbK +bbK +bbK +bea +lKe +bbx +lKe +any +any +lKe +qKz +baN +baH +uMq +qMn +uMq +paQ +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(75,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUV +acM +aTG +age +aIB +aBW +aYL +aWQ +aWQ +aWQ +aWQ +ajz +ajH +uEO +wWA +ajH +ajH +ajz +aXt +adv +aZz +aTR +aTR +aTR +aCE +awZ +aTR +aCE +anR +alY +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +vtf +aCq +afs +aTR +aTR +aWQ +aWQ +aWQ +atV +okr +aLo +xyp +hwj +djo +aSP +anV +bVb +atF +wKz +aWQ +aWQ +ajs +aHK +atS +atS +aBv +aoh +ajs +aWQ +aWQ +aWQ +bFX +bEW +bzB +bCF +amv +sLg +wII +gJL +tQt +blw +ise +kKH +wII +wII +wKB +aYx +bkm +aBd +acC +acC +tzp +mxd +aUU +ppu +aTm +gLQ +tva +mwB +mwB +mwB +mwB +mwB +mwB +mwB +mwB +mwB +aYJ +axR +aIm +amj +bsQ +seR +seR +exl +aBV +aCO +aCU +aJY +aJY +abT +vLJ +aXO +aWQ +aWQ +aWQ +oGX +oGX +oGX +bFv +oGX +sjD +kRT +cfH +tel +hBY +oGX +oGX +oGX +vFA +kDO +tuq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +eZq +nVm +jcX +bbC +bbT +bbT +kDQ +bbC +bbC +bbC +ukH +bbC +bbT +bbs +bbn +bbj +myp +kRv +fkU +fLq +uMq +whc +ihl +saz +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(76,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUV +aUV +aUV +aTG +asd +aFp +gMP +aYL +aYL +aWQ +aWQ +aWQ +ajz +aXt +aaU +aCp +aUV +aZz +ajz +ajz +ajz +aBH +aCE +aTR +aKN +aTR +aTR +aTR +aTR +aez +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +lFy +aBG +aVt +aTR +aTR +aTR +aWQ +aWQ +gqX +aLl +aLo +mdf +aWQ +bws +qUk +aSP +anV +aKd +aSH +ajo +ajs +ajs +ajF +qDo +kHC +ajF +ajs +ajs +aWQ +aWQ +aWQ +bFY +bEX +deS +bDe +amv +tQt +aIi +kEv +bsY +kSf +aTq +bkV +bxs +bxs +wKB +bks +tQt +tQt +ayv +apU +aXd +apI +sIN +aZW +aKI +wYO +aLc +mwB +mWM +aqq +tmd +mwB +aLc +agG +qrx +mwB +aYJ +axR +aIm +seR +seR +seR +hKa +afl +awj +ats +apo +adn +aJY +aJY +abT +aBz +bwV +aWQ +ebO +gYK +oGX +rGD +amE +nRy +akI +kRT +kRT +oxq +ycE +oGX +oGX +vFA +kDO +tuq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +uMq +uMq +uMq +uMq +ibO +uMq +uMq +uMq +uMq +uMq +uMq +uMq +bbz +vZi +iku +iku +pfE +osB +baQ +fhf +qIO +any +any +xlp +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(77,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +age +age +avo +aUV +aUV +aUV +gMP +aEr +aeh +aYL +aWQ +aYL +akk +aES +age +aUG +aCp +aWQ +aWQ +aWQ +aWQ +aWQ +ehV +deb +aMy +aTR +ahN +aCC +aVU +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aBG +afs +aTR +aTR +aTR +aTR +aWQ +aWQ +kNs +aLl +aLo +aWQ +aWQ +aWQ +tyK +aSP +aSP +aLQ +aLo +aLo +aYt +adY +aji +aSP +aSP +aQb +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bEY +bDR +mlc +amv +tQt +bmb +blO +blI +apZ +aTq +bkX +pGO +gbW +kWg +bks +tQt +awJ +pDn +afh +aXd +aKm +inI +aVH +eCK +bBH +wpz +aJL +aJL +aJL +aJL +bpZ +aSV +tJi +aVI +aDh +aYJ +axR +abT +ant +axU +aFd +aFd +spU +aEH +aCU +deJ +aJY +aJY +aqt +aJY +aIm +seR +oGX +aMX +oGX +phQ +rfK +jYq +aEU +kRT +kRT +kRT +rGb +oGX +oGX +oGX +aYE +rAP +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uMq +bbZ +wcP +bbU +nMl +bbP +bbM +bbF +uMq +uMq +bbt +iku +iku +kqF +baY +nwd +lFC +uMq +vyI +vyI +vyI +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(78,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aZs +aUV +aUV +aUV +aUV +aUV +aUV +aUV +gMP +aEr +aYL +aYL +aYL +aWP +aUV +gcP +aWQ +aWQ +aWQ +aWQ +aWQ +eIL +alU +aZU +iFt +aii +aon +aon +aJR +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +afs +aTR +aTR +aZy +aTR +aWQ +aWQ +fqB +iCv +aLo +aWQ +aWQ +aWQ +bvv +aDE +aSP +anV +aLi +agW +aij +agV +aSP +aSP +aQb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bFZ +bEZ +aqQ +unT +amv +tQt +blT +aOx +blI +apZ +aTq +bkY +pGO +erD +kWg +bks +tQt +tQt +abm +aYT +aXd +aKm +apJ +cAo +acC +vnt +anr +anr +iWO +anr +cAo +rMX +vnt +anr +anr +eWk +iyh +akG +gNs +gNs +aOX +aRI +aCU +pLf +aCU +aVb +aCU +aPI +djU +aJY +aJY +abT +aDb +puG +aJy +hoC +puG +puG +mYe +kRT +kRT +aLk +nUm +hBY +oGX +oGX +oGX +oGX +xUp +wye +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +aWQ +aWQ +aWQ +aWQ +uMq +bca +jTt +bbN +bee +beb +vfP +bbG +psD +fsD +oGb +iku +iku +bbg +uMq +gqa +hsB +uMq +uMq +uMq +uMq +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(79,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aGq +aGq +aGq +aUV +aUV +abN +aUV +aUV +aUV +aFp +gMP +aYL +aYL +aYL +aMh +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aBG +lOp +awx +aBG +aBG +aBG +aVU +aBG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +azs +aWQ +aWQ +aBG +aBG +rrz +aTR +aHp +alW +aWQ +aWQ +aMW +aLl +aLo +fks +aWQ +aWQ +aLo +tzc +aSP +aSP +aSP +cYs +iqQ +aji +aSP +aSP +aaH +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bBB +bxu +byQ +bCF +amv +tQt +tQt +tQt +tQt +kSI +aKC +boE +bxs +bxs +bky +bks +bkn +pGO +axh +hRP +aFt +aAc +aKm +apJ +lOv +ayo +gHl +bKx +aAc +aKm +apJ +lOv +ayo +aKm +apI +apI +aSh +aqH +aOm +uEg +bgZ +itZ +svP +aCU +aVb +aCU +awF +aIm +aVW +tkh +aJY +aJY +aJY +aJY +tWK +acp +kRT +kRT +kRT +cfH +kRT +gjL +jSB +awn +uIf +csa +oGX +bFv +oGX +oGX +uQf +aWQ +aWQ +aWQ +aWQ +ddx +ddx +ddx +ddx +ddx +ddx +aWQ +aWQ +uMq +uMq +bbX +tJk +bbf +bed +aPf +obu +bbD +asV +bbv +bdY +olL +ugI +lFC +mgK +eAU +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(80,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aGq +aBT +aQm +aGq +aGq +aGq +asX +aUV +abN +aUV +gMP +aYL +aYL +aYL +agx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xdW +aNS +aBG +aVU +aBG +aWQ +aWQ +aWQ +aBG +aBG +mTh +ahz +aZU +aWQ +aBG +afs +aeL +aTR +aHp +alW +aWQ +aWQ +aqo +aLl +aVO +aWQ +aWQ +aWQ +aWQ +aPS +acJ +aSP +ahR +aSP +bmI +aSP +aSP +aQb +axd +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bxu +aqQ +aJC +amv +sLg +ebb +axb +axb +axb +axb +axb +axb +axb +adc +bks +bko +pGO +axh +aLU +apU +xCu +aVf +aVf +aVf +aVf +vBk +aWQ +xCu +lQR +aVf +aVf +aVf +aVf +aVf +qiJ +azm +dEx +bhc +oUr +aCU +aDc +aCU +aCU +aCU +bgI +gYO +aIm +acI +uTQ +pUT +aJY +aJY +aJY +aJY +cfH +kRT +kRT +kRT +kRT +kRT +gjL +uIf +aym +eRi +bFv +phQ +oGX +mpS +oGX +oGX +sjD +iJt +aWN +aVE +knu +tWI +tWI +tWI +tWI +tWI +bdA +aWQ +aWQ +uMq +uMq +lML +ukH +bbQ +bbO +ukH +bbE +baQ +yaX +iku +iku +glP +krq +bPy +fBZ +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(81,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aGq +aBT +aGq +aGq +aUV +aUV +asv +agy +aYL +gpm +aYL +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aBG +aHz +aBG +aVU +aBG +aWQ +aWQ +aWQ +aBG +aBG +aFc +aFy +ckx +aBG +aBG +aVt +aqM +aTR +alg +aWQ +aWQ +aWQ +aUe +aLl +aGM +aCh +cem +aDr +aWQ +adY +aji +aSP +aSP +aSP +aSP +ahR +aSP +xTO +ajj +bkS +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bFa +aqQ +mPI +amv +sLg +aap +bkC +bkC +bkC +btT +qqs +bkC +btL +pgC +aYx +bkp +pGO +axh +asr +gSm +cjR +acC +acC +tst +glX +aWQ +aWQ +aWQ +ayv +woG +rZw +woG +ayv +bxC +aDh +aYJ +axR +aPI +aRS +aKE +aIo +aRS +pUT +aqX +bgJ +aUQ +aIm +seR +seR +auK +ygn +pUT +aJY +aJY +kRT +kRT +tel +aUp +kRT +kRT +gjL +aWQ +hHh +hHh +jua +blU +bFv +oGX +oGX +ycE +sjD +iJt +aWN +aVE +cTJ +afp +qlE +vsc +oTV +uck +vsc +vIy +aWQ +aWQ +uMq +uMq +uMq +uMq +uMq +uMq +uMq +uMq +trn +adp +keq +trn +uMq +uMq +uMq +uMq +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(82,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aGq +aGq +aGq +aUV +aUV +aUV +aet +aYL +aYL +aYL +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +anW +aBG +aVU +aBG +aWQ +aWQ +aBG +aBG +aBG +aBG +hhh +aEW +aEW +aVt +aTR +aTR +aTR +xxX +aWQ +aWQ +aWQ +aUe +aUo +aSi +atF +wKz +wKz +aZM +fRj +aSP +aSP +aQb +aDE +aSP +aSP +aSP +anV +wiq +aPg +aWQ +aWQ +aWQ +aWQ +aWQ +bFV +bFc +aqQ +omt +amv +tQt +bmc +blP +blj +akf +bln +akf +akf +akf +lxh +aZu +acg +bkg +nyK +sCj +aJL +oVS +acC +acC +acC +awP +usJ +aWQ +aWQ +aPO +aTm +baf +hZR +arG +her +hZR +aYJ +axR +aIm +aDt +seR +seR +seR +aYV +aIP +bgK +aCG +aMA +seR +seR +seR +seR +auK +alv +aRS +fZB +nUm +hBY +lkR +kRT +kRT +aQz +aWQ +aWQ +aWQ +tuq +jua +ydF +qSn +puG +puG +mYe +iJt +aWN +aVE +oll +jly +jly +rao +jly +aJv +bFb +wzr +viw +aWQ +aWQ +teB +aWQ +aWQ +teB +aWQ +uMq +uMq +nLd +cJi +cJi +cJi +uMq +uMq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(83,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aZs +aGq +aUV +umG +aUV +aet +aYL +aYL +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +vkO +akS +aBG +aVU +aBG +aBG +aBG +aBG +xlm +aEW +aVt +anR +aTR +aTR +aTR +aTR +aTR +aWQ +aWQ +aWQ +aWQ +aFj +akL +aLo +aBg +ajc +acB +ahU +sqw +aji +aSP +aQb +tTT +aPS +acJ +aSP +aSP +ahR +nCw +agW +aUe +aWQ +aWQ +bAB +bHC +bGa +bBs +bBf +bCF +amv +tQt +tQt +blQ +adu +tQt +tQt +tQt +bkN +bkD +auU +acg +acg +mjG +aJe +acC +acC +acC +acC +qyG +acC +acC +acC +acC +awP +tKW +aht +hZR +hZR +aSZ +auk +hZR +hZR +axR +aIm +seR +ayr +aMb +aPa +seR +aLT +azz +aGa +aHf +seR +ovA +seR +seR +aAf +aMb +axp +aPa +bFv +aWQ +aWQ +akx +akx +aoE +asS +aWQ +aWQ +aWQ +aWQ +akm +mYe +kRT +kRT +kRT +iJt +aWN +ixi +ozt +ozt +ozt +ozt +ozt +ozt +ozt +aAB +qXr +xUQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +apS +wxr +ozt +ozt +ozt +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(84,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aGq +aUV +uai +aUV +agy +aYL +aYL +aYL +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +rst +tix +akS +aPw +aOp +agz +arH +swW +aVt +aTR +aaJ +aTR +anR +aTR +aTR +aqM +aWQ +aWQ +aWQ +aWQ +aWQ +vJf +ccR +tiO +aLo +ajo +aLo +aBg +adY +aji +aSP +aSP +aaH +aLo +aLo +aPS +qxB +aDE +aSP +ahR +eqx +asH +ajy +aWQ +aWQ +bHD +bGb +bFd +bDS +bAA +aJp +bCz +tQt +pGO +pGO +tQt +aHi +tQt +pGO +pGO +pGO +acg +aBf +aJe +qyG +acC +bxF +aEA +ayv +ayv +ayv +apU +acC +acC +acC +awP +hZR +hZR +hlM +lPO +eDr +hzW +hZR +hZR +haj +seR +seR +arJ +aoo +aGn +aVZ +aCU +aAD +aDt +aIf +seR +aAf +aXO +aMb +aLJ +aLJ +aWQ +aWQ +aWQ +aWQ +aLV +akx +akx +aGs +aGs +aWQ +awi +aLv +kRT +kRT +kRT +cfH +kRT +iJt +kWI +xCe +ozt +ozt +wxr +ozt +ozt +ozt +ozt +ozt +sBg +jly +nQL +bAU +aWQ +aWQ +aWQ +aWQ +aWQ +azr +nvm +wxr +ozt +dZP +eBA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(85,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +aUV +aUV +aUV +aUV +aet +aYL +aYL +aBN +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +tij +tix +aTR +akS +aBG +aBG +aVt +aTR +afB +axO +axO +axO +axO +avO +aKN +obY +aHY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aan +aLo +aLo +wvf +ajj +adY +aji +aSP +aSP +aQb +aBS +aLo +aNJ +aWQ +aMd +hYB +aDE +aSP +anV +exy +ajy +vuK +bIO +bHE +bBC +bFe +bCF +aad +aWu +kCn +dFo +awJ +aKI +aLc +aLc +byt +byr +aAP +eZv +aJL +aJe +acC +aEA +ato +kAR +aaC +aWQ +aWQ +aWQ +tJD +apU +acC +qyG +acC +acC +fVL +uIc +aqS +kQy +wTK +auk +aLJ +aPa +aAf +seR +hKc +aXw +nJS +aYw +awS +aeG +seR +seR +aGy +aGy +aMb +aLJ +aLJ +aWQ +aWQ +aWQ +aWQ +aCR +aNY +qHS +akx +icS +ceZ +aok +akx +daz +kRT +kRT +tel +nUm +aWQ +frJ +aWN +xCe +ozt +ozt +ozt +ozt +dZP +hWi +bOQ +wxr +ozt +ozt +cjI +knu +tWI +ddx +aWQ +aWQ +aWQ +aWQ +mah +wxr +ozt +drR +udE +mrI +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(86,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aGq +asv +aUV +aUV +aUV +aet +aYL +aWP +miE +aUV +asX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aZO +aBG +afs +aTR +aFD +anR +arA +aTR +aTR +aTR +aHY +aHY +aHY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLo +aLo +aLo +aLo +ajo +aQd +aSP +aSP +aQb +afK +aLo +hJe +aWQ +aWQ +aNj +ajj +mCR +aSP +aSP +olF +ajy +exa +atX +bBP +bGc +faa +bAA +apK +wmO +aaq +abp +hPr +aep +aSV +bpZ +sCj +cba +aJe +acC +acC +acC +xsP +apr +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +qAD +apU +acC +acC +acC +auk +dUU +aqS +bsj +mZA +auk +aLJ +aJu +seR +seR +seR +seR +nJS +aCU +aCU +xUS +aMB +seR +aqz +aMb +aLJ +aLJ +aWQ +aWQ +aGs +aGs +pYx +dPr +aLV +aPD +beK +akx +akx +aPD +akx +akx +tel +nUm +asl +aWQ +aWQ +aWQ +aWN +hTn +pbf +dMZ +dXH +dLr +tJO +aSp +hWi +ozt +ozt +ozt +sBg +aON +cTJ +knu +ddx +aWQ +aWQ +aWQ +kFX +ozt +ozt +drR +cHY +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(87,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUV +aUV +akX +agy +agx +aYL +aYL +aWP +aUV +aEY +aUV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aBG +aBG +afs +aTR +aTR +anR +aZy +aTR +aHY +xGH +bwl +hfw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xRj +hxV +aLo +aLo +aLo +fTJ +aYp +aji +aSP +ahR +aaH +aPg +aWQ +aWQ +aWQ +aWQ +aNj +lre +aQd +ahR +aSP +aaH +anp +hfm +aqQ +bHF +aqQ +bCF +aad +aWu +wmO +wmO +abX +aBs +aJe +acC +acC +acC +acC +qyG +acC +acC +rtg +apr +aHi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +fiW +her +acC +acC +aEA +auk +blx +xJJ +aQN +aNs +auk +aLJ +aoo +seR +seR +seR +seR +nJS +aCU +aCU +apy +aBz +aMi +act +agP +aLJ +aWQ +aWQ +aWQ +aGs +lNY +ajZ +aLV +akx +akx +aJz +jWQ +jWQ +yiV +yiV +aOJ +hBY +vFA +uHR +kDO +aWQ +aWQ +aWQ +aWQ +tdQ +aWQ +aWQ +aWQ +iKr +vjA +tTs +hWi +ozt +ozt +ozt +sBg +bJo +lQC +knu +tWI +shw +hDw +ank +ozt +ozt +drR +oTV +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(88,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aRf +azQ +aQY +aRT +aRT +aRT +aiR +akh +akh +akh +aYG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aeW +axt +ahj +abR +aLw +fvK +aLw +akQ +akQ +akQ +aUv +aHE +ale +aWQ +aWQ +gvg +wrQ +anp +fty +aCk +aHT +ahi +aKu +bnM +aNw +aNw +aNw +aQc +aIe +aWQ +aWQ +aWQ +aWQ +aWQ +aqD +asf +pWS +aNw +aNw +acW +aXb +vFu +aqQ +bxu +bGd +bCF +apK +wmO +wmO +xtF +ahK +plA +qyG +aoJ +acC +acC +acC +acC +aEA +ayv +nff +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajs +aed +acK +acK +axW +hZR +aCJ +eci +wyb +cjq +hZR +hZR +aGy +seR +aAf +xgz +aDt +nJS +aCU +aEP +aph +aIm +seR +seR +arJ +aLJ +aWQ +aWQ +aWQ +aGs +aHB +aLL +akx +akx +mLn +fJj +kzj +udt +odw +bdy +aRO +oGX +qTZ +kDO +tuq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +vjA +pte +aWx +ozt +ozt +ozt +ozt +arC +bqV +pKw +vSx +ozt +ozt +ozt +ozt +drR +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(89,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +oiQ +afL +aRf +azQ +aQY +aQY +aWQ +aWQ +aRT +aiR +akh +akh +akh +aYG +aYG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ahW +asT +ahx +inK +aLw +aOs +fvK +akQ +akQ +bhU +bwp +bwm +bwg +ale +ale +aWm +aEm +aEm +aEm +hir +aKu +aKu +aAi +aNw +aNw +aNw +afC +aNw +fhL +aCk +aWQ +aWQ +aWQ +aWQ +iKv +cMs +aQi +aCm +aNw +afC +kkY +aCk +bJZ +bIP +bxu +bBD +cny +apK +wmO +wmO +abX +bvg +afh +acC +aEA +ayv +apU +acC +aEA +aaP +aPO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajs +aIR +aVj +aIR +aIR +hZR +hZR +auk +auk +hZR +hZR +aGQ +sug +seR +seR +aTT +seR +nJS +aqX +akJ +aCG +aIm +seR +seR +aLf +arJ +aWQ +aWQ +aWQ +aGs +mCx +bra +akx +fMl +lJu +iOd +aOT +rzT +cof +aTO +oaX +sCp +xUp +nYJ +tuq +tuq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +gpx +psz +qqb +ozt +ozt +wxr +ozt +ozt +ozt +ozt +ozt +ozt +ozt +ozt +srj +sqa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(90,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aRf +azQ +aQY +aQY +aWQ +aWQ +aWQ +aRT +aiR +akh +aki +aLp +aYG +aYG +aYG +aYG +aWQ +aWQ +aWQ +aWQ +ahW +ahW +aox +uWK +aLw +aLw +aLw +fvK +akQ +akQ +arF +bwi +aKq +aOh +ayM +ajp +aAa +nXq +aCk +sar +aAi +mqc +iZa +iZa +iZa +iZa +iZa +iZa +arw +aAa +kUf +aWQ +aWQ +aWQ +anp +ewW +aCk +wte +doV +aNw +aNw +oMe +aCk +bJZ +arx +bHH +bGe +bFf +apK +wmO +bzT +bCB +kaw +afh +acC +aZW +arG +afh +acC +rDG +arG +aRr +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ajs +xXW +aTt +aTt +wDW +uJT +hZR +aZS +alC +hZR +cKj +idE +seR +seR +oUE +seR +seR +nJS +aCU +azz +awv +hoi +seR +seR +seR +aJf +bKK +aWQ +aWQ +aGs +aaR +aYm +akx +aLV +ylq +xlK +aWJ +hYG +dIc +kzj +ftt +oGX +aih +rAP +tuq +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +bdA +xuN +vSx +ozt +ozt +ozt +ozt +ozt +bcH +ozt +wxr +tcv +igM +aEs +fbE +kFc +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(91,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +apV +aRf +aRf +aRf +aov +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aRT +aIT +akh +akh +aYG +axk +aYG +aYG +aYG +akh +akh +aps +acs +ahP +aBp +aas +aLw +aLw +aBi +fvK +akQ +bwt +atm +bwq +aOE +bwh +ajp +atm +oKj +aAa +avF +aCm +mqc +dhp +aDk +aDk +aDk +aDk +aDk +aDk +qUs +arw +acW +kvd +aWQ +anp +ewW +agt +aCk +aPy +aJX +msz +aNw +acW +taQ +bJZ +aqQ +bHI +aqQ +aci +apK +wmO +bCA +ajs +ahL +bwF +bwG +aPW +ahL +bwF +bnQ +aPW +ahL +ajs +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aCP +aLN +aUK +aUK +aYA +afy +aOi +alC +aiE +aGL +sNT +aEu +seR +lwT +aMb +aPa +act +rMe +aCU +aCU +aAD +seR +seR +seR +aAf +seR +nzN +iFL +aWQ +aGs +nbz +bEh +aLV +akx +akx +aPD +akx +aWJ +dVT +aEX +aCA +oGX +alN +xUp +aWQ +aWQ +aWQ +aWQ +aWQ +shV +aWQ +aWQ +aWQ +knu +bdA +lzO +vSx +ozt +ozt +ozt +ozt +lCD +jwm +aZw +kEs +eZj +aAR +nCs +aaL +vsc +iKr +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(92,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +qYX +aRf +afL +aRf +azQ +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +akh +aYG +aYG +eWB +asb +aYG +aIJ +jYu +arW +tIj +ash +aUl +uWK +aLw +pFP +aLw +gJR +auh +auh +xyw +apO +ePy +aqs +aqs +aQT +aRm +aNw +aAa +otQ +xdm +aDk +aDk +aYe +aNE +aNE +bxt +aDk +aDk +avm +bnc +agt +aCk +xkK +vZg +aKu +aKu +aKu +aAi +aNw +aQc +rZf +iyA +bJY +aqQ +bHJ +bGf +bCF +apK +wmO +bCA +ajs +aIR +aVj +aIR +aIR +aIR +aIR +aVj +aIR +ajs +ajs +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ieb +iSa +aWQ +aWQ +aWQ +aPr +aUK +aUK +aUK +aFl +aaZ +aEu +aEu +aEu +aEu +aEu +aBQ +aMb +aLJ +aLJ +aPa +nJS +aYw +hsx +aAD +seR +seR +aWd +seR +aAf +tPO +aWQ +aWQ +aGs +aGs +asF +riH +aLV +akx +akx +beK +iUO +rDo +gDH +cBw +xUp +oGX +oGX +qTZ +aWQ +frJ +aWN +aVE +nnY +lmu +aWQ +aqY +aeH +vsp +aJk +ozt +ozt +ozt +srj +auP +aQJ +aWQ +aWQ +aWQ +aWQ +lmu +vjA +aFV +htf +bAU +ddx +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(93,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +irH +aRf +aRf +azQ +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aRT +aIT +akh +akh +aYG +aYG +aYG +aYG +aYG +aIJ +aLw +abu +ags +aBp +uWK +aLw +aLw +aLw +cGw +aLw +aHE +bwr +aVr +eYx +oKj +qhn +aNw +aLy +aNw +aNw +aNw +xdm +aDk +aYe +aYe +yfn +yfn +bxt +bxt +wUV +avm +aKw +aKu +rzp +aAi +aNw +aNw +aNw +aNw +aNw +aNw +afO +axP +aHT +bJZ +vDc +bzU +aqQ +gku +apK +wmO +bCA +ajs +uJT +bwJ +bwI +aTt +aTt +aTt +bwD +aut +uJT +ajs +aWQ +aWQ +aWQ +aWZ +jVt +tej +nBI +aEu +geB +aWQ +aWQ +aWQ +hoc +aUK +aUK +amm +aEu +aEu +aEu +aEu +aEu +bxB +aMb +aLJ +aLJ +aLJ +aoo +aeS +aIP +bgL +mpW +bJw +aXO +aMb +aPa +act +seR +iBy +aWQ +aWQ +aWQ +aWQ +aWQ +riH +akx +akx +akx +ogh +aGs +aWQ +aSY +jua +bFv +oGX +oGX +sjD +iJt +aWN +aVE +lmu +lmu +hhK +imh +ozt +ozt +ozt +wxr +ozt +xGW +aNb +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +gpx +oTV +eGy +bAU +ddx +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(94,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +ape +aRf +aRf +azQ +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +aAk +akh +aYG +aYG +aYG +aYG +aIJ +aLw +arW +adt +aYj +aeW +aNH +adI +aLw +hpG +aLw +aLw +ale +bvT +xni +asu +asu +abJ +aLy +aNw +aNw +aNw +xdm +aDk +aNE +nAC +mrQ +bnN +aRt +hsA +aDk +avm +aNw +aNw +aNw +aNw +afC +aNw +aNw +aNw +aNw +afC +aNw +aAa +axP +ggI +bIQ +bxu +bGg +bCF +apK +wmO +bCJ +gbE +jBM +alq +aUK +aUK +aPl +aUK +aUK +ftz +rXq +pFc +aWQ +aZS +aZS +dsz +anw +aUK +otA +lSF +aEu +aWQ +aWQ +aWQ +aWQ +aUK +aUK +aKD +aQo +amB +aEu +aEu +aEu +aTS +aLJ +aLJ +aLJ +aoo +aGy +aKs +qaZ +iYN +aph +aIm +aMb +aLJ +aLJ +aPa +aGy +seR +qZw +aIf +pVZ +aGs +asS +bIK +fDD +aNq +akx +akx +aGs +aWQ +aWQ +tuq +gxO +vFA +oGX +ael +iJt +aWN +fxW +aZp +avt +vSx +ozt +ozt +ozt +ozt +srj +tnv +aNb +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +bdA +vsc +cTJ +bAU +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(95,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aRf +azQ +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +akh +akh +aYG +aYG +aYG +aYG +aqx +aLw +amI +aUH +ahW +dNs +aeW +aNH +aLw +auC +aLw +aBU +ale +ale +eIg +aCk +aCk +axf +dRt +afC +aNw +boC +xdm +aDk +aNE +bon +bob +bnO +kme +hsA +aDk +cbl +iZa +iZa +bmV +aNw +bmL +anJ +bhk +nAn +cAx +aNw +aNw +aNw +acW +vFu +aqQ +bHK +aqQ +bCF +apK +wmO +wmO +aaq +bvz +aBM +ahe +iSj +aUK +aUK +aUK +aBu +mub +adg +eUy +azH +aWD +kGs +aUK +aUK +aUK +aYA +agN +amB +aWQ +aWQ +fjE +aUK +aUK +aUK +aUK +tWb +lfk +aEu +aEu +aOi +aLJ +aLJ +aoo +aGy +aAf +nJS +aYw +aRz +aUQ +aIm +arJ +aLJ +aLJ +aLJ +aPa +aAf +seR +bsx +szu +aFO +seR +uHR +oGX +kyp +kRT +cfH +kRT +aWQ +aWQ +tuq +dKm +oGX +xwq +mYe +iJt +aWN +bnL +ozt +ozt +ozt +ozt +ozt +srj +bRs +lxF +htf +knu +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +bdA +kFc +lmu +pbu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(96,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aJU +aEi +azQ +aQY +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aIT +akh +akh +akh +aYG +axk +aYG +aqx +aox +amI +ahW +ahW +ahW +aDF +ahj +aLw +tDz +aLw +aLw +aWQ +aWQ +oOD +aCk +aPy +edS +aPj +aNw +boG +aNw +xdm +wUV +aYe +boo +aZG +bnP +veA +aNE +aDk +aDk +aDk +aDk +qUs +arw +acW +afI +asf +msC +afQ +ago +aNw +afC +aAa +bKa +aqQ +bHL +aqQ +acb +apK +wmO +wmO +wmO +abX +twM +aWY +aGC +auj +aUK +aUK +aUK +aYA +aba +asB +eXB +aUK +aUK +aPl +aUK +aUK +aUK +aUK +aPn +auI +auI +asB +aUK +aUK +aUK +aUK +aUK +aYA +amB +aEu +nPA +arJ +aoo +aGy +brH +seR +auK +aIP +aTi +aUQ +ayD +ayr +arJ +aLJ +aLJ +aoo +seR +seR +aqz +aeU +kCy +seR +seR +oGX +jek +bZU +kRT +aJY +aWQ +aWQ +aog +mPK +snf +dAG +kRT +iJt +aWN +aol +ozt +wxr +ozt +aXX +xpl +aHA +lmu +lmu +lmu +cTJ +xUQ +aWQ +aWQ +aWQ +ddx +tWI +bdA +oTV +lmu +ulQ +oZg +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(97,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +azQ +aQY +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +akh +akh +aYG +aYG +aYG +aYG +aHl +aWQ +aWQ +aWQ +aWQ +aWQ +aeW +aNH +aLw +cOV +aBi +aWQ +aWQ +fXB +imP +aCk +cMs +aPj +aNw +aNw +aNw +xdm +aDk +aNE +azJ +boc +bvp +bnF +aYe +aNE +aNE +bxt +aDk +aDk +avm +acW +aWQ +aWQ +aXJ +aXJ +afQ +cAx +aNw +aNw +bKb +aqQ +bHN +deS +jui +apK +wmO +wmO +wmO +abX +aIt +aZS +aZS +hRr +asO +aUK +aPl +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aUK +aPl +aUK +aUK +qfW +aVp +aVp +bhO +jJZ +aUK +aFl +aEu +aEu +seR +seR +aAf +seR +xti +rPw +aVZ +aTi +aUQ +tHh +seR +aAf +arJ +aoo +aGy +seR +seR +seR +byk +seR +seR +nyc +seR +seR +aNB +pUT +aJY +aJY +ubt +mav +kRT +kRT +kRT +kRT +iJt +aWN +aol +ozt +ozt +srj +aKQ +lmu +lmu +lmu +lmu +vuu +lmu +cfa +hOS +cTJ +knu +bdA +kFc +lmu +oOe +lmu +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(98,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +agb +agb +aSq +aUz +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +akh +akh +akh +aYG +aYG +aYG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +agM +aeW +aNH +aLw +aLw +aWQ +aWQ +aWQ +aPT +dhI +aCk +aPj +aNw +afC +aNw +xdm +aDk +hsA +bnF +bnF +kme +bnG +iZC +bnp +aUb +bxt +bxt +aDk +avm +acW +uXn +aWQ +aWQ +aWQ +aqD +ceX +ago +aNw +bKb +bIR +bxu +bxb +bCF +apK +wmO +wmO +xtF +asz +aMP +aZS +aZS +tIS +aea +aUK +bkE +aUK +aUK +aUK +aUK +abL +kia +axy +uja +agm +yjA +aqk +aUK +aUK +aUK +aUK +aCy +aRo +bic +bhP +aNZ +aUK +aYA +aQo +auI +aFd +auY +ant +aFd +aFd +adN +aYw +aRz +aUQ +qzt +aKs +aFd +iBA +aFd +agj +aKs +aFd +tCa +aFd +aBz +aqz +seR +aKs +aFd +nZO +ajG +aJY +aJY +acZ +aJY +aqt +kRT +kRT +kRT +iJt +aWN +aol +ozt +ozt +afw +sCk +rao +jly +jly +jly +bFb +nnt +jly +jly +jly +vsp +vsp +anc +aCt +ahS +lmu +lmu +nZY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(99,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aRf +azQ +aUz +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aiR +aCM +aCM +aCM +akh +aYG +aYG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aeW +aeW +qHa +hpG +adI +aWQ +aWQ +aWQ +gYS +slM +taQ +aPj +aNw +aNw +aNw +box +wUV +aYe +bnv +bod +bnR +bnH +bnz +bnq +twN +kce +aNE +aDk +avm +avi +aQi +aWQ +aWQ +aWQ +aWQ +ahi +aAi +bmJ +bKc +xfs +bHO +dAr +bNG +but +bzW +bmh +byU +bvR +aTw +aOi +aZS +vog +aUK +aUK +aUK +abL +aGj +agm +uja +aam +aWQ +aWQ +aWQ +aiE +pul +aOV +aKU +aUK +aIS +aUK +aCy +aZD +bid +bhQ +ruh +aVp +bcd +bhj +aVp +aVp +aVp +aVp +aVp +aVp +aOO +aQU +aoq +bgG +rfk +agK +iyx +aXl +rwv +aEE +mfv +iyx +aXl +rwv +hEn +aRQ +lUY +aTA +iyx +aXl +aXl +aXl +aXl +aXl +aXl +aXl +ayZ +ayZ +ayZ +aRW +nLj +tQB +ayZ +ayZ +ayZ +ayZ +ayZ +ayZ +ayZ +ayZ +ayZ +atQ +aKT +tBT +oaS +pvW +ayZ +ayZ +mLY +ain +lmu +lmu +cri +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(100,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aJU +aov +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aIT +aCM +akh +akh +njw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ark +aeW +ahj +fvK +aLw +aWQ +aWQ +aWQ +aWQ +aCk +aCk +loP +abJ +aNw +aNw +xdm +aDk +abh +vYo +bnt +bnS +bnt +bnv +bnr +bng +ath +abh +aDk +mTD +acW +enZ +msC +aWQ +aWQ +bzq +avS +afC +aNw +aQG +bMS +bMS +bMS +bMS +akP +akP +akP +akP +ahp +arK +aqF +aRM +aOV +hcZ +aUK +aUK +ama +bpS +aaZ +aTS +aWQ +aWQ +aWQ +aWQ +aOc +aHh +aNM +aOV +aYX +kcw +aUK +aCy +bim +aZD +aZD +bhG +aZD +aUw +aAL +aAL +aAL +aaj +aRo +aRo +aRo +sCw +ayU +mZf +xEm +hgH +ayU +tjj +aFw +saX +axZ +aQU +aoq +aFw +saX +aMk +aMk +aMk +aMk +aEG +aFw +aFw +bdS +aFw +aAg +aec +aec +aqh +aer +aer +bci +lZp +bci +bci +aer +arl +awt +awt +awt +aEO +aer +aer +nws +mSf +mSf +wUp +mWQ +xRD +aer +xxt +xfi +aLR +lmu +lmu +eal +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(101,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +fyl +aov +asE +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +aKr +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLw +aku +aeW +aeW +alj +aLw +aWQ +aWQ +aWQ +aWQ +adh +asf +ooQ +aUX +ilw +avT +boy +aDk +abh +aCo +bnt +anm +bvo +aYs +bns +bnh +amN +bmZ +aDk +avm +aKM +afI +akB +aXJ +aWQ +aCk +cuE +aNw +aNw +aQG +aGA +bBw +bBw +bBw +anj +anj +anj +anH +ahp +qoB +aQD +aQD +aQD +aWl +aWl +aWl +arK +aJH +adg +aTZ +aWQ +aWQ +aWQ +aWQ +aWQ +aZS +aHh +qpr +asB +aUK +aUK +aCy +aZD +aRo +bhR +aUw +aMJ +aPu +eiQ +amz +aJb +ald +aMJ +aMJ +bgU +aPu +aQU +aQU +aiD +ayP +aQU +ewd +aVu +aVu +auz +rEi +cTm +aVu +aVu +aVu +aVu +aVu +aVu +aVu +aVu +aqh +aFw +fPr +ayP +aQU +aQU +ewd +aEw +bck +bck +jGC +aRE +aRE +qQI +aZf +tJt +wZZ +fdz +nCW +aqO +aqO +aZf +tJt +oqz +nCW +aqO +aJE +aEO +aXE +aVx +drR +lmu +lVv +eFF +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(102,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +mwF +aQY +aQY +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aiR +akh +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOs +aku +aeW +aeW +aNz +aLw +ass +aWQ +aWQ +aWQ +cra +aCk +ayQ +aCm +aNw +aNw +xdm +aDk +abh +azJ +bnt +bnS +bnt +bnv +aUJ +bni +bne +ogy +bmW +bmR +acW +mIH +akB +aWQ +aWQ +nTm +aLg +aNw +aNw +aQG +aGA +bBw +bBw +bBw +anj +anj +anj +anH +ahp +aUy +aUy +aUy +aUy +aUy +aUy +aUy +afX +atW +akw +aTZ +aZS +aWQ +aWQ +aWQ +aZS +aZS +aAw +oqa +aUK +aPl +aUK +aCy +aRo +aRo +aZD +bhH +pAO +fRU +ala +aEu +auK +ebs +aRS +qEv +aRS +rDm +aWa +aMk +awl +akz +aRS +aRS +ebs +rnw +aRS +aRS +aRS +qEv +aRA +adr +ygn +aRS +aRS +aRS +aVV +aNn +aFw +lgw +ahk +alz +alz +gFu +mnp +hZR +auk +auk +aSZ +hZR +sUH +xpl +amT +lmu +wMH +bRs +xpl +mtQ +xpl +aaL +wMH +xpl +xpl +aYk +omf +bYS +nsn +drR +bwN +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(103,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aVg +axa +aQY +aUz +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aRT +aiR +akh +aSu +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWh +aJK +aku +aeW +aeW +aNz +aLw +fQu +aWQ +aWQ +aWQ +aWQ +aCk +ayQ +lvZ +aNw +afC +eEz +aDk +aYe +bvy +bog +bnt +bnI +bnA +bnv +bnj +kce +aNE +aDk +avm +aUh +weo +web +aWQ +aWQ +wTt +aCm +afC +aNw +aQG +aGA +bBw +bBw +bBw +anj +anj +anj +anH +ahp +aej +xYf +xYf +xYf +aXh +aXh +aXh +irD +auI +mvc +aTZ +aZS +aZS +aWQ +aWQ +aZS +aZS +vog +aUK +aUK +aUK +aUK +pje +aMJ +aMJ +aMJ +ddw +aFl +aEu +aEu +aEu +aUS +aMb +axp +aPa +aGy +nJS +aNn +aFw +aFk +aIm +gQZ +seR +seR +seR +seR +seR +aXO +aMb +axp +aPa +ejp +seR +seR +aDt +nJS +aNn +aFw +lgw +alz +alz +aZE +aRY +hZR +hZR +tcP +scC +niY +hZR +abn +lmu +lmu +vsc +lmu +lmu +lmu +lmu +lmu +lmu +lmu +wDy +lmu +ayi +omf +aer +aWe +drR +eWC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(104,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +agb +alS +aUz +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +vqW +vqW +arD +aYh +dMh +dMh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLw +aku +aeW +aeW +aNz +aLw +ass +aWQ +aWQ +aWQ +aWQ +kbX +ayQ +aCm +aNw +aNw +xdm +aDk +hsA +kme +boh +bnT +bwZ +bnD +cwx +clZ +bxt +bxt +aDk +avm +acW +asQ +aJG +aWQ +aWQ +aWQ +aCm +aNw +aNw +aQG +aFN +aFN +aFN +aFN +apq +apq +apq +apq +ahp +azU +aEu +aCP +aGL +aOV +aqk +aUK +aUK +aUK +tWb +alr +aZS +aZS +aWQ +aWQ +aZS +aWZ +atj +aUK +aUK +aUK +abL +agm +agm +agm +agm +agm +ala +aGL +aEu +aEu +ayr +agP +aLJ +aLJ +aPa +iuc +aNn +aAg +aUa +tHh +seR +seR +seR +seR +seR +aMi +aMb +aLJ +aLJ +aWQ +aWQ +aGy +aqz +seR +nJS +aNn +aFw +lgw +alz +aZE +alz +aZE +aax +fVL +sMN +phC +vPy +auk +abn +lmu +eGy +lmu +lmu +lmu +fCl +lmu +lmu +lmu +lmu +nLq +lmu +jZH +woF +aEO +aWe +mQv +aub +aga +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(105,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aov +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aRT +aND +aYh +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLw +lBO +aeW +aeW +aZX +ayA +aBi +ale +aWQ +aWQ +aWQ +qJa +ayQ +axf +abJ +boC +xdm +wUV +hsA +kme +bvs +bnV +bnF +aYe +aNE +aNE +bxt +aDk +aDk +avm +afM +awI +aWQ +aWQ +aWQ +ahi +wjn +aNw +aNw +bKd +bIS +bHP +bGh +bum +qxF +drK +tgP +bCC +bya +aEu +akw +aEu +aEu +kfU +aOV +ahe +aUK +aUK +aUK +mVJ +aOi +aWQ +aWQ +aWQ +aWQ +dsz +asB +aUK +aUK +abL +bJb +aEu +aEu +iFJ +aQe +aRM +aEu +aEu +sIT +aEu +aqz +arJ +aLJ +aLJ +aJu +aNA +aNn +ase +aQU +aIm +seR +aDt +seR +dlE +aGy +aMb +aLJ +aLJ +aWQ +aWQ +aWQ +aWQ +aWQ +seR +nJS +aNn +rSt +lgw +aZE +alz +alz +alz +aax +auk +oXd +aQg +vPy +auk +abn +oYQ +lmu +lmu +lmu +lmu +lmu +lmu +lmu +kyO +aWQ +lmu +lmu +jZH +epS +aMs +ado +ali +aFf +knu +aeR +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ktj +aKz +aWQ +aWQ +aWQ +aWQ +aay +"} +(106,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ape +axa +asE +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acy +aRT +aiR +akh +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aYn +aeW +aeW +aeW +alj +aLw +ale +ale +aWQ +aWQ +kvd +ayQ +aCk +hZx +boD +xdm +aDk +aYe +gOx +boj +bvq +gCj +aNE +aDk +aDk +aDk +aDk +eNn +hLf +bmM +aWQ +aWQ +aWQ +aCk +aCm +aNw +aNw +aQc +bCh +bIT +bHR +bBG +bAa +apK +wmO +xtF +ahK +byb +kMF +sUb +fNW +bNY +bNY +awO +aOV +alJ +hWb +aUK +aYA +lPE +aWQ +aWQ +aWQ +aWQ +aPr +aUK +aUK +wfw +aXQ +dVf +aEu +aiE +aTS +aOc +aHh +dfw +aEu +aEu +aEu +seR +aGy +arJ +acm +aoo +dyj +aNn +saX +gRu +aIm +seR +seR +aqz +aMb +axp +aLJ +aLJ +aLJ +aWQ +aWQ +aWQ +aWQ +aWQ +aMi +nJS +aNn +rSt +lgw +fwE +jSv +alz +dgl +hZR +hZR +gdE +uKu +hwa +hZR +uZk +lmu +lmu +lmu +lmu +lmu +ebk +eGy +aWQ +aWQ +aWQ +aWQ +sRv +mMV +aKT +aKT +vzE +yaC +aJM +aoi +knu +aMx +bdA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aqa +pPQ +mGo +aaA +aWQ +aWQ +aWQ +aay +"} +(107,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aJU +aov +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aRT +omW +akh +aAN +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ale +aNr +aeW +aeW +ajD +iCi +aLw +amI +ale +aWQ +aWQ +aWQ +ayQ +adh +afI +kfz +box +aDk +aNE +aCo +bok +bnW +gCj +aNE +aDk +eNn +jCJ +jCJ +hLf +aNw +acW +aCk +agt +aCk +aCk +aCm +aNw +afC +acW +fXY +bIU +bHS +avc +bWo +apK +wmO +abM +aWQ +aEZ +jmx +rAT +kfU +cGo +frS +fWd +aWk +rIZ +jbF +aUK +aUK +hXH +aEu +aWQ +aWQ +aWQ +aLN +aUK +aUK +anf +gVE +aQj +aWQ +aWQ +aWQ +aZS +aZS +aHh +grS +aEu +aaZ +seR +seR +aqz +aXO +ayr +lwW +aNn +aFw +aFk +aIm +seR +aMb +axp +aLJ +aLJ +acm +aLJ +aLJ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +nJS +aNn +rSt +lgw +wGU +xMm +alz +wGU +ajh +hZR +hZR +hZR +hZR +hZR +gjI +oTV +lmu +lmu +lmu +tQp +ovH +aWQ +aWQ +aWQ +ddx +bdA +mcT +jZH +dLg +tBT +amb +aJg +qlE +qlE +aOU +aoi +lmu +lmu +nLq +aoe +tqK +ajs +ajs +ajs +alH +vwO +vwO +aGO +lzW +aWQ +aWQ +aWQ +aay +"} +(108,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aov +aQY +aQY +aQY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRT +aRT +aRT +aSs +akh +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ale +ale +aGl +aeW +aeW +ahj +aYH +azB +aWQ +aWQ +aWQ +aWQ +ayQ +msC +qNx +kxU +xdm +aDk +aNE +xMA +bol +aRe +bnJ +hsA +aDk +bnk +hVE +aNw +aNw +aNw +aAa +aKu +aKu +axP +ahi +aAi +aNw +aNw +acW +kIx +bIV +bHT +avc +fdT +apK +wmO +abM +aWQ +aWQ +tJp +aGO +srT +aGO +aGO +arR +aSb +aPG +asn +asg +aUK +aYA +awX +aWQ +aWQ +tgX +aLN +aUK +aUK +aFl +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aZS +aHh +dfw +aEu +seR +seR +seR +seR +seR +nJS +xza +bgM +aFk +aIm +uMz +agP +aLJ +aLJ +aoo +aGy +arJ +aLJ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xMm +icz +rSt +lgw +bXI +xMm +alz +byh +tVA +hZR +aSL +pin +cQn +hZR +dPx +gYl +lmu +lmu +lmu +lmu +aWQ +aWQ +aWQ +ddx +bdA +eWC +uck +jZH +aKT +ahT +aJh +aKB +jly +aeJ +jly +jly +hWE +jly +aLF +fac +atM +utb +aII +avg +rLZ +nuE +orP +aUs +ycx +yib +aZn +alM +aay +"} +(109,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +akp +aov +aQY +aQY +aQY +aUz +aWQ +aWQ +aWQ +aWQ +aWQ +vqW +vqW +aRp +arD +akh +akh +aYh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLw +asJ +tei +ahj +aLw +auC +aWQ +aWQ +aWQ +aWQ +ayQ +akB +jnD +oEr +xdm +aDk +aYe +aYe +uio +iEy +bxt +bxt +aDk +avm +izd +aNw +afC +aNw +aNw +bmJ +aNw +aAa +aAi +afC +aNw +aNw +acW +bJZ +avc +bHU +bGj +bCF +apK +wmO +abM +aWQ +aWQ +aWQ +acO +bWi +acO +acO +acO +aGO +anS +apC +aUK +aPl +aUK +aFl +aiu +pEy +vQR +asB +aPl +aUK +aFl +aEu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWZ +aRM +sNT +aqz +seR +oYU +aMi +aqz +jgy +aXe +bgN +aFk +aIm +seR +arJ +acm +aoo +aXO +wos +ejp +arJ +aLJ +aWQ +aWQ +aWQ +cea +hua +xMm +icz +rSt +lgw +wGU +xfV +alz +wGU +eUh +xfV +aGT +aET +xCe +drR +pYK +lmu +lmu +lmu +lmu +aWQ +aWQ +aWQ +ddx +bdA +kFc +lmu +lmu +fuL +aKT +axe +qZU +ayZ +ayZ +atQ +aMt +uiG +ayY +pvW +mYQ +aLj +baP +avJ +aoA +anB +aPR +wjv +wjv +gwY +mYO +mYO +awh +ahQ +aay +"} +(110,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aSq +asA +asA +asA +aUz +aUz +aWQ +aWQ +aWQ +aRp +aRT +aRT +aRp +aND +dMh +dMh +aYh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +amI +aLw +aGl +aeW +aco +ayA +aar +aWQ +aWQ +aWQ +aWQ +ayQ +akB +aXJ +oEr +xdm +aDk +aDk +aYe +aNE +hsA +bxt +aDk +aDk +avm +aQc +asu +asu +asu +asu +abJ +aNw +aNw +mvl +aNw +aNw +aQc +aIe +vFu +avc +bHV +avc +fyv +apK +wmO +abM +aWQ +aWQ +lKb +aWr +agp +aUf +acO +nzY +nzY +wRr +aSF +ahJ +asg +asg +aYA +amB +awf +ool +aUK +aUK +aUK +aFl +atW +wXp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +akw +dfw +seR +seR +seR +seR +pBM +okA +aTA +aoq +aFk +aIm +djn +aGy +ayr +aUS +vZH +aIf +eQL +aMi +arJ +acm +aoo +aGy +seR +jcl +xMm +icz +rSt +lgw +cMk +xMm +alz +xLh +bTb +dbA +aGT +pin +ixi +drR +lmu +lmu +lmu +lmu +oWY +aWQ +aWQ +ddx +bdA +nGf +hbh +lmu +lmu +ogt +cSy +koN +awt +agD +aUd +aLa +nWG +nWG +azf +reO +aIM +aLt +afr +aWs +aMl +aKS +aaO +uaE +lHW +ava +ava +jjc +jjc +qje +aay +"} +(111,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aSq +aQY +aQY +aQY +aQY +aQY +aQY +aUz +aRp +aRp +aRT +aRT +aXI +akh +akh +akh +aAN +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +amI +aLw +aLw +asJ +ahj +fvK +aRG +aYI +aWQ +aWQ +aWQ +ayQ +web +ejT +nrv +ciI +paZ +aDk +aDk +aDk +aDk +aDk +aDk +utx +hLf +acW +hVM +bvr +aWQ +aCk +axf +asu +abJ +aNw +aNw +bCr +aIe +apM +bJZ +bIW +bHW +bGk +eFV +apK +wmO +abM +aWQ +aWQ +aWQ +gsO +xWN +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOV +aLZ +aUK +aUK +aYA +asB +aUK +aUK +aUK +pyY +ala +aEu +aEu +dfw +aEu +lyZ +jAF +aWQ +aZS +aWZ +avy +aEu +prq +seR +aqz +seR +aqz +nJS +aWa +aEG +aFk +qPo +aFd +aFd +aFd +aBz +abQ +gfl +aKs +aFd +aFd +hfb +aFd +aFd +hXO +rhc +ouw +icz +rSt +lgw +koV +xMm +alz +jSN +nJB +xAG +aGT +pin +xCe +drR +lmu +lmu +vsc +lmu +sRv +qlE +knu +bdA +eWC +hbh +mcT +lmu +lmu +oaC +rag +aKT +tBT +aNc +nCW +aqO +aqO +aqO +atl +pVB +dvP +cHy +aTM +tZo +amh +abf +aKl +aIO +cgv +kVb +hOF +aLW +aLW +aFJ +aay +"} +(112,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +axa +asE +aQY +aQY +aQY +aQY +aQY +asA +aRT +aRT +aRT +aiR +dMh +akh +aKr +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLs +aGk +ajn +aWQ +aWQ +ale +ale +aLw +asJ +qHa +aNm +apQ +aWQ +aWQ +aWQ +aWQ +ayQ +iia +fnt +axf +xPN +ciI +jCJ +bop +jCJ +jCJ +aja +jCJ +hLf +aQc +aIe +aWQ +aWQ +aWQ +aWQ +aCk +aCk +axf +abJ +aNw +aAa +axP +ajy +bJZ +khC +bBI +bBJ +bCF +apK +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aEu +iDv +aUK +aUK +aUK +aUK +aUK +aUK +abL +ala +aEu +kpP +pul +aEu +pul +arb +iFJ +aOi +aby +alC +pul +aEu +aqz +seR +seR +seR +seR +auK +aNn +aFw +saX +aXl +aXl +aXl +rwv +aEE +aRQ +aRQ +aTA +iyx +aXl +aXl +aXl +aXl +qkH +qkH +qkH +ufT +rSt +lgw +wGU +xMm +aZE +aWQ +kZR +kTz +aGT +pin +xCe +tto +mNx +lmu +lmu +lmu +lmu +psz +cTJ +kFc +vsc +lmu +lmu +lmu +lmu +wMH +aIg +twH +jwm +dXH +xpl +xpl +qeb +xpl +dXH +xpl +aUE +aiH +dYx +aTU +bxZ +avr +aOA +fzL +xQp +kKq +aoM +aVY +aoM +cTU +aay +"} +(113,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aRf +aov +aUz +aUz +aQY +asE +aQY +asA +aRT +aRT +eMN +arD +aYh +dMh +dMh +dMh +aYh +aWQ +aWQ +aWQ +aYh +aYh +aYh +aYh +aLw +aod +ajn +aFA +ale +ale +aLw +aBU +ahj +aLw +aLw +aWQ +aWQ +aWQ +aWQ +ayQ +aCk +aCk +afI +lzE +aNw +aNw +aNw +aQc +xFr +bhk +asu +oIV +aIe +awI +akB +aWQ +aWQ +aWQ +aWQ +aCk +yjn +mzk +afC +aNw +fhL +hWr +egx +avc +bHX +bGl +bCF +apK +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aZS +aZS +alC +avy +bpS +aLN +aUK +aUK +aUK +aPl +aUK +jpj +ala +aEu +aEu +aEu +aEu +aEu +aEu +aEu +aEu +pul +aiE +aEu +aEu +aEu +seR +seR +seR +ayr +seR +seR +sPU +aFw +aFw +aFw +aFw +aFw +saX +aMk +aMk +aMk +aMk +aEG +aFw +aFw +aAg +ncA +ncA +ncA +hnk +rSt +rSt +lgw +wGU +eyA +alz +aWQ +aWQ +rgH +aGT +pin +xCe +hID +vjA +htf +vuu +lmu +kFc +lmu +vsc +lmu +hOS +lmu +lmu +cTJ +lmu +oTV +iKr +ddx +ddx +vjA +eWC +lmu +aQW +lmu +lmu +lmu +lmu +aoe +qTi +sxm +aFR +aZK +mCI +bEf +pWT +aGO +aGO +aGO +aWQ +aWQ +aay +"} +(114,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +agb +alS +aUz +aUz +aQY +aQY +aQY +asA +aRT +aRT +aRT +arD +aYh +akh +akh +akh +aYh +aYh +akh +akh +aYh +aYh +aYh +aYh +aLw +aLw +aPF +aeW +ahx +gel +akq +aeW +ahj +aLw +aOR +adI +aWQ +ale +eIg +ayQ +aQS +ahi +aKu +aAi +aNw +afC +aNw +jHw +qNx +xJc +slM +aCk +aCk +aCk +akB +aWQ +aWQ +aWQ +aWQ +aWQ +sGM +axf +abJ +aNw +dtg +ajy +tbT +bIX +bBI +bGm +gnb +apK +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aZS +aZS +aby +alC +aiv +aqF +aEu +aLN +aUK +aUK +aUK +aUK +aqm +ala +aEu +bpS +aEu +aEu +pul +aEu +pul +aEu +aEu +aEu +aEu +aEu +gVy +aRq +alA +alA +alA +alA +alA +bnd +cWF +bgO +aVu +aVu +aqh +aFw +aFw +aFw +aFw +aFw +aFw +aFw +aAg +caA +mje +aHn +aPC +niq +vLh +caA +caA +tZl +wGU +xMm +alz +aWQ +aWQ +uFg +aGT +pin +xCe +amG +ddx +sVP +cTJ +lmu +lmu +lmu +dKo +lmu +lmu +tcC +eWC +iKr +vjA +aHM +knu +ddx +ddx +ddx +vjA +aZQ +qlE +aBa +lmu +eGy +aIA +lmu +pSb +bLS +ajs +ajs +aWQ +aWQ +aWQ +aWQ +aFP +kKv +sfN +aWQ +aay +"} +(115,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aov +aQY +aUz +asA +asA +aUz +aUz +aRT +aRT +aRT +aXI +akh +akh +akh +aYh +aYh +aYh +akh +aKr +dMh +akh +akh +aYh +aLw +qOS +aUA +aGl +aeW +ake +ahx +aeW +aeW +aNH +aLw +abR +ale +ale +aCk +auD +aKu +otQ +aNw +aNw +aNw +afC +aNw +fIc +aXJ +aXJ +xJc +iyA +agt +aCk +akB +aXJ +aWQ +aWQ +aWQ +aWQ +aWQ +aCk +aCm +bOr +pjD +msC +aWQ +axr +bHY +bGn +bFg +apK +wmO +abM +aWQ +aWQ +aWQ +aWQ +aZS +aZS +alC +iFJ +aCP +aRM +aEu +aAJ +aLN +aUK +aUK +abL +aLP +aVw +aEu +aEu +aEu +aEu +mfB +rLT +aWQ +aWQ +aSM +aRq +aRq +aRq +aRq +aWT +aSM +kzu +brw +kzu +kzu +kzu +kZJ +tFR +aRS +aRS +epd +pft +aFw +aFw +aFw +aFw +aFw +aFw +aFw +aFk +qCl +gpt +sCP +vLc +fTX +jAq +jAq +jAq +jAq +beF +xQo +alz +aWQ +aWQ +nUC +aGT +pin +jUu +amG +ddx +ddx +vjA +qlE +lmu +lmu +lmu +nLq +lmu +oTV +iKr +ddx +ddx +vjA +nwp +knu +ddx +ddx +bdA +iKr +lZF +vjA +jQC +lmu +lmu +lmu +vDl +inR +ajs +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +pTs +aWQ +aWQ +aay +"} +(116,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +axa +aQY +xCX +aQY +aQY +aUz +aUz +aRT +aRT +aiR +dMh +akh +aKr +akh +aYh +aYh +akh +akh +akh +dMh +akh +aBI +dMh +aLw +aLw +aUA +aLw +ahx +oiY +aeW +aeW +aeW +ceN +auC +amI +bvT +bwc +tNd +aKf +aNw +aNw +aNw +aQc +abJ +aNw +aQc +nEJ +web +aXJ +aqD +aCk +aCk +aPy +web +aXJ +aWQ +aWQ +aWQ +aWQ +aWQ +aCk +hcT +aNw +acW +akB +aWQ +bIY +bEZ +uqA +fMa +apK +wmO +abM +aWQ +aWQ +aWQ +aZS +aby +alC +aKV +aTS +aOc +aHh +aNM +awf +asB +aUK +abL +amP +aEu +aEu +aEu +gVy +aRq +aWQ +aWQ +aWQ +aWQ +aWQ +aSM +aSM +hdK +aSM +hdK +aSM +aSM +dXc +aHL +rkF +aHL +kzu +mkC +alA +alA +bnd +aBc +aNn +aFw +aFw +aFw +bgy +aFw +aFw +bgh +aFk +eBJ +qlt +bTb +tcH +hXO +hXO +hXO +jlH +qUe +hXO +jYw +alz +alz +alz +alz +aGT +pin +xCe +fII +tWI +tWI +rqc +nwp +lmu +sRv +lmu +lmu +kFc +aag +ddx +ddx +ddx +ddx +vjA +aZA +knu +bdA +iKr +ddx +ddx +ddx +vjA +aio +aic +lmu +lmu +pbu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(117,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUq +aRf +aov +aQY +aQY +asE +xCX +xCX +aRT +sFu +aND +aYh +aLq +akh +akh +dMh +akh +akh +akh +aYh +aYh +akh +akh +dMh +aLw +aLw +aUA +axt +acs +uMe +aGl +aGk +aeW +hCS +nmr +vyp +bwi +bvX +ajp +urK +aNw +afC +aQc +aIe +aCm +aNw +cMn +aCk +iia +fca +aCk +afI +aCk +aCk +slM +web +aXJ +aWQ +aWQ +aWQ +aWQ +aCk +aCm +afC +acW +akB +aWQ +bxu +bHZ +aqQ +hPm +apK +wmO +aaq +byZ +byM +aOi +alC +jyi +aMO +aTS +aZS +aZS +aWQ +aMG +aLN +aPl +aUK +aFl +bpS +saN +aEu +aqF +pNa +aFs +aFs +aFs +aFs +aFs +aFs +aSM +wzp +ttR +ayy +qyR +kly +aWS +aIu +kzu +kzu +qKJ +kzu +kzu +kzu +kzu +hOe +nJS +aNn +aFw +aFw +aFw +bgy +aFw +aFw +aFw +lgw +xtt +lgs +jlH +jYw +alz +alz +alz +alz +alz +alz +alz +alz +alz +aZE +alz +aGT +aET +xCe +cHX +irQ +uck +nwp +lmu +lmu +lmu +lmu +qlE +iKr +ddx +ddx +ddx +ddx +ddx +shw +cwL +xXx +eeA +knu +ddx +ddx +ddx +ddx +vjA +aeM +aQW +aJM +lmu +lmu +ciO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(118,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUq +aRf +lOx +aQY +aQY +aQY +aQY +aQY +aRT +aSs +aYh +aYh +aAN +akh +akh +dMh +akh +akh +akh +aYh +aYh +akh +aKr +dMh +aLw +aLw +aUA +amI +aYj +ahP +aLw +aLw +aGl +jgL +nKf +atm +ajp +bwd +ajp +aSC +fkC +aXZ +jgl +aKX +vdH +aYo +ahw +aWQ +aWQ +cSg +wPi +aKX +bZg +aKX +aKX +tyL +avd +fuY +aWQ +aWQ +aWQ +aKX +aXS +aYo +acW +aWQ +aWQ +bGs +bIa +lsT +wLK +apK +wmO +wmO +abX +cRM +jSt +aRM +lIj +aTS +aZS +aWQ +aWQ +aWQ +aWQ +jyj +aPl +abL +ala +aEu +gVy +aRs +aRq +bte +aFs +biR +bLK +biM +aSv +vcC +aSM +arN +qqk +iVY +uqg +aXR +aOP +aIu +nHL +kzu +aMY +djp +aus +acT +kzu +qsU +mCd +ayu +aVu +aVu +aVu +jIJ +jIJ +aVu +caA +jHy +alz +alz +alz +alz +alz +aZE +alz +alz +kYD +alz +gFu +jAq +ckN +jAq +jSv +aGT +pin +xCe +drR +lmu +lmu +lmu +lmu +kFc +jQC +oTV +laB +bYg +ddx +aWQ +ddx +ddx +shw +sNl +ozt +ozt +sBg +wzr +knu +ddx +ddx +ddx +gpx +jQC +dKo +sRv +aeM +lmu +lmu +bUh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(119,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aUq +aRf +axa +aQY +kDt +aQY +aQY +aQY +aBK +akh +dMh +akh +akh +akh +aYh +aYh +akh +akh +akh +akh +dMh +akh +akh +aYh +sIK +aWQ +aWQ +ale +fDR +avH +amI +aLw +aLw +aGl +awL +aUv +xTv +dIB +ajp +aLm +aKX +aKX +aKX +aKX +aXS +aYo +tOD +wuS +aWQ +aWQ +wYu +aKX +aKX +glT +aKX +aKX +dBW +avd +iJs +aWQ +pqx +bOZ +aXS +aYo +ahw +aWQ +aWQ +bIZ +bIb +aqQ +htj +afk +alo +wmO +abX +aYM +aEu +aaZ +rLJ +aWQ +aWQ +aWQ +aWQ +aWQ +aJN +aPl +aUK +aqg +gVy +aRq +aWT +aFs +bjI +bjI +aFs +biS +biG +aFs +aJT +kJH +avs +dEn +kNI +lYV +qGH +aEj +aSM +iTw +iDJ +kzu +ylT +aYC +kzu +bNp +kzu +rEu +alV +alv +rJb +aqt +aJY +aIm +qYw +aZE +alz +alz +gFu +jAq +qAZ +jAq +pDs +jAq +jAq +jSv +alz +aZE +xLh +hua +jBi +hua +xMm +aGT +pin +ixi +drR +lmu +lmu +lmu +qlE +iKr +aWQ +aWQ +aDJ +lVx +aWQ +aWQ +ddx +bdA +asN +ozt +ozt +wxr +ozt +azT +htf +knu +ddx +ddx +bdA +lmu +lmu +lmu +lmu +lmu +lmu +vsc +nwp +rUx +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(120,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aRf +aef +aRf +axa +aTC +aQY +aQY +aeB +akh +akh +dMh +akh +akh +akh +aYh +aYh +akh +aKr +akh +aAb +dMh +akh +akh +aYh +aWQ +aWQ +aWQ +ale +ale +oiY +amI +axt +aLw +aLw +aLw +aKk +atm +aVr +bvW +aOv +akZ +aKX +aKX +fJR +aev +aZJ +aYo +ahw +aWQ +aWQ +aWQ +aKX +eAd +bpj +aKX +aKX +aKX +xVz +nEz +aKX +nEz +auu +abd +aYo +ahw +aWQ +aWQ +bxu +bIc +bGo +bFh +bCE +afk +alo +byV +aYM +aJm +aEu +aEu +aEu +aWQ +aWQ +aWQ +abj +aUK +aUK +abL +bkc +fTS +qxj +aFs +aFs +bju +bjj +biZ +axc +biK +aFs +aFs +aYR +aSM +qQY +dHI +aqA +oIO +bkl +aSM +aSM +raz +kzu +lky +lky +kzu +acT +kzu +aWQ +aLJ +aPa +iuc +aJY +aJY +qwy +xMm +bgp +gFu +iZT +beF +lFz +biB +biB +biB +fOB +fWn +xMm +alz +gFu +beF +hua +hua +hua +xMm +aGT +pin +xCe +cjI +lmu +chq +eWC +iKr +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +rMi +bqt +sOG +obQ +ozt +bOQ +ozt +rhp +nHS +lfN +rMi +knu +bdA +eWC +mcT +lmu +lmu +uck +lmu +oTV +ahb +iKr +ddx +ddx +aWQ +aWQ +aWQ +aWQ +aay +"} +(121,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aRf +aRf +aRf +aRf +aRf +axa +aeB +aRf +akh +aYh +aYh +aFU +aKr +akh +dMh +akh +akh +akh +akh +akh +aYh +aYh +aYh +aYh +aWQ +aWQ +aWQ +aWQ +aWQ +bxA +bxy +bxv +bxv +abR +aLw +amI +aUv +dSM +bvX +bvT +atm +akM +aKX +aKX +aky +aEB +aYo +ahw +aWQ +aWQ +aWQ +aKX +fZh +rFD +tzw +nEz +aKX +aKX +kGV +rFD +tzw +aXS +aZJ +aYo +kYL +aWQ +aWQ +bJa +bId +bGq +bFi +bDW +bCE +apK +abX +aeu +aEu +atu +aEu +aEu +fKd +aWQ +aln +aPl +aUK +aUK +aRb +pNa +aFs +aYY +aPM +bjH +bjf +bjf +bjo +biT +biL +axc +biu +aYR +ePh +acQ +amD +htm +gId +qtG +aYz +aOP +rRM +wSj +azd +efp +azd +slU +kzu +aWQ +kZR +dnN +fea +jAq +jAq +aqZ +hXF +jAq +beF +cIR +lFz +eQf +aFH +aFH +aFH +kZm +fOB +xMm +alz +wGU +gdn +gdn +npM +ieu +cpW +aGT +pin +vYE +aWQ +aWQ +uck +iKr +ddx +ddx +ddx +aWQ +aWQ +aWQ +aWQ +ddx +vjA +aMK +vSx +wxr +aJx +ozt +mRi +hID +lZF +aWQ +aWQ +nwp +cTJ +cTJ +avY +uck +aRv +uck +eWC +iKr +ddx +ddx +ddx +aWQ +aWQ +aWQ +aWQ +aay +"} +(122,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aRf +aRf +aRf +aRf +aUq +aRf +eUl +app +akh +aYh +aYh +akh +akh +akh +dMh +akh +akh +akh +akh +akh +aYh +aYh +aYh +aYh +aWQ +aWQ +aWQ +aWQ +bxx +bxx +aLw +adI +aUA +aLw +aLw +abR +qOS +amI +ale +ale +aWQ +kVJ +dux +dTf +dMQ +aXS +aZJ +ahw +aKX +aWQ +aKX +aKX +rFD +fuY +mGX +aKX +aKX +tyL +rFD +fuY +bie +aXS +aYo +aYo +ahw +aWQ +aWQ +aWQ +aWQ +bGr +bEP +bDX +hPm +apK +abX +byc +aEu +aEu +afa +auI +auI +anw +aPl +aUK +aUK +abL +amP +bkd +aFs +aFs +aFs +aFs +bjw +bjk +bjb +biA +bjb +bjy +biv +aDU +vcY +aSD +wXw +wXw +kxN +aTQ +gKf +avs +map +krv +wQL +wQL +tpY +nnC +kzu +aWQ +aWQ +lsL +ksj +ksj +ksj +ksj +ksj +ksj +ksj +qDY +tQj +aFH +aFH +aDw +aFH +aFH +uuA +xMm +alz +wGU +iIn +eOL +cjO +nJB +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +ddx +ddx +aWQ +aWQ +aWQ +aWQ +ddx +gpx +oaC +ozt +ozt +ozt +apu +lCD +aQJ +ddx +aWQ +aWQ +aWQ +aWQ +ydH +oTV +chq +iKr +lZF +lZF +ddx +ddx +ddx +bdA +htf +aWQ +aWQ +aWQ +aay +"} +(123,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aRf +aRf +eUl +aVg +aVg +eKI +aRf +aEi +akh +dMh +akh +akh +jGU +aYh +aYh +akh +aAb +akh +aAN +akh +dMh +akh +akh +akh +akh +aWQ +aWQ +bxz +bxz +bxx +bxx +bxw +aNv +aLw +aLw +aLw +aLw +akQ +ale +aWQ +aWQ +aWQ +nil +aMR +nRs +aXS +aYo +aUt +vbp +aKX +dux +rFD +fuY +iJs +bie +bKf +xVz +rFD +fuY +bie +auu +abd +aYo +tlF +iyn +aWQ +aWQ +aWQ +aWQ +bBK +bFj +bDY +iXn +apK +aaq +aca +aYM +osn +asB +aUK +aPl +aUK +aUK +aUK +abL +aam +aqF +aFs +bjY +dFW +oDA +bjI +bjx +bjl +bjc +biU +biN +tgh +biG +aYR +iTk +dwB +ovc +dVM +njk +ejz +oFk +aSM +kzu +iTD +wQL +wQL +wQL +tKV +kzu +aWQ +aFH +aFH +bry +awe +awe +awe +awe +awe +awe +aFH +aFH +aFH +aDw +aDw +aDw +aFH +hbl +xMm +alz +xtt +fjg +sOk +kZR +lNf +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +ddx +bdA +aWQ +aWQ +aWQ +aWQ +ddx +ang +aSk +ozt +ozt +ozt +lCD +aQJ +ddx +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +ddx +bdA +nwp +qlE +aWQ +aWQ +aWQ +aay +"} +(124,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +anK +aRf +aVg +aVg +aUq +aRf +akh +dMh +akh +akh +akh +aYh +aYh +akh +akh +akh +akh +akh +dMh +akh +akh +aKr +akh +aTp +bxz +bxz +bxz +bxz +bxx +bxx +aar +aWQ +aLw +aLw +akQ +aql +akQ +aWQ +aWQ +aWQ +aWQ +iAa +tzw +bNj +aYo +aYo +ahw +fZh +rFD +fuY +bie +aKX +aKX +aKX +aKX +avd +bie +tyL +aXS +aYo +ajS +iyn +fuY +aWQ +aWQ +aWQ +aWQ +bGs +bFk +aqQ +bzV +apK +wmO +abX +goF +aLN +aUK +aUK +aUK +aUK +aUK +abL +aTW +aTS +aOc +aFs +bjZ +nCF +biA +lMH +bjy +bjn +bjR +aFs +tnb +aFs +btx +aYR +iNI +fYj +qCG +aqA +rNA +awC +ahl +aSM +azy +avD +mVK +hDL +kzu +ums +kzu +aFH +aFH +deu +aMq +aMq +aMq +aMq +aMq +aMq +aMq +bsq +aFH +aFH +aFH +aDw +aFH +aFH +uuA +xMm +alz +aZE +dDQ +gdG +lNf +eKC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +tWI +tWI +bdA +lmu +lmu +aWQ +aWQ +ddx +ddx +tdA +nWe +ozt +wxr +lCD +aQJ +ddx +ddx +bdA +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +tWI +bdA +lmu +kFc +lmu +aWQ +aWQ +aWQ +aay +"} +(125,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aEi +aRf +aRf +agb +aRf +aRf +aRf +aYh +aYh +akh +akh +akh +dMh +akh +aKr +aYG +aYG +aYG +aYG +aGi +aGi +akh +akh +akh +akh +akh +bxz +bxz +bxz +bxz +bxx +aWQ +aWQ +aWQ +akQ +akQ +akQ +akQ +aPN +aWQ +aWQ +aWQ +fuY +fuY +tzT +aMv +aZJ +aUt +vbp +avd +bie +aKX +aWQ +aWQ +aMV +aKX +aKX +auM +aKX +aXS +aYo +eJq +rUW +fuY +aWQ +aWQ +aWQ +aWQ +bGt +bFl +bDZ +tly +apK +xtF +qOZ +cCa +aLN +aUK +aPl +abL +aLP +agm +apX +aTS +aZS +aWQ +aFs +bka +xMc +bjQ +bjI +bjz +bjo +bjd +tnb +beh +fCZ +biG +sjX +syN +aAp +aof +jDr +aXH +why +gcu +aSM +gid +wYm +aHe +doX +iOF +asp +buM +nKQ +oZB +aHk +aAd +asj +utt +boL +brn +asj +asj +amn +aFH +aia +gZr +aFH +aFH +jow +aya +xMm +alz +lLI +xLh +kcG +eKC +eKC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +rMi +rGs +aWp +aha +qrJ +rMi +xrC +knu +ddx +aFi +aIw +ozt +ozt +fII +tWI +tWI +bdA +lmu +lmu +aWQ +aWQ +aWQ +aWQ +bjS +aWQ +aWQ +aWQ +rMi +eVi +jvU +nHH +lfN +psi +rMi +aWQ +aWQ +aay +"} +(126,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aRf +agb +aRf +mBh +aRf +aYh +aYh +akh +aKr +akh +dMh +aYG +aYG +aYG +aYG +aYG +aGi +aGi +aGi +aYG +mAl +akh +akh +akh +akh +bxz +bxz +bxz +aWQ +aWQ +aWQ +aWQ +akQ +uma +akQ +akQ +akQ +aql +aWQ +aWQ +aWQ +fuY +fuY +lFD +aYo +aYo +ahw +aKX +aKX +aWQ +aWQ +aWQ +aWQ +gdI +aKX +aKX +xDo +abd +aZJ +ahw +avd +fuY +fuY +aWQ +aWQ +aWQ +bGu +bFm +aqQ +bCF +apK +abX +bCw +aEu +aLN +aUK +aUK +aFl +aRM +aMz +aTS +aZS +aWQ +aWQ +bkd +aFs +aFs +aFs +aFs +bjC +biG +bje +tnb +beP +apt +bjJ +aYR +gWk +oOp +aBr +amA +bzs +nAX +orn +aSM +bLj +kJN +wTl +aux +aRx +aEb +aCH +aCe +aBP +aAI +avG +asj +abv +jAz +bBX +ncX +aAd +amn +elc +khZ +khZ +elc +uiD +vBm +hXO +jYw +aZE +gFu +pcW +dLI +eKC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +cPl +lPT +lmu +lmu +hOS +psz +srH +knu +shw +wfm +ozt +ozt +mbG +aWQ +qlE +htf +lmu +lmu +viw +aWQ +aWQ +aPQ +aVn +ukS +aWQ +aWQ +lmu +htf +lmu +lmu +jKL +xsM +wvb +aWQ +aWQ +aay +"} +(127,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +aRf +aRf +aVg +aVg +aRf +aEi +aRf +dMh +akh +aYG +aYG +aGi +aGi +aGi +aGi +azW +azW +aGi +aGi +aGi +aGi +aYG +akh +aCM +aCM +akh +akh +bxz +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aCN +akQ +aHE +atC +akQ +axt +aWQ +aWQ +aWQ +fuY +noa +els +aYo +cbq +aKX +aKX +jQS +aWQ +aWQ +aWQ +aWQ +aKX +auu +abd +aYo +aYo +ahw +nEz +tDt +fuY +aWQ +aWQ +aWQ +bGs +bxu +deS +bCF +bkv +aHU +cRM +aEu +aLN +aUK +aUK +aFl +aEu +avW +aWQ +aWQ +aWQ +aFs +aFs +eaR +bjV +oDA +bjI +bjv +hzs +biA +lMH +bjy +bwT +aKY +aYR +aOP +bag +aSM +aSM +aOP +fxe +aSM +aSM +alb +xbb +aoV +pHh +gsy +drW +mlO +nKQ +oZB +aHk +axv +lBy +eHt +bBX +vBD +mjK +aAj +amn +elc +khZ +aje +kzh +mek +alz +alz +alz +gFu +beF +djC +nGb +dLI +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xRe +lPT +sRv +lmu +lmu +lmu +lmu +mXF +jZH +ozt +ozt +ozt +drR +aWQ +aWQ +jQC +kFc +lmu +lmu +hOS +eve +eve +eve +lUW +eve +lmu +lmu +lmu +lmu +pLu +cPl +aVK +iKe +aWQ +aWQ +aay +"} +(128,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aVg +agb +agb +aVg +aVg +aRf +aRf +aRf +azW +aYG +aYG +aYG +aGi +aGi +aGi +aGi +aYG +aYG +aGi +aGi +aGi +aYG +aYG +aYG +aCM +aCM +akh +akh +akh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +akQ +akQ +aHE +acs +avx +aYj +aHE +aWQ +aWQ +aWQ +aWQ +seY +kWA +aYo +aUt +kFf +aKX +kNj +agC +aWQ +aWQ +bvi +auu +abd +aYo +aYo +ajS +aiM +dux +rFD +fuY +aWQ +aWQ +aWQ +bxu +bFn +bEa +gHA +bzo +aDw +eEE +aEu +aLN +aUK +aUK +aqg +aho +aWQ +aWQ +aWQ +aFs +aFs +aFs +dRm +bjW +biA +lMH +biA +cgC +bjf +aFs +tnb +tnb +aFs +aFs +nCp +afS +kzu +aOd +xeV +iOF +aYB +iOF +aHS +gsy +prG +aOj +ahh +feU +mlO +nKQ +oZB +aeX +axK +asj +brs +fwT +aCs +vla +aAd +amn +elc +aje +aje +hFu +mek +alz +alz +eYI +beF +ebp +eTn +pbW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ltR +lPT +lmu +lmu +lmu +lmu +lmu +nLq +fuL +ozt +ozt +ozt +aWL +iKr +aWQ +aWQ +vjA +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +hOS +lmu +pLu +cPl +cPl +aWQ +aWQ +aWQ +aay +"} +(129,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aVg +aVg +agb +xUq +aAe +aGi +aGi +aYG +aGi +aGi +aGi +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aIx +aYG +akh +akh +aTp +aKr +akh +aWQ +aWQ +aWQ +aWQ +aWQ +adt +adt +avH +aEn +apP +aEn +ahP +yaz +aWQ +aWQ +aWQ +xqq +aXS +aYo +aYo +aUt +aMe +aMe +aMe +aMe +aMe +aMe +abd +aYo +aYo +ajS +aiM +aKX +rFD +fuY +fuY +aWQ +aWQ +aWQ +bxu +bBz +bEb +vjy +bzo +aDw +aDw +iGU +iGU +aMw +iGU +iGU +aYR +aFs +aFs +aFs +aFs +sEF +aFs +bka +bjX +bjQ +bjI +bjE +bjp +avf +lZT +biO +rId +rId +udv +aze +wLm +kzu +joX +xJb +qQo +rMJ +obw +dSU +ask +aoV +rog +kzu +aaI +aaI +aFH +aFH +tbO +ayI +aYN +aYN +kBO +kBO +kBO +kBO +cvI +aFH +tKQ +tKQ +jao +xXu +uGN +uGN +loN +hua +aDB +lnM +eTn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +mqb +run +lmu +ofw +ofw +ofw +lmu +lmu +dod +ozt +wxr +ozt +sBg +aoC +ddx +ddx +gpx +kFc +lmu +lmu +lmu +mcT +fCl +lmu +lmu +lmu +lmu +lmu +sRv +pLu +cPl +cPl +aWQ +aWQ +aWQ +aay +"} +(130,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRf +aRf +aRf +aRf +afE +atn +atn +atn +aAe +aGi +aGi +aWQ +aWQ +aGi +aGi +aIx +aYG +aYG +aAV +aYG +aIx +aYG +aQy +aYG +aYG +aYG +akh +akh +akh +akh +akh +aYh +aWQ +aWQ +aWQ +aWQ +akQ +akQ +aHE +acs +aAF +aYj +aAX +aWQ +aWQ +aWQ +aWQ +tzw +pDo +aYo +aYo +aYo +aYo +aZJ +aYo +aYo +aYo +aYo +aYo +aZJ +aYo +ahw +nEz +nRs +rUW +fuY +aWQ +aWQ +bJc +bIe +bGv +bFo +bEc +bCF +bzo +aDw +blR +aqe +buf +bqT +bla +bla +bhg +aFs +aGe +hiY +bRp +pGV +aFs +aFs +dHn +aFs +aFs +bjF +bjq +cbD +aIX +cbD +cbD +cbD +pkN +hFY +fcO +kzu +kzu +akT +gsy +gsy +gsy +bNm +dZV +dZV +utY +kzu +aRJ +aRJ +aFH +aFH +aFH +azt +xPP +xPP +awe +awe +awe +atb +atb +atb +hFu +gNX +atb +atb +bDg +qTw +lOg +aWQ +aWQ +qid +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bsS +tkM +blN +aaF +cPl +aie +cyN +kFc +iIt +hWi +ozt +ozt +ozt +fII +tWI +tWI +bdA +lmu +lmu +htf +cTJ +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +pLu +bQO +aWQ +aWQ +aWQ +aWQ +aay +"} +(131,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +aRf +aRf +aRf +atn +atn +atn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aYG +aGi +aYh +aYh +dMh +dMh +aYh +aYh +aYh +aWQ +aWQ +akQ +akQ +aCN +akQ +akQ +aHE +akQ +pRW +aWQ +aWQ +aWQ +fuY +ush +oXa +aYo +aYo +aYo +aZJ +aYo +aZJ +aYo +aYo +aYo +aYo +aYo +ajS +aiM +dux +rFD +fuY +aWQ +aWQ +aWQ +bJA +bIf +bGw +axm +bBl +bCG +kPA +bCD +blR +btC +btR +bla +bla +bla +bhg +aFs +bkz +mME +epe +pGV +pGV +epe +epe +epe +hXk +rId +bjr +bjg +biV +bjg +bjg +pfy +udv +aze +wAV +aRx +mdu +sNY +mIM +anh +vBV +ofW +wKh +hba +tkw +kzu +aRJ +aRJ +aFH +adR +vyW +azG +sfJ +iju +iju +iju +ast +bFM +grU +cMQ +iqE +iqE +atb +atb +atb +atb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +pbu +lmu +pLu +aWQ +aWQ +aPh +aZN +qKO +vjA +hWL +xSo +ozt +ozt +aRU +aZv +lmu +lmu +lmu +uck +iKr +lZF +vjA +jQC +lmu +lmu +qlE +uck +uck +lmu +pLu +air +aWQ +aWQ +aWQ +aWQ +aay +"} +(132,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +acA +acA +aRf +aRf +atn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ard +aiL +aiL +sew +aiL +aiL +aYG +aYG +aYG +aoy +aYG +aGi +aYh +aYh +akh +akh +akh +aYh +aYh +aYh +aLw +aLw +akQ +aFC +aHJ +aHJ +grn +aHJ +akQ +aWQ +aWQ +nWR +tRE +abd +aZJ +aYo +aYo +aYo +ajS +aXZ +aXZ +aXZ +aXZ +aXZ +xWS +aXZ +lEo +uxd +dux +rUW +aWQ +aWQ +aWQ +aWQ +aWQ +bxu +bGx +bFp +bCG +aad +aWu +abX +adz +aqe +bug +bla +bqT +bla +bhg +aFs +aFs +aZH +wMS +bke +epe +yjY +aFs +aFs +aFs +aFs +aFs +bin +bin +bin +bin +aFs +aFs +ckM +rsi +kzu +kzu +sSi +qkg +gsy +gsy +cFI +gsy +hWz +lSr +kzu +bri +bri +aFH +abK +brz +aAr +atG +brt +auZ +atG +ata +uZn +aDR +aBZ +aDR +cvO +qXj +fUo +vzg +atb +aVi +aVi +aVi +aVi +aVi +aVi +aVi +aVi +aVi +aWQ +aWQ +aWQ +aWQ +aWQ +uEw +lmu +lmu +lmu +aWQ +aWQ +aWQ +aWQ +ajq +ddx +vjA +jZH +ozt +ozt +ozt +alE +lmu +lmu +eWC +iKr +ddx +ddx +ddx +vjA +lmu +htf +eWC +iKr +vjA +vsc +tnu +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(133,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ard +aiL +aiL +aiL +aiL +sew +ard +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aXx +adV +aPi +aPi +aiL +aYG +aYG +aHb +aYG +aYG +azW +akh +akh +akh +akh +aKr +akh +akh +akh +aLw +aLw +akQ +akQ +akQ +akQ +akQ +akQ +aWQ +aWQ +qCw +dai +aYo +aYo +aYo +ajS +aXZ +aXZ +aiM +aKX +aKX +cSg +aKX +aKX +aKX +aKX +glT +dux +kGV +aWQ +aWQ +aWQ +aWQ +aWQ +bJe +bIg +aqQ +vDF +aad +aWu +wmO +abX +bCx +aqe +buh +buc +bla +bla +bkO +sXs +aFs +aFs +aFs +aFs +aWW +aFs +aFs +btm +btj +aFs +qIq +aqP +aqP +aqP +aqP +aqP +aFs +pGV +cPP +kzu +aZF +xJb +rxl +qyP +ask +jII +seu +aoV +qjw +aaI +bqq +brD +aFH +xVJ +bgC +hOI +aEC +fpp +aeT +fpp +tGg +bFM +mLl +cKq +fcR +eHC +apD +fzS +kta +biH +uZb +uZb +bdk +aVi +bcN +bcC +bcC +bcu +aVi +aVi +aWQ +aWQ +aWQ +aWQ +oZg +lmu +lmu +lmu +fHw +umH +aWQ +aWQ +ddx +ddx +gpx +mMV +ozt +ozt +ozt +aXP +lmu +chq +iKr +ddx +ddx +ddx +aWQ +aWQ +aWQ +chq +iKr +ddx +gpx +jQC +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(134,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWt +aWt +aWt +ada +pAF +aLd +aLd +aLd +aLd +aLd +aLd +aLd +aLd +aLd +aXx +aXx +aXx +adV +aPi +aiL +aYG +aYG +aYG +aYG +aIx +azW +aYG +akh +aTp +akh +akh +akh +akh +akh +aLw +aLw +gmy +akQ +akQ +akQ +aWQ +aWQ +aWQ +aWQ +aWQ +aXS +aZJ +aYo +ajS +aiM +qCw +aza +ryF +fzW +nzx +mJN +nzx +nzx +nzx +mJN +mJN +mJN +mJN +aza +aza +aWQ +aWQ +aWQ +aWQ +bxu +bGy +bCF +apK +wmO +wmO +aaq +aca +blR +bui +bud +btU +bfA +bjG +bif +bif +bif +bif +bif +bif +bkb +aOf +aOf +aOf +qAr +aOf +aOf +aOf +aOf +aOf +aOf +lOe +bif +bhS +kzu +abA +aCW +oLj +crJ +ask +gsy +jKz +ljV +aQp +aaI +brF +bql +aFH +vAB +fWg +ayb +wnh +evO +aeT +faE +fpp +atb +vnM +wwd +uBm +cOa +apD +aje +tzA +asK +lLU +bcw +oRP +xTl +bcO +bcw +lLU +bcv +bcm +aVi +aWQ +aWQ +aWQ +aWQ +ahc +lse +lDM +lmu +bgv +aDa +tkM +uck +knu +ddx +gpx +jZH +ozt +ozt +ozt +vdg +nLq +htf +knu +ddx +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ddx +ddx +gpx +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(135,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWt +ada +aXx +aSB +bai +aSB +aSB +aLd +aLd +aLd +aLd +aLd +aLd +aXx +aSB +aXx +aXx +adV +ard +nGS +nGS +aGi +aGi +aGi +aGi +aYG +akh +akh +akh +acN +akh +aAk +akh +aLw +azB +aLw +akQ +akQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWR +aWR +wGq +aWR +aWR +aza +aza +atx +vuX +gQU +mJN +aTg +bmS +aqL +aEc +atx +azM +pnv +aLM +aza +aza +aWQ +aWQ +bJf +bxu +bGz +vjy +apK +wmO +wmO +wmO +abX +oKu +bbq +aRJ +btV +blb +bgw +bgw +bgw +bgw +aDZ +bhW +bgV +bgV +bgV +bgV +bgV +bgV +bgV +bgV +biX +biQ +biD +bgV +bgV +aSt +aMZ +kzu +ogW +lye +avI +aUr +ahh +ahh +qmw +kzu +kzu +kzu +aqe +brf +aFH +aFH +yhc +snR +yhc +aFH +brv +aFH +aFH +atb +hlA +fwR +muE +rsk +bqR +omU +tzA +aEh +gtn +gtn +bcP +bdb +bcP +gtn +gtn +lLU +kMP +aVi +aWQ +aWQ +aWQ +aWQ +aXn +ajM +alP +ahc +ahc +aGu +eGy +lmu +nwp +knu +shw +wma +ozt +wxr +ozt +sBg +hCE +lmu +nwp +knu +bdA +jQC +aWQ +aWQ +kFc +aWQ +ddx +ddx +bdA +kFc +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(136,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ada +aXx +amK +aSB +aSB +aSB +aSB +aSB +bai +aSB +aHN +aHN +aHN +aSB +aSB +aXx +aXx +aXx +aWQ +aWQ +aWQ +aGi +aGi +aGi +aYG +aYG +aKr +akh +akh +akh +akh +aCM +aCM +aJD +aJD +aJD +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +asM +lAk +dus +gog +gog +gog +pRB +boP +aJF +raF +bnb +aEq +aSE +ahY +dkC +alk +aAK +qpJ +hQB +ovD +kjk +iEu +aza +bKQ +bKe +bJg +bIi +bGA +bFq +apK +wmO +wmO +wmO +abX +blR +bqq +bbq +btW +btN +pbj +bqT +btG +btF +bkq +bkh +beM +bha +btt +btn +bha +uyn +aSc +aSc +nYc +nYc +aSc +bsP +bhl +big +bhT +kzu +kzu +aaI +aaI +kzu +kzu +aaI +aaI +kzu +brG +aqe +aqe +aqe +bqz +aFH +kqs +pDI +kqs +aFH +tZJ +tZJ +tZJ +atb +spr +afD +aBC +aAT +uEA +omU +tzA +agr +lLU +bcw +bcA +ilp +tsc +lQY +bnB +bcw +bco +aVi +aDw +cKD +hhR +hqm +aZt +lsw +aPk +aPk +ajM +alP +ahc +ahc +aGu +aYr +aSK +aEz +ozt +ozt +ozt +iWI +aJt +lmu +lmu +qlE +kFc +lmu +xUQ +wDy +qlE +qlE +knu +bdA +qlE +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(137,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +jNe +aXx +anb +aXx +ech +aXo +aLb +aSB +aSB +aSB +ajl +aWE +aWE +aSB +aSB +aSB +aXx +aLd +aLd +aWQ +aWQ +ict +aGi +aYG +aYG +azY +akh +aAk +akh +akh +aTp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +tXt +tPz +dus +gog +gog +gog +nyk +nzx +ulw +aCF +bzu +vhz +aAK +nVR +dZY +bmN +ryF +ahY +lrg +uSQ +uAM +rOL +aza +bKR +bKg +bJh +dOt +bGB +bFr +apK +wmO +wmO +wmO +abX +aSO +arB +bts +btX +btO +aSc +aSc +bKt +nIV +pta +lkC +nIV +bKt +bKt +bKt +aQZ +aSc +aSc +mtu +hkX +qwR +aSc +aSc +bhv +big +bhT +kzu +bsl +brf +aqe +kzu +kzu +brk +brK +kzu +aqe +aqe +brA +aqe +bqy +bhv +bfr +lSP +bfa +fVG +bth +xXw +eqU +atb +atb +atb +aMN +nIg +jdU +aje +wCb +biH +tsc +bdz +bcR +aVi +bcQ +ulc +bcD +rJj +tPu +aVi +aDw +nMw +nMw +atv +atv +atv +atv +atv +lsw +aPk +aPk +ajM +alP +aGu +aSz +ygK +auV +auV +auV +aSa +aPb +lmu +lmu +lmu +lmu +eGy +lmu +lmu +lmu +lmu +vsc +lmu +lmu +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(138,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aSB +aXx +aXx +apb +aXo +aXo +aXo +aLb +aXx +aSB +aWE +aWE +aSB +aSB +aSB +aSB +aSB +aLd +aLd +aLd +aWQ +aWQ +ard +aXT +aXT +gBq +gBq +aBn +aXT +aXT +aVc +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +uyg +iRK +tPz +tPz +tTE +jTS +ghT +gog +irC +nyk +mJN +piP +kld +bnl +yko +xVC +ppT +efe +xIE +mJN +xou +axI +jAJ +aiN +aJB +aza +aqQ +bKh +aqQ +bIj +bCG +aad +aWu +wmO +wmO +wmO +aaq +aca +blJ +bhd +bgY +bgY +aSc +aSc +cJB +aMS +mnr +aUm +txX +qQh +sis +bKt +abz +aSc +aPm +aPm +xqf +nSY +wQF +rPN +bhv +big +bfa +bsr +aqP +bsc +aqP +cEk +aqP +aqP +aqP +brI +aqP +aqP +aqP +aDI +aqe +bhv +bfr +lSP +bfa +aFG +kqh +bql +bbq +aRJ +aRJ +atb +atb +elc +als +gNX +oWl +atb +aVi +aVi +aVi +aVi +aVi +ulc +bnB +bcn +aVi +aVi +aDw +udB +udB +xZh +aul +aul +aul +aul +aVM +atv +atv +lsw +ajM +dWi +avN +hxF +nEr +nEr +xZE +qAk +aGV +lmu +lmu +lHP +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +lmu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(139,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +wQB +aSB +aXx +aOI +aXo +aXo +aXo +agY +jAK +aXx +aXx +anb +aXx +anb +aSB +aSB +aSB +aHN +aHN +aLd +aLd +aWQ +aWQ +aWQ +aYu +aYu +ayt +aTH +aFL +aVc +aVc +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bvM +gKw +buQ +tPz +tPz +buQ +dus +bvD +gog +gog +tEY +nyk +mJN +kht +uAM +slv +wqX +mJN +aza +aza +aza +mJN +sSk +ryF +hyA +mJN +mJN +bLo +aqQ +bKi +bJi +bqF +mjb +aWu +wmO +wmO +wmO +wmO +wmO +abX +blJ +bhg +bKt +aYO +bKt +vTY +mNa +aHR +xad +aIZ +aIZ +sbS +emA +bKt +abz +aSc +ssV +fJr +aBl +lKp +ffC +aSc +bhv +big +bhV +aOf +aOf +aOf +aOf +aOf +aOf +aOf +aOf +aOf +aOf +aOf +aIE +aFG +brC +bhv +bfr +lSP +bfa +aFG +pEZ +bqz +bql +bbq +bri +atb +ciw +bfy +bfo +trZ +tPt +rPB +aWQ +aWQ +aWQ +aWQ +aVi +jMo +bnB +qam +aVi +aWQ +aWQ +aWQ +aWQ +qtZ +obv +aFE +aFE +ksC +ahr +aul +aul +aVM +lsw +aPk +ajE +rWN +adQ +adQ +adQ +jRt +xyD +oMU +ahc +ahc +ahc +lse +lDM +lmu +lmu +eGy +sRv +lmu +iRw +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(140,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +wQB +fRL +anb +aXx +aOI +aXo +aFo +aWt +owd +aXx +aXx +aXx +jNe +aXx +aXx +aSB +aSB +aWE +aHN +aLd +aLd +aWQ +aWQ +aWQ +aTH +aTH +axX +aFL +aqJ +aqJ +aLd +aWQ +aWQ +aWQ +aWQ +aWQ +jzu +fwi +tPz +tPz +tPz +tPz +tPz +bvG +gog +gog +gog +tEY +nyk +mJN +eYf +bQU +bnm +wGe +mJN +azh +aTJ +akR +aEc +aJF +azM +aVJ +nzx +buG +tra +bKS +bCk +aqQ +vjy +apK +wmO +ayW +bzc +bzc +alo +wmO +tkp +blJ +bhg +bKt +qTH +bKt +kkz +aTL +aXM +oIb +yfb +ait +ipr +bKt +bKt +afA +aSc +nSH +axG +azX +lKp +aWO +daF +bhv +aDL +bhW +bFG +bgV +bgV +bgV +bgV +bgV +bgV +bgV +bgV +bgV +bgS +xJV +brE +aqP +bhm +bfr +lSP +bfa +aGR +aqP +aqP +aqP +btc +uYS +brg +bqX +bfq +lIT +beZ +bqG +bqH +aWQ +aWQ +aWQ +aVi +aVi +ulc +bnB +bcn +aVi +mdd +aWQ +aWQ +amp +aXf +eyW +eyW +eyW +aNd +tse +aFE +ksC +ahr +aVM +atv +atv +alm +aLS +adQ +adQ +amq +aPk +aPk +aPk +aPk +aPk +ajM +alP +ahc +ahc +ahc +aGu +lmu +nRT +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(141,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +aSB +bai +aSB +wQB +aqn +aWt +aWt +dVK +aWt +aWt +aWt +aWt +aWt +wQB +aXx +anb +aSB +bai +aSB +aLd +aLd +aLd +aLd +aWQ +aqJ +upG +upG +aqJ +aqJ +aYd +aLd +aWQ +aWQ +aWQ +aWQ +buQ +rDf +tPz +bvE +lte +bvP +tPz +ewT +jYR +teK +gog +gog +bvu +nyk +iFH +ajT +bnC +bvl +ara +mJN +mYg +bmT +jLh +tso +ajT +kQh +ara +aow +iTY +ucG +buw +wQe +cJx +xva +apK +wmO +ayH +bDf +bCE +afk +alo +abX +gDX +bhg +bKt +etQ +bKt +vqf +btH +cBR +aHN +hhg +hhg +aHN +bKt +wUZ +ccV +aSc +aSc +aDz +aue +jfo +gNL +daF +bhv +big +bfa +bss +bha +bha +bhl +bqI +pbj +pbj +pbj +brJ +pbj +bfr +aIH +aHx +asc +asc +fGy +hlf +bhZ +asc +asc +asc +asc +asc +asc +bfS +bfG +tFS +bGV +beZ +bqH +pDk +bhF +aWQ +aWQ +aVi +mKC +drO +bcD +bcx +bcp +mdd +aWQ +aWQ +amp +sRx +cpv +pdc +rXk +rXk +rXk +aKK +aNd +pJS +tEl +mwr +mwr +aFb +adQ +adQ +adQ +uDq +atv +atv +atv +atv +atv +lsw +aPk +aPk +aPk +ajM +alP +oMU +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(142,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +aLd +aSB +aSB +aXx +esz +aWt +pNh +rNu +csI +wQB +wQB +aWt +aWt +aWt +owd +apb +aXo +aHm +aSB +aSB +aLd +aLd +aLd +aLd +aYd +aYd +aqJ +hSj +aYd +aYd +aLd +aLd +aWQ +aWQ +khv +tjc +tPz +rEp +buX +bvU +aWQ +aWQ +vRB +tPz +dus +gog +ghT +tEY +nyk +mJN +ajT +aTu +aCF +drf +aAK +nWA +lIc +iyJ +wop +mHX +qvP +azv +aow +ejn +jQf +aSo +bKj +aqQ +bIk +apK +wmO +ayH +ctJ +bCK +bCE +apK +abX +buj +bhg +bKt +aiA +bKt +cuI +afG +pKP +aHN +uuD +pdP +aHN +pKA +kmc +aOC +cNW +aSc +aSc +aSc +fod +aSc +aSc +bhv +big +bfa +bst +bsm +bhu +bhm +bhd +bgY +bgY +bgY +bgY +bgW +bgT +bft +bgQ +bgw +bfZ +bfZ +bgw +bgw +bgw +bgw +bgw +bft +xxd +bfZ +bfT +bfz +bfz +bfp +beZ +ajB +bek +aqe +cdz +aWQ +aVi +bcS +bcw +bcE +bcw +bcq +mdd +aWQ +aWQ +eoW +aLz +lXR +eyW +bPs +fRr +arh +yja +eyW +rWI +azg +bLB +bLB +azg +vHc +adQ +adQ +wdi +jxs +aul +aul +aul +aul +aul +aul +aul +aVM +lsw +ajM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(143,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +gSE +gSE +gSE +gSE +gSE +gSE +aQl +gSE +aQl +gSE +aQl +gSE +aWt +aWt +abx +aXo +aXo +aXo +aHm +aSB +aYd +aYd +rLS +aYd +aYd +aYd +aqJ +aqJ +lhA +aYd +aYd +aLd +aWQ +aWQ +buQ +tPz +tpE +buX +buy +aWQ +aWQ +aWQ +aWQ +aWQ +sJK +ghT +gog +tEY +nyk +mJN +aqE +axI +efe +aai +mJN +aGp +axI +yfW +mJN +ajT +ara +mJN +mJN +bwa +jQf +aqQ +bKk +aqQ +jNW +apK +ayW +bEd +bDh +bCL +bCF +apK +abX +blJ +bhg +bKt +fhk +ewH +rAU +uZe +tlq +hhg +kzy +bkZ +aHN +mXt +aEf +arI +uDy +rpF +odT +ceR +att +abz +tCw +bhv +big +bfa +aFG +rcu +bhv +bqI +brV +apL +apL +apL +apL +bgX +brp +bgq +bgR +pbj +apL +apL +pbj +brx +pbj +pbj +brp +bgq +bgi +xZT +bfU +pbj +bqS +bfq +beZ +ajB +aFG +aqe +aWQ +aWQ +aVi +bcT +bcw +bnB +bcw +bcr +mdd +aWQ +lAI +nUX +idw +jfI +aWQ +aWQ +jyt +jfI +oPv +rXk +bsy +azg +kgb +axs +bLB +adQ +aLS +aLS +ayp +qyq +tse +aFE +aFE +aFE +aFE +aFE +rvh +ahr +aul +gEs +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(144,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +apN +arM +aRX +aRX +hgk +aRX +aRX +aRX +aRX +arM +aQl +aWt +aWt +aXo +aXo +aXo +aXo +aXo +aSB +aYd +aYd +aYd +lcJ +aYd +aqJ +aqJ +aqJ +aYd +aYd +aYd +aLd +aWQ +aWQ +nSd +tPz +ina +bvV +buy +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ghT +gog +tEY +nyk +mJN +bXP +bXP +mJN +mJN +mJN +mJN +mJN +mJN +mJN +aHr +rjT +hwB +bmw +bLw +jQf +oBJ +bxu +bJj +vjy +apK +ayH +bDf +bDi +bCM +bCF +apK +aUF +blJ +bhg +nIV +enW +cxz +aHR +xPd +agI +hhg +mNL +aaa +aHN +bKt +bKt +anx +bKt +bKt +bKt +bKt +bKt +bKt +bKt +bsF +bsA +bfa +aFG +rcu +bhv +phd +apL +apL +tOX +pPl +apL +apL +tzh +acH +gNV +tzh +apL +apL +apL +apL +apL +apL +apL +oJL +tzh +apL +brb +pOu +pbj +bfr +bfa +pbj +bqu +bqm +aWQ +aWQ +aVi +aPP +bcw +bnB +anY +kMP +mdd +aWQ +rem +rXN +idw +aWQ +aWQ +dQc +aDd +aTV +eyW +eyW +aUN +azg +inF +qKT +bLB +dQP +agX +agX +aRN +dZw +rXk +rXk +rXk +rXk +cpv +aKK +aNd +aFE +aFE +tse +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(145,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +awQ +dpa +axB +arM +axB +aDo +urH +nWN +ucs +arM +wWv +aWt +aWt +aXo +aXo +aXo +aXo +aXo +aXx +aqJ +aqJ +aqJ +aqJ +aqJ +aqJ +amV +aqJ +rLS +aYd +aLd +aLd +aWQ +aWQ +aWQ +bvP +tPz +mid +bvY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ghT +gog +tEY +nyk +bXP +boO +alu +bXP +kyy +aDV +fOq +mJN +xjc +byL +suK +xwE +aza +aza +bLy +bLq +aqQ +vdP +bJk +bCF +apK +ayH +aJi +bDj +bCN +bCG +apK +abX +buk +bhg +nIV +aun +aHR +aKp +aTL +tlq +hhg +aob +aaa +aHN +vFy +aFa +llX +yfv +aUk +yfv +jic +xCi +noH +bKt +bhv +bsB +bfa +aFG +rcu +bsh +bsd +brO +apL +bQZ +wXS +lIy +pHG +tPV +boQ +bpa +boQ +nuI +hrw +aiw +fmz +vpf +szW +apL +rMl +wnc +apL +apL +auL +bqT +bfr +bfa +pbj +bqv +aWQ +aWQ +aWQ +aVi +oij +lQY +bnB +qhd +bcm +mdd +aWQ +bur +vEu +idw +nee +dQc +aDd +aTP +lXR +aNX +aNX +fmU +azg +aCY +azg +azg +jXu +aMT +aMT +aMT +avM +hJq +oPv +eyW +eyW +eyW +eyW +rXk +rXk +rXk +aKK +amp +amp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(146,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +awQ +lCv +gSE +gSE +gSE +awQ +woz +oOA +lYQ +ivF +riM +aPi +aWt +fFC +aXo +aXo +aXo +agY +apx +aKW +mDB +aKW +mDB +aKW +aqJ +aqJ +aYd +aYd +aYd +aLd +aWQ +aWQ +aWQ +aWQ +tPz +tPz +isf +xyA +buy +aWQ +aWQ +aWQ +iua +nnU +gog +gog +tEY +aza +aza +bXP +bXP +mJN +hJP +bnb +aEq +kIK +hgq +ykA +bzu +aEq +aza +aza +aBB +aVy +aqQ +bKl +aqQ +bxf +apK +ayH +axg +bDk +bCG +aad +aWu +abX +blJ +bhg +nIV +enW +cxz +aKp +aTL +aHX +aHN +qea +rIw +hhg +clB +ula +tmS +pLp +nCC +ocf +lDg +vPB +end +bKt +bsG +bsC +bfa +bsu +bsn +bsi +bse +brO +apL +vcS +mYS +jKG +rML +rOt +bpz +rOt +ahO +apL +riE +kXi +xfv +aiw +qHb +abF +iGs +aAn +aQR +apL +iki +pbj +bfr +bfa +pbj +bqw +aWQ +aWQ +aWQ +aVi +aVi +bcJ +bcD +iCg +aVi +mdd +aWQ +aWQ +awD +idw +wVN +jfI +bPS +jfI +eyW +aJW +aJW +aJW +eyW +eyW +aAy +lhH +anq +atR +aMT +aMT +axQ +gIa +aNX +aNX +eyW +aKe +aVe +oPv +alc +eyW +jqD +amp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(147,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +bcy +wzk +arM +arM +aMu +aUP +pvj +arM +lkz +aMu +bLC +aPi +aPi +aWt +fFC +aXo +aFo +aWt +aWt +aTH +aTH +aTH +aTH +aTH +apf +chj +aYd +aYd +aYd +aLd +aWQ +aWQ +aWQ +aWQ +tPz +bvP +tPz +rFF +adS +aWQ +aWQ +bvN +sHG +ghT +gog +gog +tEY +aza +hkt +uUW +aHD +fjZ +hYj +iTz +rSE +aAK +gBL +alR +amQ +jLh +aza +aza +bLy +jQf +bKT +bxu +aqQ +bxl +apK +bFt +aVT +aVT +aVT +aWu +wmO +tkp +blJ +bhg +bKt +dFd +yfb +iNC +afG +aJV +aHN +brW +wIR +hhg +ifi +tPB +tKS +aMF +sMj +bKt +uYT +aQa +hNY +daF +bsH +big +bfa +aGR +aqP +aqP +bsf +brY +apL +apL +lhQ +apL +apL +apL +acH +ndu +oku +apL +apL +apL +apL +apL +apL +apL +kpK +azk +kXz +tzh +iki +pbj +bfr +bfa +bqI +aFG +aWQ +aWQ +aWQ +aWQ +aVi +rXc +ahB +mOY +aVi +aWQ +aWQ +aWQ +aWQ +ccD +eyW +eyW +eyW +eyW +eyW +aTP +eyW +eyW +eyW +aLh +anD +ssC +blW +aMT +aMT +aMT +aMT +rGo +aJW +aJW +eyW +aEk +eyW +eyW +eyW +azw +oFr +amp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(148,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +jpU +urH +sDQ +qcT +cfR +woz +arM +juY +qFe +arM +aQl +wQB +aPi +aWt +aWt +aWt +aWt +aXx +aWt +aTH +aTH +aTH +aTH +aTH +apf +aqJ +aYd +aYd +aLd +aLd +aWQ +aWQ +aWQ +aWQ +agE +tPz +tPz +tPz +buJ +bvP +tPz +tPz +dus +gog +ghT +gog +tEY +bHj +atx +yfJ +aaE +iXv +cnL +gtC +aEq +ryF +uIS +mKM +efe +gcZ +mJN +fyR +bLz +jQf +bKU +bKj +bJl +mTj +apK +wmO +wmO +wmO +wmO +wmO +xtF +qOZ +blJ +bly +bKt +aiA +bKt +tiZ +kBm +ghv +aHN +qea +rIw +hhg +aZV +bto +tCR +nCC +bKt +bKt +bKt +wYU +wYU +daF +bsI +big +bhX +bhI +bgY +bgY +bgY +brZ +iRZ +mbj +rzG +nxG +ufv +iXm +kdN +reN +pjR +kSL +wFt +vxP +awG +pTQ +apL +apL +rYU +lJx +aSe +tzh +iki +pbj +bfr +bfa +pbj +aFG +bqn +aWQ +aWQ +aWQ +aVi +veb +ajR +lFd +aVi +aWQ +aWQ +aWQ +aWQ +hQx +aZR +eyW +aNX +eyW +eyW +eyW +fRr +eyW +aLB +eyW +eyW +xWm +auN +aMT +aMT +aMT +atR +oJb +eyW +eyW +fRr +eyW +qYv +aNX +aNX +aNX +aNX +amp +amp +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(149,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +aQk +dcG +axB +htF +axB +axB +arM +yiM +mjZ +aoP +aQl +gSE +wQB +aPi +aWt +aWt +aXx +anb +aXx +ajL +ajL +ajL +aTH +aFL +aqJ +aYd +aYd +aYd +aLd +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +lEh +dps +tPz +tPz +tPz +tPz +tPz +dus +gog +gog +gog +tEY +ajU +emF +tqh +efe +efe +aqp +aqp +aqp +mJN +aSE +qxn +hLw +boP +mJN +bLy +buJ +jQf +bKV +bxu +aDe +bCF +apK +wmO +wmO +wmO +wmO +wmO +abX +pTn +blK +bhe +bKt +etQ +bKt +afe +oHB +nAl +hhg +mNL +aaa +aHN +aDx +btp +tmS +eau +emC +bKt +aAQ +kxr +lCS +bKt +bhv +big +bhT +alp +apL +apL +tzh +tzh +apL +apL +apL +nlB +apL +apL +lYF +igo +axH +riL +vGw +aoI +igo +vre +aQM +apL +apL +nlB +apL +apL +iki +pbj +bfr +bfa +beM +bqx +bqn +aWQ +aWQ +aWQ +aVi +lpa +aaz +ugE +aVi +aWQ +aWQ +aWQ +aWQ +eTC +eyW +eyW +adG +atT +bce +eyW +eyW +eyW +eyW +eyW +vlV +adU +vgO +aMT +aMT +aMT +aMT +vEO +kVu +eyW +eyW +eyW +eyW +aJW +aJW +aJW +aJW +eyW +eyW +qvs +awM +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(150,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +gSE +aQl +aQl +aQl +avq +sPS +wWv +bLC +gSE +aQl +avE +wWv +avE +gSE +gSE +gSE +gSE +uWv +aXx +aXx +aSB +aXx +ajL +ajL +ajL +aTH +aqJ +aqJ +lhA +fue +aLd +aLd +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bwj +qzx +buP +tPz +tPz +buQ +rDf +jYR +teK +gog +gog +xpf +mJN +mJN +aGm +wKN +rSW +mJN +hRm +bmz +bmz +bmO +arL +bmE +pPN +buW +buU +buK +jQf +aqQ +bKm +aqQ +auo +apK +wmO +wmO +wmO +wmO +xtF +asz +uFh +blL +bKt +bKt +etQ +bKt +xld +qVi +vzP +hhg +aob +aaa +aHN +aoH +tPB +bqp +aWI +wHP +aeI +aXV +cMj +aXV +nIV +bhv +aDL +qwL +bhJ +oVB +gsP +egp +aZi +skz +oDS +acH +aRi +soX +apL +bsU +aOa +axH +aQM +aQM +oIq +aIa +gka +aQM +gxs +fhy +ocm +ocm +scH +iki +pbj +bfr +bfa +bqJ +bqy +bqo +aRJ +aWQ +aiy +aiy +heg +qQc +aMp +aVi +aWQ +aWQ +aWQ +aWQ +aqG +aOu +aqG +aqG +rzm +eKi +eyW +eyW +eyW +awu +eyW +dob +gIm +atR +aMT +aMT +atR +aMT +atR +auq +alc +eyW +aVe +eyW +jfI +grK +jnK +eyW +eyW +eyW +eyW +sAf +aiF +aWQ +aWQ +aWQ +aWQ +aay +"} +(151,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +jYg +cSp +aQl +aQl +pfq +qWq +mUb +qWq +avE +arM +aRX +arM +aRX +aRX +hgk +aLO +gSE +sdV +aXx +fRL +aSB +bai +aqJ +aTH +aTH +aFL +ekd +aYd +aYd +aYd +aLd +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +pVP +bvP +tPz +tPz +tPz +buQ +dus +bvB +gog +ghT +bnX +bnK +bmz +bmz +bmz +bmz +bms +tPz +bvP +qyi +bmK +bmF +bva +buX +buy +buv +buD +aqQ +bKn +bJn +bIl +apK +wmO +wmO +wmO +wmO +abX +bCy +occ +bKt +bKt +bKt +dAg +bKt +gmd +aOb +gmd +aHN +fzN +atg +aHN +gcT +ula +cBV +afJ +kuK +aCV +vVa +kbA +cMj +nIV +bhv +big +bhY +bhK +pwo +avV +amy +nTN +acH +gcG +nqc +acH +tWP +apL +sGs +afT +pfV +nkE +axH +axH +aXm +cvP +aQM +atd +ocm +aEo +apL +apL +iki +pbj +bfr +bfa +aFG +bqz +bqq +bbq +aRJ +aiy +aiy +xEu +rbs +bab +aVi +aWQ +aWQ +aWQ +aqG +aqG +acL +kxn +aqG +atR +axQ +aqb +ajf +aGJ +aGJ +aGJ +aGJ +aGJ +afW +afW +afW +afW +afW +afW +afW +aGJ +aGJ +aGJ +aGJ +aGJ +aGJ +aGJ +aGJ +aGJ +nhl +eyW +anG +xYA +aWQ +aWQ +aWQ +aWQ +aay +"} +(152,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +wIy +taC +hEZ +nyV +jfS +jWK +cSX +mou +avE +arM +tqn +fwb +tqn +woz +tqn +adf +aFT +aXx +aXx +aSB +wQB +aSB +aqJ +aqJ +aTH +apf +aqJ +aYd +aYd +aLd +aLd +aWQ +aWQ +nuH +nuH +nuH +nuH +nuH +aWQ +aWQ +aWQ +nuH +ncS +ncS +ncS +ncS +jJV +tdX +gog +gog +gog +xpf +vXr +tPz +akD +tPz +tPz +seM +xoR +aWQ +bmK +bmF +bvb +buy +buv +buL +bml +fbg +wqs +xfs +iTs +but +bmh +bzW +bzW +bmh +byU +bus +jNx +nIV +sFy +oJe +aXV +aiT +dFd +vJy +cTP +hhg +naI +fPk +aHN +erX +aQa +aop +tTi +bKt +bKt +cyE +hpM +cMj +bKt +bsJ +big +bfa +beM +aDw +aDw +aDw +aDw +apL +ana +mWa +acH +vFw +apL +sDN +vTf +frI +aoI +aoI +axH +auS +pgB +aQM +apL +nlB +apL +apL +brc +bfH +bqT +bfr +bfa +aGR +bqA +bqr +bql +aiI +aiy +liX +qss +uWY +tNl +aWQ +aWQ +aWQ +aWQ +aqG +aOZ +inF +inF +aSf +aMT +aMT +aOg +svm +aNP +aFe +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aFe +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aFe +aNP +alK +eyW +eyW +aMQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(153,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +nAm +lns +vHU +piS +xdO +qbu +xdK +bhn +aQl +jzI +axB +eNu +arM +cdR +axB +aoP +gSE +oGB +aXx +aXx +aSB +aSB +ekd +aqJ +aTH +fud +aqJ +aYd +aYd +aLd +aLd +aWQ +lQU +nuH +bqe +bpW +boU +nuH +aWQ +aWQ +aWQ +nuH +nuH +nuH +nuH +bxa +bxa +rhb +gog +gog +ghT +gog +bvn +buJ +ovw +tPz +buJ +bvh +aWQ +aWQ +bmK +bmF +bvc +buY +buV +jTS +iOB +bmi +aXj +aXj +aXj +aXj +aIv +aIv +aIv +aIv +bmf +rxy +alp +nIV +amH +hru +cMj +wQK +aWK +afG +gVA +aHN +hhg +hhg +aHN +bKt +dAg +bKt +bKt +bKt +bKt +nIV +aOW +nIV +bKt +bhm +big +bfa +aFG +aGP +tnA +nAK +aGP +afF +lsq +jip +qFB +iAg +gCZ +aNy +vTf +bsZ +uVF +jkF +aqT +auS +apL +apL +kar +poR +eFU +apL +iki +btF +bqU +bfr +bfa +pbj +bqB +bqs +aiI +aiI +aiy +sUq +aQC +aQC +aQn +pUB +aWQ +aWQ +aWQ +aqG +bch +bcg +inF +aOu +apv +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +eyW +gGR +azP +aWQ +aWQ +aWQ +aay +"} +(154,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +hWM +txk +arz +nNF +aoL +toU +bnu +eeM +aQl +bqY +sxO +qoY +arM +gSE +aQl +aQl +gSE +aWt +abx +aLb +anb +aXx +aAZ +aTH +aTH +apf +acf +aYd +aYd +aLd +aWQ +aWQ +lQU +nuH +bqf +bpX +nuH +nuH +nuH +nuH +nuH +nuH +boU +boH +vbc +boz +bxa +lhf +gog +gog +gog +gog +xpf +bvm +wnm +wnm +wnm +aWQ +aWQ +aWQ +bmK +bmG +bmx +bmx +bmx +ruc +xUw +iNT +eaL +eaL +eaL +eaL +vxQ +vxQ +vxQ +vxQ +nIs +rxy +bif +aOt +cMj +aXV +rnz +lpi +arU +wPY +biI +mEO +nrn +imU +qYc +iHy +iHy +vfX +khh +vfX +iHy +kHp +afG +edj +aOt +bio +bih +bfa +bsv +aGP +bGR +aaa +aGP +whb +gWL +skz +jKP +skz +wUB +lNi +dPW +hAg +xEI +brB +aqT +aom +wFt +aKx +lUP +lUP +gzt +tzh +iki +bqT +pbj +bfr +bfa +bqK +bqC +bqn +aRJ +aiI +aiy +nWZ +wpH +aQC +aCi +aCi +aWQ +aWQ +aWQ +aqG +aRa +eJp +rAq +aqG +aKi +atR +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +eyW +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(155,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +jGt +boe +hnV +vwl +jfM +gDP +ekP +qWq +gSE +aMu +nNG +aZL +arM +aAH +gSE +aSB +jNe +xgW +aXo +aXo +aLb +aXx +aTH +aTH +aTH +ajL +ajL +aYd +aYd +aLd +aWQ +aWQ +aWQ +nuH +bqg +bqa +qYq +bpJ +bpE +pZN +pZN +bph +boV +boI +pZN +qXt +bov +bos +boq +bmP +bmP +bmP +bmP +pld +bmP +bmP +iHN +bmP +bmP +bmP +iHt +aqu +aqu +aqu +aqu +bmt +pJb +wCa +bah +bah +bah +bah +adH +adH +adH +adH +pbH +aVA +qwL +qUo +vVa +lGy +vVa +nug +oPd +aRZ +mRa +aJQ +wWY +arZ +nhX +aGf +aJj +gPE +nhX +arZ +aJj +uwy +efT +aJj +qUo +bip +leu +bfa +aFG +aGP +bSW +vQx +aGP +xxb +tvy +kfa +nBX +iAg +gCZ +aNy +vTf +hAg +aUL +nsm +bsZ +auS +apL +apL +kvc +akl +azE +tzh +iki +pbj +bfA +bfs +bfa +rGl +aFG +bqn +aRJ +aiI +aiy +aiy +aCi +aCi +aCi +aCi +akN +aWQ +aWQ +aqG +aqG +aqG +aOu +aqG +nMY +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +fbo +ioI +aWQ +aWQ +aWQ +aWQ +aay +"} +(156,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +nQe +hnV +hnV +hnV +nAZ +sDQ +sDQ +uNd +jRJ +cFG +eCf +iHv +aIy +gQF +aQl +aSB +aXx +aOI +aXo +aXo +aFo +aWt +aTH +aTH +aTH +ajL +ajL +aYd +rLS +aLd +aWQ +aWQ +aWQ +nuH +bqh +bqb +adJ +bpK +rSI +bpu +bpo +bpi +boW +boJ +rSI +boA +adJ +bot +wLG +bmy +bmy +bmy +bmy +bnw +bnn +bmy +bmy +bmy +bmy +bmy +bmy +bmy +bmy +bmy +bmy +bmu +uVl +iNT +eaL +eaL +eaL +eaL +vxQ +vxQ +vxQ +vxQ +nIs +rxy +bfZ +aOt +cMj +aXV +cMj +wYe +aWK +dEu +bkt +gVA +aHR +aHR +aTL +aHR +afi +aHR +aTL +aHR +tvr +ecT +iUX +gVA +aOt +biq +bii +bfa +aGR +aDw +aDw +aDw +aDw +apL +ana +uQB +acH +mQK +apL +qpm +mIt +nET +axH +aoI +dvV +rCG +aYD +apL +abB +uEE +afV +apL +iki +pbj +bfB +bft +bfa +pbj +bqD +bqn +aRJ +aRJ +aiy +aVa +aCi +aCi +aCi +aVd +aWQ +aWQ +qsc +qum +fIj +idw +eyW +awM +aEe +atR +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +ajb +vEu +aWQ +aWQ +aWQ +aWQ +aay +"} +(157,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +dwR +hnV +xWv +wgv +euU +gBf +rjj +pNE +gSE +rLI +hWX +dvg +aIy +ivF +aQl +wQB +aXx +cWl +aOI +aFo +aWt +aWt +aTH +aTH +aTH +ajL +ajL +lhA +aYd +aLd +aLd +aWQ +aWQ +nuH +bwu +kdx +qYq +bpL +dGt +bpv +dGt +dGt +boX +boF +boF +boB +bow +bou +bor +gog +gog +gog +gog +bmK +bmF +gog +gog +gog +gog +gog +bvd +qgJ +gog +irC +evQ +teK +iOB +bmk +aHQ +aHQ +aHQ +aHQ +ban +ban +ban +ban +bmg +rxy +xZT +nIV +cMj +aXV +cMj +rHI +cNl +uwo +ivX +gVA +aHR +tQD +afG +gVA +gVA +gVA +wUr +tcl +bKt +bKt +nus +bKt +bKt +bsL +aDL +bhZ +bhL +kIu +gCh +skz +egp +egp +awg +aFK +acH +mYy +tzh +vCL +kYu +ykc +dez +nON +aqT +nCT +rcM +tzh +hMM +aQF +gVC +tzh +iki +pbj +pbj +bfu +bfa +bqL +bqE +aRJ +aRJ +aWQ +aiy +wRI +jAR +aCi +aCi +aCi +aWQ +aWQ +kuk +yij +vEu +art +vpg +xkY +anq +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +dTt +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +mri +vEu +jqI +aWQ +aWQ +aWQ +aay +"} +(158,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aLH +hnV +hnV +hnV +fdE +sDQ +sDQ +wLB +aQl +rLI +myc +eCf +aIy +aAH +gSE +aSB +aSB +aXx +aXx +adV +aWt +aWt +aTH +aTH +aTH +apf +aqJ +aYd +aYd +aLd +aLd +aWQ +aWQ +nuH +bqi +bqc +nuH +nuH +qYq +bpw +dNG +qYq +nuH +nuH +nuH +nuH +nuH +gog +gog +gog +bnZ +bmH +bmH +bnx +bno +jIz +bmH +bmH +bmH +bmH +bmH +bmH +bmD +bmA +buJ +buN +bmq +bBq +vlT +iQK +bBx +bDV +toW +bzZ +bzZ +toW +bCC +pRb +eoj +nIV +cMj +peG +cMj +eIo +cNl +gjC +bMI +rPU +gai +pNd +hsl +pNd +pNd +pNd +bKt +bKt +bKt +bKt +nbu +agZ +bKt +bhv +big +bhY +bhK +ydP +xQF +acH +sPG +aYP +rOt +kyX +bkr +gIV +tzh +aYD +cvH +bsZ +bkW +aHw +axH +acP +pgB +tzh +aWX +dAH +ldb +tzh +iki +pbj +pbj +bfu +bfa +bqC +bqn +aRJ +aRJ +aWQ +aWQ +aNL +aNL +aXg +aNL +aWQ +aWQ +aWQ +iXh +ujB +vEu +aJP +ame +aoW +auN +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +pJU +vEu +vEu +aWQ +aWQ +aWQ +aay +"} +(159,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +qWq +llS +hnV +jzr +jfM +glN +viH +huU +aQl +aQl +gSE +avE +ebS +avE +gSE +gSE +gSE +aQl +avE +gSE +gSE +aWt +ajL +hgL +aTH +bHM +aqJ +aYd +aYd +aLd +aWQ +aWQ +lQU +nuH +bqj +bqd +nuH +bpM +wGE +bpx +bpp +bpk +pZN +boK +nuH +asM +dus +gog +gog +gog +boa +grE +rCQ +bGp +gDq +kiY +grE +grE +nmQ +kiY +nmQ +grE +grE +bmB +bmv +buO +wdC +aqQ +bKo +bxu +bIm +apK +wmO +wmO +wmO +wmO +abX +adz +blS +bKt +ucV +cMj +cMj +wYe +bKt +afG +gVA +adx +bKt +vtq +jGR +amc +amc +brX +bKt +oPT +xsl +cYy +jNJ +sQw +bKt +bhv +bhD +bhx +beM +apL +iOn +lbZ +jEf +szX +hsk +apL +apL +apL +apL +apL +avX +axH +bZW +uVF +aqT +eNR +qVY +apL +boN +ayG +axF +apL +iki +bqT +pbj +bfv +bfb +bqC +bqn +aRJ +aWQ +aWQ +aWQ +dhj +dhj +aCi +dhj +xBr +aWQ +aWQ +aWQ +vEu +ccD +aTV +bxr +iAe +aeF +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +aaS +jNc +bxJ +aWQ +aWQ +aWQ +aay +"} +(160,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +pnW +qWq +rfT +ofV +eEG +txk +pgG +bof +gSE +pBV +afv +npO +afv +afv +afv +ahH +aQl +apN +aRX +aLO +gSE +aWt +hgL +ajL +aTH +apf +aqJ +aYd +aYd +aLd +aWQ +aWQ +lQU +nuH +bqk +boM +nuH +aso +bpF +bpy +bpq +bpl +boY +boM +nuH +bvI +dus +ghT +gog +irC +grE +jgP +aZC +apR +aZC +aZC +aZC +aKc +jOm +xKn +jOm +dky +grE +grE +bmr +tPz +jQf +bKW +bKp +bJp +cgJ +apK +wmO +wmO +wmO +wmO +abX +adz +blS +bKt +bKt +hlO +pba +bKt +bKt +aOz +gVA +bKt +hOg +api +pSj +hFv +aHg +aHg +oHS +gVA +gVA +gVA +gVA +hpb +bKt +oKI +bhD +bhx +aFG +apL +apL +kAg +apL +apL +apL +apL +plP +avC +pDW +tzh +aom +pHr +bHQ +pHr +aNN +tsM +apL +apL +iTR +aKL +rDv +apL +oQV +pbj +pbj +bfw +bqO +bqN +bqn +aWQ +aWQ +aWQ +aWQ +aWQ +aCi +aCi +aCi +alX +aWQ +aWQ +aWQ +ccD +eyW +eyW +bxr +aZR +auN +aMT +atR +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +ajb +pJq +aWQ +aWQ +aWQ +aWQ +aay +"} +(161,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +rND +lkv +xkP +usb +kLX +ffl +cyL +nGL +bLC +axM +slG +lXc +iRu +mGq +bjh +qjf +avE +awQ +tqn +txR +avE +aWt +aTH +aTH +aTH +apf +amV +aYd +aYd +aLd +aWQ +aWQ +aWQ +nuH +nuH +nuH +nuH +bpN +bpG +bqa +boZ +bpm +gNF +boM +nuH +bvJ +dus +gog +gog +bvw +grE +kof +fQi +aNo +rJU +lZU +agH +xBn +wus +ept +jUk +vQQ +nBR +kiY +bmr +buP +bLp +bKX +bKq +bJq +fcK +apK +wmO +wmO +wmO +wmO +abX +adz +blV +bhf +nIV +vfX +iHy +fJg +qtm +qTu +aKj +rmg +upf +apn +siz +mvu +ixr +aHg +bKt +awY +anE +arZ +lXT +tXS +bKt +ody +bhD +bhx +aFG +apL +iNR +gxK +ayJ +aiQ +aUi +apL +eKV +ads +fJx +dKk +vTf +pgB +pgB +pgB +pgB +gFE +aQM +aQM +apL +apL +apL +apL +wPT +ajB +iPB +pbj +qvI +vTQ +aWQ +aWQ +aWQ +aWQ +aWQ +aly +aFZ +aCi +aCi +alX +alX +aOn +aOn +aPt +eyW +vpg +aSj +bcf +azq +aMT +aMT +auT +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +alK +eyW +ajb +qrF +aWG +aWQ +aWQ +aWQ +aay +"} +(162,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +sWT +iRI +xak +shC +oqU +xpF +alh +qWq +avE +axM +arM +rhv +pdU +huW +jTb +nUP +avE +awQ +arM +adf +avE +aWt +aTH +aTH +aTH +apf +aqJ +lcJ +aYd +aLd +aWQ +aWQ +aWQ +aWQ +aWQ +nuH +bpR +kdx +bpH +bqa +bpr +eVX +gNF +boM +bow +tPz +dus +gog +gog +tEY +bwW +bom +aDy +akg +bLk +ksM +sdm +ksM +hPI +aWv +qDE +dKF +irr +bwW +bmr +tPz +jQf +bKY +bKr +bJr +arV +apK +wmO +wmO +wmO +wmO +abX +adz +buq +bhg +nIV +aIZ +yhQ +aBq +aIZ +qTu +gVA +rmg +aCn +aHg +apn +wuH +hFv +vkD +bKt +ceF +bpb +aHR +aHR +bPU +bKt +xCW +bhD +bhx +aFG +apL +aLI +eEP +aQM +arj +gsN +apL +aqI +lsa +ads +fgf +adZ +ygw +pgB +aYD +aQM +aQM +aQM +oss +aWQ +aWQ +aWQ +bqG +ajB +ajB +ajB +ajB +bqP +aWQ +aWQ +aWQ +aWQ +aWQ +vpX +aSr +aCi +aCi +aJo +aCi +aFZ +hSA +aMU +aEN +eyW +oPv +iyd +adA +aMT +aMT +aMT +auT +aNP +aFe +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aFe +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aNP +aFe +aNP +alK +eyW +csS +keb +aWG +aWG +aWQ +aWQ +aay +"} +(163,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +dwX +xfY +sJc +wAP +tNS +huW +bOy +ayO +axM +aye +pvj +bku +tob +bpc +aye +avE +rTv +sDQ +adf +sPS +aWt +aTH +aTH +aTH +apf +aqJ +aYd +aYd +aLd +aWQ +aWQ +aWQ +aWQ +lQU +nuH +gNF +bpO +gNF +bqa +bvZ +lwP +gNF +kdx +qYq +jvA +jTS +gog +gog +tEY +bwW +bwW +lIQ +bwY +aBX +bwX +bwX +bwX +bwX +tWf +tKg +amr +bwW +bwW +unY +buQ +jQf +bKZ +bKs +bJs +bxk +apK +wmO +wmO +wmO +wmO +aUF +adz +bhv +bhg +bKt +bKt +mdm +ack +aHR +uZe +gVA +bKt +iWf +wuH +lld +nOw +baj +dLN +bKt +aNg +pKL +qGd +hpy +bKt +bKt +bhv +bhD +bhx +aFG +apL +iNR +pdG +aQM +vYa +hWd +aQP +byX +aoK +lSw +apL +wLc +tzh +gus +apL +apL +aWQ +aWQ +aWQ +aWQ +brm +brh +bre +bfX +ajB +bfC +ajB +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aly +aZe +aCi +aCi +aeq +alf +aCi +hSA +aMU +dWD +aHH +fSp +duK +atR +atR +aMT +aMT +aqy +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +aYl +xHg +fbo +vEu +keb +aWG +aWQ +aWQ +aWQ +aay +"} +(164,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +cSp +hbq +oTr +bxg +rzj +huW +iEY +avE +pfR +aye +sDQ +sDQ +jyx +bpc +aye +avE +awQ +sDQ +adf +avE +aWt +aTH +aTH +aaX +afz +aAZ +aYd +aYd +aLd +aLd +aWQ +aWQ +aWQ +lQU +nuH +gNF +bpP +gNF +bpA +bps +boZ +gNF +kdx +qYq +dus +xyO +gog +gog +tEY +bwW +bwW +jLz +shy +aBX +bwX +bwX +bwX +bwX +sdh +tKg +rcy +bwW +bwW +bmr +buR +jQf +aqQ +bKu +bJt +arV +apK +wmO +wmO +wmO +wmO +abX +sCo +bhv +bho +bhf +bKt +bKt +bKt +nIV +aOW +nIV +bKt +bKt +nIV +nIV +bKt +nIV +nIV +bKt +bKt +bKt +bKt +bKt +bKt +bix +bhv +bhD +bhx +bsw +apL +apL +jrj +aQM +aQM +kAg +aQM +dbX +mQi +msy +aDg +gof +atz +eFv +yku +apL +aWQ +aWQ +aWQ +brm +brh +bgk +ajB +ajB +bqH +ajB +bqH +qlu +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +hvE +aCi +aCi +aEp +aCS +aCi +hSA +aqj +atA +aMT +atR +atR +aMT +aMT +aMT +aMT +aMT +axQ +aQV +ord +eyW +aVe +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +eyW +aGb +eyW +umB +aTV +avl +aae +sQu +aWG +aWQ +aWQ +aWQ +aay +"} +(165,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +vhB +aMI +sNe +hhJ +bwH +pMd +rws +bLC +gDU +aka +afv +afv +afv +eCf +arM +avE +awQ +wwa +adf +avE +aWt +aTH +aaX +ajL +ajL +afz +aYd +aYd +aLd +aLd +aWQ +aWQ +aWQ +aWQ +nuH +bpT +kdx +xDw +bpB +bpt +boZ +bpd +boR +nuH +dus +gog +oou +irC +bvx +bwW +gYD +ees +puQ +aOD +jOm +sKI +aZC +aZC +aXY +puQ +qVQ +wMB +bwW +bmw +bmv +tiC +bLa +bKv +bxu +epK +apK +wmO +wmO +wmO +wmO +abX +pkJ +bhw +bhl +bho +bil +bil +gUP +bkF +bkA +bkw +bKt +bKt +biE +biE +xiH +biE +bjK +bKt +bKt +aRJ +aRJ +aRJ +aRJ +biy +bsM +bhD +bhx +aFG +bso +apL +oZy +eDx +fqa +kKZ +aQM +apL +apL +apL +apL +axx +vJp +aXF +pgx +apL +aWQ +aWQ +aWQ +brh +bgr +bgl +ajB +bfC +ajB +bqH +gxX +bqQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +tac +kdV +aCi +aCi +aQf +aCi +hSA +aqj +atA +aMT +atR +aMT +aMT +aMT +aaG +aZk +aMT +aMT +aMT +axQ +aXi +kao +aQV +aQV +cqV +aQV +aQV +aOk +aHH +aQV +pLo +alc +eyW +eyW +fRr +qhE +eyW +eyW +eyW +kRl +vEu +aXK +aWQ +aWQ +aWQ +aWQ +aay +"} +(166,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +bTD +xyz +aQl +aQl +aQl +gSE +aQl +aQl +gyF +oNM +arM +tQq +fJw +tQq +aOB +gSE +awQ +tqn +arM +aQl +aWt +aTH +hgL +bBR +ajL +aAW +aYd +aYd +aLd +aLd +aWQ +aWQ +aWQ +aWQ +nuH +bpU +bpQ +gNF +bpC +pZN +bpn +bpe +boS +nuH +dus +gog +gog +tEY +grE +grE +wSt +tqY +puQ +qIw +bnf +sZz +wnj +tKg +puQ +rxi +nXV +aBX +grE +grE +bmr +xwf +aqQ +bKr +bJu +arV +apK +wmO +wmO +wmO +wmO +tkp +buu +rcu +bun +brR +btY +bhl +bqT +bfr +lSP +bfa +bqw +btC +aqe +brA +aqe +aqe +bjL +biE +bsT +bbq +bri +bri +bsV +bqr +bsN +bhD +bhx +aFG +fOx +apL +ncj +ydP +pwo +pwo +ayJ +ugA +ayV +pHF +ugA +aXF +ugA +wkY +eFE +apL +aWQ +aWQ +brr +brq +bgs +bgm +xhz +ajB +bqH +pDk +xce +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +hnK +aCi +aCi +aCi +aCi +eVt +aMU +aWV +icA +aSR +aMT +aMT +aBt +rhC +aYS +aSR +aBt +add +aSR +aMT +atR +aMT +atR +aMT +aMT +aMT +aMT +aMT +aMT +axQ +aFS +aQV +aQV +aSN +aQV +aUx +aQV +cyj +aew +azg +azg +azg +aWQ +aWQ +aWQ +aay +"} +(167,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +sHZ +cSp +aQl +aWQ +aWQ +aWQ +aLd +aQl +aQl +aQl +aQl +gSE +gSE +ayO +avE +gSE +aQk +axB +aoP +aQl +aWt +aTH +aTH +aes +aAW +aqJ +aYd +bPx +aLd +aLd +aWQ +aWQ +aWQ +lQU +nuH +bpV +kdx +bpI +bpD +dGt +dGt +bpf +boT +bxa +dus +gog +gog +tEY +kiY +siF +pat +buF +bny +ksM +ksM +axl +uDj +amd +amd +axl +wBR +bPL +hzU +kiY +bmr +buE +bLb +bKw +wfV +bIn +apK +wmO +wmO +wmO +wmO +aaq +abp +adz +bqs +btg +brF +btP +pbj +bfr +lSP +bfa +aGR +aqP +bty +aqP +aqP +aqP +aqP +bti +aqP +btc +bta +bsW +aqP +aqP +bhm +bhD +bhx +bqC +fOx +apL +apL +aVs +apL +kHN +apL +hLo +sdH +sdH +ugA +dIq +eFv +dIq +lIJ +apL +aWQ +aWQ +etb +ajB +bgs +grq +bhy +ajB +etb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOn +aNh +aCi +aCi +aCi +aZe +wmr +aMU +aEN +nFi +auN +aMT +aMT +avM +lXR +olb +auN +avM +rUl +auN +aMT +aMT +aMT +aMT +aMT +atR +aMT +atR +aMT +aMT +aMT +aMT +aMT +aMT +aMT +aMT +aMT +aMT +axQ +pIa +aLC +ogj +azg +azg +aWQ +aWQ +aay +"} +(168,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +gSE +aQl +aQl +aQl +aWQ +aWQ +aWQ +aLd +gSE +aSB +aXx +aqn +aWt +wQB +aPi +aPi +gSE +gSE +gSE +aQl +gSE +aWt +aTH +aTH +aTH +apf +amV +aXr +apc +aLd +aLd +aWQ +aWQ +aWQ +lQU +nuH +czX +xuk +nuH +boU +vbc +nuH +bpg +bxa +bxa +dus +gog +ghT +tEY +aDO +tWf +dKF +abg +tuy +bwX +bwX +uWu +aui +bwX +bwX +qqV +ksM +eXq +jdB +kiY +bLy +jQf +bLc +bKr +bJv +arV +apK +wmO +wmO +wmO +wmO +wmO +abX +adz +bbq +aRJ +btg +bhv +brJ +bfr +lSP +bhV +aOf +aOf +aOf +aOf +aOf +aOf +bir +bir +bir +bir +bir +bir +bir +bir +bir +bij +bhx +aFG +alp +sXX +apL +apL +apL +apL +apL +apL +apL +sDI +lHy +szq +szq +szq +cFU +sDI +aWQ +aWQ +sDI +eDD +bgt +szq +bgb +mmi +sDI +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOn +aly +aCi +aCi +aqw +alX +aOn +aOn +aWQ +azg +ars +qbS +nLT +ars +ars +azg +iBk +axQ +aQV +azq +aBt +aSR +aMT +aMT +atR +iif +add +add +awW +aSR +aMT +aMT +aMT +aMT +vQB +add +awW +add +aSR +nDr +wpk +vab +azg +aWQ +aWQ +aWQ +aay +"} +(169,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aSB +aSB +anb +aXx +adV +aWt +aWt +aPi +aPi +aPi +wQB +aPi +aWt +aWt +hgL +aTH +aTH +apf +aqJ +aKZ +acU +aVc +aVc +aWQ +aWQ +aWQ +aWQ +nuH +ldp +dNG +nuH +boH +vbc +nuH +bxa +bxa +bxa +dus +gog +gog +bvn +grE +tWf +amr +bwX +bwX +bwX +bwX +bgA +aBX +bwX +bwX +bwX +bwX +wok +bmC +grE +grE +jQf +bLd +bKy +bJx +msl +apK +wmO +wmO +wmO +wmO +wmO +abX +adz +bqr +bbq +bsV +btQ +pbj +bgq +itH +biQ +biQ +biQ +biQ +biQ +biD +bgV +bjM +bsk +ayz +bji +biY +bit +bit +bit +bit +blm +bhx +aGR +bhm +alp +sXs +sXs +sXs +sXs +aWQ +aWQ +aWQ +sDI +axV +jpq +nPO +jpq +oDs +sDI +aWQ +aWQ +aDw +bgP +jpq +poW +vxn +hyo +bcb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aSr +aCi +aCi +aFM +aWQ +aWQ +aWQ +aWQ +azg +rpq +aif +aif +aif +ccb +azg +aPH +atR +aMT +aMT +tUU +auG +uby +hEC +add +rhC +aVe +adE +qec +auN +aMT +aMT +atR +aMT +atf +fRr +aBJ +eyW +xVW +pIa +aBy +qlX +azg +azg +aWQ +aWQ +aay +"} +(170,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aSB +cVG +aSB +anb +aqn +aWt +aWt +fRL +aPi +aPi +aWt +aWt +aWt +aXo +ajL +hgL +aTH +apf +hSj +acU +afU +aFv +aVc +aWQ +aWQ +aWQ +aWQ +aDN +gog +gog +nuH +nuH +vbc +pLz +pHy +ePv +nOD +jTS +gog +gog +tEY +grE +tWf +ujO +bwX +bwX +bwX +dON +aXY +bmX +rSM +bwX +bwX +bwX +aRd +aqW +khT +grE +aVy +bLe +bKr +bJm +arV +apK +wmO +wmO +wmO +wmO +wmO +abX +szH +aqe +brS +brF +bhv +bhd +bkG +dcU +dcU +dcU +dcU +dcU +dcU +bfU +pbj +bjN +bwo +bjs +xZT +bfU +pbj +bqT +pbj +bsO +tGp +bia +bhM +jms +eqs +brJ +bqT +brQ +asw +brL +aWQ +aWQ +sDI +ePJ +jpq +gEE +vxn +pMV +sDI +aWQ +aWQ +aDw +ejJ +aMr +poW +cEi +dLU +bcb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +fke +aCi +aCi +aCi +alX +aWQ +aWQ +aWQ +aWQ +azg +aYZ +igr +aTX +aTX +aBR +azg +oyf +aSG +atR +aMT +avM +aTP +aSw +jyt +jfI +aNX +aNX +aqG +aXD +aqG +aOu +aCY +aOu +aqG +aqG +hGq +aSw +wuM +gcb +azg +azg +azg +azg +aWQ +aWQ +aWQ +aay +"} +(171,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +aSB +aSB +aXx +aqn +cKh +aWt +aPi +wQB +aWt +aWt +aWt +aWt +aXo +hgL +aTH +aTH +kdq +acU +afU +aFv +ajL +aVc +aVc +akH +akH +xJe +aDN +gog +gog +bwk +nuH +nuH +nuH +bvS +bvP +dus +gog +gog +gog +tEY +kiY +tWf +juw +jOm +num +jOm +aXY +aqc +aqc +aqW +aZC +aZC +jOm +jPe +tKg +aui +kiY +jQf +bLf +bKz +bJy +kKb +apK +wmO +wmO +wmO +wmO +wmO +aaq +abp +adz +bru +ssr +bhv +btM +cPd +cPd +agB +agB +agB +cPd +cPd +bfV +bjT +bjO +bwo +bjt +fOx +sDy +bgY +bgY +pOu +pbj +bik +bhN +bhN +bhC +bhx +pbj +beM +brR +brP +brM +aWQ +aWQ +sDI +ceh +jpq +omF +vxn +hIg +sDI +aDw +aDw +sDI +brU +jpq +poW +jpq +uIN +leP +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +ayf +aCi +aCi +aCi +alX +aWQ +aWQ +aWQ +aWQ +aew +arY +aYZ +aAm +jsE +aTa +azg +aaB +auN +aMT +aMT +avM +aSw +aZm +aLA +eyW +aVe +akn +aqG +ajX +gjj +rAq +inF +pCx +vak +aOu +aSw +dQc +dQc +dQc +dQc +dQc +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(172,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +hVs +hVs +aQl +aQl +aQl +bLC +avE +aQl +hVs +aWt +aWt +aWt +aWt +aTH +aTH +aTH +xTH +afU +aFv +ajL +awc +aGr +aMm +mae +xpf +wnm +jTS +gog +gog +xpf +wnm +wnm +wnm +wnm +wnm +jTS +gog +gog +ghT +tEY +eWV +tWf +bQW +bnE +xBn +qQi +nxn +dWd +dWd +nxn +xBn +xBn +gpd +fHy +ctN +aui +kiY +juV +aqQ +bCl +bxu +bIo +afk +alo +wmO +wmO +wmO +wmO +wmO +abX +adz +aqe +aqe +ebr +aWQ +cPd +bsK +pDS +igD +aZo +pqp +cPd +cPd +cPd +agB +hQW +asD +agB +cPd +cPd +cPd +bfV +bgY +pOu +pbj +bqT +bhD +bhx +bqT +bqw +brS +bqn +aRJ +aWQ +aWQ +sDI +fIv +gvl +omF +mGJ +gCC +oFz +aDw +aDw +eoz +gCC +gKq +poW +xAw +pCd +fYy +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aqw +aCi +aCi +aCi +aCi +aWQ +aWQ +aWQ +aWQ +aWQ +azg +azg +azg +azg +azg +azg +azg +apF +auN +atR +aMT +aos +nee +bfQ +aDd +aex +oPv +awM +aqG +bbh +inF +aDD +inF +kXQ +aWz +aqG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(173,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +gir +arM +sDQ +sDQ +oIy +sDQ +pvj +hVs +hVs +aWt +aWt +aWt +aTH +aFL +bVy +afU +aFv +ajL +awc +aGr +aMm +qSh +gog +gog +gog +gog +gog +ghT +gog +gog +gog +ghT +gog +gog +gog +gog +gog +irC +bvA +kiY +fzv +amd +xej +amd +amd +amd +amd +amd +amd +amd +aNK +xej +amd +amd +vpD +grE +aWQ +ayg +aWQ +bJz +bIp +bCE +afk +alo +wmO +wmO +wmO +wmO +abX +axS +aqe +btJ +aWQ +aWQ +cPd +kmG +auv +ahZ +dFe +aNa +cPd +ljN +xwI +oOd +vzH +acF +wvo +xpo +cPd +cPd +cPd +cPd +bfV +pOu +pbj +bhD +bhx +beM +bel +brT +bbq +aRJ +aWQ +aWQ +sDI +sDI +upi +nPO +cZM +lOK +mJq +ici +mkR +ici +ici +hyS +eHN +oGp +vBO +lyd +fXV +aWQ +aWQ +aWQ +aWQ +aWQ +aOn +aNh +stm +aCi +aCi +aJo +aCi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +azg +aWQ +aWQ +aWQ +azg +aWQ +aWQ +azq +aMT +aMT +avM +eyW +ace +aNX +eyW +gtt +anG +aOu +hSf +inF +owg +auc +lhY +bar +aqG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(174,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +iRu +usb +sDQ +arM +arM +sDQ +sDQ +hVs +hVs +aWt +aWt +aFL +aqJ +ahE +aqU +ajL +awc +aGr +aMm +qSh +gog +ghT +gog +gog +gog +gog +gog +gog +xyO +gog +gog +gog +gog +ghT +gog +gog +vVs +tPz +grE +grE +grE +aNO +acV +acV +nWz +tkx +bvj +acV +acV +acV +aNO +grE +grE +grE +grE +aWQ +bLg +aWQ +bmm +aCT +bGC +bCE +apK +wmO +wmO +wmO +wmO +abX +vys +aqe +aWQ +aWQ +aWQ +cPd +aQA +auv +btE +hwL +veq +xfu +afn +aek +aek +lBU +aLX +les +bUK +agB +wcW +xwv +cPd +cPd +iki +pbj +bhD +bhx +aFG +aqe +bdT +aTE +aWQ +aWQ +aWQ +bcb +sDI +mRT +omF +xFA +tUm +xFA +xFA +cXy +cXy +xFA +eSm +poW +cXy +dub +upw +aiK +nJd +aWQ +aWQ +aWQ +aOn +aOn +aSr +ayf +aCi +aXp +avb +ayf +aFM +aOn +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +xXR +aST +aST +aST +aYi +xXR +eyW +aNX +sAf +aMQ +agq +aOu +bbi +auc +aqG +aqG +aqG +aqG +aqG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(175,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +arM +arM +arM +sbs +sDQ +fzq +sDQ +bLC +aWt +ada +aKZ +aqJ +ahE +aFv +awc +aGr +aMm +qSh +gog +gog +irC +evQ +evQ +evQ +aiq +ghT +ghT +gog +ghT +gog +gog +gog +gog +gog +irC +dQO +bvt +aWQ +grE +grE +lYn +acV +acV +acV +tkx +tkx +bmU +fVY +acV +aNO +grE +grE +aWQ +aWQ +aWQ +aWQ +aWQ +bJA +bIq +bGD +bFu +apK +wmO +wmO +wmO +wmO +abX +pkJ +rcu +rcu +aWQ +aWQ +cPd +ijb +ahZ +fjR +avR +xts +msI +aRc +aDq +fQY +azi +aaM +aWq +aAo +agB +uBK +nXt +ffP +cPd +iki +bqU +bhD +bhx +bek +bsa +jHD +aWQ +aWQ +aWQ +aWQ +bcb +sDI +wCF +vfB +msO +msO +msO +vCH +vCH +vCH +vCH +qOk +xHx +rkr +kUp +aSm +qPu +aDs +aot +aIs +azC +aCi +asW +azF +aCi +aCi +aTb +aly +aCi +aCi +auJ +sCV +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aNL +aNL +qhr +qhr +qhr +aNL +aNL +amp +amp +aWQ +aWQ +aWQ +aqG +aqG +aqG +aqG +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(176,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +aQl +jOy +mMX +arM +sDQ +sDQ +avE +nSj +anb +aqJ +amV +afd +aVc +aGr +aMm +qSh +gog +irC +evQ +dQO +tPz +bwf +buJ +aWQ +aWQ +aWQ +lvz +evQ +evQ +evQ +bvQ +evQ +evQ +dQO +ndl +kep +aWQ +aWQ +grE +pxn +acV +tkx +acV +fVY +bvk +acV +acV +acV +pxn +grE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bJB +bIr +aqQ +bFw +apK +wmO +wmO +wmO +wmO +abX +aeo +rcu +btZ +bhv +aWQ +cPd +gYC +xnc +dwi +qWY +tRU +cPd +inh +tQV +bGP +kiK +brj +kJn +asG +cPd +gHu +abC +roH +cPd +oQV +pbj +bhD +bhx +bek +bsb +rjN +aWQ +aWQ +aWQ +aWQ +sDI +sDI +lGY +omF +mGJ +uGC +uGC +byF +byF +uGC +byF +fji +wnD +eBE +fkz +bqZ +aaz +nnQ +aQC +aQC +aCi +aCi +asW +azF +aCi +boi +oHv +aSr +aCi +aCi +aEp +nkh +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aGX +aoF +aVo +aVo +aVo +aVo +aVo +aVo +aVo +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(177,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +aQl +gir +arM +pqe +aQl +aXx +aXx +aqJ +aYd +apc +aVc +aVc +qSh +ghT +irC +dQO +tPz +buP +tPz +bvI +bwf +aWQ +aWQ +aWQ +aWQ +aWQ +qbr +tPz +tPz +tPz +tPz +tPz +bvC +aWQ +aWQ +aWQ +grE +grE +aIY +tkx +acj +acV +acV +acj +acV +aIY +grE +grE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bJC +aWQ +bGE +bCF +apK +wmO +wmO +wmO +wmO +aaq +abp +adz +bua +bhv +bhg +cPd +qBd +eqd +axT +weL +tRU +cPd +aGG +aDX +aGG +aDX +aGG +lKH +ahZ +cPd +lNI +aVm +asZ +cPd +iki +pbj +bhD +bhy +bek +bdT +sDI +aWQ +aWQ +aWQ +sDI +amu +byo +jJr +omF +qsp +bli +eFn +aDw +aDw +wGW +gCC +sZq +poW +qsp +pXY +jzY +anA +oJH +aCi +aQr +sqc +aCi +qUN +aCi +aCi +aEp +aSr +aCi +aCi +aCi +aCi +aCi +aCb +xBr +aWQ +aWQ +bTu +aCi +aCi +aCi +aCi +aCi +aXp +alf +aCi +vHY +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(178,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +aQl +arM +aQl +aSB +bai +aYd +aXr +aXr +aVc +aVc +bwe +nmB +tEY +vek +lGK +bwy +lGK +qbr +tPz +aWQ +bwn +oFP +aIF +aIF +rMU +tPz +tPz +vek +lGK +sNG +aWQ +aWQ +aWQ +aWQ +aWQ +grE +aIY +acV +pox +acV +acV +tkx +acV +aIY +grE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bJD +bIs +bGF +pqY +apK +wmO +wmO +wmO +wmO +wmO +abX +pEh +rcu +btR +bhg +cPd +nTd +jqq +xPf +iwg +xvi +cPd +ebc +ewv +aDX +aDX +aDX +qgz +hju +xfu +lNI +wFO +xts +nxe +iki +pbj +gVR +bhy +bek +sDI +sDI +sDI +sDI +sDI +sDI +rdV +wpj +jpq +txF +jok +anM +sDI +aDw +aDw +aDw +wPm +sZq +poW +ffy +wWx +mdd +mdd +xdq +aCi +aCi +aQf +aCi +qUN +aCi +aFZ +aCi +aCi +aCi +aCi +aCi +gZO +aCi +aCi +aCi +aCi +aCi +aCi +aFZ +alX +aCi +aCi +aXp +acr +aly +aCi +aFZ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(179,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aQl +aQl +aLd +aLd +aSB +aYd +aXr +aLd +aLd +aWQ +aWQ +bwe +tEY +noo +aIF +aIF +aIF +aIF +qbr +prs +ppt +fGZ +kHd +fGZ +upY +tPz +bvH +aIF +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +grE +grE +acV +acV +aIY +aIY +acV +bmQ +grE +grE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bIt +aqQ +bCF +apK +wmO +wmO +wmO +wmO +wmO +abX +lqq +rcu +qAt +bhg +cPd +cPd +agB +agB +agB +cPd +cPd +aGG +aDX +aGG +aDX +aGG +aNF +aXz +eyC +rLB +weL +xts +nxe +iki +ajB +gVR +bhy +bhq +dDY +gCC +gCC +sDI +sDI +ihT +sbH +jJr +pjq +nln +too +euG +sDI +aDw +aWQ +aDw +aDw +hMk +wnD +qsp +ihH +aWQ +mdd +mdd +alX +aCi +aIh +aCi +asW +azF +anU +aCi +aCi +aCi +aCi +aCi +aXp +aqN +aqN +alf +aCi +aCi +alX +alX +alX +aCi +aQr +pGp +vpX +aED +aVd +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(180,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aLd +aLd +aLd +aLd +aLd +aLd +aWQ +aWQ +aWQ +geF +rSR +bvL +aIF +jrd +cxr +rMU +bvP +buR +bvJ +buQ +bwa +buQ +bvF +bvO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +grE +grE +grE +grE +grE +grE +grE +grE +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bIu +bGG +xDx +apK +wmO +wmO +wmO +wmO +wmO +aaq +abp +adz +bhv +bho +bil +bil +bil +bil +bil +bhf +cPd +cPd +cPd +cPd +cPd +cPd +cVg +alB +cPd +wAk +oww +nxF +nxe +iki +ajB +gVR +wHc +bhr +sgC +ici +uGz +lOK +ckW +lOK +cYC +dvv +sYA +aIV +qHK +tCH +aMC +aDw +aWQ +aWQ +aDw +pDB +wnD +dEI +vlW +sDI +aWQ +mdd +sGc +aCi +aCi +aCi +asW +azF +aCi +alX +alX +aFZ +aCi +aCi +aEp +hDA +aHt +aXq +ovh +aCi +aCi +aCi +aCi +aCi +aCi +aEp +aSr +anU +anU +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(181,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +mDz +wtO +mRK +buA +dvd +hpz +bvU +oXV +bwb +vek +lOW +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bwX +bwX +aWQ +aWQ +bwX +bwX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bGH +bFx +afk +bzc +alo +wmO +wmO +wmO +wmO +abX +ahC +btS +bha +bha +btI +bha +bhl +bqT +bhg +dnz +bfW +bil +bil +bil +bil +bil +bhf +cPd +cPd +cPd +cPd +cPd +iki +ajB +aqf +aTz +bhs +vGC +bKH +smn +bPD +bPD +bPD +bPD +bPD +wvC +qDH +vbJ +tCH +tCH +aDw +aWQ +aWQ +aDw +saR +hVT +dEI +gCC +ihH +aWQ +mdd +mMp +alX +aCi +aCi +aOn +aWQ +aWQ +aWQ +alX +alX +aCi +aCi +aCi +aTb +vpX +aSr +aCi +aCi +anU +aCi +wPc +aCi +aXk +aCi +aCi +aCi +alX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(182,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +scm +iLr +buy +buy +buy +buy +buK +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bJE +aWQ +bGI +qos +bEg +bCE +apK +wmO +wmO +wmO +wmO +abX +aWQ +aWQ +aqe +aqe +aqe +bqy +bhv +pbj +bho +bil +bfH +bqT +pbj +pbj +pbj +pbj +bho +bil +bil +bsR +cPd +cPd +tJq +ajB +bhE +bhz +bht +sgC +byF +bjm +byF +sCI +rGG +key +wXG +sYA +nln +bIh +uJs +qwP +aDw +aWQ +aWQ +aDw +jjM +poW +dEI +nDq +nbG +aWQ +mdd +gIv +aCi +aCi +aCi +aEp +aUD +aWQ +aWQ +aWQ +aoY +aCi +aCi +aCi +aEp +aSr +aCi +aCi +aCi +aXp +aqN +qUF +aqN +alf +aCi +aCi +alX +alX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(183,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +buy +buy +buy +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bBO +aWQ +bGJ +bFy +bEi +ouh +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +btJ +aqe +bhv +pbj +pbj +pbj +pbj +pbj +jOg +bqT +pbj +pbj +bqT +pbj +pbj +bho +bil +bil +bib +ajB +ajB +ajB +ajB +fMS +gCC +ruV +ePk +sDI +vUX +dtr +hiS +wXG +rBq +dEI +nBk +sDI +aDw +aWQ +aDw +aDw +mtB +poW +dEI +tuv +aWQ +aWQ +mdd +aCi +aCi +aCi +aCi +aCi +aCi +aCi +aWQ +aWQ +aqN +aqN +alf +aCi +aqw +aCi +aCi +aCi +aXk +aTb +aWQ +aOn +aOn +aly +aFZ +aCi +alX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(184,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bFz +bEj +bCF +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +guY +bha +btz +btv +bqT +pbj +pbj +pbj +beM +btd +bha +bha +bha +bha +bha +bsD +bhF +bhF +bqM +bhF +aWQ +sDI +sDI +sDI +sDI +sDI +sDI +kyr +eKn +vxn +nPO +dEI +oTe +sDI +aDw +aDw +aDw +uJr +jCj +waY +qsp +aAE +xpt +mdd +paJ +aCi +aCi +aCi +aCi +aCi +aCi +aCi +aWQ +aWQ +aHt +aOn +aNh +aCi +aCi +aCi +aCi +aCi +aTD +aWQ +aWQ +aWQ +aWQ +aly +aVd +aVa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(185,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bGK +bFA +aqQ +bDl +apK +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +btD +btA +btw +bha +btq +bha +bth +btf +aqe +brf +aqe +brF +aqe +aqe +brF +bdT +ufR +xeC +bhB +aWQ +aWQ +sDI +aWQ +aWQ +aWQ +sDI +amu +xSz +gKq +txF +dEI +sZq +oWd +aDw +aDw +nyR +vlW +jCj +jCK +nFe +fPi +bqZ +tbA +xIe +aCi +aCi +asU +eBk +aCi +aCi +aIh +aWQ +aWQ +aHt +aOn +aly +aCi +aCi +aCi +aCi +aCi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(186,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bGL +bFB +bEk +efu +apK +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +btB +brF +bqs +bsX +bsX +bsX +btg +bqr +aqe +bqy +bqr +jhd +snP +bsE +byi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +sDI +lGY +vKC +kvb +lOK +ici +lOK +lOK +nLa +lOK +whk +jCK +bYK +qzV +hSe +tbA +jzW +aCi +dcn +aCi +aCi +aXp +aqN +aWQ +aWQ +aWQ +aUD +aUD +aED +aCi +aCi +aCi +aCi +aXp +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(187,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bGM +bFC +bEl +bzd +apK +wmO +wmO +wmO +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRJ +aRJ +aRJ +aRJ +bsX +bsX +bsX +aWQ +iah +mXU +bWS +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bcb +sDI +sDI +saR +wnD +tUm +xFA +tUm +tUm +cXy +tUm +tUm +tUm +wNH +nKw +tRi +osb +lyd +oeG +acc +aCi +aCi +aCi +auJ +aOn +aWQ +aWQ +aWQ +jqC +aCi +aCi +aCi +aCi +aCi +aCi +aEp +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(188,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bGN +aWQ +aqQ +jJU +afk +bzc +alo +wmO +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRJ +aWQ +aRJ +aRJ +aRJ +aWQ +aWQ +aWQ +hBQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +sDI +uKe +ieH +npr +gdl +gdl +gdl +mhk +mhk +mhk +mhk +pet +rkr +kSh +bYi +rVr +trY +qUz +aCi +aCi +aCi +aEp +aOn +aWQ +aWQ +asi +abl +aCi +aCi +aCi +aCi +aCi +aCi +abH +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(189,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bFD +bEm +bDm +bCO +bCE +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aRJ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +pjf +cEq +eNs +cXq +dcK +byF +byF +sCI +vjF +iQq +byF +gRj +ahM +aEg +fnM +bqZ +hLJ +ect +rOg +aCi +aCi +aCi +anX +azF +aCi +aCi +aCi +aXp +aqN +alf +aCi +aCi +aXk +alX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(190,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bEn +aqQ +bCP +bCF +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bcb +sDI +ylB +vPS +sDI +sDI +hVF +hVF +bcb +bcb +sdZ +tQP +rGY +gCC +iKm +etR +bqZ +dtZ +aCw +aQf +aCi +aCi +aCi +aCi +aGh +aCi +aCi +aCi +aXp +acr +aNl +aSr +aCi +aCi +alX +fJh +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(191,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDn +bCQ +rCs +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +sDI +sDI +sDI +sDI +sDI +sDI +bcb +bcb +sDI +szo +gar +ygl +enu +mez +jJA +awd +aCw +anU +aFM +alX +aCi +aCi +anX +azF +aCi +aCi +aEp +aUD +aSr +aCi +aCi +xBr +aCi +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(192,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bEo +bDo +aqQ +bCH +apK +wmO +wmO +ayW +bzc +bzc +bzc +bzc +alo +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bcb +aWQ +aWQ +aWQ +bcb +aWQ +aWQ +aWQ +sDI +iAZ +nbG +kpL +aVD +aKg +kjP +tSU +nnQ +asi +alX +aWQ +aZe +cxK +anX +azF +aCi +aCi +aCi +aCi +alX +alX +alX +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(193,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bEp +bDp +bCR +bCF +apK +wmO +ayW +bEd +bkJ +bls +bls +bkH +apK +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +hyR +fan +loU +avK +inP +gPO +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +jSp +anX +azF +ajC +aCi +aCi +aCi +alX +aOn +aOn +aOn +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(194,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bCS +bCF +apK +wmO +ayH +gRI +blc +blo +bld +blM +ksA +alo +wmO +wmO +wmO +aaq +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +isb +drr +sDI +sDI +bnY +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOn +aBm +alf +aIh +aCi +ayf +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(195,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDq +aqQ +bCF +apK +wmO +ayH +blA +blB +blp +ble +rpU +bkH +apK +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +ihH +sDI +bcb +bcb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aOn +aOn +aly +aFZ +aGX +alX +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(196,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDr +bCT +bze +apK +wmO +ayH +bkP +blz +blq +blf +bkQ +blM +apK +wmO +wmO +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +sDI +sDI +bcb +bcb +bcb +bcb +bcb +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(197,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDs +bCU +bCF +apK +wmO +bFt +blr +bkP +blz +blg +bkR +blM +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(198,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bEq +bDt +bCV +qme +apK +wmO +wmO +bFt +blr +bkP +bkI +bkI +lRJ +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +acD +acD +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(199,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDu +bCW +bzf +apK +wmO +wmO +wmO +bFt +aVT +aVT +aVT +aVT +aWu +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +aaq +acD +aoa +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(200,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bDv +bCX +bCI +apK +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +wmO +abM +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(201,1,1) = {" +aay +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +bAi +ayR +bzg +lij +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +anz +han +suV +eko +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aWQ +aay +"} +(202,1,1) = {" +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +aay +"} diff --git a/maps/map_files/cape_river/sprinkles/20.altcomms.dmm b/maps/map_files/cape_river/sprinkles/20.altcomms.dmm new file mode 100644 index 000000000000..b293d4a181f1 --- /dev/null +++ b/maps/map_files/cape_river/sprinkles/20.altcomms.dmm @@ -0,0 +1,836 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"ab" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/telecomms/telecomm_2) +"ac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_2" + }, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/telecomms/telecomm_2) +"ad" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_5"; + pixel_y = 12 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_2) +"ae" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/mats/midchance, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"af" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/item/hybrisa/misc/trash_bag_full_prop{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"aJ" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/obj/item/tool/wirecutters, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_2) +"bg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"bs" = ( +/turf/open/floor/kutjevo/multi_tiles/southwest, +/area/caperiver/telecomms/telecomm_2) +"bR" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south) +"bY" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + layer = 2; + pixel_x = -13; + pixel_y = 11 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_2) +"cm" = ( +/obj/structure/window/framed/kutjevo/reinforced, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"cW" = ( +/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3, +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/telecomms/telecomm_2) +"dO" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"em" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south) +"eH" = ( +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/telecomms/telecomm_2) +"fg" = ( +/obj/structure/largecrate/supply/ammo/sentry{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"go" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"gt" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"gK" = ( +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_2) +"hw" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south) +"iQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/shotgun/lowchance, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/telecomms/telecomm_2) +"jy" = ( +/obj/structure/largecrate/random/barrel/purewhite, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"kZ" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/outdoors/scrublands/south/antiweed) +"lm" = ( +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/telecomms/telecomm_2) +"lM" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/outdoors/scrublands/south) +"mt" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/largecrate/random/case, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"oz" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"pc" = ( +/obj/structure/largecrate/random/barrel/black{ + layer = 3.1; + pixel_y = 8; + pixel_x = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"pj" = ( +/obj/structure/sign/conam{ + pixel_y = 32 + }, +/obj/structure/machinery/big_computers/messaging_server/brown{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"pm" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "N"; + layer = 3.33; + pixel_y = 2 + }, +/obj/item/tool/warning_cone{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/kutjevo/tan/grey_edge, +/area/caperiver/telecomms/telecomm_2) +"pn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/gun/rifle/lowchance, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"pJ" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/effect/landmark/hunter_primary, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ri" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south) +"sn" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"ss" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"sx" = ( +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"sL" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"tv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south) +"tQ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/communications/simple{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"uq" = ( +/obj/effect/decal/warning_stripes{ + icon_state = "NE-out"; + pixel_y = 2; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/kutjevo/tan/grey_inner_edge/east, +/area/caperiver/telecomms/telecomm_2) +"vo" = ( +/obj/structure/largecrate/random/case/double, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"vM" = ( +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"vW" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south) +"wv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_2) +"wJ" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_3" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"wU" = ( +/obj/effect/spawner/random/mats/highchance, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"xm" = ( +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/tool/pen{ + pixel_x = 12; + pixel_y = 8 + }, +/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/surface/table/almayer, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"xI" = ( +/obj/effect/landmark/static_comms/net_two, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"yq" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"yC" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south/antiweed) +"ze" = ( +/obj/structure/prop/dam/boulder/boulder2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"zi" = ( +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"zE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/telecomms/telecomm_2) +"zP" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"zR" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#FF9D5C"; + icon_state = "ground_colorable_alt" + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Ak" = ( +/obj/structure/flora/bush/desert/cactus/multiple{ + icon_state = "cacti_9" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"At" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Au" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south/antiweed) +"AF" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Bc" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Bh" = ( +/obj/structure/prop/dam/large_boulder/boulder2, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Bv" = ( +/obj/structure/flora/bush/ausbushes/palebush, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Do" = ( +/obj/structure/machinery/light{ + dir = 8 + }, +/obj/structure/machinery/big_computers/messaging_server/brown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"DO" = ( +/turf/closed/wall/kutjevo/colony/reinforced, +/area/caperiver/telecomms/telecomm_2) +"Ew" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"EL" = ( +/obj/structure/prop/dam/wide_boulder/boulder1, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south/antiweed) +"EN" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"FH" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"FN" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south/antiweed) +"FV" = ( +/obj/effect/spawner/random/gun/pistol/midchance, +/turf/open/floor/kutjevo/tan/alt_edge/north, +/area/caperiver/telecomms/telecomm_2) +"Ic" = ( +/obj/structure/largecrate/random/barrel/white, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"IG" = ( +/obj/structure/machinery/power/apc/power/north{ + start_charge = 20 + }, +/obj/effect/decal/warning_stripes{ + icon_state = "E"; + pixel_x = 2 + }, +/turf/open/floor/kutjevo/tan/grey_edge/west, +/area/caperiver/telecomms/telecomm_2) +"KB" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"KD" = ( +/obj/effect/decal/sand_overlay/sand1, +/obj/structure/reagent_dispensers/tank/fuel, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south/antiweed) +"La" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"Lt" = ( +/obj/structure/prop/hybrisa/signs/high_voltage{ + pixel_y = 32 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/telecomms/telecomm_2) +"LM" = ( +/obj/structure/machinery/light, +/obj/structure/largecrate/supply, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"MP" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/south) +"MT" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/almayer/research/containment/floor1, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Nc" = ( +/obj/structure/largecrate/random/barrel/red, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"No" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_edge, +/area/caperiver/telecomms/telecomm_2) +"NJ" = ( +/obj/structure/surface/table/almayer, +/obj/structure/machinery/computer/disk_reader, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/conam{ + pixel_y = 34; + pixel_x = 3 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"OC" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/south) +"OT" = ( +/obj/structure/largecrate/random/barrel/yellow, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"OU" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Pe" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south) +"Pn" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/south) +"Ps" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/south) +"PC" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/south) +"PI" = ( +/turf/open/floor/kutjevo/tan/alt_inner_edge, +/area/caperiver/telecomms/telecomm_2) +"Qa" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/almayer/research/containment/floor2, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Si" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#FF9D5C"; + dir = 5 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/south) +"Sz" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"SW" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#FF9D5C"; + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/south/antiweed) +"Tr" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Tv" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"Ug" = ( +/obj/structure/sign/poster/corporate{ + pixel_y = 32 + }, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) +"UQ" = ( +/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname, +/turf/open/floor/plating/kutjevo, +/area/caperiver/telecomms/telecomm_2) +"Vo" = ( +/obj/effect/decal/hybrisa/trash{ + icon_state = "trash_4"; + layer = 3.2 + }, +/turf/open/floor/kutjevo/tan/alt_edge/west, +/area/caperiver/telecomms/telecomm_2) +"Wl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/alt_inner_edge/north, +/area/caperiver/telecomms/telecomm_2) +"Xh" = ( +/turf/open/floor/kutjevo/tan/alt_edge/east, +/area/caperiver/telecomms/telecomm_2) +"XH" = ( +/obj/structure/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/kutjevo/tan/plate, +/area/caperiver/telecomms/telecomm_2) +"YQ" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"YV" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south) +"Zi" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/kutjevo/plate, +/area/caperiver/outdoors/scrublands/south) +"ZA" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/south) +"ZC" = ( +/obj/item/explosive/plastic, +/turf/open/floor/kutjevo/tan/multi_tiles, +/area/caperiver/telecomms/telecomm_2) + +(1,1,1) = {" +Si +sn +Pe +La +oz +zR +dO +Au +Au +Bv +vM +vM +vM +Bc +Tv +sL +"} +(2,1,1) = {" +ss +EN +zP +Tv +af +vM +vM +Au +Au +Au +kZ +vM +vM +vM +vM +go +"} +(3,1,1) = {" +EN +Bc +Bc +vM +vM +vM +vM +At +At +At +DO +DO +vM +ri +Ic +PC +"} +(4,1,1) = {" +Bc +Bc +vM +vM +vM +vM +DO +cm +sx +Sz +DO +DO +DO +ri +PC +PC +"} +(5,1,1) = {" +Bc +vM +vM +DO +DO +DO +cW +pc +ab +zE +mt +vo +cm +KD +PC +MP +"} +(6,1,1) = {" +vM +vM +vM +DO +pj +Do +gK +zi +No +Wl +Xh +Xh +UQ +Qa +SW +Pn +"} +(7,1,1) = {" +vM +vM +vM +DO +NJ +ae +ad +pn +eH +PI +Vo +wv +sx +Qa +wJ +KB +"} +(8,1,1) = {" +vM +vM +vM +DO +IG +aJ +uq +xm +eH +FV +Ew +jy +cm +EL +KB +pJ +"} +(9,1,1) = {" +sL +vM +vM +cW +bs +xI +bY +tQ +No +zE +aa +Nc +cm +bR +KB +OU +"} +(10,1,1) = {" +Ak +ze +vM +DO +Lt +bs +pm +bg +No +iQ +fg +wU +cm +em +yq +KB +"} +(11,1,1) = {" +AF +vM +vM +DO +DO +DO +DO +XH +ac +zE +ZC +OT +DO +tv +Tv +Tr +"} +(12,1,1) = {" +KB +KB +vM +vM +vM +vM +DO +Ug +No +lm +OT +LM +cW +vM +Bc +Tv +"} +(13,1,1) = {" +yq +KB +KB +KB +Bh +lM +DO +cm +sx +Sz +cm +DO +DO +vM +vM +Bc +"} +(14,1,1) = {" +Tv +ss +KB +KB +KB +YV +hw +FH +FH +FH +MT +vW +Zi +vM +vM +Bc +"} +(15,1,1) = {" +gt +KB +KB +ZA +KB +KB +YQ +KB +yC +FN +OC +PC +PC +vM +vM +Ps +"} diff --git a/maps/map_files/cape_river/standalone/clfbridgecrash.dmm b/maps/map_files/cape_river/standalone/clfbridgecrash.dmm new file mode 100644 index 000000000000..bf8b912fcf02 --- /dev/null +++ b/maps/map_files/cape_river/standalone/clfbridgecrash.dmm @@ -0,0 +1,4096 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"ab" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"ac" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1, +/obj/effect/decal/sand_overlay/sand1/corner1, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"ad" = ( +/obj/structure/fence/slim, +/obj/structure/sign/poster/clf{ + pixel_y = 32 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"ae" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "101" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt{ + layer = 4 + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/deep, +/area/caperiver/indoors/clf_dropship) +"af" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "101" + }, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/deep, +/area/caperiver/indoors/clf_dropship) +"ag" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "102" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/deep, +/area/caperiver/indoors/clf_dropship) +"ah" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "95" + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/indoors/clf_dropship) +"ai" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "96" + }, +/area/caperiver/indoors/clf_dropship) +"aj" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "97" + }, +/area/caperiver/indoors/clf_dropship) +"ak" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"al" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "98" + }, +/area/caperiver/indoors/clf_dropship) +"am" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "99" + }, +/turf/open/desert/desert_shore/desert_shore1/north, +/area/caperiver/indoors/clf_dropship) +"aq" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -7; + buckle_offset_x = -7 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 9; + buckling_x = 9 + }, +/obj/structure/machinery/light/blue{ + pixel_x = 15 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"aJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"aL" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_E, +/obj/effect/decal/hybrisa/dirt, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/caperiver/indoors/clf_dropship) +"bc" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"by" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"bI" = ( +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"bO" = ( +/obj/structure/machinery/power/power_generator/port_gen, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"co" = ( +/obj/structure/machinery/door_control{ + id = "clf_cargo_1"; + name = "Cargo Lockdown"; + pixel_x = -10; + pixel_y = 26 + }, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/structure/largecrate/supply/ammo/m56d, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"cI" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"cK" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 2; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"cO" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"cQ" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"cZ" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"dc" = ( +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"dd" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 8; + closed = 0 + }, +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"dq" = ( +/obj/structure/flora/tree/joshua, +/obj/item/trash/cigbutt, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/scrublands/central) +"dt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"dF" = ( +/obj/structure/machinery/light/dropship/red{ + dir = 8 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil1" + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = -4; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = 16 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "28" + }, +/area/caperiver/indoors/clf_dropship) +"dJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"dM" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/prison/cell_stripe, +/area/caperiver/outdoors/scrublands/central) +"ee" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"eo" = ( +/obj/structure/barricade/plasteel/wired, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"ep" = ( +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"es" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "wy_leftengine" + }, +/area/caperiver/indoors/clf_dropship) +"eO" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"eR" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -7; + pixel_y = 15; + buckling_x = -7; + buckling_y = 15 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + pixel_y = 15; + buckling_x = 9; + buckling_y = 15 + }, +/obj/structure/machinery/light/blue{ + dir = 1; + pixel_x = -15; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"eY" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "9_alt" + }, +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "45" + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"fd" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"ff" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/landmark/survivor_spawner/clf_medic/caperiver, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"fh" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/item/clothing/head/militia/bucket{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"fj" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/clothing/accessory/storage/webbing/black, +/obj/item/clothing/accessory/storage/webbing/black, +/obj/item/ammo_magazine/shotgun/slugs{ + pixel_y = 5 + }, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"fk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"fC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 6; + pixel_y = 14 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"fM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"fO" = ( +/obj/structure/prop/colorable_rock/boulder/large/boulder1{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fQ" = ( +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/effect/decal/large_stain{ + layer = 2.52; + dir = 1; + pixel_x = 20; + pixel_y = -11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"fV" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"fX" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"gf" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 5 + }, +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"gh" = ( +/obj/structure/barricade/plasteel/wired{ + dir = 4; + closed = 0 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"gu" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"gA" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = -8; + pixel_y = -12 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"gK" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"gN" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_E, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/caperiver/indoors/clf_dropship) +"gQ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/tent/big, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"gW" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/largecrate/random/barrel/medical, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"gY" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "brokendropshipconsole3" + }, +/area/caperiver/indoors/clf_dropship) +"gZ" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "103" + }, +/area/caperiver/indoors/clf_dropship) +"hb" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/central) +"hl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = 9; + pixel_x = 26 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -3; + pixel_y = 6; + dir = 10 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"ho" = ( +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"ht" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"hy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"hA" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "31" + }, +/area/caperiver/indoors/clf_dropship) +"hD" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"hM" = ( +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"hQ" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "92" + }, +/area/caperiver/indoors/clf_dropship) +"hZ" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"io" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "110"; + dir = 4 + }, +/area/caperiver/indoors/clf_dropship) +"iq" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"ir" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"is" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"iy" = ( +/obj/structure/barricade/sandbags/wired, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"iz" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"iF" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"iN" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1; + pixel_x = 6 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"ja" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"jz" = ( +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"jA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jD" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/obj/structure/machinery/colony_floodlight, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/central) +"jI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/central) +"jM" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"jW" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"kp" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10; + pixel_x = -2; + pixel_y = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"ky" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"kz" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"kA" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"kC" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/structure/machinery/faxmachine{ + department = "CLF - Cell 42" + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"kJ" = ( +/obj/structure/prop/structure_lattice{ + desc = "An old company comms tower used to transmit communications between subspace bodies. Looks like this one has seen better days."; + dir = 4; + icon = 'icons/obj/structures/machinery/comm_tower2.dmi'; + icon_state = "construct_9_1"; + layer = 5; + level = 5; + name = "destroyed comms tower" + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"kM" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_y = 8; + buckling_y = 8; + pixel_x = 5; + buckling_x = 5 + }, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/structure/machinery/door_control{ + id = "clf_lockdown"; + name = "Dropship Lockdown"; + pixel_x = -15; + pixel_y = 22 + }, +/obj/item/device/binoculars{ + pixel_y = 5; + pixel_x = -15 + }, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/caperiver/indoors/clf_dropship) +"kR" = ( +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 4; + pixel_y = 8; + buckling_y = 16 + }, +/obj/structure/sign/poster/pinup{ + pixel_x = 6; + pixel_y = 31; + layer = 2.9 + }, +/obj/structure/machinery/light/blue{ + dir = 4; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"lf" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/structure/machinery/floodlight, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"lr" = ( +/obj/item/stack/sheet/metal, +/obj/structure/shuttle/part/dropship_clf/transparent/engine_left_exhaust, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/indoors/clf_dropship) +"lv" = ( +/obj/effect/landmark/hunter_secondary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"lM" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_4" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"lP" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/obj/effect/landmark/survivor_spawner/clf_engi/caperiver, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"mn" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"mq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/central) +"mw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d796a"; + dir = 9; + pixel_x = 6; + pixel_y = -14 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"my" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"mO" = ( +/obj/item/attachable/bayonet/upp, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"mQ" = ( +/obj/structure/flora/grass/desert/lightgrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"mT" = ( +/obj/effect/landmark/hunter_primary, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"mY" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/central) +"ne" = ( +/obj/structure/machinery/light/dropship/green{ + dir = 4 + }, +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "83" + }, +/area/caperiver/indoors/clf_dropship) +"ng" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 2; + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"nh" = ( +/obj/structure/machinery/defenses/sentry/premade/lowammo/random/dumb{ + dir = 8 + }, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"nz" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"nA" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/central) +"nM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"nN" = ( +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/central) +"nU" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/book/codebook/clf{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/paper_bin{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/tool/pen, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"oa" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "leftengine_3" + }, +/area/caperiver/indoors/clf_dropship) +"og" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"oQ" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "49" + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"oU" = ( +/obj/item/stack/sheet/metal, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"po" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/mre_food_packet/clf, +/obj/item/mre_food_packet/clf{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = 1; + pixel_y = 8 + }, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"pB" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/turf/open/floor/asteroidwarning/southwest, +/area/caperiver/outdoors/scrublands/central) +"pD" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -7; + pixel_y = 15; + buckling_x = -7; + buckling_y = 15 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + pixel_y = 15; + buckling_x = 9; + buckling_y = 15 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"pL" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"pO" = ( +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2 + }, +/obj/structure/surface/rack{ + pixel_y = 17; + density = 0; + layer = 2.4 + }, +/obj/structure/largecrate/random/mini/med{ + pixel_x = 12; + pixel_y = 5; + layer = 3.1 + }, +/obj/item/roller{ + pixel_x = 1; + pixel_y = -1; + layer = 2.41 + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"pQ" = ( +/obj/item/ammo_magazine/shotgun/slugs{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/closet/crate/ammo, +/obj/structure/machinery/light/blue{ + dir = 4 + }, +/obj/structure/machinery/door_control{ + id = "clf_cargo_2"; + name = "Cargo Lockdown"; + pixel_x = -10; + pixel_y = -20 + }, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"pT" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"pY" = ( +/obj/item/stack/rods{ + pixel_x = -8 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "34" + }, +/area/caperiver/indoors/clf_dropship) +"pZ" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"qa" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/mre_food_packet/clf, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"qh" = ( +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"qp" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 4 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"qt" = ( +/obj/effect/decal/hybrisa/dirt, +/turf/closed/wall/strata_ice/rock, +/area/caperiver/oob) +"qw" = ( +/obj/structure/barricade/plasteel/wired, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"qA" = ( +/obj/structure/machinery/door/airlock/prison_hatch, +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper UD-9M 'Dogbite'"; + color = "#646464"; + id = "clf_lockdown"; + dir = 4 + }, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"qI" = ( +/obj/structure/sign/banners/clf_flag{ + pixel_x = -14; + pixel_y = 31; + layer = 2.9 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_W, +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/caperiver/indoors/clf_dropship) +"qL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"qM" = ( +/obj/structure/machinery/colony_floodlight, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"qN" = ( +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"rb" = ( +/obj/effect/landmark/objective_landmark/far, +/obj/effect/spawner/random/technology_scanner, +/obj/effect/spawner/random/toolbox{ + pixel_y = 12 + }, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"ro" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/central) +"ry" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "10_interior_1" + }, +/area/caperiver/indoors/clf_dropship) +"rC" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"rD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 10 + }, +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"rN" = ( +/obj/structure/machinery/door_control{ + id = "clf_cargo_1"; + name = "Cargo Lockdown"; + pixel_x = -10; + pixel_y = -20 + }, +/obj/structure/closet/crate/green, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/accessory/patch/clf_patch, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/clothing/under/colonist/clf, +/obj/item/roller/bedroll, +/obj/item/roller/bedroll, +/obj/item/roller/bedroll, +/obj/item/roller/bedroll, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"rP" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"rR" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -9; + pixel_y = 3 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"rU" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"sG" = ( +/obj/item/trash/cigbutt, +/obj/item/tool/shovel/etool, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"sK" = ( +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + light_color = "#FF7700"; + pixel_x = 1; + pixel_y = 1 + }, +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "wy_rightengine" + }, +/area/caperiver/indoors/clf_dropship) +"sL" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"sP" = ( +/obj/structure/bed/chair/vehicle{ + pixel_x = -7; + pixel_y = 15; + buckling_x = -7; + buckling_y = 15 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + pixel_y = 15; + buckling_x = 9; + buckling_y = 15 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_W, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"sS" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"sW" = ( +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"sY" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"tk" = ( +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"to" = ( +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/scrublands/central) +"tE" = ( +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"tP" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 9; + buckling_x = 9 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -7; + buckle_offset_x = -7 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/effect/decal/hybrisa/warning/redandwhite_E, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"tV" = ( +/obj/structure/flora/bush/ausbushes/ausbush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"tX" = ( +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "35" + }, +/area/caperiver/indoors/clf_dropship) +"uA" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/central) +"uD" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = -13; + pixel_x = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"uF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"uI" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = -6; + pixel_y = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"uY" = ( +/obj/structure/flora/bush/ausbushes/var3/stalkybush, +/turf/template_noop, +/area/template_noop) +"vm" = ( +/obj/structure/flora/grass/desert/lightgrass_2, +/obj/structure/machinery/defenses/sentry/premade/lowammo/random/dumb, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"vs" = ( +/obj/item/reagent_container/food/snacks/meat, +/obj/item/reagent_container/food/snacks/meat{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"vu" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 4 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"vA" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "45" + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"vE" = ( +/obj/structure/cable{ + icon_state = "2-6"; + color = "#550d0d"; + level = 2; + pixel_x = -16; + pixel_y = 5 + }, +/obj/structure/cable{ + icon_state = "2-8"; + level = 2; + color = "#550d0d"; + pixel_y = -10; + pixel_x = 14 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"vM" = ( +/obj/structure/barricade/plasteel/wired, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"vO" = ( +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper UD-9M 'Dogbite' - Cargo Hold"; + color = "#646464"; + id = "clf_cargo_1" + }, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"vV" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"wc" = ( +/obj/structure/prop/ice_colony/hula_girl{ + pixel_x = -14; + pixel_y = 20 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "brokendropshipconsole1" + }, +/area/caperiver/indoors/clf_dropship) +"wh" = ( +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning, +/area/caperiver/outdoors/scrublands/central) +"wB" = ( +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper UD-9M 'Dogbite' - Cargo Hold"; + color = "#646464"; + id = "clf_cargo_2" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"wE" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "110" + }, +/area/caperiver/indoors/clf_dropship) +"wM" = ( +/obj/item/stack/sandbags_empty/half, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"wN" = ( +/obj/item/stack/rods, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 15; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -7 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "29" + }, +/area/caperiver/indoors/clf_dropship) +"wQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"wZ" = ( +/obj/structure/largecrate/random/barrel/black, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"xh" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "15_alt" + }, +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "44" + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"xj" = ( +/obj/structure/flora/grass/desert/heavygrass_3, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"xs" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"xD" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"xJ" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "32" + }, +/area/caperiver/indoors/clf_dropship) +"xN" = ( +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"xS" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"yf" = ( +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/storage/webbing/black, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"yp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100 + }, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/central) +"yw" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "38" + }, +/area/caperiver/indoors/clf_dropship) +"yA" = ( +/obj/structure/machinery/medical_pod/bodyscanner, +/obj/item/clothing/mask/breath/medical{ + pixel_x = -3 + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"yB" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7"; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"yE" = ( +/obj/structure/flora/grass/desert/lightgrass_5, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"yG" = ( +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 11; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = -12 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "23" + }, +/area/caperiver/indoors/clf_dropship) +"yP" = ( +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/central) +"zg" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 8; + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/outdoors/scrublands/central) +"zi" = ( +/obj/item/weapon/gun/smg/fp9000, +/obj/item/weapon/gun/smg/fp9000, +/obj/structure/closet/crate/ammo, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/item/ammo_magazine/smg/fp9000, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"zn" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "78" + }, +/area/caperiver/indoors/clf_dropship) +"zr" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"zA" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "27" + }, +/area/caperiver/indoors/clf_dropship) +"zC" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/turf/open/floor/prison/ramptop, +/area/caperiver/indoors/clf_dropship) +"zI" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "30" + }, +/area/caperiver/indoors/clf_dropship) +"zX" = ( +/obj/structure/prop/hybrisa/airport/dropshipenginedamage{ + light_on = 1; + light_power = 5; + light_range = 6 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "22" + }, +/area/caperiver/indoors/clf_dropship) +"zY" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "2" + }, +/obj/structure/prop/hybrisa/misc/fire/fire2{ + color = "#FF7700"; + icon = 'icons/effects/fire.dmi'; + icon_state = "dynamic_2"; + pixel_y = 2; + layer = 5.3; + light_color = "#FF7700"; + pixel_x = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/indoors/clf_dropship) +"Af" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/structure/machinery/floodlight, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"AB" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/clothing/accessory/storage/webbing/black, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"AD" = ( +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"AN" = ( +/obj/structure/machinery/optable{ + dir = 1; + density = 0 + }, +/obj/structure/sign/safety/medical{ + pixel_x = 22; + pixel_y = 28; + layer = 2.9 + }, +/obj/structure/machinery/light/blue{ + dir = 8; + pixel_y = -8 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/structure/surface/rack{ + pixel_y = 17; + density = 0; + layer = 2.4 + }, +/obj/item/storage/surgical_tray{ + pixel_x = 1; + pixel_y = -3 + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"AV" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/structure/machinery/power/apc/upgraded/power/north, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"AY" = ( +/obj/structure/prop/colorable_rock/boulder/small/boulder2{ + color = "#88715d" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Bb" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ + pixel_y = -5 + }, +/obj/item/ammo_magazine/shotgun/slugs{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"Bd" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/item/trash/cigbutt, +/obj/effect/decal/hybrisa/dirt_2, +/turf/open/floor/corsat/officetiles, +/area/caperiver/indoors/clf_dropship) +"Be" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Bk" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/machinery/defenses/sentry/premade/lowammo/random/dumb, +/obj/effect/decal/cleanable/dirt, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"Bl" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6 + }, +/obj/item/stack/cable_coil/cut{ + icon_state = "coil2" + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/central) +"Bo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"Bu" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/barricade/plasteel/wired, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"BA" = ( +/obj/structure/flora/bush/canyon/tree/alt2, +/turf/open/desert/dirt/desert_transition_edge1/east, +/area/caperiver/outdoors/scrublands/central) +"BH" = ( +/obj/item/stack/sheet/metal/med_large_stack, +/obj/effect/spawner/random/tool, +/obj/effect/landmark/objective_landmark/medium, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"BP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100 + }, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"BU" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/item/stack/rods{ + pixel_x = -8 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"BW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/shuttle/part/dropship_clf/left_outer_wing_connector, +/turf/open/desert/rock, +/area/caperiver/indoors/clf_dropship) +"Cs" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"Ct" = ( +/obj/item/stack/sandbags/small_stack, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Cw" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Cx" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "94" + }, +/area/caperiver/indoors/clf_dropship) +"CC" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 6; + pixel_x = 7; + pixel_y = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"CL" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 4 + }, +/obj/structure/shuttle/part/dropship_clf/left_inner_wing_connector, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/indoors/clf_dropship) +"CN" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "46" + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"CS" = ( +/obj/item/stack/rods, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/central) +"CT" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "39" + }, +/area/caperiver/indoors/clf_dropship) +"Da" = ( +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"Dy" = ( +/obj/effect/attach_point/electronics/dropship1{ + dir = 1; + attach_id = 5 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "106" + }, +/area/caperiver/indoors/clf_dropship) +"DB" = ( +/obj/structure/closet/crate/ammo, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ + pixel_y = 2 + }, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"DJ" = ( +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"DK" = ( +/obj/structure/shuttle/part/dropship_clf/right_outer_wing_connector, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"DU" = ( +/obj/structure/largecrate/random/barrel/brown{ + layer = 4.1; + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"DX" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "37" + }, +/area/caperiver/indoors/clf_dropship) +"Ej" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Eo" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"EP" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/sand_overlay/sand2, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/scrublands/central) +"ER" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"Fe" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"Ff" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/structure/barricade/sandbags/wired, +/turf/open/asphalt/cement/cement3, +/area/caperiver/outdoors/scrublands/central) +"Fg" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/central) +"Ft" = ( +/obj/structure/shuttle/part/dropship_clf/transparent/engine_left_exhaust, +/turf/open/floor/plating, +/area/caperiver/indoors/clf_dropship) +"Fu" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "leftengine_1"; + opacity = 0 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"FJ" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"FK" = ( +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper UD-9M 'Dogbite' - Cargo Hold"; + color = "#646464"; + id = "clf_cargo_1" + }, +/obj/effect/decal/hybrisa/dirt, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"Gf" = ( +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/storage/box/clf{ + pixel_x = 8; + pixel_y = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Gh" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/obj/structure/flora/grass/desert/lightgrass_4, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"Gu" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand1/corner1{ + dir = 1 + }, +/turf/open/asphalt/cement/cement2, +/area/caperiver/outdoors/scrublands/central) +"Gv" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"GC" = ( +/obj/structure/flora/grass/desert/lightgrass_3, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"GK" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_3" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"GO" = ( +/obj/structure/machinery/defenses/sentry/premade/lowammo/random/dumb{ + dir = 1 + }, +/turf/open/floor/prison/ramptop/north, +/area/caperiver/outdoors/scrublands/central) +"GV" = ( +/obj/structure/fence/slim/door{ + dir = 4 + }, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"GY" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/obj/item/weapon/twohanded/folded_metal_chair{ + pixel_x = 3; + pixel_y = 12 + }, +/obj/structure/cable{ + icon_state = "5-9"; + color = "#550d0d"; + level = 2; + pixel_y = -26 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"Hb" = ( +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Hf" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/obj/structure/flag/plantable/clf, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Hg" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Hm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Hp" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"Hy" = ( +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/outdoors/scrublands/central) +"HE" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"HH" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "24" + }, +/area/caperiver/indoors/clf_dropship) +"HJ" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"HS" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Ic" = ( +/obj/effect/decal/sand_overlay/sand1{ + dir = 4 + }, +/obj/structure/surface/table/almayer{ + color = "#EBD9B7" + }, +/obj/item/clothing/accessory/patch/clf_patch, +/turf/open/floor/asteroidwarning/west, +/area/caperiver/outdoors/scrublands/central) +"Ie" = ( +/obj/structure/machinery/door/airlock/prison_hatch{ + dir = 1 + }, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"Ig" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Ix" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "36" + }, +/area/caperiver/indoors/clf_dropship) +"Iy" = ( +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/scrublands/central) +"IX" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/machinery/door/poddoor/hybrisa/white{ + name = "\improper UD-9M 'Dogbite' - Cargo Hold"; + color = "#646464"; + id = "clf_cargo_2" + }, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"Jd" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 1 + }, +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"Ju" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"JD" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 1 + }, +/turf/open/asphalt/cement/cement4, +/area/caperiver/outdoors/scrublands/central) +"JE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 8; + pixel_y = 3 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"JF" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"JU" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "36_alt" + }, +/area/caperiver/indoors/clf_dropship) +"Kk" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "5" + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"KA" = ( +/obj/structure/flora/grass/desert/heavygrass_9, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"KB" = ( +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"KL" = ( +/obj/item/stack/cable_coil/green{ + icon_state = "coil1" + }, +/obj/item/trash/cigbutt, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"KR" = ( +/obj/structure/machinery/light/dropship/red{ + dir = 8 + }, +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "75" + }, +/area/caperiver/indoors/clf_dropship) +"KT" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"KZ" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "44" + }, +/obj/structure/blocker/invisible_wall, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/blocker/forcefield/vehicles, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"Le" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_3" + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"Lf" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"LB" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/dirt_2, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_y = -2; + pixel_x = -4 + }, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"LU" = ( +/obj/structure/barricade/sandbags/wired, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"Mb" = ( +/obj/structure/flora/grass/desert/heavygrass_10, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Me" = ( +/obj/item/ammo_magazine/rifle/mar40/lmg{ + pixel_x = -7; + pixel_y = -4 + }, +/obj/item/ammo_magazine/rifle/mar40/lmg{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/ammo_magazine/rifle/mar40/lmg{ + pixel_y = 8 + }, +/obj/item/weapon/gun/rifle/mar40/lmg{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Mf" = ( +/obj/structure/closet/coffin/woodencrate{ + pixel_y = 8 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/mre_food_packet/clf{ + pixel_x = -2; + pixel_y = 10 + }, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"Mj" = ( +/turf/template_noop, +/area/template_noop) +"Mm" = ( +/obj/item/trash/cigbutt, +/obj/effect/decal/cleanable/dirt/greenglow{ + color = "#140400"; + name = "dirt"; + alpha = 100 + }, +/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb{ + pixel_y = 9 + }, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/almayer/test_floor4, +/area/caperiver/indoors/clf_dropship) +"Mo" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Mp" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_8" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Mv" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 1 + }, +/turf/open/asphalt/cement, +/area/caperiver/outdoors/scrublands/central) +"MH" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"MI" = ( +/obj/structure/closet/crate/ammo, +/obj/item/ammo_magazine/rifle/m16/ap, +/obj/item/ammo_magazine/rifle/m16/ap, +/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/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40/extended, +/obj/item/ammo_magazine/rifle/mar40/extended, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"MO" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "26" + }, +/area/caperiver/indoors/clf_dropship) +"Nk" = ( +/obj/structure/machinery/body_scanconsole, +/obj/effect/decal/medical_decals{ + dir = 4; + icon_state = "triagedecaldir"; + color = "#d3d3d3"; + pixel_x = -2 + }, +/obj/effect/decal/hybrisa/dirt_2, +/obj/item/storage/belt/medical/full{ + pixel_y = 17 + }, +/obj/item/tank/anesthetic{ + pixel_x = 8 + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"Nl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/weapon/gun/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/item/ammo_magazine/pistol/heavy, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"Nr" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 9 + }, +/obj/effect/decal/sand_overlay/sand2, +/obj/structure/barricade/sandbags/wired{ + dir = 1 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 8 + }, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"Nu" = ( +/obj/structure/flora/grass/desert/lightgrass_4, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"NE" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"NF" = ( +/obj/structure/flora/tree/joshua, +/turf/open/desert/dirt/desert_transition_edge1/north, +/area/caperiver/outdoors/scrublands/central) +"NX" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/asteroidwarning/southeast, +/area/caperiver/outdoors/scrublands/central) +"Oa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"Ob" = ( +/obj/structure/barricade/sandbags/wired, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Ou" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "25" + }, +/area/caperiver/indoors/clf_dropship) +"Ov" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"OB" = ( +/obj/structure/flora/grass/desert/lightgrass_9, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"OD" = ( +/turf/closed/wall/kutjevo/colony/reinforced/hull, +/area/caperiver/oob) +"OK" = ( +/obj/structure/tunnel, +/turf/open/desert/dirt/desert_transition_corner1/east, +/area/caperiver/outdoors/scrublands/central) +"OZ" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small/blue, +/obj/item/prop/almayer/comp_open{ + pixel_y = 5 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/caperiver/indoors/clf_dropship) +"Pd" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/item/stack/rods{ + pixel_x = -8 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 29; + pixel_y = -11 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_y = 5; + dir = 8; + pixel_x = -5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/outdoors/scrublands/central) +"Po" = ( +/obj/structure/bed/chair/dropship/pilot{ + dir = 1; + pixel_y = 8; + buckling_y = 8; + pixel_x = -5; + buckling_x = -5 + }, +/obj/item/trash/cigbutt, +/obj/effect/landmark/survivor_spawner/clf_lead/caperiver, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/caperiver/indoors/clf_dropship) +"Pu" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = -11; + pixel_y = 5; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"Pz" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"PL" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/dirt/desert_transition_edge1, +/area/caperiver/outdoors/scrublands/central) +"PV" = ( +/obj/effect/decal/sand_overlay/sand2{ + dir = 6 + }, +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/obj/structure/barricade/sandbags/wired, +/turf/open/floor/plating/kutjevo, +/area/caperiver/outdoors/scrublands/central) +"Qh" = ( +/obj/structure/sign/poster/clf{ + pixel_x = 10; + pixel_y = 29; + layer = 2.8 + }, +/obj/structure/sign/poster/clf{ + pixel_y = 32; + layer = 2.9 + }, +/obj/structure/bed/hybrisa/bunkbed3{ + dir = 4; + pixel_y = 8; + buckling_y = 16 + }, +/obj/effect/decal/medical_decals{ + icon_state = "triagedecalleft"; + color = "#d3d3d3" + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"Qq" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 6 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Qr" = ( +/obj/structure/shuttle/part/dropship_clf/transparent/engine_right_exhaust, +/turf/open/floor/plating, +/area/caperiver/indoors/clf_dropship) +"QG" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "100" + }, +/obj/structure/blocker/invisible_wall, +/turf/open/gm/river/desert/deep, +/area/caperiver/indoors/clf_dropship) +"QR" = ( +/obj/effect/decal/hybrisa/warning/redandwhite_W, +/turf/open/shuttle/dropship/medium_grey_single_wide_up_to_down, +/area/caperiver/indoors/clf_dropship) +"QZ" = ( +/obj/structure/fence/slim, +/turf/open/floor/almayer/research/containment/floor2/west, +/area/caperiver/outdoors/mining_base_exterior/south) +"Rd" = ( +/obj/structure/flora/bush/desert/cactus{ + icon_state = "cactus_7" + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Rh" = ( +/obj/effect/decal/sand_overlay/sand2/corner2, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"RA" = ( +/obj/structure/flora/grass/desert/lightgrass_12, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"RD" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "10_interior" + }, +/area/caperiver/indoors/clf_dropship) +"RT" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock/deep/transition/east, +/area/caperiver/outdoors/scrublands/central) +"Sa" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/desert/rock/deep/transition/north, +/area/caperiver/outdoors/scrublands/central) +"Sd" = ( +/obj/structure/flora/tree/joshua{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 5; + pixel_x = 1; + pixel_y = 2 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Sg" = ( +/obj/structure/machinery/light/dropship/blue{ + dir = 8 + }, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_x = 16; + pixel_y = -8 + }, +/obj/structure/shuttle/part/dropship_clf/right_inner_wing_connector, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"Sr" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/structure/largecrate/random/mini/ammo{ + pixel_x = -3; + pixel_y = 17 + }, +/obj/item/storage/box/m56d_hmg, +/obj/structure/machinery/power/apc/power/west, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"Sx" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/effect/decal/cleanable/dirt, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"SF" = ( +/obj/structure/surface/table/reinforced/almayer_B, +/obj/structure/machinery/light/small/blue, +/obj/item/ashtray/bronze{ + icon_state = "ashtray_small_bl_full"; + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/shuttle/dropship/medium_grey_single_wide_left_to_right, +/area/caperiver/indoors/clf_dropship) +"SO" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 5; + pixel_y = -8 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"SP" = ( +/obj/structure/barricade/sandbags/wired{ + dir = 4 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"SS" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 9; + buckling_x = 9 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -7; + buckle_offset_x = -7 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/effect/decal/hybrisa/warning/redandwhite_W, +/obj/effect/decal/cleanable/generic{ + color = "#5d524b"; + alpha = 155 + }, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"SV" = ( +/obj/structure/bed/hybrisa/bunkbed3, +/obj/item/weapon/gun/rifle/m16{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/open/floor/prison/southwest, +/area/caperiver/indoors/clf_dropship) +"Tg" = ( +/obj/structure/largecrate/supply/supplies/flares, +/obj/structure/machinery/light/blue{ + dir = 8 + }, +/turf/open/floor/almayer/test_floor5, +/area/caperiver/indoors/clf_dropship) +"Tj" = ( +/obj/structure/flora/grass/desert/heavygrass_4, +/turf/open/desert/dirt/desert_transition_edge1/northeast, +/area/caperiver/outdoors/scrublands/central) +"To" = ( +/obj/item/trash/cigbutt, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Tp" = ( +/obj/structure/largecrate/random/case/double{ + pixel_y = -9; + layer = 2.9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"TA" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "107" + }, +/area/caperiver/indoors/clf_dropship) +"TH" = ( +/obj/structure/shuttle/part/dropship_clf{ + icon_state = "rightengine_1"; + opacity = 0 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock/deep, +/area/caperiver/indoors/clf_dropship) +"TJ" = ( +/obj/structure/flora/grass/desert/lightgrass_1, +/obj/structure/bed/stool{ + pixel_y = 17 + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"TK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"TT" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "10" + }, +/area/caperiver/indoors/clf_dropship) +"Up" = ( +/obj/structure/flora/bush/desert{ + icon_state = "tree_4" + }, +/turf/open/desert/dirt/desert_transition_corner1/north, +/area/caperiver/outdoors/scrublands/central) +"Uu" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"UN" = ( +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1; + pixel_x = 6 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#9d7766"; + dir = 5; + pixel_x = -1; + pixel_y = 1 + }, +/obj/effect/decal/large_stain{ + layer = 2.52; + pixel_x = -11; + pixel_y = -11 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"UV" = ( +/obj/item/stack/cable_coil/green{ + icon_state = "coil1" + }, +/obj/structure/shuttle/part/dropship_clf/transparent/engine_right_exhaust, +/turf/open/desert/rock/deep/transition/northeast, +/area/caperiver/indoors/clf_dropship) +"Ve" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock/deep/transition/west, +/area/caperiver/outdoors/scrublands/central) +"Vk" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f" + }, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Vp" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/open/auto_turf/sand/layer2, +/area/caperiver/outdoors/scrublands/central) +"VA" = ( +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"VK" = ( +/obj/effect/decal/hybrisa/dirt, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/item/ammo_magazine/shotgun/buckshot{ + pixel_y = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/prison/ramptop, +/area/caperiver/indoors/clf_dropship) +"VV" = ( +/turf/closed/shuttle/dropship_clf/Fire{ + icon_state = "37_alt" + }, +/area/caperiver/indoors/clf_dropship) +"Wc" = ( +/obj/structure/flora/grass/desert/lightgrass_11, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"Wd" = ( +/obj/structure/flora/grass/desert/lightgrass_6, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Wv" = ( +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"Wx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_container/food/drinks/bottle/whiskey, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/floor/asteroidwarning/east, +/area/caperiver/outdoors/scrublands/central) +"WF" = ( +/obj/structure/shuttle/part/dropship_clf/transparent{ + icon_state = "6" + }, +/turf/open/desert/rock/deep/transition/northwest, +/area/caperiver/indoors/clf_dropship) +"WJ" = ( +/obj/structure/flora/grass/desert/lightgrass_7, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"WP" = ( +/obj/structure/sign/banners/clf_flag{ + pixel_x = 13; + pixel_y = 31; + layer = 2.9 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = -7; + pixel_y = 15; + buckling_x = -7; + buckling_y = 15 + }, +/obj/structure/bed/chair/vehicle{ + pixel_x = 9; + pixel_y = 15; + buckling_x = 9; + buckling_y = 15 + }, +/obj/structure/machinery/light/blue{ + dir = 1; + pixel_x = -15; + pixel_y = 20 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_N{ + pixel_y = 1 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_E, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"WZ" = ( +/obj/structure/flora/grass/tallgrass/desert, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Xj" = ( +/obj/structure/machinery/light/dropship/green{ + dir = 4 + }, +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "33" + }, +/area/caperiver/indoors/clf_dropship) +"Xm" = ( +/obj/structure/machinery/door_control{ + id = "clf_cargo_2"; + name = "Cargo Lockdown"; + pixel_x = 22; + pixel_y = 33 + }, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1; + pixel_x = 6 + }, +/turf/open/desert/rock/deep, +/area/caperiver/outdoors/scrublands/central) +"Xw" = ( +/obj/structure/sign/poster/clf{ + pixel_y = -30; + pixel_x = 3 + }, +/obj/structure/machinery/floodlight, +/obj/effect/decal/sand_overlay/sand2{ + dir = 8 + }, +/turf/open/floor/kutjevo/tan/multi_tiles/east, +/area/caperiver/outdoors/scrublands/central) +"XH" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/west, +/area/caperiver/outdoors/scrublands/central) +"XQ" = ( +/obj/effect/decal/sand_overlay/sand2/corner2{ + dir = 8 + }, +/obj/item/trash/cigbutt, +/turf/open/floor/asteroidfloor, +/area/caperiver/outdoors/scrublands/central) +"XT" = ( +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = -7; + buckle_offset_x = -7 + }, +/obj/structure/bed/chair/vehicle{ + dir = 1; + pixel_x = 9; + buckling_x = 9 + }, +/obj/structure/machinery/light/blue{ + pixel_x = -15 + }, +/obj/effect/decal/hybrisa/warning/redandwhite_S, +/obj/effect/decal/hybrisa/dirt, +/obj/effect/landmark/survivor_spawner/clf/caperiver, +/turf/open/floor/corsat/spiralplate, +/area/caperiver/indoors/clf_dropship) +"Yh" = ( +/obj/structure/flora/bush/ausbushes/var3/sunnybush, +/turf/open/desert/dirt/desert_transition_edge1/southwest, +/area/caperiver/outdoors/scrublands/central) +"Yi" = ( +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 4; + pixel_x = 7; + pixel_y = -4 + }, +/obj/structure/prop/colorable_rock/colorable{ + color = "#ccad8f"; + dir = 10 + }, +/turf/open/desert/dirt/desert_transition_corner1, +/area/caperiver/outdoors/scrublands/central) +"Yk" = ( +/obj/item/weapon/gun/rifle/mar40{ + pixel_y = 6 + }, +/obj/item/weapon/gun/rifle/mar40{ + pixel_y = -1 + }, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/item/ammo_magazine/rifle/mar40, +/obj/structure/surface/rack{ + color = "#8B7B5B" + }, +/turf/open/desert/dirt, +/area/caperiver/outdoors/scrublands/central) +"Yy" = ( +/obj/structure/largecrate/random/barrel/brown{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"YF" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "rightengine_3" + }, +/area/caperiver/indoors/clf_dropship) +"YR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"YV" = ( +/obj/effect/spawner/gibspawner/xeno, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"YW" = ( +/obj/structure/flora/grass/desert/lightgrass_8, +/turf/open/desert/dirt/desert_transition_edge1/southeast, +/area/caperiver/outdoors/scrublands/central) +"YX" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 5 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Zh" = ( +/turf/closed/shuttle/dropship_clf/Fire/transparent{ + icon_state = "brokendropshipconsole2" + }, +/area/caperiver/indoors/clf_dropship) +"Zj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/hybrisa/tiretrack{ + dir = 1 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) +"Zy" = ( +/obj/structure/machinery/defenses/sentry/premade/lowammo/random/dumb{ + dir = 4 + }, +/turf/open/desert/dirt/desert_transition_edge1/northwest, +/area/caperiver/outdoors/scrublands/central) +"ZF" = ( +/obj/structure/shuttle/part/dropship_clf/transparent, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/large_stain{ + layer = 2.52 + }, +/turf/open/desert/dirt/desert_transition_corner1/west, +/area/caperiver/indoors/clf_dropship) +"ZH" = ( +/obj/structure/flora/grass/tallgrass/desert/corner{ + dir = 9 + }, +/turf/open/desert/rock, +/area/caperiver/outdoors/scrublands/central) + +(1,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +"} +(2,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +"} +(3,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +OD +ad +GV +QZ +QZ +QZ +QZ +GV +QZ +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +kp +fO +Mj +Mj +Mj +Mj +"} +(4,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +OD +AV +ac +ab +aa +aa +aa +dd +vu +Xw +OD +Mj +Mj +Mj +bc +Fe +yB +CC +tk +Sd +Mj +Mj +Mj +"} +(5,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +wQ +Hm +qh +nh +qh +To +sS +lM +mQ +hM +tk +qw +dc +YW +qh +Eo +gA +tk +Mj +Mj +Mj +"} +(6,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +jz +Hg +Ov +Hb +qh +qh +Sx +MH +vV +dc +ho +gK +Ju +my +qh +qh +AD +BA +Yi +Mj +Mj +"} +(7,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Nr +lP +mn +Hf +qh +Hm +Hm +xD +xS +KB +vm +ht +qh +bI +qh +ee +qh +qh +AD +ho +ho +"} +(8,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +gf +kJ +rD +kC +kz +Hm +wM +qh +qh +qN +qh +ht +qh +qh +qh +qh +qh +qh +qh +bI +qh +"} +(9,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +uY +iz +GY +PV +nU +TJ +Hm +sG +Ct +qh +qh +To +vM +ER +KA +xs +xN +fX +VA +qh +qh +qh +"} +(10,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +Ig +vE +bO +Da +qh +Hm +Hm +DJ +Wc +xN +kA +lf +hM +hM +hM +Mo +GC +jz +Vk +qh +mT +"} +(11,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +dM +to +pB +Mb +jA +jz +Me +Yk +qh +Hp +GK +Tp +wZ +hM +hM +hM +hM +qp +YX +WJ +OK +Yh +lv +"} +(12,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +dM +to +XQ +HE +HE +ir +Ic +po +gQ +pB +hD +vV +gW +hM +hM +hM +hM +hM +WZ +YX +qM +KB +qh +"} +(13,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +dM +GO +Wv +hy +hy +Wv +ep +Oa +hy +wh +pL +sL +mO +Gf +hM +hM +hM +WZ +WZ +HJ +xj +qh +bI +"} +(14,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +dM +to +Rh +JF +JF +JF +Nl +Wx +FJ +EP +VA +Tj +is +qa +hM +hM +hM +WZ +WZ +PL +qh +qh +qh +"} +(15,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +dM +to +NX +Iy +RT +dq +yP +Yy +DU +tk +vs +Nu +hZ +MI +hM +hM +hM +WZ +jM +cQ +qh +qh +ee +"} +(16,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +sW +tk +BH +rb +sW +KL +Bl +oU +BU +tk +tk +jz +HS +AD +hM +hM +hM +hM +fM +KB +qh +qh +DJ +"} +(17,1,1) = {" +Mj +Mj +Mj +Mj +Mj +QG +KR +qA +qA +es +oa +Fu +KZ +pY +dF +zX +lr +Pd +uF +dJ +RA +hM +hM +hM +hM +KT +qh +my +cO +Cs +"} +(18,1,1) = {" +Mj +Mj +Mj +Mj +Mj +ae +zn +qI +QR +ry +JU +wE +eY +tX +wN +yG +UV +ng +ro +Cw +uD +ZF +hM +hM +hM +Da +qh +qh +NF +tk +"} +(19,1,1) = {" +Mj +Mj +Mj +ah +hQ +Dy +zn +sP +SS +zn +AN +yA +ry +Ix +zI +HH +JU +CN +mw +CS +fQ +zY +hM +hM +iy +Da +qh +qh +tE +hM +"} +(20,1,1) = {" +Mj +Mj +Mj +ai +wc +OZ +zn +eR +XT +gZ +pO +Nk +gZ +Mf +Sr +zi +Tg +TT +CL +BP +yp +BW +JE +Zj +LU +Uu +Vp +Hm +Bo +TK +"} +(21,1,1) = {" +Mj +Mj +Mj +aj +Zh +Po +Ie +rP +ja +Ie +ff +ak +FK +zC +Mm +jW +AB +wB +fd +fd +SO +uA +nM +qL +eo +qh +ee +qh +tE +Rd +"} +(22,1,1) = {" +Mj +Mj +Mj +aj +Zh +kM +Ie +zr +nz +Ie +Bd +fh +vO +VK +yf +Bb +LB +IX +Xm +iN +dt +mq +sY +cK +Bu +qh +qh +eO +Hy +tk +"} +(23,1,1) = {" +Mj +Mj +Mj +al +gY +SF +zn +pD +aq +gZ +Qh +rN +gZ +co +DB +fj +pQ +TT +Sg +DK +jI +Ej +fk +qh +ht +Be +YR +Gv +nM +tV +"} +(24,1,1) = {" +Mj +Mj +Mj +am +Cx +TA +zn +WP +tP +zn +kR +SV +RD +DX +hA +Ou +VV +oQ +hl +Kk +Sa +Pu +cI +Bk +ht +gu +Hy +tk +tk +tk +"} +(25,1,1) = {" +Mj +Mj +Mj +Mj +Mj +af +zn +gN +aL +RD +VV +io +xh +yw +xJ +MO +Ft +UN +iq +WF +dc +KB +qh +qh +Jd +Hy +tk +by +tk +ky +"} +(26,1,1) = {" +Mj +Mj +Mj +Mj +Mj +ag +ne +qt +qt +sK +YF +TH +vA +CT +Xj +zA +Qr +rR +mY +sY +cI +Hm +DJ +XH +cZ +tk +tk +tk +tk +tk +"} +(27,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +hM +hM +hM +sW +sW +sW +yE +hM +hM +hM +zg +fC +KB +qh +DJ +rC +tk +Ob +tk +fV +nA +hM +hM +"} +(28,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +hM +ZH +nN +Ve +Fg +hb +YX +hM +hM +AY +Gh +To +qh +tE +Pz +Mp +Ob +Mb +JD +Mj +Mj +Mj +"} +(29,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +Wd +jA +Lf +Qq +WZ +hM +hM +hM +hM +KB +bI +Zy +Hy +tk +Af +Ff +nA +jD +Mj +Mj +Mj +"} +(30,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +tk +rU +Wd +hM +hM +hM +hM +hM +OB +gh +SP +NE +og +nA +Mv +Mj +Mj +Mj +Mj +Mj +Mj +"} +(31,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +mQ +tk +tk +tk +pZ +hM +hM +hM +iF +qh +qh +DJ +Gu +Mv +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +"} +(32,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +tV +tk +YV +tk +hM +uI +my +qh +qh +Le +JD +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +"} +(33,1,1) = {" +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +tk +tk +Up +ho +ho +YW +qh +bI +qh +aJ +pT +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +Mj +"} diff --git a/maps/navalis_platform_13.json b/maps/navalis_platform_13.json new file mode 100644 index 000000000000..240e68f72d7c --- /dev/null +++ b/maps/navalis_platform_13.json @@ -0,0 +1,73 @@ +{ + "map_name": "Navalis Platform 13", + "short_name": "Navalis", + "map_path": "map_files/Navalis_Platform_13", + "map_file": "Navalis_Platform_13.dmm", + + "weather_holder": "/datum/weather_ss_map_holder/navalis_platform_13", + "survivor_types": [ + "/datum/equipment_preset/survivor/navalis/automation_specialist", + "/datum/equipment_preset/survivor/navalis/radio_operator", + "/datum/equipment_preset/survivor/navalis/platform_guard", + "/datum/equipment_preset/survivor/navalis/exo_geologist", + "/datum/equipment_preset/survivor/navalis/medic", + "/datum/equipment_preset/survivor/navalis/first_officer", + "/datum/equipment_preset/survivor/navalis/operations_engineer", + "/datum/equipment_preset/survivor/navalis/maint_tech", + "/datum/equipment_preset/survivor/navalis/clf_wet_ops/operative", + "/datum/equipment_preset/survivor/navalis/clf_wet_ops/tech", + "/datum/equipment_preset/survivor/navalis/clf_wet_ops/medic", + "/datum/equipment_preset/survivor/navalis/clf_wet_ops/spec", + "/datum/equipment_preset/survivor/navalis/clf_wet_ops/leader" + ], + "defcon_triggers": [ + 3750, + 2600, + 1450, + 580, + 0.0 + ], + "survivor_message": "It has been weeks since the outbreak began. What started as whispers in the dark and the sounds of something crawling in the dank and murky corners of the platform, quickly blossomed into an orgy of violence and chaos, all culminating as a cyclone descended upon the rig. Now, the lifeboats are gone, the upper-decks are sealed, and something worse cries out from the deepest parts of the residential deck, something so alien that even the Xenomorphs appear to shudder at those sounds. The cyclone has given you and your fellows a brief reprieve, but as it lifts, only one question now remains. Can you survive until help arrives?", + "announce_text": "An automated distress signal has been received from \"Navalis Platform 13\" on the planet Aires.\n\nNP-13 is an off-shore platform that acts as the command and control hub for dozens of other resource extraction platforms. The strategic value of the continued operation of these platforms is sufficent to authorize deployment of military assets to resolve the issue.\n\nThe ###SHIPNAME### has been dispatched.", + "liaison_briefing": "maps/map_briefings/cl_brief_navalis.html", + "map_item_type": "/obj/item/map/navalis", + "monkey_types": [ + "stok" + ], + "environment_traits": { "Fog": true }, + "traits": [ + { + "Ground": true, + "Up": 1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Down": -1 + } + ], + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 0, + "xeno_hive_delta": 0 + }, + "camouflage": "classic", + "nightmare_path": "maps/Nightmare/maps/Navalis_Platform_13/", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/sekhmet_swamp.json b/maps/sekhmet_swamp.json new file mode 100644 index 000000000000..4cac6ed217ef --- /dev/null +++ b/maps/sekhmet_swamp.json @@ -0,0 +1,68 @@ +{ + "map_name": "SI-391 Sekhmet Swamp", + "map_path": "map_files/Sekhmet_Swamp", + "map_file": "Sekhmet_Swamp.dmm", + "webmap_url": "Sorokyne", + "survivor_types": [ + "/datum/equipment_preset/survivor/scientist/soro", + "/datum/equipment_preset/survivor/doctor/soro", + "/datum/equipment_preset/survivor/hyperdyne", + "/datum/equipment_preset/survivor/engineer/soro_industry_contractor", + "/datum/equipment_preset/survivor/engineer/soro_reactor_tech", + "/datum/equipment_preset/survivor/peoples_armed_police", + "/datum/equipment_preset/survivor/upp/army", + "/datum/equipment_preset/survivor/upp_colonist", + "/datum/equipment_preset/survivor/upp_miner", + "/datum/equipment_preset/survivor/upp_fire_fighter" + ], + "synth_survivor_types": [ + "/datum/equipment_preset/synth/survivor/sorokyne/engineer", + "/datum/equipment_preset/synth/survivor/sorokyne/security", + "/datum/equipment_preset/synth/survivor/sorokyne/scientist", + "/datum/equipment_preset/synth/survivor/sorokyne/civilian", + "/datum/equipment_preset/synth/survivor/sorokyne/doctor", + "/datum/equipment_preset/synth/survivor/sorokyne/corporate" + ], + "CO_insert_survivor_types": [ + "/datum/equipment_preset/survivor/clf/coordinator" + ], + "map_item_type": "/obj/item/map/sekhmet_swamp_map", + "announce_text": "An automated distress signal has been recieved from a Union of Progressive People's research colony on border world LV-976, \"Sorokyne Outpost\". Authorization has been granted for a response team from the ###SHIPNAME### to conduct a reconnaissance in force.", + "monkey_types": [ + "stok" + ], + "traits": [ + { + "Ground": true, + "Up": 1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Down": -1 + } + ], + "nightmare_path": "maps/Nightmare/maps/Sekhmet_Swamp/", + "xvx_hives": { + "xeno_hive_alpha": 0, + "xeno_hive_bravo": 0, + "xeno_hive_charlie": 70 + }, + "camouflage": "jungle", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/maps/white_antre_research_facility.json b/maps/white_antre_research_facility.json new file mode 100644 index 000000000000..3c8f17b4a798 --- /dev/null +++ b/maps/white_antre_research_facility.json @@ -0,0 +1,51 @@ +{ + "map_name": "White Antre Research Facility", + "map_path": "map_files/White_Antre_Research_Facility", + "map_file": "White_Antre_Research_Facility.dmm", + "webmap_url": "LV552", + "survivor_types": [ + "/datum/equipment_preset/survivor_antre/civilian", + "/datum/equipment_preset/survivor_antre/corporate", + "/datum/equipment_preset/survivor_antre/site_security", + "/datum/equipment_preset/survivor_antre/scientist_xenobiologist", + "/datum/equipment_preset/survivor_antre/doctor", + "/datum/equipment_preset/survivor_antre/maint_engineer" + ], + "CO_survivor_types": [ + "/datum/equipment_preset/survivor_antre/director_kadinsky" + ], + "survivor_message": "You are currently within the White Antre Research Facility, as an employee. Today is the big day, a new round of tests and a visit by corporate and government agents. Just another day at the office.", + "announce_text": "USS Almayer, this is Director Kadinsky of the White Antre Research Facility, welcome. I have been informed by my superiors that you have been dispatched to collect a classified cargo shipment for transport to Chinook station and to observe the on-going live-fire xenomorph testing being conducted at this site.\n\nYou’ll be joined by Azure-15, of the Whiteguard PMC. Further information will be sent after your arrival.\n\nPlease inform your corporate liaison that I look forward to seeing them again. Kadinsky out.", + "map_item_type": "/obj/item/map/white_antre_map", + "monkey_types": [ + "monkey" + ], + "environment_traits": { "Fog": true }, + "traits": [ + { + "Ground": true, + "Up": 1 + }, + { + "Ground": true, + "Up": 1, + "Down": -1 + }, + { + "Ground": true, + "Down": -1 + } + ], + "nightmare_path": "maps/Nightmare/maps/White_Antre_Research_Facility/", + "xvx_hives": { + "xeno_hive_k_series": 100 + }, + "camouflage": "classic", + "gamemodes": [ + "Distress Signal", + "Hunter Games", + "Hive Wars", + "Faction Clash", + "Infection" + ] +} diff --git a/sound/ambience/containment_breach1.ogg b/sound/ambience/containment_breach1.ogg new file mode 100644 index 000000000000..f07f8e5b64ff Binary files /dev/null and b/sound/ambience/containment_breach1.ogg differ diff --git a/sound/ambience/venir_hallway.ogg b/sound/ambience/venir_hallway.ogg new file mode 100644 index 000000000000..8906fd41659e Binary files /dev/null and b/sound/ambience/venir_hallway.ogg differ diff --git a/sound/ambience/venir_hallway_adjacent.ogg b/sound/ambience/venir_hallway_adjacent.ogg new file mode 100644 index 000000000000..65d113e827dc Binary files /dev/null and b/sound/ambience/venir_hallway_adjacent.ogg differ